Pull request #3285 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9b06d15e045ca4d8d0d106306a839d20aa72a9cd+1e358ca4f8719fd9638600c05bc3e515a39fe53a (10632c3019cd4ee85cbcfaa8d1d98e2e7813861f) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3285/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3285/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30930 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd Merge succeeded, producing 9b06d15e045ca4d8d0d106306a839d20aa72a9cd Checking out Revision 9b06d15e045ca4d8d0d106306a839d20aa72a9cd (PR-3285) > git config core.sparsecheckout # timeout=10 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # 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 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:45:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:45:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:45:32 ========================================================= 21:45:32 EdgeX Global Pipelines Version Info 21:45:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:45:34 ------------------- 21:45:34 stable info: 21:45:34 ------------------- 21:45:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:45:34 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:45:34 Message: update stable to v1.0.186 21:45:35 ------------------- 21:45:35 experimental info: 21:45:35 ------------------- 21:45:35 Commited By: **** collab-it+edgex@linuxfoundation.org 21:45:35 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:45:35 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:45:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:45:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:45:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:45:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:45:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:45:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:45:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:45:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3285 [Pipeline] echo 21:45:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3285 [Pipeline] echo 21:45:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3285 [Pipeline] echo 21:45:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [Pipeline] echo 21:45:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b06d15 [Pipeline] echo 21:45:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:45:39 provisioning config files... 21:45:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10041240334592134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:45:40 ---> docker-login.sh 21:45:40 nexus3.edgexfoundry.org:10001 21:45:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:41 Configure a credential helper to remove this warning. See 21:45:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:41 21:45:41 Login Succeeded 21:45:41 nexus3.edgexfoundry.org:10002 21:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:42 Configure a credential helper to remove this warning. See 21:45:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:42 21:45:42 Login Succeeded 21:45:42 nexus3.edgexfoundry.org:10003 21:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:42 Configure a credential helper to remove this warning. See 21:45:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:42 21:45:42 Login Succeeded 21:45:42 nexus3.edgexfoundry.org:10004 21:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:43 Configure a credential helper to remove this warning. See 21:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:43 21:45:43 Login Succeeded 21:45:43 docker.io 21:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:43 Configure a credential helper to remove this warning. See 21:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:43 21:45:43 Login Succeeded 21:45:43 ---> docker-login.sh ends [Pipeline] } 21:45:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:44 ++ 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 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ dirname cmd/core-command/Dockerfile 21:45:44 ++ cut -d/ -f2 21:45:44 + echo core-command,cmd/core-command/Dockerfile 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ cut -d/ -f2 21:45:44 ++ dirname cmd/core-data/Dockerfile 21:45:44 + echo core-data,cmd/core-data/Dockerfile 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ cut -d/ -f2 21:45:44 ++ dirname cmd/core-metadata/Dockerfile 21:45:44 + echo core-metadata,cmd/core-metadata/Dockerfile 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ dirname cmd/security-bootstrapper/Dockerfile 21:45:44 ++ cut -d/ -f2 21:45:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ cut -d/ -f2 21:45:44 ++ dirname cmd/security-proxy-setup/Dockerfile 21:45:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:45:44 ++ cut -d/ -f2 21:45:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ dirname cmd/support-notifications/Dockerfile 21:45:44 ++ cut -d/ -f2 21:45:44 + echo support-notifications,cmd/support-notifications/Dockerfile 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ cut -d/ -f2 21:45:44 ++ dirname cmd/support-scheduler/Dockerfile 21:45:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:45:44 + for file in '`ls cmd/**/Dockerfile`' 21:45:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:45:44 ++ cut -d/ -f2 21:45:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:45:44 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 21:45:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:45 21:45:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:45:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:46 latest: Pulling from edgex-devops/git-semver 21:45:46 31603596830f: Pulling fs layer 21:45:46 2a8b12db71e7: Pulling fs layer 21:45:46 6ca5941a6612: Pulling fs layer 21:45:46 ecc8261a40a4: Pulling fs layer 21:45:46 ecc8261a40a4: Waiting 21:45:46 2a8b12db71e7: Verifying Checksum 21:45:46 2a8b12db71e7: Download complete 21:45:46 31603596830f: Download complete 21:45:46 ecc8261a40a4: Verifying Checksum 21:45:46 ecc8261a40a4: Download complete 21:45:46 6ca5941a6612: Verifying Checksum 21:45:46 6ca5941a6612: Download complete 21:45:47 31603596830f: Pull complete 21:45:47 2a8b12db71e7: Pull complete 21:45:49 6ca5941a6612: Pull complete 21:45:49 ecc8261a40a4: Pull complete 21:45:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:45:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:45:50 prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container 21:45:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:45:54 $ docker top 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:55 [ssh-agent] Looking for ssh-agent implementation... 21:45:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:56 $ docker exec 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be ssh-agent 21:45:56 SSH_AUTH_SOCK=/tmp/ssh-NkAWSviflGoY/agent.11 21:45:56 SSH_AGENT_PID=16 21:45:56 Running ssh-add (command line suppressed) 21:45:57 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5561346201508395957.key (/w/workspace/edgex-go/1@tmp/private_key_5561346201508395957.key) 21:45:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:58 + git tag --points-at HEAD [Pipeline] } 21:45:58 $ docker exec --env ******** --env ******** 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be ssh-agent -k 21:45:59 unset SSH_AUTH_SOCK; 21:45:59 unset SSH_AGENT_PID; 21:45:59 echo Agent pid 16 killed; 21:45:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:45:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:59 [ssh-agent] Looking for ssh-agent implementation... 21:46:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:46:00 $ docker exec 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be ssh-agent 21:46:00 SSH_AUTH_SOCK=/tmp/ssh-sV6UpQfivH0M/agent.44 21:46:00 SSH_AGENT_PID=49 21:46:00 Running ssh-add (command line suppressed) 21:46:01 Identity added: /w/workspace/edgex-go/1@tmp/private_key_113005425787090255.key (/w/workspace/edgex-go/1@tmp/private_key_113005425787090255.key) 21:46:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:46:01 + git semver init 21:46:01 # -> Open(): unable to determine branch for HEAD 21:46:01 # $GIT_DIR = /w/workspace/edgex-go/1/.git 21:46:01 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 21:46:01 # $SEMVER_REMOTE_NAME = origin 21:46:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:46:01 # $SEMVER_USER_NAME = edgex-jenkins 21:46:01 # $SEMVER_BRANCH = PR-3285 21:46:01 # $SEMVER_TEMP = /tmp/semver-125306723 21:46:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:46:34 # '/tmp/semver-125306723' -> '/w/workspace/edgex-go/1/.semver' 21:46:34 # -> Force: false 21:46:34 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 21:46:34 $ docker exec --env ******** --env ******** 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be ssh-agent -k 21:46:35 unset SSH_AUTH_SOCK; 21:46:35 unset SSH_AGENT_PID; 21:46:35 echo Agent pid 49 killed; 21:46:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:46:36 + git semver [Pipeline] } 21:46:36 $ docker stop --time=1 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be 21:46:38 $ docker rm -f 2383430873c2638031f145f5c065459d2d08bd786ee6f932a106f2a9631107be [Pipeline] // withDockerContainer [Pipeline] sh 21:46:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:46:40 Stashed 1 file(s) [Pipeline] echo 21:46:40 [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 21:46:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:46:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:46:42 + sudo service docker restart 21:46:42 + true 21:46:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:46:43 ========================================================= 21:46:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:46:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:46:44 + 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 . 21:46:51 Sending build context to Docker daemon 328.7MB 21:46:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:46:51 Step 2/6 : FROM ${BASE} 21:46:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:46:51 188c0c94c7c5: Pulling fs layer 21:46:51 0ef7d3d256c8: Pulling fs layer 21:46:51 de9db76c5a1d: Pulling fs layer 21:46:51 bca2f99d35d6: Pulling fs layer 21:46:51 93359f2a8cfa: Pulling fs layer 21:46:51 7c6f9722023f: Pulling fs layer 21:46:51 a35cf1a2eb13: Pulling fs layer 21:46:51 93359f2a8cfa: Waiting 21:46:51 7c6f9722023f: Waiting 21:46:51 a35cf1a2eb13: Waiting 21:46:51 bca2f99d35d6: Waiting 21:46:51 de9db76c5a1d: Verifying Checksum 21:46:51 de9db76c5a1d: Download complete 21:46:51 0ef7d3d256c8: Download complete 21:46:51 93359f2a8cfa: Verifying Checksum 21:46:51 93359f2a8cfa: Download complete 21:46:51 7c6f9722023f: Verifying Checksum 21:46:51 7c6f9722023f: Download complete 21:46:51 188c0c94c7c5: Verifying Checksum 21:46:51 188c0c94c7c5: Download complete 21:46:52 188c0c94c7c5: Pull complete 21:46:52 0ef7d3d256c8: Pull complete 21:46:52 de9db76c5a1d: Pull complete 21:46:53 a35cf1a2eb13: Verifying Checksum 21:46:53 a35cf1a2eb13: Download complete 21:46:55 bca2f99d35d6: Verifying Checksum 21:46:55 bca2f99d35d6: Download complete 21:46:56 Still waiting to schedule task 21:46:56 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:47:07 bca2f99d35d6: Pull complete 21:47:07 93359f2a8cfa: Pull complete 21:47:08 7c6f9722023f: Pull complete 21:47:17 a35cf1a2eb13: Pull complete 21:47:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:47:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:47:17 ---> a62c8e92a672 21:47:17 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 21:47:17 ---> Running in b54a8256cb5b 21:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:20 (1/12) Installing libmagic (5.38-r0) 21:47:20 (2/12) Installing file (5.38-r0) 21:47:20 (3/12) Installing libc-dev (0.7.2-r3) 21:47:21 (4/12) Installing g++ (9.3.0-r2) 21:47:25 (5/12) Installing fortify-headers (1.1-r0) 21:47:25 (6/12) Installing patch (2.7.6-r6) 21:47:25 (7/12) Installing build-base (0.5-r2) 21:47:25 (8/12) Installing libsodium (1.0.18-r0) 21:47:25 (9/12) Installing pkgconf (1.7.2-r0) 21:47:26 (10/12) Installing libsodium-dev (1.0.18-r0) 21:47:26 (11/12) Installing libzmq (4.3.3-r0) 21:47:26 (12/12) Installing zeromq-dev (4.3.3-r0) 21:47:26 Executing busybox-1.31.1-r19.trigger 21:47:26 OK: 233 MiB in 51 packages 21:47:30 Removing intermediate container b54a8256cb5b 21:47:30 ---> ef6c9f3fd27d 21:47:30 Step 4/6 : WORKDIR /edgex-go 21:47:30 ---> Running in 45a11331e07a 21:47:30 Removing intermediate container 45a11331e07a 21:47:30 ---> 5d9d5a08b998 21:47:30 Step 5/6 : COPY go.mod . 21:47:31 ---> 9e9c160100cb 21:47:31 Step 6/6 : RUN go mod download 21:47:31 ---> Running in 95ef0c8c8b8d 21:48:05 Removing intermediate container 95ef0c8c8b8d 21:48:05 ---> 9523d39442ff 21:48:05 Successfully built 9523d39442ff 21:48:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:48:06 + docker inspect -f . ci-base-image-x86_64 21:48:07 . [Pipeline] withDockerContainer 21:48:07 prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container 21:48:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 21:48:09 $ docker top 8ef1399ea442605872f043e1c461a7b46018272185ec52729daa296a2e15c88f -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:10 + go version 21:48:10 go version go1.15.5 linux/amd64 [Pipeline] } 21:48:10 $ docker stop --time=1 8ef1399ea442605872f043e1c461a7b46018272185ec52729daa296a2e15c88f 21:48:12 $ docker rm -f 8ef1399ea442605872f043e1c461a7b46018272185ec52729daa296a2e15c88f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:13 + docker inspect -f . ci-base-image-x86_64 21:48:13 . [Pipeline] withDockerContainer 21:48:13 prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container 21:48:13 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 21:48:15 $ docker top 65da1c6ae62ed5fe6dc8aefdb3a00ebc395481921418ea9ed3297a41d7474c6a -eo pid,comm [Pipeline] { [Pipeline] echo 21:48:15 ========================================================= 21:48:15 [edgeXBuildGoParallel] Running Tests and Build... 21:48:15 ========================================================= [Pipeline] sh 21:48:15 + make test 21:48:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:48:38 ? github.com/edgexfoundry/edgex-go [no test files] 21:49:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30936 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws 21:49:08 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 21:49:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:49:13 using credential edgex-jenkins-ssh 21:49:13 Cloning the remote Git repository 21:49:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:49:13 > git init /w/workspace/edgex-go/1 # timeout=10 21:49:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:49:13 > git --version # timeout=10 21:49:13 > git --version # 'git version 2.17.1' 21:49:13 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:49:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:49:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:49:30 Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd 21:49:30 Merge succeeded, producing 9b06d15e045ca4d8d0d106306a839d20aa72a9cd 21:49:30 Checking out Revision 9b06d15e045ca4d8d0d106306a839d20aa72a9cd (PR-3285) 21:49:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:49:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:49:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:49:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:49:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:49:30 > git config core.sparsecheckout # timeout=10 21:49:30 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 21:49:30 > git remote # timeout=10 21:49:30 > git config --get remote.origin.url # timeout=10 21:49:30 using GIT_SSH to set credentials SSH Credentials for GitHub 21:49:30 > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 21:49:30 > git rev-parse HEAD^{commit} # timeout=10 21:49:30 > git config core.sparsecheckout # timeout=10 21:49:30 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 21:49:35 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 21:49:35 > git --version # timeout=10 21:49:35 > git --version # 'git version 2.17.1' 21:49:35 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:49:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:49:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:49:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:49:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:49:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:49:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:49:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:49:37 + sudo service docker restart 21:49:37 + true 21:49:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:49:39 provisioning config files... 21:49:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1605373021922147578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:49:40 ---> docker-login.sh 21:49:40 nexus3.edgexfoundry.org:10001 21:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:41 Configure a credential helper to remove this warning. See 21:49:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:41 21:49:41 Login Succeeded 21:49:41 nexus3.edgexfoundry.org:10002 21:49:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:42 Configure a credential helper to remove this warning. See 21:49:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:42 21:49:42 Login Succeeded 21:49:42 nexus3.edgexfoundry.org:10003 21:49:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:42 Configure a credential helper to remove this warning. See 21:49:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:42 21:49:42 Login Succeeded 21:49:42 nexus3.edgexfoundry.org:10004 21:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:43 Configure a credential helper to remove this warning. See 21:49:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:43 21:49:43 Login Succeeded 21:49:43 docker.io 21:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:43 Configure a credential helper to remove this warning. See 21:49:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:43 21:49:43 Login Succeeded 21:49:43 ---> docker-login.sh ends [Pipeline] } 21:49:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 21:49:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:49:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:49:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:49:44 ========================================================= 21:49:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:49:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:49:44 + 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 . 21:49:47 Sending build context to Docker daemon 166.9MB 21:49:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:49:47 Step 2/6 : FROM ${BASE} 21:49:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:49:47 5f621e34cdf4: Pulling fs layer 21:49:47 a4357932f1b6: Pulling fs layer 21:49:47 18c013af1878: Pulling fs layer 21:49:47 00ac8860ef70: Pulling fs layer 21:49:47 63d7cb157983: Pulling fs layer 21:49:47 b116817d02f9: Pulling fs layer 21:49:47 745a02a5169b: Pulling fs layer 21:49:47 00ac8860ef70: Waiting 21:49:47 63d7cb157983: Waiting 21:49:47 b116817d02f9: Waiting 21:49:47 745a02a5169b: Waiting 21:49:47 18c013af1878: Verifying Checksum 21:49:47 18c013af1878: Download complete 21:49:47 a4357932f1b6: Download complete 21:49:47 63d7cb157983: Verifying Checksum 21:49:47 63d7cb157983: Download complete 21:49:47 b116817d02f9: Verifying Checksum 21:49:47 b116817d02f9: Download complete 21:49:47 5f621e34cdf4: Verifying Checksum 21:49:47 5f621e34cdf4: Download complete 21:49:47 5f621e34cdf4: Pull complete 21:49:48 a4357932f1b6: Pull complete 21:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.261s coverage: 45.9% of statements 21:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:49:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.142s coverage: 19.8% of statements 21:49:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 21:49:49 18c013af1878: Pull complete 21:49:49 745a02a5169b: Verifying Checksum 21:49:49 745a02a5169b: Download complete 21:49:50 00ac8860ef70: Verifying Checksum 21:49:50 00ac8860ef70: Download complete 21:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.1% of statements 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:49:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.343s coverage: 82.9% of statements 21:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:49:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements 21:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:50:00 00ac8860ef70: Pull complete 21:50:00 63d7cb157983: Pull complete 21:50:01 b116817d02f9: Pull complete 21:50:05 745a02a5169b: Pull complete 21:50:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:50:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:50:05 ---> b7e6874047d6 21:50:05 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 21:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.553s coverage: 28.6% of statements 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.366s coverage: 100.0% of statements 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.122s coverage: 100.0% of statements 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.172s coverage: 86.7% of statements 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.217s coverage: 97.5% of statements 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:50:08 ---> Running in 060871f5bd65 21:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:50:11 (1/12) Installing libmagic (5.38-r0) 21:50:11 (2/12) Installing file (5.38-r0) 21:50:11 (3/12) Installing libc-dev (0.7.2-r3) 21:50:11 (4/12) Installing g++ (9.3.0-r2) 21:50:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.551s coverage: 92.8% of statements 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:50:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:50:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.1% of statements 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:50:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:50:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements 21:50:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.213s coverage: 79.5% of statements 21:50:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.165s coverage: 94.1% of statements 21:50:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements 21:50:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 21:50:18 (5/12) Installing fortify-headers (1.1-r0) 21:50:18 (6/12) Installing patch (2.7.6-r6) 21:50:18 (7/12) Installing build-base (0.5-r2) 21:50:18 (8/12) Installing libsodium (1.0.18-r0) 21:50:18 (9/12) Installing pkgconf (1.7.2-r0) 21:50:18 (10/12) Installing libsodium-dev (1.0.18-r0) 21:50:18 (11/12) Installing libzmq (4.3.3-r0) 21:50:18 (12/12) Installing zeromq-dev (4.3.3-r0) 21:50:18 Executing busybox-1.31.1-r19.trigger 21:50:18 OK: 217 MiB in 51 packages 21:50:22 Removing intermediate container 060871f5bd65 21:50:22 ---> 2ce4c93b6548 21:50:22 Step 4/6 : WORKDIR /edgex-go 21:50:22 ---> Running in 8602abf85ebe 21:50:22 Removing intermediate container 8602abf85ebe 21:50:22 ---> 965a7cbaf277 21:50:22 Step 5/6 : COPY go.mod . 21:50:23 ---> 54f198f34d1f 21:50:23 Step 6/6 : RUN go mod download 21:50:23 ---> Running in f4f667a36ac6 21:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.136s coverage: 94.4% of statements 21:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements 21:50:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.758s coverage: 81.7% of statements 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.234s coverage: 92.9% of statements 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.084s coverage: 77.8% of statements 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.355s coverage: 87.2% of statements 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.142s coverage: 100.0% of statements 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.8% of statements 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.280s coverage: 87.2% of statements 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.085s coverage: 84.6% of statements 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.334s coverage: 91.6% of statements 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.317s coverage: 64.4% of statements 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements 21:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 21:50:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 21:50:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 21:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.657s coverage: 69.0% of statements 21:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:50:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.378s coverage: 38.4% of statements 21:50:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:50:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:50:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 21:50:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:50:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements 21:50:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.649s coverage: 47.0% of statements 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:50:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:50:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:50:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.521s coverage: 87.1% of statements 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:50:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:50:50 Removing intermediate container f4f667a36ac6 21:50:50 ---> 297fcae1cb2c 21:50:50 Successfully built 297fcae1cb2c 21:50:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:50:51 + docker inspect -f . ci-base-image-arm64 21:50:51 . [Pipeline] withDockerContainer 21:50:51 prd-ubuntu18.04-docker-arm64-4c-16g-30936 does not seem to be running inside a container 21:50:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 21:50:53 $ docker top 0bc1ab7360448213217009e21193c3a58e19f2bd5183ea51941a4582039758a2 -eo pid,comm 21:50:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.958s coverage: 29.1% of statements 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:50:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:50:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:50:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 96.5% of statements 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:50:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:50:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [Pipeline] { [Pipeline] sh 21:50:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:50:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:50:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 21:50:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 21:50:54 + go version 21:50:54 go version go1.15.5 linux/arm64 [Pipeline] } 21:50:54 $ docker stop --time=1 0bc1ab7360448213217009e21193c3a58e19f2bd5183ea51941a4582039758a2 21:50:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.065s coverage: 100.0% of statements 21:50:55 GO111MODULE=on go vet ./... 21:50:56 $ docker rm -f 0bc1ab7360448213217009e21193c3a58e19f2bd5183ea51941a4582039758a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:57 + docker inspect -f . ci-base-image-arm64 21:50:57 . [Pipeline] withDockerContainer 21:50:57 prd-ubuntu18.04-docker-arm64-4c-16g-30936 does not seem to be running inside a container 21:50:57 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 21:50:59 $ docker top 03891cc03ffd07676cb728a89f4574c47b5e51e15e66fa038bee614464168c15 -eo pid,comm [Pipeline] { [Pipeline] echo 21:50:59 ========================================================= 21:50:59 [edgeXBuildGoParallel] Running Tests and Build... 21:50:59 ========================================================= [Pipeline] sh 21:51:00 + make test 21:51:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:51:23 ? github.com/edgexfoundry/edgex-go [no test files] 21:52:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:52:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:52:18 gofmt -l . 21:52:18 [ "`gofmt -l .`" = "" ] 21:52:18 ./bin/test-go-mod-tidy.sh 21:52:18 ./bin/test-attribution-txt.sh [Pipeline] sh 21:52:19 + ls -al . 21:52:19 total 772 21:52:19 drwxrwxr-x 10 1001 1001 4096 Mar 22 21:52 . 21:52:19 drwxr-xr-x 4 root root 28 Mar 22 21:48 .. 21:52:19 -rw-rw-r-- 1 1001 1001 11 Mar 22 21:45 .dockerignore 21:52:19 drwxrwxr-x 8 1001 1001 179 Mar 22 21:45 .git 21:52:19 drwxrwxr-x 3 1001 1001 125 Mar 22 21:45 .github 21:52:19 -rw-rw-r-- 1 1001 1001 818 Mar 22 21:45 .gitignore 21:52:19 drwx------ 3 1001 1001 60 Mar 22 21:46 .semver 21:52:19 -rw-rw-r-- 1 1001 1001 166 Mar 22 21:45 .sonarcloud.properties 21:52:19 -rw-rw-r-- 1 1001 1001 8607 Mar 22 21:45 Attribution.txt 21:52:19 -rw-rw-r-- 1 1001 1001 3804 Mar 22 21:45 CONTRIBUTING.md 21:52:19 -rw-rw-r-- 1 1001 1001 931 Mar 22 21:45 Dockerfile.build 21:52:19 -rw-rw-r-- 1 1001 1001 863 Mar 22 21:45 Jenkinsfile 21:52:19 -rw-rw-r-- 1 1001 1001 10775 Mar 22 21:45 LICENSE 21:52:19 -rw-rw-r-- 1 1001 1001 5774 Mar 22 21:45 Makefile 21:52:19 -rw-rw-r-- 1 1001 1001 6548 Mar 22 21:45 README.md 21:52:19 -rw-rw-r-- 1 1001 1001 6755 Mar 22 21:45 SECURITY.md 21:52:19 -rw-rw-r-- 1 1001 1001 5 Mar 22 21:46 VERSION 21:52:19 -rw-rw-r-- 1 1001 1001 4131 Mar 22 21:45 ZMQWindows.md 21:52:19 drwxrwxr-x 2 1001 1001 117 Mar 22 21:45 bin 21:52:19 drwxrwxr-x 14 1001 1001 4096 Mar 22 21:45 cmd 21:52:19 -rw-r--r-- 1 root root 659965 Mar 22 21:50 coverage.out 21:52:19 -rw-r--r-- 1 root root 1055 Mar 22 21:52 go.mod 21:52:19 -rw-r--r-- 1 root root 22327 Mar 22 21:52 go.sum 21:52:19 drwxrwxr-x 8 1001 1001 127 Mar 22 21:45 internal 21:52:19 drwxrwxr-x 4 1001 1001 26 Mar 22 21:45 openapi 21:52:19 drwxrwxr-x 4 1001 1001 71 Mar 22 21:45 snap 21:52:19 -rw-rw-r-- 1 1001 1001 168 Mar 22 21:45 version.go [Pipeline] sh 21:52:21 + '[' -e coverage.out ] 21:52:21 + chown 1001:1001 coverage.out [Pipeline] stash 21:52:21 Stashed 1 file(s) [Pipeline] sh 21:52:22 + make build 21:52:22 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 21:52:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:52:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:52:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:52:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:52:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:52:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:52:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:52:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:52:33 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 21:52:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:52:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:52:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.352s coverage: 45.9% of statements 21:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.200s coverage: 19.8% of statements 21:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.265s coverage: 100.0% of statements 21:52:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.1% of statements 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:52:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:52:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:52:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.234s coverage: 71.3% of statements 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.477s coverage: 82.9% of statements 21:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.125s coverage: 78.9% of statements 21:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:52:58 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 21:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.115s coverage: 100.0% of statements 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:53:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.214s coverage: 78.3% of statements 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:53:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:53:07 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 21:53:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.259s coverage: 92.8% of statements 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:53:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:53:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.230s coverage: 0.1% of statements 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements 21:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.074s coverage: 79.5% of statements 21:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 21:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 21:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 21:53:14 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 21:53:17 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 21:53:25 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 21:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements 21:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 21:53:28 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 21:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.319s coverage: 81.7% of statements 21:53:31 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 21:53:36 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 21:53:40 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 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.135s coverage: 92.9% of statements 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.6% of statements 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.6% of statements 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.525s coverage: 64.4% of statements 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:53:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 21:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 21:53:43 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 21:53:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.801s coverage: 69.0% of statements 21:53:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:53:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:53:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.420s coverage: 38.4% of statements 21:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements 21:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.098s coverage: 84.8% of statements 21:53:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:53:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:53:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:53:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.461s coverage: 87.1% of statements 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:53:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [Pipeline] } 21:53:54 $ docker stop --time=1 65da1c6ae62ed5fe6dc8aefdb3a00ebc395481921418ea9ed3297a41d7474c6a 21:53:56 $ docker rm -f 65da1c6ae62ed5fe6dc8aefdb3a00ebc395481921418ea9ed3297a41d7474c6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:53:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:53:59 21:53:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:53:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.375s coverage: 29.1% of statements 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:53:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:53:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:53:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.247s coverage: 96.5% of statements 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:53:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:53:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:53:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:53:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:53:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 21:53:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:53:59 latest: Pulling from edgex-devops/edgex-compose 21:53:59 cbdbe7a5bc2a: Pulling fs layer 21:53:59 ca9280d653b3: Pulling fs layer 21:53:59 7e9c9ca2126c: Pulling fs layer 21:54:00 cbdbe7a5bc2a: Verifying Checksum 21:54:00 cbdbe7a5bc2a: Download complete 21:54:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 21:54:01 ca9280d653b3: Verifying Checksum 21:54:01 ca9280d653b3: Download complete 21:54:01 cbdbe7a5bc2a: Pull complete 21:54:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:54:02 GO111MODULE=on go vet ./... 21:54:04 7e9c9ca2126c: Verifying Checksum 21:54:04 7e9c9ca2126c: Download complete 21:54:04 ca9280d653b3: Pull complete 21:54:16 7e9c9ca2126c: Pull complete 21:54:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:54:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:54:17 prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container 21:54:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:54:21 $ docker top 0263bb7da5901ac509481fb5638a111ae9065113941eacc767655b760aa2c7e1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:23 + docker-compose build --help 21:54:23 + grep parallel 21:54:25 --parallel Build images in parallel. [Pipeline] } 21:54:25 $ docker stop --time=1 0263bb7da5901ac509481fb5638a111ae9065113941eacc767655b760aa2c7e1 21:54:28 $ docker rm -f 0263bb7da5901ac509481fb5638a111ae9065113941eacc767655b760aa2c7e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:29 . [Pipeline] withDockerContainer 21:54:29 prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container 21:54:29 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:54:32 $ docker top 5b2e622775e194f6ecde36d536d24933c73a5848f26cb395864133cbc7e53009 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:33 + docker-compose -f ./docker-compose-build.yml build --parallel 21:54:35 Building docker-core-command-go ... 21:54:35 Building docker-core-data-go ... 21:54:35 Building docker-core-metadata-go ... 21:54:35 Building docker-security-bootstrapper-go ... 21:54:35 Building docker-security-proxy-setup-go ... 21:54:35 Building docker-security-secretstore-setup-go ... 21:54:35 Building docker-support-notifications-go ... 21:54:35 Building docker-support-scheduler-go ... 21:54:35 Building docker-sys-mgmt-agent-go ... 21:54:35 Building docker-support-notifications-go 21:54:35 Building docker-security-proxy-setup-go 21:54:35 Building docker-security-secretstore-setup-go 21:54:35 Building docker-support-scheduler-go 21:54:35 Building docker-security-bootstrapper-go 21:55:24 gofmt -l . 21:55:24 [ "`gofmt -l .`" = "" ] 21:55:24 ./bin/test-go-mod-tidy.sh 21:55:24 ./bin/test-attribution-txt.sh [Pipeline] sh 21:55:25 + ls -al . 21:55:25 total 800 21:55:25 drwxrwxr-x 9 1001 1001 4096 Mar 22 21:55 . 21:55:25 drwxr-xr-x 4 root root 4096 Mar 22 21:50 .. 21:55:25 -rw-rw-r-- 1 1001 1001 11 Mar 22 21:49 .dockerignore 21:55:25 drwxrwxr-x 8 1001 1001 4096 Mar 22 21:49 .git 21:55:25 drwxrwxr-x 3 1001 1001 4096 Mar 22 21:49 .github 21:55:25 -rw-rw-r-- 1 1001 1001 818 Mar 22 21:49 .gitignore 21:55:25 -rw-rw-r-- 1 1001 1001 166 Mar 22 21:49 .sonarcloud.properties 21:55:25 -rw-rw-r-- 1 1001 1001 8607 Mar 22 21:49 Attribution.txt 21:55:25 -rw-rw-r-- 1 1001 1001 3804 Mar 22 21:49 CONTRIBUTING.md 21:55:25 -rw-rw-r-- 1 1001 1001 931 Mar 22 21:49 Dockerfile.build 21:55:25 -rw-rw-r-- 1 1001 1001 863 Mar 22 21:49 Jenkinsfile 21:55:25 -rw-rw-r-- 1 1001 1001 10775 Mar 22 21:49 LICENSE 21:55:25 -rw-rw-r-- 1 1001 1001 5774 Mar 22 21:49 Makefile 21:55:25 -rw-rw-r-- 1 1001 1001 6548 Mar 22 21:49 README.md 21:55:25 -rw-rw-r-- 1 1001 1001 6755 Mar 22 21:49 SECURITY.md 21:55:25 -rw-rw-r-- 1 1001 1001 5 Mar 22 21:46 VERSION 21:55:25 -rw-rw-r-- 1 1001 1001 4131 Mar 22 21:49 ZMQWindows.md 21:55:25 drwxrwxr-x 2 1001 1001 4096 Mar 22 21:49 bin 21:55:25 drwxrwxr-x 14 1001 1001 4096 Mar 22 21:49 cmd 21:55:25 -rw-r--r-- 1 root root 659965 Mar 22 21:54 coverage.out 21:55:25 -rw-r--r-- 1 root root 1055 Mar 22 21:55 go.mod 21:55:25 -rw-r--r-- 1 root root 22327 Mar 22 21:55 go.sum 21:55:25 drwxrwxr-x 8 1001 1001 4096 Mar 22 21:49 internal 21:55:25 drwxrwxr-x 4 1001 1001 4096 Mar 22 21:49 openapi 21:55:25 drwxrwxr-x 4 1001 1001 4096 Mar 22 21:49 snap 21:55:25 -rw-rw-r-- 1 1001 1001 168 Mar 22 21:49 version.go [Pipeline] sh 21:55:26 + '[' -e coverage.out ] 21:55:26 + chown 1001:1001 coverage.out [Pipeline] stash 21:55:26 Warning: overwriting stash ‘coverage-report’ 21:55:27 Stashed 1 file(s) [Pipeline] sh 21:55:28 + make build 21:55:28 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 21:55:38 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 21:55:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:55:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:55:59 ---> 9523d39442ff 21:55:59 Step 3/21 : WORKDIR /edgex-go 21:55:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:55:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:55:59 ---> 9523d39442ff 21:55:59 Step 3/22 : WORKDIR /edgex-go 21:55:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:55:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:55:59 ---> 9523d39442ff 21:55:59 Step 3/24 : WORKDIR /edgex-go 21:55:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:55:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:55:59 ---> 9523d39442ff 21:55:59 Step 3/31 : WORKDIR /edgex-go 21:55:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:55:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:55:59 ---> 9523d39442ff 21:55:59 Step 3/22 : WORKDIR /edgex-go 21:55:59 ---> Running in 981378ac29f1 21:55:59 ---> Running in a787a289c95f 21:55:59 ---> Running in 58fbbbd95379 21:55:59 ---> Running in 72e3fddc7e83 21:55:59 ---> Running in c18fb5f8af73 21:56:01 Removing intermediate container a787a289c95f 21:56:01 ---> 3dc894d9cfe2 21:56:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:01 Removing intermediate container 58fbbbd95379 21:56:01 ---> 5bef4a75536b 21:56:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:01 Removing intermediate container 981378ac29f1 21:56:01 ---> a66008b5529e 21:56:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:01 Removing intermediate container 72e3fddc7e83 21:56:01 ---> d2996ccc3b57 21:56:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:01 ---> Running in 24b49fba52a4 21:56:01 Removing intermediate container c18fb5f8af73 21:56:01 ---> 491f7bcdea3c 21:56:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:01 ---> Running in 5385b20aaebd 21:56:01 ---> Running in 56ddafe7fbaa 21:56:01 ---> Running in afa7aded8769 21:56:01 ---> Running in e7e460e84bc7 21:56:05 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 21:56:05 Removing intermediate container 24b49fba52a4 21:56:05 ---> f5a7317e7c72 21:56:05 Step 5/21 : RUN apk add --update --no-cache make git 21:56:05 Removing intermediate container 56ddafe7fbaa 21:56:05 ---> c7dd5ffe9f3a 21:56:05 Step 5/24 : RUN apk add --update --no-cache make git 21:56:05 Removing intermediate container 5385b20aaebd 21:56:05 ---> f049ddd768b7 21:56:05 Step 5/31 : RUN apk add --update --no-cache make git 21:56:05 Removing intermediate container afa7aded8769 21:56:05 ---> 552c4305f8bb 21:56:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:56:05 ---> Running in b173ed00a57e 21:56:05 ---> Running in 8a413e89a804 21:56:05 ---> Running in f7d2878fd631 21:56:05 ---> Running in cb98862ef464 21:56:05 Removing intermediate container e7e460e84bc7 21:56:05 ---> 0694d2fed8fe 21:56:05 Step 5/22 : RUN apk add --update --no-cache make git 21:56:05 ---> Running in 70303d875903 21:56:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:07 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 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:08 OK: 233 MiB in 51 packages 21:56:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:08 OK: 233 MiB in 51 packages 21:56:08 OK: 233 MiB in 51 packages 21:56:08 OK: 233 MiB in 51 packages 21:56:09 OK: 233 MiB in 51 packages 21:56:10 Removing intermediate container b173ed00a57e 21:56:10 ---> 5602440bb2d2 21:56:10 Step 6/21 : COPY go.mod . 21:56:10 Removing intermediate container f7d2878fd631 21:56:10 ---> aed9a421de7c 21:56:10 Step 6/31 : COPY go.mod . 21:56:11 ---> a52231cc925b 21:56:11 Step 7/21 : RUN go mod download 21:56:11 Removing intermediate container 8a413e89a804 21:56:11 ---> 6d4cf6b594d3 21:56:11 Step 6/24 : COPY go.mod . 21:56:11 Removing intermediate container cb98862ef464 21:56:11 ---> 585f25901a27 21:56:11 Step 6/22 : COPY go.mod . 21:56:11 ---> Running in dfc4f0d7ad4b 21:56:11 ---> ee30968fd202 21:56:11 Step 7/31 : RUN go mod download 21:56:11 ---> Running in af74572defba 21:56:11 Removing intermediate container 70303d875903 21:56:11 ---> ab2c8d679026 21:56:11 Step 6/22 : COPY go.mod . 21:56:11 ---> 7c85b0b5ca65 21:56:11 Step 7/24 : RUN go mod download 21:56:11 ---> ea72778c4ef9 21:56:11 Step 7/22 : RUN go mod download 21:56:12 ---> Running in fb5e726e1df7 21:56:12 ---> Running in df73cb128c7b 21:56:12 ---> 61b8c784d6c2 21:56:12 Step 7/22 : RUN go mod download 21:56:12 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 21:56:13 ---> Running in a9f29c46dc5b 21:56:13 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 21:56:17 Removing intermediate container af74572defba 21:56:17 ---> 0fa838dfb09b 21:56:17 Step 8/31 : COPY . . 21:56:17 Removing intermediate container a9f29c46dc5b 21:56:17 ---> e23d9d88a173 21:56:17 Step 8/22 : COPY . . 21:56:18 Removing intermediate container dfc4f0d7ad4b 21:56:18 ---> 061a9134b3d1 21:56:18 Step 8/21 : COPY . . 21:56:18 Removing intermediate container df73cb128c7b 21:56:18 ---> d10aba28aeee 21:56:18 Step 8/22 : COPY . . 21:56:18 Removing intermediate container fb5e726e1df7 21:56:18 ---> cb01fd86cd33 21:56:18 Step 8/24 : COPY . . 21:56:19 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 21:56:24 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 21:56:28 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 21:56:32 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 21:56:35 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 21:56:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:56:46 $ docker stop --time=1 03891cc03ffd07676cb728a89f4574c47b5e51e15e66fa038bee614464168c15 21:56:49 $ docker rm -f 03891cc03ffd07676cb728a89f4574c47b5e51e15e66fa038bee614464168c15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:56:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:56:51 21:56:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:56:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:56:52 latest: Pulling from edgex-devops/edgex-compose-arm64 21:56:52 29e5d40040c1: Pulling fs layer 21:56:52 1ce36da41761: Pulling fs layer 21:56:52 25b303627fd3: Pulling fs layer 21:56:52 29e5d40040c1: Download complete 21:56:53 1ce36da41761: Verifying Checksum 21:56:53 1ce36da41761: Download complete 21:56:53 29e5d40040c1: Pull complete 21:56:54 1ce36da41761: Pull complete 21:56:54 25b303627fd3: Verifying Checksum 21:56:54 25b303627fd3: Download complete 21:57:05 25b303627fd3: Pull complete 21:57:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:57:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:57:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:57:05 prd-ubuntu18.04-docker-arm64-4c-16g-30936 does not seem to be running inside a container 21:57:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:57:08 $ docker top 33f06a0cd2a7745440bf6798407f336e80db16e67147a0bc75589b2f9a7439e2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:57:09 + docker-compose build --help 21:57:09 + grep parallel 21:57:12 --parallel Build images in parallel. [Pipeline] } 21:57:12 $ docker stop --time=1 33f06a0cd2a7745440bf6798407f336e80db16e67147a0bc75589b2f9a7439e2 21:57:14 $ docker rm -f 33f06a0cd2a7745440bf6798407f336e80db16e67147a0bc75589b2f9a7439e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:57:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:57:15 . [Pipeline] withDockerContainer 21:57:16 prd-ubuntu18.04-docker-arm64-4c-16g-30936 does not seem to be running inside a container 21:57:16 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:57:17 $ docker top 09bf7fa29caf800fb2c46ff9bb643ccb20eee3e3fd07d8ef2da6f80531e625c0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:57:18 + docker-compose -f ./docker-compose-build.yml build --parallel 21:57:21 Building docker-core-command-go ... 21:57:21 Building docker-core-data-go ... 21:57:21 Building docker-core-metadata-go ... 21:57:21 Building docker-security-bootstrapper-go ... 21:57:21 Building docker-security-proxy-setup-go ... 21:57:21 Building docker-security-secretstore-setup-go ... 21:57:21 Building docker-support-notifications-go ... 21:57:21 Building docker-support-scheduler-go ... 21:57:21 Building docker-sys-mgmt-agent-go ... 21:57:21 Building docker-security-secretstore-setup-go 21:57:21 Building docker-support-scheduler-go 21:57:21 Building docker-security-proxy-setup-go 21:57:21 Building docker-security-bootstrapper-go 21:57:21 Building docker-core-command-go 21:57:58 ---> 4ceb50d20e61 21:57:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:57:58 ---> 3b9b7a266f13 21:57:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:57:58 ---> 6d239b056684 21:57:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:57:58 ---> Running in 507770e1dc28 21:57:58 ---> Running in 22a48e021515 21:57:58 ---> Running in 11518f996eda 21:57:58 ---> df50ffba8dda 21:57:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:57:58 ---> Running in 75a92104c197 21:57:58 ---> c45210256eac 21:57:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:57:58 ---> Running in f4e6cb67b1c6 21:57:58 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 21:57:58 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 21:57:58 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 21:57:58 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 21:57:58 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 21:58:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:58:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:58:43 ---> 297fcae1cb2c 21:58:43 Step 3/24 : WORKDIR /edgex-go 21:58:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:58:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:58:43 ---> 297fcae1cb2c 21:58:43 Step 3/31 : WORKDIR /edgex-go 21:58:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:58:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:58:43 ---> 297fcae1cb2c 21:58:43 Step 3/23 : WORKDIR /edgex-go 21:58:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:58:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:58:43 ---> 297fcae1cb2c 21:58:43 Step 3/22 : WORKDIR /edgex-go 21:58:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:58:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:58:43 ---> 297fcae1cb2c 21:58:43 Step 3/21 : WORKDIR /edgex-go 21:58:43 ---> Running in 067ec0dd9d7e 21:58:43 ---> Running in 06561cce9536 21:58:43 ---> Running in 0bec28ebe7af 21:58:43 ---> Running in e4339be38985 21:58:43 ---> Running in 2105d69bba3d 21:58:43 Removing intermediate container 067ec0dd9d7e 21:58:43 ---> dc03b9e248b4 21:58:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:43 ---> Running in ab58869e1716 21:58:43 Removing intermediate container 06561cce9536 21:58:43 ---> 4aa657314256 21:58:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:43 Removing intermediate container 0bec28ebe7af 21:58:43 ---> b5ebb7e7efcf 21:58:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:43 Removing intermediate container e4339be38985 21:58:43 ---> c54413d47112 21:58:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:43 Removing intermediate container 2105d69bba3d 21:58:43 ---> ee545c21d5f7 21:58:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:43 ---> Running in 324f93b3b921 21:58:43 ---> Running in 4ac5e6e11022 21:58:43 ---> Running in 637383a6ca41 21:58:43 ---> Running in 5982cfd3e607 21:58:43 Removing intermediate container ab58869e1716 21:58:43 ---> e39c49901743 21:58:43 Step 5/31 : RUN apk add --update --no-cache make git 21:58:43 ---> Running in 211b3142c066 21:58:43 Removing intermediate container 324f93b3b921 21:58:43 ---> 16964bb5cd53 21:58:43 Step 5/24 : RUN apk add --update --no-cache make git 21:58:43 ---> Running in 76ef96233a01 21:58:43 Removing intermediate container 4ac5e6e11022 21:58:43 ---> a67217206d25 21:58:43 Step 5/23 : RUN apk add --update --no-cache make git 21:58:43 Removing intermediate container 5982cfd3e607 21:58:43 ---> 79cb5cfa9ece 21:58:43 Step 5/22 : RUN apk add --update --no-cache make git 21:58:43 ---> Running in 8833a17f7ed1 21:58:43 ---> Running in 4a8bd9d35d45 21:58:43 Removing intermediate container 637383a6ca41 21:58:43 ---> c4c70a61d36a 21:58:43 Step 5/21 : RUN apk add --update --no-cache make git 21:58:43 ---> Running in 2b7adf6b71db 21:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:45 OK: 217 MiB in 51 packages 21:58:45 OK: 217 MiB in 51 packages 21:58:46 OK: 217 MiB in 51 packages 21:58:46 OK: 217 MiB in 51 packages 21:58:47 OK: 217 MiB in 51 packages 21:58:47 Removing intermediate container 8833a17f7ed1 21:58:47 ---> c3701c2f35bb 21:58:47 Step 6/23 : COPY go.mod . 21:58:48 Removing intermediate container 2b7adf6b71db 21:58:48 ---> c3afa80d7df4 21:58:48 Step 6/21 : COPY go.mod . 21:58:48 Removing intermediate container 4a8bd9d35d45 21:58:48 ---> 01404f80c942 21:58:48 Step 6/22 : COPY go.mod . 21:58:48 Removing intermediate container 76ef96233a01 21:58:48 ---> 2e4d6d69eed7 21:58:48 Step 6/24 : COPY go.mod . 21:58:48 ---> d08a480a7e8b 21:58:48 Step 7/23 : RUN go mod download 21:58:48 ---> Running in 3b37433ca3b7 21:58:49 Removing intermediate container 211b3142c066 21:58:49 ---> 7697303cc0a9 21:58:49 Step 6/31 : COPY go.mod . 21:58:49 ---> ed5b6bde34fd 21:58:49 Step 7/22 : RUN go mod download ---> 5bddce002b98 21:58:49 Step 7/21 : RUN go mod download 21:58:49 21:58:49 ---> bf94a2f77dc6 21:58:49 Step 7/24 : RUN go mod download 21:58:49 ---> Running in 52c018fe7482 21:58:49 ---> Running in 1c04c933bb82 21:58:49 ---> Running in 86d42c724b76 21:58:50 ---> 518444a64fdf 21:58:50 Step 7/31 : RUN go mod download 21:58:50 ---> Running in 833601ca47d6 21:58:53 Removing intermediate container 3b37433ca3b7 21:58:53 ---> 942ee8f757b9 21:58:53 Step 8/23 : COPY . . 21:58:53 Removing intermediate container 52c018fe7482 21:58:53 ---> 197cf5d4f2d9 21:58:53 Step 8/22 : COPY . . 21:58:54 Removing intermediate container 1c04c933bb82 21:58:54 ---> 395962549245 21:58:54 Step 8/21 : COPY . . 21:58:54 Removing intermediate container 833601ca47d6 21:58:54 ---> 8a8442af9c1f 21:58:54 Step 8/31 : COPY . . 21:58:54 Removing intermediate container 86d42c724b76 21:58:54 ---> ab99a41d0173 21:58:54 Step 8/24 : COPY . . 21:58:56 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 21:58:56 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 21:59:07 Removing intermediate container f4e6cb67b1c6 21:59:07 ---> 6f298c5c4d98 21:59:07 21:59:07 Step 10/31 : FROM alpine:3.12 21:59:07 3.12: Pulling from library/alpine 21:59:09 Removing intermediate container 507770e1dc28 21:59:09 ---> 293bb23d8093 21:59:09 21:59:09 Step 10/22 : FROM alpine:3.12 21:59:09 3.12: Pulling from library/alpine 21:59:10 Removing intermediate container 11518f996eda 21:59:10 ---> 730ae0bbb91c 21:59:10 21:59:10 Step 10/21 : FROM alpine:3.12 21:59:10 Removing intermediate container 22a48e021515 21:59:10 ---> c3655c1fd7da 21:59:10 21:59:10 Step 10/22 : FROM alpine:3.12 21:59:10 3.12: Pulling from library/alpine 21:59:10 3.12: Pulling from library/alpine 21:59:10 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:59:10 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:59:10 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:59:10 Status: Downloaded newer image for alpine:3.12 21:59:10 Status: Image is up to date for alpine:3.12 21:59:10 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:59:10 Status: Image is up to date for alpine:3.12 21:59:10 ---> 88dd2752d2ea 21:59:10 Step 11/21 : RUN apk add --update --no-cache curl 21:59:10 Status: Downloaded newer image for alpine:3.12 21:59:10 ---> 88dd2752d2ea 21:59:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:59:10 ---> 88dd2752d2ea 21:59:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:59:10 ---> 88dd2752d2ea 21:59:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:59:10 Removing intermediate container 75a92104c197 21:59:10 ---> e8196f5cbd71 21:59:10 21:59:10 Step 10/24 : FROM alpine:3.12 21:59:10 ---> 88dd2752d2ea 21:59:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:59:12 ---> Running in 7a9ff596aeab 21:59:12 ---> Running in e2c1844441bc 21:59:12 ---> Running in 5293a167e643 21:59:12 ---> Running in d43537ab921b 21:59:12 ---> Running in e9c9ed4ed668 21:59:13 Removing intermediate container d43537ab921b 21:59:13 ---> 295de399d3ad 21:59:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:59:13 ---> Running in 0d12fce7ebe9 21:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:14 (1/4) Installing ca-certificates (20191127-r4) 21:59:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:59:14 (3/4) Installing libcurl (7.69.1-r3) 21:59:14 (4/4) Installing curl (7.69.1-r3) 21:59:14 Executing busybox-1.31.1-r19.trigger 21:59:14 Executing ca-certificates-20191127-r4.trigger 21:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:14 OK: 7 MiB in 18 packages 21:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:14 (1/2) Installing ca-certificates (20191127-r4) 21:59:14 (2/2) Installing dumb-init (1.2.2-r1) 21:59:14 Executing busybox-1.31.1-r19.trigger 21:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:15 Executing ca-certificates-20191127-r4.trigger 21:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:15 OK: 6 MiB in 16 packages 21:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:15 (1/5) Installing ca-certificates (20191127-r4) 21:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:15 (1/1) Installing dumb-init (1.2.2-r1) 21:59:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:59:15 Executing busybox-1.31.1-r19.trigger 21:59:15 (3/5) Installing libcurl (7.69.1-r3) 21:59:15 OK: 6 MiB in 15 packages 21:59:15 (4/5) Installing curl (7.69.1-r3) 21:59:15 (5/5) Installing dumb-init (1.2.2-r1) 21:59:15 Executing busybox-1.31.1-r19.trigger 21:59:15 Executing ca-certificates-20191127-r4.trigger 21:59:15 (1/2) Installing dumb-init (1.2.2-r1) 21:59:15 (2/2) Installing su-exec (0.2-r1) 21:59:15 Executing busybox-1.31.1-r19.trigger 21:59:15 OK: 6 MiB in 16 packages 21:59:15 OK: 7 MiB in 19 packages 21:59:17 Removing intermediate container 7a9ff596aeab 21:59:17 ---> 2c0df1bbfebe 21:59:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:59:17 Removing intermediate container e2c1844441bc 21:59:17 ---> 96fe5b592f91 21:59:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:59:17 ---> Running in a06a87052684 21:59:17 ---> Running in bc66be8c3fef 21:59:18 Removing intermediate container e9c9ed4ed668 21:59:18 ---> f11ac281118d 21:59:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:59:18 Removing intermediate container 0d12fce7ebe9 21:59:18 ---> 91f289c105fc 21:59:18 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:59:18 ---> Running in 94b7be95b11f 21:59:18 Removing intermediate container 5293a167e643 21:59:18 ---> 179fe7331c9d 21:59:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:59:18 ---> Running in 319e7f17cfdf 21:59:18 Removing intermediate container bc66be8c3fef 21:59:18 ---> 579cb09f9e05 21:59:18 Step 13/22 : ENV APP_PORT=48060 21:59:18 Removing intermediate container a06a87052684 21:59:18 ---> c383c98afdd9 21:59:18 Step 13/21 : WORKDIR /edgex 21:59:19 ---> Running in dad32aa7cdcf 21:59:19 ---> Running in d70443d5ee07 21:59:19 ---> Running in a2c279bdc528 21:59:19 Removing intermediate container 94b7be95b11f 21:59:19 ---> 005c361bd2be 21:59:19 Step 13/22 : ENV APP_PORT=48085 21:59:19 Removing intermediate container 319e7f17cfdf 21:59:19 ---> 048b4081a0d1 21:59:19 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:59:19 ---> Running in 08f4555f6cef 21:59:19 ---> Running in 475872866bb1 21:59:19 Removing intermediate container dad32aa7cdcf 21:59:19 ---> d1c072bb977d 21:59:19 Step 13/24 : WORKDIR / 21:59:19 Removing intermediate container a2c279bdc528 21:59:19 ---> 6b8a85db14f3 21:59:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:59:20 Removing intermediate container d70443d5ee07 21:59:20 ---> 0e746b721c07 21:59:20 Step 14/22 : EXPOSE $APP_PORT 21:59:20 ---> Running in d343f6bbb119 21:59:20 ---> Running in 3db4da6948ae 21:59:20 Removing intermediate container 08f4555f6cef 21:59:20 ---> f223a4cb9f4b 21:59:20 Step 14/22 : EXPOSE $APP_PORT 21:59:21 Removing intermediate container 475872866bb1 21:59:21 ---> 68ceec5590c9 21:59:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:59:21 ---> 03b202a9a915 21:59:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:59:21 ---> Running in f38fa152823a 21:59:21 ---> Running in ade7627bf5e0 21:59:21 ---> 13ab02d914ea 21:59:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:59:21 ---> 65a7bd9c0b3f 21:59:21 Step 9/23 : RUN make cmd/core-command/core-command 21:59:21 ---> 6f4e1b1cf8dd 21:59:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:59:21 ---> fa7e2cdc09dc 21:59:21 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:59:21 ---> Running in 8937ac084268 21:59:21 ---> c35200e93621 21:59:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:59:21 ---> Running in b2550d53bd53 21:59:21 ---> Running in c145841c62da 21:59:21 ---> Running in a7d762d639fe 21:59:21 ---> Running in e107d1fb31db 21:59:21 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 21:59:21 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 21:59:21 Removing intermediate container d343f6bbb119 21:59:21 ---> f1994d9f747c 21:59:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:59:21 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 21:59:21 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 21:59:22 Removing intermediate container 3db4da6948ae 21:59:22 ---> 10a3aac6dec9 21:59:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:22 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 21:59:23 Removing intermediate container f38fa152823a 21:59:23 ---> d11fd8b2d323 21:59:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:23 ---> b9140921e1b0 21:59:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:59:24 ---> ea1126101b1e 21:59:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:59:24 ---> bcea48349d0a 21:59:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:59:25 ---> 03acc1b52aa7 21:59:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:59:26 ---> a0914b06965d 21:59:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:59:27 ---> 015148809248 21:59:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:59:27 ---> Running in 8520dd2ca2da 21:59:27 ---> 02494e138123 21:59:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:59:27 ---> 7626ba083722 21:59:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:59:27 ---> 86290eb14236 21:59:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:59:27 Removing intermediate container ade7627bf5e0 21:59:27 ---> 9c9bad101509 21:59:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:59:27 ---> Running in 399f42b99714 21:59:28 Removing intermediate container 8520dd2ca2da 21:59:28 ---> f8962e9fbf9e 21:59:28 Step 18/21 : CMD ["--init=true"] 21:59:29 ---> 634247d7afe8 21:59:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:59:29 ---> Running in 12447d016dac 21:59:29 ---> Running in 4c8372337a4b 21:59:29 ---> 7ba8fd516467 21:59:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:59:29 Removing intermediate container 399f42b99714 21:59:29 ---> 57c51dcd1ad2 21:59:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:59:29 ---> bde9db6eb574 21:59:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:59:29 ---> Running in 05220035da17 21:59:30 Removing intermediate container 12447d016dac 21:59:30 ---> 693d3dfcf510 21:59:30 Step 19/21 : LABEL arch=x86_64 21:59:30 Removing intermediate container 4c8372337a4b 21:59:30 ---> 6c95d5f3d937 21:59:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:59:30 ---> Running in d90ddad435ae 21:59:30 ---> Running in 1e3340a88db0 21:59:30 Removing intermediate container 05220035da17 21:59:30 ---> 16e8c5555a4c 21:59:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:59:31 ---> e35222569f1a 21:59:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:59:31 ---> de24d14afa69 21:59:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:59:31 ---> Running in 32c8530af2bc 21:59:31 ---> Running in 7f289fd9359e 21:59:31 Removing intermediate container d90ddad435ae 21:59:31 ---> d7d708725260 21:59:31 Step 20/21 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 21:59:31 Removing intermediate container 32c8530af2bc 21:59:31 ---> 9b1d59d31ffb 21:59:31 Step 20/22 : LABEL arch=x86_64 21:59:31 Removing intermediate container 1e3340a88db0 21:59:31 ---> 1404a30c8af6 21:59:31 Step 20/22 : LABEL arch=x86_64 21:59:32 ---> 9fd39aa189e0 21:59:32 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/ 21:59:32 ---> Running in 27717bfa097e 21:59:32 ---> Running in 5b994d8628bd 21:59:32 ---> Running in c06734ef9ca0 21:59:33 ---> Running in 78800da9cec5 21:59:33 Removing intermediate container 5b994d8628bd 21:59:33 ---> cb72f70aa27e 21:59:33 Step 21/22 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 21:59:33 Removing intermediate container 27717bfa097e 21:59:33 ---> 7c45cab86d48 21:59:33 Step 21/22 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 21:59:33 Removing intermediate container c06734ef9ca0 21:59:33 ---> 29f6527aaf07 21:59:33 Step 21/21 : LABEL version=0.0.0 21:59:33 ---> Running in 2bc84c2adb48 21:59:33 ---> Running in 882f74522da6 21:59:33 ---> Running in 8507e9296166 21:59:34 Removing intermediate container 2bc84c2adb48 21:59:34 ---> aa0b2f7096de 21:59:34 Step 22/22 : LABEL version=0.0.0 21:59:34 ---> Running in 2ba078887d99 21:59:34 Removing intermediate container 882f74522da6 21:59:34 ---> 12c97a965022 21:59:34 Step 22/22 : LABEL version=0.0.0 21:59:34 Removing intermediate container 8507e9296166 21:59:34 ---> 61f07e0056be 21:59:34 21:59:35 ---> Running in f7f7852065da 21:59:35 Removing intermediate container 2ba078887d99 21:59:35 ---> b715f06f84b9 21:59:35 21:59:35 Removing intermediate container 7f289fd9359e 21:59:35 ---> e381071a7e0b 21:59:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:36 Removing intermediate container f7f7852065da 21:59:36 ---> 0a7781187444 21:59:36 21:59:36 Successfully built 61f07e0056be 21:59:36 Successfully tagged docker-security-proxy-setup-go:latest 21:59:36 Building docker-core-command-go 21:59:36  Building docker-security-proxy-setup-go ... done Successfully built b715f06f84b9 21:59:36 Successfully tagged docker-support-notifications-go:latest 21:59:36 Building docker-sys-mgmt-agent-go 21:59:36  Building docker-support-notifications-go ... done Successfully built 0a7781187444 21:59:36 Successfully tagged docker-support-scheduler-go:latest 21:59:36 Building docker-core-data-go 21:59:36  Building docker-support-scheduler-go ... done  ---> 20fa74d97973 21:59:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:59:36 Removing intermediate container 78800da9cec5 21:59:36 ---> a79d7100ecf8 21:59:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:59:37 ---> Running in f5417eaabf89 21:59:37 Removing intermediate container f5417eaabf89 21:59:37 ---> a6ff7fd222ed 21:59:37 Step 22/24 : LABEL arch=x86_64 21:59:38 ---> Running in 9af24bb32f7a 21:59:38 ---> ae3306f2b89e 21:59:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:59:39 Removing intermediate container 9af24bb32f7a 21:59:39 ---> bc32e00602d9 21:59:39 Step 23/24 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 21:59:39 ---> 79b2dcad3474 21:59:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:59:41 ---> Running in 0caa5a0092c2 21:59:43 ---> 70550524f6a2 21:59:43 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:59:43 Removing intermediate container 0caa5a0092c2 21:59:43 ---> bb98e89bd8a8 21:59:43 Step 24/24 : LABEL version=0.0.0 21:59:43 ---> Running in 52f7fc805742 21:59:43 ---> 7a834114d87f 21:59:43 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:59:44 ---> Running in b227c0143f87 21:59:44 Removing intermediate container 52f7fc805742 21:59:44 ---> 1ad3c3e5b035 21:59:44 21:59:46 Removing intermediate container b227c0143f87 21:59:46 ---> ff4d09483bb1 21:59:46 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:59:46 Successfully built 1ad3c3e5b035 21:59:48 Successfully tagged docker-security-secretstore-setup-go:latest 21:59:48 Building docker-core-metadata-go 21:59:49  Building docker-security-secretstore-setup-go ... done  ---> 2979fbe3b0af 21:59:49 Step 26/31 : RUN chmod +x /entrypoint.sh 21:59:50 ---> Running in 6c2c51fd96d2 21:59:59 Removing intermediate container 6c2c51fd96d2 21:59:59 ---> 1c742bea165f 21:59:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:59:59 ---> Running in 707842e8d988 21:59:59 Removing intermediate container 707842e8d988 21:59:59 ---> 8d3ab774b141 21:59:59 Step 28/31 : CMD ["gate"] 22:00:00 ---> Running in 0e20153b7ebe 22:00:00 Removing intermediate container 0e20153b7ebe 22:00:00 ---> 40d2ac3e6ce8 22:00:00 Step 29/31 : LABEL arch=x86_64 22:00:00 ---> Running in 8611cb40cf68 22:00:01 Removing intermediate container 8611cb40cf68 22:00:01 ---> 487192f187ac 22:00:01 Step 30/31 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:00:01 ---> Running in 4ff6bec0f4ef 22:00:04 Removing intermediate container 4ff6bec0f4ef 22:00:04 ---> 71dca33d3605 22:00:04 Step 31/31 : LABEL version=0.0.0 22:00:08 ---> Running in e86ef82c965e 22:00:12 Removing intermediate container e86ef82c965e 22:00:12 ---> 3d737da5f2e7 22:00:12 22:00:13 Successfully built 3d737da5f2e7 22:00:14 Successfully tagged docker-security-bootstrapper-go:latest 22:00:39  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:00:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:00:39 ---> 9523d39442ff 22:00:39 Step 3/26 : WORKDIR /edgex-go 22:00:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:00:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:00:39 ---> 9523d39442ff 22:00:39 Step 3/23 : WORKDIR /edgex-go 22:00:39 ---> Using cache 22:00:39 ---> 491f7bcdea3c 22:00:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:39 ---> Using cache 22:00:39 ---> 491f7bcdea3c 22:00:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:39 ---> Using cache 22:00:39 ---> 0694d2fed8fe 22:00:39 Step 5/26 : RUN apk add --update --no-cache make bash git 22:00:39 ---> Using cache 22:00:39 ---> 0694d2fed8fe 22:00:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:00:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:00:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:00:40 ---> 9523d39442ff 22:00:40 Step 3/23 : WORKDIR /edgex-go 22:00:40 ---> Using cache 22:00:40 ---> 491f7bcdea3c 22:00:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:40 ---> Using cache 22:00:40 ---> 0694d2fed8fe 22:00:40 Step 5/23 : RUN apk add --update --no-cache make git 22:00:40 ---> Using cache 22:00:40 ---> ab2c8d679026 22:00:40 Step 6/23 : COPY go.mod . 22:00:40 ---> Using cache 22:00:40 ---> 61b8c784d6c2 22:00:40 Step 7/23 : RUN go mod download 22:00:40 ---> Using cache 22:00:40 ---> e23d9d88a173 22:00:40 Step 8/23 : COPY . . 22:00:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:00:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:00:40 ---> 9523d39442ff 22:00:40 Step 3/23 : WORKDIR /edgex-go 22:00:40 ---> Using cache 22:00:40 ---> 491f7bcdea3c 22:00:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:40 ---> Using cache 22:00:40 ---> 0694d2fed8fe 22:00:40 Step 5/23 : RUN apk add --update --no-cache make git 22:00:40 ---> Using cache 22:00:40 ---> ab2c8d679026 22:00:40 Step 6/23 : COPY go.mod . 22:00:40 ---> Using cache 22:00:40 ---> 61b8c784d6c2 22:00:40 Step 7/23 : RUN go mod download 22:00:40 ---> Using cache 22:00:40 ---> e23d9d88a173 22:00:40 Step 8/23 : COPY . . 22:00:40 ---> Using cache 22:00:40 ---> 4ceb50d20e61 22:00:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:00:40 ---> Using cache 22:00:40 ---> 4ceb50d20e61 22:00:40 Step 9/23 : RUN make cmd/core-command/core-command 22:00:41 ---> Running in a550057f5f97 22:00:41 ---> Running in 3e7128f75c26 22:00:41 ---> Running in e57b3e202df0 22:00:41 ---> Running in 19ae401946a2 22:00:44 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 22:00:44 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 22:00:44 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 22:00:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:00:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:00:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:00:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:00:46 OK: 233 MiB in 51 packages 22:00:46 OK: 233 MiB in 51 packages 22:00:46 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 22:00:47 Removing intermediate container a550057f5f97 22:00:47 ---> 9683180f7418 22:00:47 Step 6/26 : COPY go.mod . 22:00:48 Removing intermediate container 19ae401946a2 22:00:48 ---> 64bb41c7df72 22:00:48 Step 6/23 : COPY go.mod . 22:00:50 ---> 8cd8025d1095 22:00:50 Step 7/26 : RUN go mod download 22:00:50 ---> 64467d77f939 22:00:50 Step 7/23 : RUN go mod download 22:00:50 ---> Running in bcf6537be331 22:00:50 ---> Running in 329b8b283833 22:01:01 Removing intermediate container 329b8b283833 22:01:01 ---> 32b27f557520 22:01:01 Step 8/23 : COPY . . 22:01:01 Removing intermediate container bcf6537be331 22:01:01 ---> 937d69bf00ca 22:01:01 Step 8/26 : COPY . . 22:01:05 Removing intermediate container e107d1fb31db 22:01:05 ---> ddee24d67e03 22:01:05 22:01:05 Step 10/21 : FROM alpine:3.12 22:01:05 3.12: Pulling from library/alpine 22:01:05 Removing intermediate container c145841c62da 22:01:05 ---> bba5e71ad7a5 22:01:05 22:01:05 Step 10/24 : FROM alpine:3.12 22:01:05 3.12: Pulling from library/alpine 22:01:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:01:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:01:06 Status: Downloaded newer image for alpine:3.12 22:01:06 ---> d10569e2745f 22:01:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:01:06 Status: Downloaded newer image for alpine:3.12 22:01:06 ---> d10569e2745f 22:01:06 Step 11/21 : RUN apk add --update --no-cache curl 22:01:06 ---> Running in 028469e2d3cb 22:01:06 ---> Running in c1fcd2c3ad35 22:01:07 Removing intermediate container a7d762d639fe 22:01:07 ---> 81c6a662bcbb 22:01:07 22:01:07 Step 10/31 : FROM alpine:3.12 22:01:07 ---> d10569e2745f 22:01:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:01:07 ---> Running in a27c0ef7b2d2 22:01:08 Removing intermediate container a27c0ef7b2d2 22:01:08 ---> 7ed1f42f5e7f 22:01:08 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:01:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:09 ---> Running in d35992a732a7 22:01:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:10 (1/4) Installing ca-certificates (20191127-r4) 22:01:10 (1/5) Installing ca-certificates (20191127-r4) 22:01:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:01:10 (3/4) Installing libcurl (7.69.1-r3) 22:01:10 (4/4) Installing curl (7.69.1-r3) 22:01:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:01:10 Executing busybox-1.31.1-r19.trigger 22:01:10 (3/5) Installing libcurl (7.69.1-r3) 22:01:10 (4/5) Installing curl (7.69.1-r3) 22:01:10 (5/5) Installing dumb-init (1.2.2-r1) 22:01:10 Executing busybox-1.31.1-r19.trigger 22:01:10 Executing ca-certificates-20191127-r4.trigger 22:01:10 Executing ca-certificates-20191127-r4.trigger 22:01:10 OK: 7 MiB in 19 packages 22:01:10 OK: 7 MiB in 18 packages 22:01:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:11 (1/2) Installing dumb-init (1.2.2-r1) 22:01:11 (2/2) Installing su-exec (0.2-r1) 22:01:11 Executing busybox-1.31.1-r19.trigger 22:01:11 OK: 5 MiB in 16 packages 22:01:13 Removing intermediate container b2550d53bd53 22:01:13 ---> 8078f47faf7d 22:01:13 22:01:13 Step 10/23 : FROM alpine:3.12 22:01:13 ---> d10569e2745f 22:01:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:01:14 ---> Running in 491464e7ec48 22:01:14 Removing intermediate container d35992a732a7 22:01:14 ---> 7923945e0468 22:01:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:01:14 Removing intermediate container c1fcd2c3ad35 22:01:14 ---> 928fc9f67f3a 22:01:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:01:14 Removing intermediate container 028469e2d3cb 22:01:14 ---> 0d407d6972dd 22:01:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:01:14 ---> Running in ebfda1c6c75a 22:01:15 ---> Running in 7b01fefc8427 22:01:15 ---> Running in 030f3697eaac 22:01:15 Removing intermediate container 8937ac084268 22:01:15 ---> 3b06d35ae3ac 22:01:15 22:01:15 Step 10/22 : FROM alpine:3.12 22:01:15 ---> d10569e2745f 22:01:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:01:15 Removing intermediate container ebfda1c6c75a 22:01:15 ---> 33fc4de2e8a9 22:01:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:01:15 ---> Running in fdb0e1919866 22:01:16 Removing intermediate container 030f3697eaac 22:01:16 Removing intermediate container 7b01fefc8427 22:01:16 ---> 42972948a045 22:01:16 Step 13/24 : WORKDIR / 22:01:16 ---> 2cdc8c1e45d9 22:01:16 Step 13/21 : WORKDIR /edgex 22:01:16 ---> Running in ceaf036a2dc2 22:01:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:16 ---> Running in b988b7cf50cd 22:01:16 ---> Running in 448613411b70 22:01:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:16 Removing intermediate container ceaf036a2dc2 22:01:16 ---> c6a81bbc9792 22:01:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:01:16 (1/1) Installing dumb-init (1.2.2-r1) 22:01:16 Executing busybox-1.31.1-r19.trigger 22:01:16 OK: 5 MiB in 15 packages 22:01:17 ---> Running in 6ab73f34960a 22:01:17 Removing intermediate container 448613411b70 22:01:17 ---> cd73f7046640 22:01:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:01:17 Removing intermediate container b988b7cf50cd 22:01:17 ---> 091166ca845c 22:01:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:18 (1/1) Installing dumb-init (1.2.2-r1) 22:01:18 Executing busybox-1.31.1-r19.trigger 22:01:18 OK: 5 MiB in 15 packages 22:01:18 ---> abc1940ce5e1 22:01:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:01:19 ---> 3692d43d1788 22:01:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:01:19 Removing intermediate container 491464e7ec48 22:01:19 ---> e7b719261c7e 22:01:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:01:19 ---> Running in dcf1e242ce06 22:01:20 Removing intermediate container dcf1e242ce06 22:01:20 ---> bb9da72939ec 22:01:20 Step 13/23 : ENV APP_PORT=48082 22:01:20 ---> 18a66dacdb3c 22:01:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:01:20 Removing intermediate container fdb0e1919866 22:01:20 ---> 4f2ab5c3dac9 22:01:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:01:20 ---> Running in 86087527ba56 22:01:20 ---> Running in cab825457425 22:01:20 ---> fa6d7879c3e6 22:01:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:01:21 Removing intermediate container 6ab73f34960a 22:01:21 ---> aa9ba3d31b79 22:01:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:01:21 ---> Running in c9be94bab6c3 22:01:21 Removing intermediate container cab825457425 22:01:21 ---> a6c93dc233a9 22:01:21 Step 13/22 : ENV APP_PORT=48085 22:01:21 Removing intermediate container 86087527ba56 22:01:21 ---> fa6ad693b1d6 22:01:21 Step 14/23 : EXPOSE $APP_PORT 22:01:21 ---> 69d701e5a28b 22:01:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:01:21 ---> Running in 8a6df33c4106 22:01:21 ---> Running in dc276648d977 22:01:22 Removing intermediate container c9be94bab6c3 22:01:22 ---> 7abc5b9e4db7 22:01:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:01:22 ---> b5cf8877e392 22:01:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:01:22 Removing intermediate container dc276648d977 22:01:22 ---> ad72c0887b69 22:01:22 Step 15/23 : WORKDIR / 22:01:22 Removing intermediate container 8a6df33c4106 22:01:22 ---> 5265dfa6ec70 22:01:22 Step 14/22 : EXPOSE $APP_PORT 22:01:22 ---> Running in dd3c3f77f6c5 22:01:22 ---> Running in aa27bb2ea539 22:01:22 ---> Running in ee066e88fc9c 22:01:22 ---> 14e41929f297 22:01:22 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:01:23 ---> b4a7ae9b0534 22:01:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:01:23 ---> Running in f7507ba83682 22:01:23 Removing intermediate container dd3c3f77f6c5 22:01:23 ---> a32e3fb9be50 22:01:23 Step 18/21 : CMD ["--init=true"] 22:01:23 Removing intermediate container ee066e88fc9c 22:01:23 ---> 4edccf76dda5 22:01:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:01:23 ---> Running in 99e27492f1ba 22:01:23 Removing intermediate container aa27bb2ea539 22:01:23 ---> 4ddc74496cde 22:01:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:01:24 Removing intermediate container 99e27492f1ba 22:01:24 ---> 45baaeffe9fb 22:01:24 Step 19/21 : LABEL arch=arm64 22:01:25 ---> 45238af92262 22:01:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:01:25 ---> 372031186ebb 22:01:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:01:25 ---> Running in 24023470bb46 22:01:25 ---> 892426167167 22:01:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:01:26 Removing intermediate container 24023470bb46 22:01:26 ---> 0dd2460131ae 22:01:26 Step 20/21 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:01:26 ---> 4b334ce16877 22:01:26 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/ 22:01:26 ---> Running in 2b121647b338 22:01:26 ---> Running in a99a29b2e485 22:01:26 Removing intermediate container f7507ba83682 22:01:26 ---> beb436b93fdc 22:01:26 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:01:26 ---> 71ece10f553c 22:01:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:01:26 ---> 40f8d1780c8b 22:01:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:01:27 Removing intermediate container 2b121647b338 22:01:27 ---> 45807e8f9067 22:01:27 Step 21/21 : LABEL version=0.0.0 22:01:27 ---> Running in 83dd0d7f7d6f 22:01:27 ---> af621fdcbc1c 22:01:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:01:28 ---> f2510e70cc80 22:01:28 ---> d9edaf2c4578 22:01:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:01:28 Step 19/23 : ENTRYPOINT ["/core-command"] 22:01:28 Removing intermediate container 83dd0d7f7d6f 22:01:28 ---> 0e53ed0f0bd3 22:01:28 22:01:28 ---> Running in 2674907a1d0e 22:01:28 ---> Running in be6eda13bad7 22:01:29 Successfully built 0e53ed0f0bd3 22:01:29 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:01:29 Building docker-support-notifications-go 22:01:29  Building docker-security-proxy-setup-go ... done Removing intermediate container 2674907a1d0e 22:01:29 Removing intermediate container be6eda13bad7 22:01:29 ---> 636172c62808 22:01:29 ---> b0e6ed8aef28 22:01:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:29 ---> 2af40450f6af 22:01:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:01:29 ---> Running in 6bf33c0bd3ab 22:01:29 ---> Running in 0e972b509b7f 22:01:29 Removing intermediate container a99a29b2e485 22:01:29 ---> e5def4615046 22:01:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:01:30 ---> Running in afb523e3507d 22:01:30 Removing intermediate container 6bf33c0bd3ab 22:01:30 ---> b1118c53eea8 22:01:30 Step 20/22 : LABEL arch=arm64Removing intermediate container 0e972b509b7f 22:01:30 ---> 5656fdc08af4 22:01:30 Step 21/23 : LABEL arch=arm64 22:01:30 22:01:30 ---> 3385552bb4dc 22:01:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:01:30 ---> Running in d6e40224166b 22:01:30 ---> Running in 8ac767db6dda 22:01:31 Removing intermediate container afb523e3507d 22:01:31 ---> dfea0c9c3253 22:01:31 Step 22/24 : LABEL arch=arm64 22:01:31 ---> Running in e3e635a76e01 22:01:32 Removing intermediate container d6e40224166b 22:01:32 ---> b71fec3fbe82 22:01:32 Step 21/22 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:01:32 ---> d34f4396cb3e 22:01:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:01:32 Removing intermediate container 8ac767db6dda 22:01:32 ---> 1b17398210d9 22:01:32 Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:01:33 ---> Running in 84c46a397a90 22:01:33 Removing intermediate container e3e635a76e01 22:01:33 ---> 3e734807c48d 22:01:33 Step 23/24 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:01:33 ---> Running in 2b6400bc3977 22:01:33 ---> Running in fc48ebf16e73 22:01:33 Removing intermediate container 84c46a397a90 22:01:33 ---> bf3c70e0b8c8 22:01:33 Step 22/22 : LABEL version=0.0.0 22:01:34 ---> 40bc7315dd31 22:01:34 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:01:34 Removing intermediate container 2b6400bc3977 22:01:34 ---> 557a347483b7 22:01:34 Step 23/23 : LABEL version=0.0.0 22:01:34 Removing intermediate container fc48ebf16e73 22:01:34 ---> 40bf428e839f 22:01:34 Step 24/24 : LABEL version=0.0.0 22:01:34 ---> Running in 14ac2d228ba9 22:01:35 ---> Running in 8ea866f58a5b 22:01:35 ---> Running in 91877f3d2569 22:01:35 ---> Running in 6b3689f78ca0 22:01:35 Removing intermediate container 14ac2d228ba9 22:01:35 ---> abca101b317e 22:01:35 22:01:35 Removing intermediate container 8ea866f58a5b 22:01:35 ---> a0ce289e9da2 22:01:35 22:01:35 Removing intermediate container 91877f3d2569 22:01:35 ---> 914537f2fdcc 22:01:35 22:01:35 Successfully built abca101b317e 22:01:36 Successfully tagged docker-support-scheduler-go-arm64:latest 22:01:36  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 22:01:36 Removing intermediate container 6b3689f78ca0 22:01:36 ---> 65d3e1abb48d 22:01:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:01:36 Successfully built a0ce289e9da2 22:01:36 Successfully tagged docker-core-command-go-arm64:latest 22:01:36  Building docker-core-command-go ... done Building docker-core-data-go 22:01:36 Successfully built 914537f2fdcc 22:01:36 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:01:36  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 22:01:37 ---> d4eaacd0d6c3 22:01:37 Step 26/31 : RUN chmod +x /entrypoint.sh 22:01:37 ---> Running in eb8339f9d643 22:01:39 Removing intermediate container eb8339f9d643 22:01:39 ---> bd227d35a322 22:01:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:01:39 ---> Running in a66515e402d4 22:01:40 Removing intermediate container a66515e402d4 22:01:40 ---> 9b04a12e2dd4 22:01:40 Step 28/31 : CMD ["gate"] 22:01:41 ---> Running in 86b0b9a9fbf5 22:01:42 Removing intermediate container 86b0b9a9fbf5 22:01:42 ---> eba56aefdc4b 22:01:42 Step 29/31 : LABEL arch=arm64 22:01:43 ---> Running in abe98b8f7eee 22:01:44 Removing intermediate container abe98b8f7eee 22:01:44 ---> 87aac62728fd 22:01:44 Step 30/31 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:01:45 ---> Running in 07ef4a89a892 22:01:46 Removing intermediate container 07ef4a89a892 22:01:46 ---> 449a0900190d 22:01:46 Step 31/31 : LABEL version=0.0.0 22:01:47 ---> Running in 6f9138bcf2e4 22:01:48 Removing intermediate container 6f9138bcf2e4 22:01:48 ---> f4c9ac7f1427 22:01:48 22:01:48 Successfully built f4c9ac7f1427 22:01:48 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:02:11 Removing intermediate container 3e7128f75c26 22:02:11 ---> a4db2c4f1fcd 22:02:11 22:02:11 Step 10/23 : FROM alpine:3.12 22:02:11 ---> 88dd2752d2ea 22:02:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:02:11 ---> Using cache 22:02:11 ---> f11ac281118d 22:02:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:02:11 ---> Using cache 22:02:11 ---> 005c361bd2be 22:02:11 Step 13/23 : ENV APP_PORT=48082 22:02:11 Removing intermediate container e57b3e202df0 22:02:11 ---> 78d8da74c446 22:02:11 22:02:11 Step 10/23 : FROM alpine:3.12 22:02:11 ---> 88dd2752d2ea 22:02:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:02:11 ---> Using cache 22:02:11 ---> f11ac281118d 22:02:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:02:11 ---> Using cache 22:02:11 ---> 005c361bd2be 22:02:11 Step 13/23 : ENV APP_PORT=48081 22:02:11 ---> Running in 10ca83a9623d 22:02:11 ---> Running in 10e6fa926897 22:02:11 Removing intermediate container 10ca83a9623d 22:02:11 ---> 841bbe134dc2 22:02:11 Step 14/23 : EXPOSE $APP_PORT 22:02:11 ---> a1f0cb2964f4 22:02:11 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:02:11 ---> Running in de4d607c5669 22:02:11 Removing intermediate container 10e6fa926897 22:02:11 ---> 05ed3ad55612 22:02:11 Step 14/23 : EXPOSE $APP_PORT 22:02:11 ---> Running in 0bd0fa86214a 22:02:11 ---> Running in 6b66d328481c 22:02:11 ---> d10918c3127c 22:02:11 Step 9/23 : RUN make cmd/core-data/core-data 22:02:11 Removing intermediate container de4d607c5669 22:02:11 ---> 0fc40ffd6931 22:02:11 Step 15/23 : WORKDIR / 22:02:11 ---> Running in 5bdc0fda01b5 22:02:11 ---> Running in 7fee90717353 22:02:11 Removing intermediate container 6b66d328481c 22:02:11 ---> bcd0dfcfd08e 22:02:11 Step 15/23 : WORKDIR / 22:02:11 ---> Running in 97d6310e3420 22:02:11 Removing intermediate container 7fee90717353 22:02:11 ---> a5155ff403ed 22:02:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:02:11 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 22:02:11 Removing intermediate container 97d6310e3420 22:02:11 ---> 86a66dd725e1 22:02:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:02:11 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 22:02:11 ---> d61f1bad8db0 22:02:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:02:12 ---> 67d34382429a 22:02:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:02:14 ---> 9f1534b6e8aa 22:02:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:02:14 ---> 9ac77d21f05a 22:02:14 Step 19/23 : ENTRYPOINT ["/core-command"] 22:02:14 ---> Running in 66122dc4cfc8 22:02:15 ---> 1a5329e1f1d7 22:02:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:02:15 Removing intermediate container 66122dc4cfc8 22:02:15 ---> 2dd957d87212 22:02:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:02:15 ---> Running in 592a1ebf821a 22:02:16 ---> fc030cedd996 22:02:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:02:16 ---> Running in 5a998d45f0d8 22:02:17 Removing intermediate container 592a1ebf821a 22:02:17 ---> 24e59feff608 22:02:17 Step 21/23 : LABEL arch=x86_64 22:02:17 Removing intermediate container 5a998d45f0d8 22:02:17 ---> 1c59d034599e 22:02:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:02:17 ---> Running in 83da8c341aca 22:02:17 ---> Running in 476de8b5573e 22:02:18 Removing intermediate container 476de8b5573e 22:02:18 ---> fd0074242729 22:02:18 Step 21/23 : LABEL arch=x86_64 22:02:18 Removing intermediate container 83da8c341aca 22:02:18 ---> 0184362bf927 22:02:18 Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:02:19 ---> Running in a769eb885b52 22:02:19 ---> Running in c369e94f0174 22:02:20 Removing intermediate container a769eb885b52 22:02:20 ---> 608dce2198fa 22:02:20 Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:02:21  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:02:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:02:21 ---> 297fcae1cb2c 22:02:21 Step 3/22 : WORKDIR /edgex-go 22:02:21 ---> Using cache 22:02:21 ---> ee545c21d5f7 22:02:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:21 ---> Using cache 22:02:21 ---> 79cb5cfa9ece 22:02:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:02:21 Removing intermediate container c369e94f0174 22:02:21 ---> fe0be92c93c4 22:02:21 Step 23/23 : LABEL version=0.0.0 22:02:21 ---> Running in dc39ccfc6e3c 22:02:21 ---> Running in 1631dfad6b30 22:02:23 ---> Running in ba5914bce365 22:02:23 Removing intermediate container dc39ccfc6e3c 22:02:23 ---> 7efca554c279 22:02:23 Step 23/23 : LABEL version=0.0.0 22:02:23 Removing intermediate container 1631dfad6b30 22:02:23 ---> 9b7513034637 22:02:23 22:02:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:24 ---> Running in 2c33fe1d3afd 22:02:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:25 OK: 217 MiB in 51 packages 22:02:25 Successfully built 9b7513034637 22:02:25 Removing intermediate container 2c33fe1d3afd 22:02:25 ---> 6479195398b0 22:02:25 22:02:25 Successfully tagged docker-core-command-go:latest 22:02:26  Building docker-core-command-go ... done Successfully built 6479195398b0 22:02:26 Successfully tagged docker-core-metadata-go:latest 22:02:29 Removing intermediate container ba5914bce365 22:02:29 ---> b1d81a5a466b 22:02:29 Step 6/22 : COPY go.mod . 22:02:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:02:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:02:29 ---> 297fcae1cb2c 22:02:29 Step 3/23 : WORKDIR /edgex-go 22:02:29 ---> Using cache 22:02:29 ---> ee545c21d5f7 22:02:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:29 ---> Using cache 22:02:29 ---> 79cb5cfa9ece 22:02:29 Step 5/23 : RUN apk add --update --no-cache make git 22:02:29 ---> Using cache 22:02:29 ---> 01404f80c942 22:02:29 Step 6/23 : COPY go.mod . 22:02:29 ---> Using cache 22:02:29 ---> ed5b6bde34fd 22:02:29 Step 7/23 : RUN go mod download 22:02:29 ---> Using cache 22:02:29 ---> 197cf5d4f2d9 22:02:29 Step 8/23 : COPY . . 22:02:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:02:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:02:29 ---> 297fcae1cb2c 22:02:29 Step 3/23 : WORKDIR /edgex-go 22:02:29 ---> Using cache 22:02:29 ---> ee545c21d5f7 22:02:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:29 ---> Using cache 22:02:29 ---> 79cb5cfa9ece 22:02:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:02:29 ---> Using cache 22:02:29 ---> 13ab02d914ea 22:02:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:02:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:02:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:02:29 ---> 297fcae1cb2c 22:02:29 Step 3/26 : WORKDIR /edgex-go 22:02:29 ---> Using cache 22:02:29 ---> ee545c21d5f7 22:02:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:02:29 ---> Using cache 22:02:29 ---> 79cb5cfa9ece 22:02:29 Step 5/26 : RUN apk add --update --no-cache make bash git 22:02:29 ---> Running in c61342cf8bfc 22:02:29 ---> Running in 49a33d300b7c 22:02:29 ---> Running in 0a7a1f428fba 22:02:29 ---> 5a8cc10a091c 22:02:29 Step 7/22 : RUN go mod download 22:02:29 ---> Running in 5b72fb862bd4 22:02:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:31 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 22:02:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:32 OK: 217 MiB in 51 packages 22:02:32 OK: 217 MiB in 51 packages 22:02:33 Removing intermediate container 5b72fb862bd4 22:02:33 ---> c815800bc74d 22:02:33 Step 8/22 : COPY . . 22:02:34 Removing intermediate container c61342cf8bfc 22:02:34 ---> 9825bd450587 22:02:34 Step 6/23 : COPY go.mod . 22:02:35 Removing intermediate container 49a33d300b7c 22:02:35 ---> 4c1915de84dd 22:02:35 Step 6/26 : COPY go.mod . 22:02:36 ---> e0f71d05b9eb 22:02:36 Step 7/23 : RUN go mod download 22:02:37 ---> Running in 9cf4e0f1df57 22:02:37 ---> 73e707c90d45 22:02:37 Step 7/26 : RUN go mod download 22:02:37 ---> Running in 68c8e69b708f 22:02:44 Removing intermediate container 9cf4e0f1df57 22:02:44 ---> 618b39258cb7 22:02:44 Step 8/23 : COPY . . 22:02:44 Removing intermediate container 68c8e69b708f 22:02:44 ---> fbe238dfd265 22:02:44 Step 8/26 : COPY . . 22:02:50  Building docker-core-metadata-go ... done Removing intermediate container 0bd0fa86214a 22:02:50 ---> 8feba5f56402 22:02:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:02:50 ---> Running in 7c6d6cbf054c 22:02:51 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 22:02:55 Removing intermediate container 7c6d6cbf054c 22:02:55 ---> 6df49224c229 22:02:55 22:02:55 Step 11/26 : FROM docker:20.10.0 22:02:55 20.10.0: Pulling from library/docker 22:02:56 Removing intermediate container 5bdc0fda01b5 22:02:56 ---> 77da203f2fcc 22:02:56 22:02:56 Step 10/23 : FROM alpine:3.12 22:02:56 ---> 88dd2752d2ea 22:02:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:02:57 ---> Running in 2ca60412cda0 22:02:58 Removing intermediate container 2ca60412cda0 22:02:58 ---> 8009265b2a1f 22:02:58 Step 12/23 : ENV APP_PORT=48080 22:02:59 ---> Running in 36988df5dc46 22:02:59 Removing intermediate container 36988df5dc46 22:02:59 ---> 5c61e6649f7b 22:02:59 Step 13/23 : EXPOSE $APP_PORT 22:02:59 ---> Running in 84c423548997 22:03:00 Removing intermediate container 84c423548997 22:03:00 ---> 63b4d4438c6a 22:03:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:03:00 ---> Running in b916cdcc62b6 22:03:02 Removing intermediate container b916cdcc62b6 22:03:02 ---> c1b4fc77b269 22:03:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:03:03 ---> Running in 36e66d624cfd 22:03:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:03:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:05 Status: Downloaded newer image for docker:20.10.0 22:03:05 ---> aefe523efa57 22:03:05 Step 12/26 : RUN apk add --no-cache bash 22:03:05 ---> Running in a7454d7357d4 22:03:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:05 (1/2) Installing readline (8.0.4-r0) 22:03:05 (2/2) Installing bash (5.0.17-r0) 22:03:06 Executing bash-5.0.17-r0.post-install 22:03:06 (1/6) Installing dumb-init (1.2.2-r1) 22:03:06 Executing busybox-1.31.1-r19.trigger 22:03:06 OK: 12 MiB in 22 packages 22:03:06 (2/6) Installing libgcc (9.3.0-r2) 22:03:06 (3/6) Installing libsodium (1.0.18-r0) 22:03:06 (4/6) Installing libstdc++ (9.3.0-r2) 22:03:06 (5/6) Installing libzmq (4.3.3-r0) 22:03:06 (6/6) Installing zeromq (4.3.3-r0) 22:03:06 Executing busybox-1.31.1-r19.trigger 22:03:06 OK: 8 MiB in 20 packages 22:03:06 ---> 590f74305f67 22:03:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:03:07 ---> Running in a3eb1531cbce 22:03:07 Removing intermediate container a7454d7357d4 22:03:07 ---> 017761fde709 22:03:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:03:07 ---> Running in 684a9be6b82e 22:03:08 Removing intermediate container 684a9be6b82e 22:03:08 ---> 466607097c3f 22:03:08 Step 14/26 : ENV APP_PORT=48090 22:03:08 ---> Running in 18de68e5b0fb 22:03:08 Removing intermediate container 36e66d624cfd 22:03:08 ---> d130bdb92ab0 22:03:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:08 Removing intermediate container 18de68e5b0fb 22:03:08 ---> b2394774dc2d 22:03:08 Step 15/26 : EXPOSE $APP_PORT 22:03:09 ---> Running in 70ba7a29ea91 22:03:09 ---> 3280d540ac52 22:03:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:03:09 Removing intermediate container 70ba7a29ea91 22:03:09 ---> ea0bd8b50ab6 22:03:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:03:09 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 22:03:10 ---> 1f2e66e09933 22:03:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:03:10 ---> 603e2f280ffe 22:03:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:03:11 ---> 713df12e9ed6 22:03:11 Step 19/23 : ENTRYPOINT ["/core-data"] 22:03:11 ---> Running in d19b0a7926f1 22:03:11 ---> d96a74205cf0 22:03:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:03:11 Removing intermediate container d19b0a7926f1 22:03:11 ---> 5ccaf50fd4a2 22:03:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:11 ---> Running in da3d9a5f2cd4 22:03:11 ---> 7faeb0f1ace0 22:03:11 Step 19/26 : RUN apk --no-cache add py3-pip 22:03:12 ---> Running in d9cc0a16141b 22:03:13 Removing intermediate container da3d9a5f2cd4 22:03:13 ---> d1bbd9cf2cde 22:03:13 Step 21/23 : LABEL arch=x86_64 22:03:13 ---> Running in 68897231a5f9 22:03:13 Removing intermediate container 68897231a5f9 22:03:13 ---> 49903ecec635 22:03:13 Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:03:14 ---> Running in 2e323cd529c2 22:03:14 Removing intermediate container 2e323cd529c2 22:03:14 ---> 3a537cf67e17 22:03:14 Step 23/23 : LABEL version=0.0.0 22:03:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:15 ---> Running in c1c2adbcaf43 22:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:15 ---> b68b07aff9f2 22:03:15 Step 9/23 : RUN make cmd/core-data/core-data 22:03:15 ---> 798e0e9d2903 22:03:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:03:15 ---> Running in c7b9af6ce10c 22:03:15 ---> Running in ff8e635ee2e1 22:03:15 (1/33) Installing libbz2 (1.0.8-r1) 22:03:15 (2/33) Installing expat (2.2.9-r1) 22:03:15 (3/33) Installing libffi (3.3-r2) 22:03:15 (4/33) Installing gdbm (1.13-r1) 22:03:15 (5/33) Installing xz-libs (5.2.5-r0) 22:03:15 (6/33) Installing sqlite-libs (3.32.1-r0) 22:03:15 (7/33) Installing python3 (3.8.8-r0) 22:03:16 Removing intermediate container c1c2adbcaf43 22:03:16 ---> c3b8e3ee8532 22:03:16 22:03:16 Successfully built c3b8e3ee8532 22:03:16 Successfully tagged docker-core-data-go:latest 22:03:17  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 22:03:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:03:17 (10/33) Installing py3-parsing (2.4.7-r0) 22:03:17 (11/33) Installing py3-six (1.15.0-r0) 22:03:17 (12/33) Installing py3-packaging (20.4-r0) 22:03:17 (13/33) Installing py3-setuptools (47.0.0-r0) 22:03:17 (14/33) Installing py3-chardet (3.0.4-r4) 22:03:17 (15/33) Installing py3-idna (2.9-r0) 22:03:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:03:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:03:17 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 22:03:17 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 22:03:17 (18/33) Installing py3-requests (2.23.0-r0) 22:03:17 (19/33) Installing py3-msgpack (1.0.0-r0) 22:03:17 (20/33) Installing py3-lockfile (0.12.2-r3) 22:03:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:03:17 (22/33) Installing py3-colorama (0.4.3-r0) 22:03:17 (23/33) Installing py3-distlib (0.3.0-r0) 22:03:17 (24/33) Installing py3-distro (1.5.0-r1) 22:03:17 (25/33) Installing py3-webencodings (0.5.1-r3) 22:03:18 (26/33) Installing py3-html5lib (1.0.1-r4) 22:03:18 (27/33) Installing py3-pytoml (0.1.21-r0) 22:03:18 (28/33) Installing py3-pep517 (0.8.2-r0) 22:03:18 (29/33) Installing py3-progress (1.5-r0) 22:03:18 (30/33) Installing py3-toml (0.10.1-r0) 22:03:18 (31/33) Installing py3-retrying (1.3.3-r0) 22:03:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:03:18 (33/33) Installing py3-pip (20.1.1-r0) 22:03:18 Executing busybox-1.31.1-r19.trigger 22:03:18 OK: 71 MiB in 55 packages 22:03:28 Removing intermediate container d9cc0a16141b 22:03:28 ---> 6c0c8434c30e 22:03:28 Step 20/26 : RUN pip install docker-compose==1.23.2 22:03:29 ---> Running in ed2d08aabe45 22:03:31 Collecting docker-compose==1.23.2 22:03:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:03:31 Collecting cached-property<2,>=1.2.0 22:03:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:03:31 Collecting jsonschema<3,>=2.5.1 22:03:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:03:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:03:32 Collecting dockerpty<0.5,>=0.4.1 22:03:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:03:32 Collecting docopt<0.7,>=0.6.1 22:03:32 Downloading docopt-0.6.2.tar.gz (25 kB) 22:03:32 Removing intermediate container 0a7a1f428fba 22:03:32 ---> c8de2de456dd 22:03:32 22:03:32 Step 10/23 : FROM alpine:3.12 22:03:32 ---> d10569e2745f 22:03:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:03:32 ---> Using cache 22:03:32 ---> 4f2ab5c3dac9 22:03:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:03:32 ---> Using cache 22:03:32 ---> a6c93dc233a9 22:03:32 Step 13/23 : ENV APP_PORT=48081 22:03:33 ---> Running in 74f0cd93318d 22:03:33 Removing intermediate container 74f0cd93318d 22:03:33 ---> 922ae85ee6dc 22:03:33 Step 14/23 : EXPOSE $APP_PORT 22:03:33 Collecting texttable<0.10,>=0.9.0 22:03:33 Downloading texttable-0.9.1.tar.gz (11 kB) 22:03:34 ---> Running in 8e6e7e3f830a 22:03:35 Removing intermediate container 8e6e7e3f830a 22:03:35 ---> 501b44a959b9 22:03:35 Step 15/23 : WORKDIR / 22:03:35 ---> Running in a3396bfcd30d 22:03:35 Collecting docker<4.0,>=3.6.0 22:03:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:03:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:03:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:03:36 Collecting websocket-client<1.0,>=0.32.0 22:03:36 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:03:36 Removing intermediate container a3396bfcd30d 22:03:36 ---> ec7bef4653fe 22:03:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:36 Collecting PyYAML<4,>=3.10 22:03:36 Downloading PyYAML-3.13.tar.gz (270 kB) 22:03:37 ---> d9ccdad362a3 22:03:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:03:37 Collecting docker-pycreds>=0.4.0 22:03:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:03:38 Collecting urllib3<1.25,>=1.21.1 22:03:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:03:38 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) 22:03:38 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) 22:03:38 Collecting idna<2.8,>=2.5 22:03:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:03:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:03:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:03:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:03:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:03:38 Installing collected packages: cached-property, jsonschema, dockerpty, docopt, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, docker-compose 22:03:38 Running setup.py install for dockerpty: started 22:03:39 ---> bcf15759f8c1 22:03:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:03:40 Running setup.py install for dockerpty: finished with status 'done' 22:03:40 Running setup.py install for docopt: started 22:03:40 ---> 094d8922fa63 22:03:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:03:40 ---> Running in 11453e3addfe 22:03:41 Removing intermediate container 11453e3addfe 22:03:41 ---> 1686db3a94d6 22:03:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:41 ---> Running in 4e79d916b23b 22:03:41 Running setup.py install for docopt: finished with status 'done' 22:03:41 Running setup.py install for texttable: started 22:03:41 Removing intermediate container 4e79d916b23b 22:03:41 ---> 254d5ebda882 22:03:41 Step 21/23 : LABEL arch=arm64 22:03:41 ---> Running in acf4ed8abac2 22:03:42 Running setup.py install for texttable: finished with status 'done' 22:03:42 Attempting uninstall: urllib3 22:03:42 Found existing installation: urllib3 1.25.9 22:03:42 Uninstalling urllib3-1.25.9: 22:03:42 Removing intermediate container acf4ed8abac2 22:03:42 ---> 9fc966b0dba6 22:03:42 Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:03:42 Successfully uninstalled urllib3-1.25.9 22:03:42 ---> Running in 421c28e8df5a 22:03:43 Attempting uninstall: idna 22:03:43 Found existing installation: idna 2.9 22:03:43 Uninstalling idna-2.9: 22:03:43 Successfully uninstalled idna-2.9 22:03:43 Removing intermediate container 421c28e8df5a 22:03:43 ---> 0253637df6a0 22:03:43 Step 23/23 : LABEL version=0.0.0 22:03:43 ---> Running in 1299531ae713 22:03:43 Attempting uninstall: requests 22:03:43 Found existing installation: requests 2.23.0 22:03:43 Uninstalling requests-2.23.0: 22:03:43 Successfully uninstalled requests-2.23.0 22:03:44 Removing intermediate container 1299531ae713 22:03:44 ---> 7637cdb70efa 22:03:44 22:03:44 Successfully built 7637cdb70efa 22:03:44 Successfully tagged docker-core-metadata-go-arm64:latest 22:03:45 Running setup.py install for PyYAML: started 22:03:46 Running setup.py install for PyYAML: finished with status 'done' 22:03:46 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 22:03:51 Removing intermediate container ed2d08aabe45 22:03:51 ---> 72e410a3d3a5 22:03:51 Step 21/26 : RUN apk --no-cache add curl 22:03:51 ---> Running in a7e884335b02 22:03:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:03:54 (2/3) Installing libcurl (7.69.1-r3) 22:03:54 (3/3) Installing curl (7.69.1-r3) 22:03:54 Executing busybox-1.31.1-r19.trigger 22:03:54 OK: 72 MiB in 58 packages 22:03:55 Removing intermediate container a7e884335b02 22:03:55 ---> 76d0508a64af 22:03:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:03:55 ---> Running in 354b967ed191 22:03:55 Removing intermediate container 354b967ed191 22:03:55 ---> f4c629d61a09 22:03:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:56 ---> Running in 6e0c3f8cc697 22:03:56 Removing intermediate container 6e0c3f8cc697 22:03:56 ---> d7e776e428c9 22:03:56 Step 24/26 : LABEL arch=x86_64 22:03:56 ---> Running in 65a7b1ba87f7 22:03:57 Removing intermediate container 65a7b1ba87f7 22:03:57 ---> 2d4898a61275 22:03:57 Step 25/26 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:03:57 ---> Running in e5964de319f5 22:03:58 Removing intermediate container e5964de319f5 22:03:58 ---> c849b8ad273c 22:03:58 Step 26/26 : LABEL version=0.0.0 22:03:58 ---> Running in 04d3316f80b3 22:03:58 Removing intermediate container 04d3316f80b3 22:03:58 ---> a4e02d076003 22:03:58 22:03:59 Successfully built a4e02d076003 22:03:59 Successfully tagged docker-sys-mgmt-agent-go:latest 22:03:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:03:59 $ docker stop --time=1 5b2e622775e194f6ecde36d536d24933c73a5848f26cb395864133cbc7e53009 22:04:03 $ docker rm -f 5b2e622775e194f6ecde36d536d24933c73a5848f26cb395864133cbc7e53009 [Pipeline] // withDockerContainer [Pipeline] sh 22:04:04 + docker images 22:04:04 + grep docker 22:04:05 docker-sys-mgmt-agent-go latest a4e02d076003 7 seconds ago 313MB 22:04:05 docker-core-data-go latest c3b8e3ee8532 50 seconds ago 22.6MB 22:04:05 docker-core-metadata-go latest 6479195398b0 About a minute ago 19.1MB 22:04:05 docker-core-command-go latest 9b7513034637 About a minute ago 17.3MB 22:04:05 docker-security-bootstrapper-go latest 3d737da5f2e7 3 minutes ago 18.8MB 22:04:05 docker-security-secretstore-setup-go latest 1ad3c3e5b035 4 minutes ago 25MB 22:04:05 docker-support-scheduler-go latest 0a7781187444 4 minutes ago 17.3MB 22:04:05 docker-security-proxy-setup-go latest 61f07e0056be 4 minutes ago 24.7MB 22:04:05 docker-support-notifications-go latest b715f06f84b9 4 minutes ago 17.9MB 22:04:05 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 22:04:22 Still waiting to schedule task 22:04:22 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:04:31  Building docker-core-metadata-go ... done Removing intermediate container c7b9af6ce10c 22:04:31 ---> b6362a6c4ca5 22:04:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:04:31 ---> Running in 6a2226881dab 22:04:31 Removing intermediate container a3eb1531cbce 22:04:31 ---> 08c0e27316df 22:04:31 22:04:31 Step 10/22 : FROM alpine:3.12 22:04:31 ---> d10569e2745f 22:04:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:04:31 ---> Running in 7928e6d87b62 22:04:32 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 22:04:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:04:33 (1/2) Installing ca-certificates (20191127-r4) 22:04:33 (2/2) Installing dumb-init (1.2.2-r1) 22:04:33 Executing busybox-1.31.1-r19.trigger 22:04:33 Executing ca-certificates-20191127-r4.trigger 22:04:33 OK: 6 MiB in 16 packages 22:04:36 Removing intermediate container 7928e6d87b62 22:04:36 ---> ef2f1b9f2771 22:04:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:04:36 Removing intermediate container 6a2226881dab 22:04:36 ---> 447bf6c0a3c2 22:04:36 22:04:36 Step 11/26 : FROM docker:20.10.0 22:04:36 ---> Running in 44835c3c3703 22:04:36 20.10.0: Pulling from library/docker 22:04:37 Removing intermediate container 44835c3c3703 22:04:37 ---> e185804b2ef8 22:04:37 Step 13/22 : ENV APP_PORT=48060 22:04:38 ---> Running in 3113098bcadb 22:04:39 Removing intermediate container 3113098bcadb 22:04:39 ---> c2bfa8318f8b 22:04:39 Step 14/22 : EXPOSE $APP_PORT 22:04:39 ---> Running in 2be782ca18d0 22:04:40 Removing intermediate container 2be782ca18d0 22:04:40 ---> e02cc57ca7ff 22:04:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:04:41 ---> a9f8045f2597 22:04:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:04:44 ---> 9d4fc58dd049 22:04:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:04:46 ---> 9b6a642ad48b 22:04:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:04:46 Removing intermediate container ff8e635ee2e1 22:04:46 ---> f8142a4b8e9d 22:04:46 22:04:46 Step 10/23 : FROM alpine:3.12 22:04:46 ---> d10569e2745f 22:04:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:04:46 ---> Running in b4f092858ed6 22:04:46 ---> Running in cca646da4e03 22:04:46 Removing intermediate container b4f092858ed6 22:04:46 ---> 892a613cb406 22:04:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:04:47 Removing intermediate container cca646da4e03 22:04:47 ---> 1d05bdc347ea 22:04:47 Step 12/23 : ENV APP_PORT=48080 22:04:47 ---> Running in 7e5ec7971eaa 22:04:47 ---> Running in 05c2db4c4fc2 22:04:47 Removing intermediate container 7e5ec7971eaa 22:04:47 ---> b1cf8ce01201 22:04:47 Step 20/22 : LABEL arch=arm64 22:04:48 Removing intermediate container 05c2db4c4fc2 22:04:48 ---> 9160744f584d 22:04:48 Step 13/23 : EXPOSE $APP_PORT 22:04:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:04:48 ---> Running in 8740b9d6ae48 22:04:48 Status: Downloaded newer image for docker:20.10.0 22:04:48 ---> eeaf43b92773 22:04:48 Step 12/26 : RUN apk add --no-cache bash 22:04:48 ---> Running in e483d8d31774 22:04:48 ---> Running in af3a02489dad 22:04:48 Removing intermediate container 8740b9d6ae48 22:04:48 ---> 23121f578793 22:04:48 Step 21/22 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:04:48 Removing intermediate container e483d8d31774 22:04:48 ---> 624bf4cb305d 22:04:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:48 ---> Running in a8e65129b3d8 22:04:48 ---> Running in daf7e6098066 22:04:49 Removing intermediate container a8e65129b3d8 22:04:49 ---> 8d1c23952fc4 22:04:49 Step 22/22 : LABEL version=0.0.0 22:04:49 ---> Running in 27186d16a701 22:04:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:04:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:04:50 Removing intermediate container 27186d16a701 22:04:50 ---> 906d63403f71 22:04:50 22:04:50 (1/2) Installing readline (8.0.4-r0) 22:04:50 (2/2) Installing bash (5.0.17-r0) 22:04:50 Executing bash-5.0.17-r0.post-install 22:04:50 Executing busybox-1.31.1-r19.trigger 22:04:50 Successfully built 906d63403f71 22:04:50 OK: 12 MiB in 22 packages 22:04:50 Successfully tagged docker-support-notifications-go-arm64:latest 22:04:52  Building docker-support-notifications-go ... done Removing intermediate container daf7e6098066 22:04:52 ---> 1d39522096d0 22:04:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:04:52 ---> Running in d3ca6f28f32f 22:04:52 Removing intermediate container af3a02489dad 22:04:52 ---> 87f9ed5e49dc 22:04:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:04:52 ---> Running in 9ee941af5dfa 22:04:52 Removing intermediate container 9ee941af5dfa 22:04:52 ---> cda2fed8eb9e 22:04:52 Step 14/26 : ENV APP_PORT=48090 22:04:52 ---> Running in ec16420a5f10 22:04:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:04:53 Removing intermediate container ec16420a5f10 22:04:53 ---> c16d6423f62b 22:04:53 Step 15/26 : EXPOSE $APP_PORT 22:04:53 ---> Running in 5c864cdf14ba 22:04:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:04:54 Removing intermediate container 5c864cdf14ba 22:04:54 ---> d02f934ad44a 22:04:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:04:54 (1/6) Installing dumb-init (1.2.2-r1) 22:04:54 (2/6) Installing libgcc (9.3.0-r2) 22:04:54 (3/6) Installing libsodium (1.0.18-r0) 22:04:54 (4/6) Installing libstdc++ (9.3.0-r2) 22:04:55 (5/6) Installing libzmq (4.3.3-r0) 22:04:55 ---> 8750f24080c6 22:04:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:04:55 (6/6) Installing zeromq (4.3.3-r0) 22:04:55 Executing busybox-1.31.1-r19.trigger 22:04:55 OK: 8 MiB in 20 packages 22:04:56 ---> 0046af0bf4ca 22:04:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:04:56 Removing intermediate container d3ca6f28f32f 22:04:56 ---> e93b99187ffa 22:04:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:04:56 ---> 04921bf2c648 22:04:56 Step 19/26 : RUN apk --no-cache add py3-pip 22:04:56 ---> Running in 7c968e4626d1 22:04:57 ---> 21f07e958790 22:04:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:04:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:04:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:04:58 ---> be64a8eb4249 22:04:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:04:58 (1/33) Installing libbz2 (1.0.8-r1) 22:04:58 (2/33) Installing expat (2.2.9-r1) 22:04:58 (3/33) Installing libffi (3.3-r2) 22:04:58 (4/33) Installing gdbm (1.13-r1) 22:04:58 (5/33) Installing xz-libs (5.2.5-r0) 22:04:58 (6/33) Installing sqlite-libs (3.32.1-r0) 22:04:58 (7/33) Installing python3 (3.8.8-r0) 22:05:00 ---> b658e33e2cc7 22:05:00 Step 19/23 : ENTRYPOINT ["/core-data"] 22:05:00 (8/33) Installing py3-appdirs (1.4.4-r1) 22:05:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:05:00 (10/33) Installing py3-parsing (2.4.7-r0) 22:05:00 (11/33) Installing py3-six (1.15.0-r0) 22:05:00 (12/33) Installing py3-packaging (20.4-r0) 22:05:00 (13/33) Installing py3-setuptools (47.0.0-r0) 22:05:00 (14/33) Installing py3-chardet (3.0.4-r4) 22:05:00 ---> Running in e58d90646ebc 22:05:00 (15/33) Installing py3-idna (2.9-r0) 22:05:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:05:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:05:00 (18/33) Installing py3-requests (2.23.0-r0) 22:05:00 (19/33) Installing py3-msgpack (1.0.0-r0) 22:05:00 (20/33) Installing py3-lockfile (0.12.2-r3) 22:05:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:05:00 (22/33) Installing py3-colorama (0.4.3-r0) 22:05:00 (23/33) Installing py3-distlib (0.3.0-r0) 22:05:01 (24/33) Installing py3-distro (1.5.0-r1) 22:05:01 (25/33) Installing py3-webencodings (0.5.1-r3) 22:05:01 (26/33) Installing py3-html5lib (1.0.1-r4) 22:05:01 (27/33) Installing py3-pytoml (0.1.21-r0) 22:05:01 (28/33) Installing py3-pep517 (0.8.2-r0) 22:05:01 (29/33) Installing py3-progress (1.5-r0) 22:05:01 (30/33) Installing py3-toml (0.10.1-r0) 22:05:01 (31/33) Installing py3-retrying (1.3.3-r0) 22:05:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:05:01 (33/33) Installing py3-pip (20.1.1-r0) 22:05:01 Executing busybox-1.31.1-r19.trigger 22:05:01 OK: 71 MiB in 55 packages 22:05:01 Removing intermediate container e58d90646ebc 22:05:01 ---> 5b0c45791379 22:05:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:05:01 ---> Running in d938c3185039 22:05:02 Removing intermediate container d938c3185039 22:05:02 ---> 764e20680d13 22:05:02 Step 21/23 : LABEL arch=arm64 22:05:02 ---> Running in 14b9d9ef1a3b 22:05:02 Removing intermediate container 14b9d9ef1a3b 22:05:02 ---> 42b7f49cfdc4 22:05:02 Step 22/23 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:05:03 ---> Running in f6902c0cc937 22:05:03 Removing intermediate container f6902c0cc937 22:05:03 ---> f2b13877e52c 22:05:03 Step 23/23 : LABEL version=0.0.0 22:05:04 ---> Running in 9c4efc16852f 22:05:04 Removing intermediate container 9c4efc16852f 22:05:04 ---> b40861daccb9 22:05:04 22:05:04 Successfully built b40861daccb9 22:05:05 Successfully tagged docker-core-data-go-arm64:latest 22:05:07  Building docker-core-data-go ... done Removing intermediate container 7c968e4626d1 22:05:07 ---> 7eb072d3b050 22:05:07 Step 20/26 : RUN pip install docker-compose==1.23.2 22:05:07 ---> Running in e2693016785e 22:05:12 Collecting docker-compose==1.23.2 22:05:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:05:13 Collecting PyYAML<4,>=3.10 22:05:13 Downloading PyYAML-3.13.tar.gz (270 kB) 22:05:15 Collecting docopt<0.7,>=0.6.1 22:05:16 Downloading docopt-0.6.2.tar.gz (25 kB) 22:05:18 Running on prd-ubuntu18.04-docker-8c-8g-30940 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws 22:05:18 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 22:05:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:05:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:05:19 Collecting jsonschema<3,>=2.5.1 22:05:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:05:19 Collecting texttable<0.10,>=0.9.0 22:05:19 Downloading texttable-0.9.1.tar.gz (11 kB) 22:05:20 using credential edgex-jenkins-ssh 22:05:20 Cloning the remote Git repository 22:05:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:05:21 > git init /w/workspace/edgex-go/1 # timeout=10 22:05:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:05:21 > git --version # timeout=10 22:05:21 > git --version # 'git version 2.17.1' 22:05:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:05:21 Collecting websocket-client<1.0,>=0.32.0 22:05:21 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:05:22 Collecting docker<4.0,>=3.6.0 22:05:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:05:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:05:23 Collecting dockerpty<0.5,>=0.4.1 22:05:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:05:24 Collecting cached-property<2,>=1.2.0 22:05:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:05:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:05:24 Collecting idna<2.8,>=2.5 22:05:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:05:25 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) 22:05:26 Collecting urllib3<1.25,>=1.21.1 22:05:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:05:26 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) 22:05:26 Collecting docker-pycreds>=0.4.0 22:05:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:05:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:05:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:05:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:05:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:05:27 Installing collected packages: PyYAML, docopt, idna, urllib3, requests, jsonschema, texttable, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docker-compose 22:05:27 Running setup.py install for PyYAML: started 22:05:28 Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:05:28 Merge succeeded, producing 9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:05:28 Checking out Revision 9b06d15e045ca4d8d0d106306a839d20aa72a9cd (PR-3285) 22:05:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:05:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:05:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:05:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:05:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:05:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:05:28 > git config core.sparsecheckout # timeout=10 22:05:28 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 22:05:28 > git remote # timeout=10 22:05:28 > git config --get remote.origin.url # timeout=10 22:05:28 using GIT_SSH to set credentials SSH Credentials for GitHub 22:05:28 > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 22:05:28 > git rev-parse HEAD^{commit} # timeout=10 22:05:28 > git config core.sparsecheckout # timeout=10 22:05:28 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 22:05:29 Running setup.py install for PyYAML: finished with status 'done' 22:05:29 Running setup.py install for docopt: started 22:05:31 Running setup.py install for docopt: finished with status 'done' 22:05:31 Attempting uninstall: idna 22:05:31 Found existing installation: idna 2.9 22:05:31 Uninstalling idna-2.9: 22:05:31 Successfully uninstalled idna-2.9 22:05:32 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 22:05:32 > git --version # timeout=10 22:05:32 > git --version # 'git version 2.17.1' 22:05:32 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:05:32 Attempting uninstall: urllib3 22:05:32 Found existing installation: urllib3 1.25.9 22:05:32 Uninstalling urllib3-1.25.9: 22:05:32 Successfully uninstalled urllib3-1.25.9 [Pipeline] withEnv [Pipeline] { 22:05:32 Attempting uninstall: requests 22:05:32 Found existing installation: requests 2.23.0 22:05:32 Uninstalling requests-2.23.0: [Pipeline] libraryResource [Pipeline] sh 22:05:33 Successfully uninstalled requests-2.23.0 22:05:33 + echo snap-build.sh 22:05:33 snap-build.sh 22:05:33 + SNAP_BASE_DIR=. 22:05:33 + '[' '!' -z /w/workspace/edgex-go/1 ']' 22:05:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 22:05:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 22:05:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 22:05:33 + cd /w/workspace/edgex-go/1 22:05:33 + sudo apt-get remove -qy --purge lxd lxd-client 22:05:33 Reading package lists... 22:05:33 Running setup.py install for texttable: started 22:05:33 Building dependency tree... 22:05:33 Reading state information... 22:05:33 The following packages were automatically installed and are no longer required: 22:05:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:05:33 uidmap xdelta3 22:05:33 Use 'sudo apt autoremove' to remove them. 22:05:33 The following packages will be REMOVED: 22:05:33 lxd* lxd-client* 22:05:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:05:34 After this operation, 31.7 MB disk space will be freed. 22:05:35 (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.) 22:05:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:05:35 Running setup.py install for texttable: finished with status 'done' 22:05:36 Running setup.py install for dockerpty: started 22:05:36 Removing lxd dnsmasq configuration 22:05:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:05:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:05:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:05:37 (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.) 22:05:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:05:38 Running setup.py install for dockerpty: finished with status 'done' 22:05:39 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 22:05:39 Processing triggers for systemd (237-3ubuntu10.42) ... 22:05:39 Processing triggers for ureadahead (0.100.0-21) ... 22:05:41 + sudo snap remove --purge lxd 22:05:41 snap "lxd" is not installed 22:05:41 + sudo groupadd --force --system lxd 22:05:41 ++ whoami 22:05:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:05:41 + newgrp - lxd 22:05:41 + sudo snap install lxd 22:05:42 Removing intermediate container e2693016785e 22:05:42 ---> 1382f148cda9 22:05:42 Step 21/26 : RUN apk --no-cache add curl 22:05:42 ---> Running in be487aae0056 22:05:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:05:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:05:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:05:44 (2/3) Installing libcurl (7.69.1-r3) 22:05:44 (3/3) Installing curl (7.69.1-r3) 22:05:44 Executing busybox-1.31.1-r19.trigger 22:05:44 OK: 72 MiB in 58 packages 22:05:45 Removing intermediate container be487aae0056 22:05:45 ---> 8e3592edb475 22:05:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:05:45 ---> Running in 7c16767cd1e6 22:05:46 Removing intermediate container 7c16767cd1e6 22:05:46 ---> a65d6c828d8c 22:05:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:05:46 ---> Running in e9fc62fde388 22:05:46 Removing intermediate container e9fc62fde388 22:05:46 ---> 01d2fb034e3e 22:05:46 Step 24/26 : LABEL arch=arm64 22:05:46 ---> Running in 0d2d540f31ac 22:05:47 Removing intermediate container 0d2d540f31ac 22:05:47 ---> 08658d40067d 22:05:47 Step 25/26 : LABEL git_sha=9b06d15e045ca4d8d0d106306a839d20aa72a9cd 22:05:47 ---> Running in f9cc39b207ab 22:05:48 Removing intermediate container f9cc39b207ab 22:05:48 ---> 684c638ba74d 22:05:48 Step 26/26 : LABEL version=0.0.0 22:05:48 ---> Running in 8e6a806602e6 22:05:48 Removing intermediate container 8e6a806602e6 22:05:48 ---> a3ce645c7386 22:05:48 22:05:48 Successfully built a3ce645c7386 22:05:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:05:49  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:05:49 $ docker stop --time=1 09bf7fa29caf800fb2c46ff9bb643ccb20eee3e3fd07d8ef2da6f80531e625c0 22:05:51 $ docker rm -f 09bf7fa29caf800fb2c46ff9bb643ccb20eee3e3fd07d8ef2da6f80531e625c0 22:05:51 2021-03-22T22:05:48Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] sh 22:05:51 + docker images 22:05:51 + grep docker 22:05:52 docker-sys-mgmt-agent-go-arm64 latest a3ce645c7386 4 seconds ago 300MB 22:05:52 docker-core-data-go-arm64 latest b40861daccb9 48 seconds ago 21.3MB 22:05:52 docker-support-notifications-go-arm64 latest 906d63403f71 About a minute ago 16.9MB 22:05:52 docker-core-metadata-go-arm64 latest 7637cdb70efa 2 minutes ago 17.9MB 22:05:52 docker-security-bootstrapper-go-arm64 latest f4c9ac7f1427 4 minutes ago 17.8MB 22:05:52 docker-core-command-go-arm64 latest a0ce289e9da2 4 minutes ago 16.3MB 22:05:52 docker-support-scheduler-go-arm64 latest abca101b317e 4 minutes ago 16.3MB 22:05:52 docker-security-secretstore-setup-go-arm64 latest 914537f2fdcc 4 minutes ago 23.7MB 22:05:52 docker-security-proxy-setup-go-arm64 latest 0e53ed0f0bd3 4 minutes ago 23.4MB 22:05:52 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 22:05:53 ---> job-cost.sh 22:05:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mBGL 22:06:06 lxd 4.12 from Canonical* installed 22:06:06 + sudo lxd init --auto 22:06:12 + sudo snap install --classic snapcraft 22:06:19 snapcraft 4.5.4 from Canonical* installed 22:06:19 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:06:19 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:06:19 % Total % Received % Xferd Average Speed Time Time Time Current 22:06:19 Dload Upload Total Spent Left Speed 22:06:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4208 0 --:--:-- --:--:-- --:--:-- 4236 22:06:19 100 3325k 100 3325k 0 0 11.3M 0 --:--:-- --:--:-- --:--:-- 11.3M 22:06:19 ./yq_linux_amd64 22:06:19 + sudo snapcraft prime --use-lxd 22:06:20 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:06:20 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: 22:06:20 - README.md 22:06:20 22:06:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:06:21 Launching a container. 22:06:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:06:34 Waiting for container to be ready 22:06:34 To start your first instance, try: lxc launch ubuntu:18.04 22:06:34 22:06:38 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:06:38 Waiting for network to be ready... 22:06:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:06:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 22:06:38 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:06:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 22:06:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:06:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:06:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 22:06:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 22:06:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 22:06:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:06:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:06:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:06:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:06:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:06:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:06:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:06:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:06:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:06:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:06:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 22:06:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 22:06:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:06:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:06:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 22:06:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 22:06:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 22:06:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:06:44 Fetched 24.1 MB in 5s (4699 kB/s) 22:06:44 Reading package lists... 22:06:45 Reading package lists... 22:06:45 Building dependency tree... 22:06:45 Reading state information... 22:06:45 The following additional packages will be installed: 22:06:45 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:06:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:06:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:06:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:06:45 Suggested packages: 22:06:45 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:06:45 Recommended packages: 22:06:45 gnupg libsasl2-modules 22:06:45 The following NEW packages will be installed: 22:06:45 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:06:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:06:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:06:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:06:45 The following packages will be upgraded: 22:06:45 gpg gpg-agent gpgconf libudev1 22:06:45 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:06:45 Need to get 3530 kB of archives. 22:06:45 After this operation, 13.3 MB of additional disk space will be used. 22:06:45 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] 22:06:45 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] 22:06:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:06:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:06:46 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 22:06:46 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 22:06:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:06:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:06:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:06:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:06:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:06:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:06:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:06:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:06:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:06:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:06:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:06:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:06:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:06:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:06:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:06:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:06:47 debconf: delaying package configuration, since apt-utils is not installed 22:06:47 Fetched 3530 kB in 1s (3111 kB/s) 22:06:47 (Reading database ... 12511 files and directories currently installed.) 22:06:47 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 22:06:47 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:06:47 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 22:06:47 Selecting previously unselected package udev. 22:06:47 (Reading database ... 12511 files and directories currently installed.) 22:06:47 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 22:06:47 Unpacking udev (237-3ubuntu10.45) ... 22:06:47 Selecting previously unselected package libfuse2:amd64. 22:06:47 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:06:47 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:06:47 Selecting previously unselected package fuse. 22:06:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:06:47 Unpacking fuse (2.9.7-1ubuntu1) ... 22:06:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:06:47 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:06:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:06:48 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:06:48 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:06:48 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:06:48 Selecting previously unselected package libksba8:amd64. 22:06:48 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:06:48 Unpacking libksba8:amd64 (1.3.5-2) ... 22:06:48 Selecting previously unselected package libroken18-heimdal:amd64. 22:06:48 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:48 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:48 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:06:48 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:48 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:06:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:48 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:06:48 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:48 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:48 Selecting previously unselected package libwind0-heimdal:amd64. 22:06:48 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:48 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:06:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:49 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:06:49 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:49 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:49 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:06:49 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:49 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:49 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:06:49 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:06:49 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:49 Selecting previously unselected package libsasl2-modules-db:amd64. 22:06:49 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:06:49 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:06:50 Selecting previously unselected package libsasl2-2:amd64. 22:06:50 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:06:50 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:06:50 Selecting previously unselected package libldap-common. 22:06:50 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:06:50 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:06:50 Selecting previously unselected package libldap-2.4-2:amd64. 22:06:50 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:06:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:06:50 Selecting previously unselected package dirmngr. 22:06:50 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:06:50 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:06:50 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:06:50 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:06:50 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:06:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:06:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:06:50 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:06:50 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:50 Setting up libksba8:amd64 (1.3.5-2) ... 22:06:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:06:50 Setting up udev (237-3ubuntu10.45) ... 22:06:51 invoke-rc.d: policy-rc.d denied execution of start. 22:06:51 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:51 Processing triggers for systemd (237-3ubuntu10) ... 22:06:51 Setting up fuse (2.9.7-1ubuntu1) ... 22:06:51 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:06:51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:51 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:51 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:51 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:51 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:51 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:06:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:06:51 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:06:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:06:52 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:06:52 settings in the [Install] section, and DefaultInstance for template units). 22:06:52 This means they are not meant to be enabled using systemctl. 22:06:52 Possible reasons for having this kind of units are: 22:06:52 1) A unit may be statically enabled by being symlinked from another unit's 22:06:52 .wants/ or .requires/ directory. 22:06:52 2) A unit's purpose may be to act as a helper for some other unit which has 22:06:52 a requirement dependency on it. 22:06:52 3) A unit may be started when needed via activation (socket, path, timer, 22:06:52 D-Bus, udev, scripted systemctl call, ...). 22:06:52 4) In case of template units, the unit is meant to be enabled with some 22:06:52 instance name specified. 22:06:52 Reading package lists... 22:06:52 Building dependency tree... 22:06:52 Reading state information... 22:06:52 The following additional packages will be installed: 22:06:52 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:06:52 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:06:52 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:06:52 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:06:52 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:06:52 Suggested packages: 22:06:52 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:06:52 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:06:52 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:06:52 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:06:52 systemd-container policykit-1 22:06:52 Recommended packages: 22:06:52 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:06:52 The following NEW packages will be installed: 22:06:52 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:06:52 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:06:52 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:06:52 multiarch-support openssh-client python3 python3-minimal python3.6 22:06:52 python3.6-minimal snapd squashfs-tools sudo 22:06:52 The following packages will be upgraded: 22:06:52 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:06:52 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:06:52 Need to get 35.2 MB of archives. 22:06:52 After this operation, 141 MB of additional disk space will be used. 22:06:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:06:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:06:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 22:06:52 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 22:06:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:06:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:06:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:06:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:06:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:06:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:06:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:06:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:06:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:06:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:06:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:06:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:06:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:06:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:06:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:06:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 22:06:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:06:53 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:06:53 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:06:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:06:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:06:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:06:53 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:06:53 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:06:53 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:06:54 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:06:54 debconf: delaying package configuration, since apt-utils is not installed 22:06:54 Fetched 35.2 MB in 1s (31.3 MB/s) 22:06:54 (Reading database ... 12757 files and directories currently installed.) 22:06:54 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 22:06:54 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:06:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 22:06:55 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:06:55 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 22:06:55 (Reading database ... 12757 files and directories currently installed.) 22:06:55 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:06:55 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:06:55 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:06:55 (Reading database ... 12757 files and directories currently installed.) 22:06:55 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:06:55 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:06:55 Setting up apt (1.6.12ubuntu0.2) ... 22:06:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:06:56 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:06:56 (Reading database ... 12764 files and directories currently installed.) 22:06:56 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:06:56 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:06:56 Selecting previously unselected package libpython3.6-minimal:amd64. 22:06:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:06:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:06:57 Selecting previously unselected package libexpat1:amd64. 22:06:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:06:57 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:06:57 Selecting previously unselected package python3.6-minimal. 22:06:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:06:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:06:57 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 22:06:57 Checking for services that may need to be restarted...done. 22:06:57 Checking for services that may need to be restarted...done. 22:06:57 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:06:57 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:06:57 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:06:58 Selecting previously unselected package python3-minimal. 22:06:58 (Reading database ... 13012 files and directories currently installed.) 22:06:58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:06:58 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:06:58 Selecting previously unselected package mime-support. 22:06:58 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:06:58 Unpacking mime-support (3.60ubuntu1) ... 22:06:58 Selecting previously unselected package libmpdec2:amd64. 22:06:58 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:06:58 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:06:58 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:06:58 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:06:58 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:06:58 Selecting previously unselected package python3.6. 22:06:58 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:06:58 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:06:58 Selecting previously unselected package libpython3-stdlib:amd64. 22:06:58 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:06:58 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:06:59 Setting up python3-minimal (3.6.7-1~18.04) ... 22:06:59 Selecting previously unselected package python3. 22:06:59 (Reading database ... 13442 files and directories currently installed.) 22:06:59 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:06:59 Unpacking python3 (3.6.7-1~18.04) ... 22:06:59 Selecting previously unselected package multiarch-support. 22:06:59 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:06:59 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:06:59 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:06:59 Selecting previously unselected package liblzo2-2:amd64. 22:06:59 (Reading database ... 13479 files and directories currently installed.) 22:06:59 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:06:59 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:07:00 Selecting previously unselected package libbsd0:amd64. 22:07:00 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:07:00 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:07:00 Selecting previously unselected package sudo. 22:07:00 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:07:00 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:07:00 Selecting previously unselected package apparmor. 22:07:00 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:07:00 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:07:00 Selecting previously unselected package libedit2:amd64. 22:07:00 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:07:00 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:07:00 Selecting previously unselected package libkrb5support0:amd64. 22:07:00 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:07:00 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:07:01 Selecting previously unselected package libk5crypto3:amd64. 22:07:01 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:07:01 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:07:01 Selecting previously unselected package libkeyutils1:amd64. 22:07:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:07:01 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:07:01 Selecting previously unselected package libkrb5-3:amd64. 22:07:01 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:07:01 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:07:01 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:07:01 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:07:01 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:07:01 Selecting previously unselected package libssl1.0.0:amd64. 22:07:01 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:07:01 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:07:01 Selecting previously unselected package openssh-client. 22:07:01 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:07:01 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:07:01 Selecting previously unselected package squashfs-tools. 22:07:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:07:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:07:01 Selecting previously unselected package snapd. 22:07:01 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:07:02 Unpacking snapd (2.48.3+18.04) ... 22:07:04 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:07:04 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:07:04 Setting up mime-support (3.60ubuntu1) ... 22:07:04 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:07:04 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:07:04 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:07:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:07:04 Setting up systemd (237-3ubuntu10.45) ... 22:07:04 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:07:06 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:07:06 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:07:06 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:07:06 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:07:06 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:07:06 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:07:06 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:07:06 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:07:06 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:07:06 Setting up python3 (3.6.7-1~18.04) ... 22:07:06 running python rtupdate hooks for python3.6... 22:07:06 running python post-rtupdate hooks for python3.6... 22:07:06 Setting up apparmor (2.12-4ubuntu5.1) ... 22:07:08 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:07:08 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:07:08 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:07:09 Setting up snapd (2.48.3+18.04) ... 22:07:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:07:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:07:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:07:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:07:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:07:10 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:07:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:07:11 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:07:11 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:07:11 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:07:11 /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' 22:07:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:07:11 Processing triggers for systemd (237-3ubuntu10.45) ... 22:07:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:07:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:07:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:07:14 Reading package lists... 22:07:14 Reading package lists... 22:07:14 Building dependency tree... 22:07:14 Reading state information... 22:07:14 Calculating upgrade... 22:07:15 The following packages will be upgraded: 22:07:15 advancecomp base-files bash binutils binutils-common 22:07:15 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:07:15 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:07:15 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:07:15 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:07:15 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:07:15 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:07:15 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:07:15 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:07:15 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:07:15 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:07:15 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:07:15 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:07:15 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:07:15 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:07:15 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:07:15 Need to get 63.8 MB of archives. 22:07:15 After this operation, 5207 kB of additional disk space will be used. 22:07:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 22:07:15 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:07:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:07:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:07:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:07:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:07:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:07:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:07:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:07:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:07:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:07:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:07:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:07:16 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:07:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:07:16 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:07:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:07:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:07:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:07:16 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:07:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:07:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:07:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:07:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:07:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:07:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:07:16 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:07:16 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:07:16 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:07:16 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:07:16 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:07:16 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:07:16 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:07:16 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:07:16 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:07:16 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:07:16 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:07:16 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:07:16 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:07:16 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:07:16 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:07:16 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:07:16 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:07:16 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 22:07:16 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:07:16 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:07:16 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:07:16 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:07:16 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:07:16 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:07:16 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:07:16 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:07:16 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:07:16 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:07:16 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:07:16 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:07:16 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:07:16 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:07:16 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:07:16 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:07:16 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:07:16 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:07:16 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:07:16 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:07:16 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:07:16 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:07:16 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:07:16 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:07:16 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:07:16 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:07:16 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 22:07:16 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:07:16 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:07:16 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:07:16 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:07:16 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:07:16 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:07:16 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:07:16 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:07:16 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:07:16 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:07:16 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:07:16 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:07:17 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:07:17 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:07:17 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:07:17 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:07:17 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:07:17 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:07:17 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:07:17 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:07:18 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:07:18 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:07:18 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:07:19 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:07:19 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:07:19 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:07:19 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:07:19 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:07:19 debconf: delaying package configuration, since apt-utils is not installed 22:07:19 Fetched 63.8 MB in 4s (15.9 MB/s) 22:07:19 (Reading database ... 13912 files and directories currently installed.) 22:07:19 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:07:19 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:07:20 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:07:20 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:07:20 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 22:07:20 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 22:07:21 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:21 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:21 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:21 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:21 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:21 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:21 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:21 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:21 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:21 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:21 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:21 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:21 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:21 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:22 (Reading database ... 13911 files and directories currently installed.) 22:07:22 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:22 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:07:22 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:07:22 (Reading database ... 13911 files and directories currently installed.) 22:07:22 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:22 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:22 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:22 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:22 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:07:22 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:07:22 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:22 (Reading database ... 13911 files and directories currently installed.) 22:07:22 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:07:23 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:07:23 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:07:23 (Reading database ... 13911 files and directories currently installed.) 22:07:23 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:07:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:07:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:07:24 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:07:24 Setting up base-files (10.1ubuntu2.10) ... 22:07:24 Installing new version of config file /etc/issue ... 22:07:24 Installing new version of config file /etc/issue.net ... 22:07:24 Installing new version of config file /etc/lsb-release ... 22:07:24 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:07:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:07:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:07:24 Removing obsolete conffile /etc/default/motd-news ... 22:07:24 (Reading database ... 13912 files and directories currently installed.) 22:07:24 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:07:24 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:07:24 Setting up bash (4.4.18-2ubuntu1.2) ... 22:07:24 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 22:07:25 (Reading database ... 13912 files and directories currently installed.) 22:07:25 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:25 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:07:25 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:07:25 (Reading database ... 13912 files and directories currently installed.) 22:07:25 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:07:25 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:07:25 Setting up tar (1.29b-2ubuntu0.2) ... 22:07:25 (Reading database ... 13912 files and directories currently installed.) 22:07:25 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:07:25 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:07:25 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:07:25 (Reading database ... 13912 files and directories currently installed.) 22:07:25 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:07:25 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:07:26 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:07:26 (Reading database ... 13912 files and directories currently installed.) 22:07:26 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:07:26 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:07:26 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:07:26 (Reading database ... 13912 files and directories currently installed.) 22:07:26 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:07:26 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:07:26 Setting up grep (3.1-2build1) ... 22:07:26 (Reading database ... 13912 files and directories currently installed.) 22:07:26 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:07:26 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:07:26 Setting up login (1:4.5-1ubuntu2) ... 22:07:27 (Reading database ... 13912 files and directories currently installed.) 22:07:27 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:07:27 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:07:27 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:07:27 (Reading database ... 13912 files and directories currently installed.) 22:07:27 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:07:27 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:07:28 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:07:28 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:07:28 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:07:28 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:07:28 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:07:28 (Reading database ... 13912 files and directories currently installed.) 22:07:28 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:07:28 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:07:30 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:07:30 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:07:30 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:07:30 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:07:30 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:07:30 (Reading database ... 13912 files and directories currently installed.) 22:07:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:07:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:07:30 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:07:30 (Reading database ... 13912 files and directories currently installed.) 22:07:30 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:30 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:07:30 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:07:30 (Reading database ... 13912 files and directories currently installed.) 22:07:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:30 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:07:31 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:07:31 (Reading database ... 13912 files and directories currently installed.) 22:07:31 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:31 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:07:31 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:07:31 (Reading database ... 13912 files and directories currently installed.) 22:07:31 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:31 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:07:31 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:07:31 (Reading database ... 13912 files and directories currently installed.) 22:07:31 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:07:31 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:07:31 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:07:31 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:07:31 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:07:32 (Reading database ... 13912 files and directories currently installed.) 22:07:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:07:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:07:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:07:32 (Reading database ... 13912 files and directories currently installed.) 22:07:32 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:07:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:07:32 (Reading database ... 13912 files and directories currently installed.) 22:07:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:07:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:07:32 (Reading database ... 13912 files and directories currently installed.) 22:07:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:07:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:07:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:07:34 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:07:34 (Reading database ... 13912 files and directories currently installed.) 22:07:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:07:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:07:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:07:34 (Reading database ... 13912 files and directories currently installed.) 22:07:34 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:07:34 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:07:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:07:34 (Reading database ... 13914 files and directories currently installed.) 22:07:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:07:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:07:35 Setting up debconf (1.5.66ubuntu1) ... 22:07:35 (Reading database ... 13914 files and directories currently installed.) 22:07:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:07:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:07:35 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:07:35 (Reading database ... 13914 files and directories currently installed.) 22:07:35 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:07:35 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:07:35 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:07:35 (Reading database ... 13914 files and directories currently installed.) 22:07:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:07:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:07:35 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:07:36 (Reading database ... 13914 files and directories currently installed.) 22:07:36 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:07:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:07:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:07:36 (Reading database ... 13914 files and directories currently installed.) 22:07:36 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:07:36 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:07:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:07:37 (Reading database ... 13914 files and directories currently installed.) 22:07:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:07:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:07:37 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 22:07:37 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:07:37 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:07:37 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:07:37 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:07:37 (Reading database ... 13914 files and directories currently installed.) 22:07:37 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:07:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:07:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:07:38 (Reading database ... 13914 files and directories currently installed.) 22:07:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:07:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:07:38 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:07:38 (Reading database ... 13914 files and directories currently installed.) 22:07:38 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:07:38 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:07:38 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:07:38 (Reading database ... 13914 files and directories currently installed.) 22:07:38 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:07:38 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:07:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:07:39 (Reading database ... 13914 files and directories currently installed.) 22:07:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:07:39 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:07:39 Setting up passwd (1:4.5-1ubuntu2) ... 22:07:39 (Reading database ... 13914 files and directories currently installed.) 22:07:39 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:07:39 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:07:39 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:07:39 (Reading database ... 13914 files and directories currently installed.) 22:07:39 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:07:39 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:07:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:07:40 (Reading database ... 13914 files and directories currently installed.) 22:07:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:07:40 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:07:40 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:07:40 (Reading database ... 13914 files and directories currently installed.) 22:07:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:07:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:07:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:07:40 (Reading database ... 13914 files and directories currently installed.) 22:07:40 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:07:40 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:07:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:07:41 (Reading database ... 13914 files and directories currently installed.) 22:07:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:07:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:07:41 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:07:41 (Reading database ... 13914 files and directories currently installed.) 22:07:41 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:07:41 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:07:41 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:07:41 (Reading database ... 13915 files and directories currently installed.) 22:07:41 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:07:41 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:07:41 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:07:41 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:07:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:07:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:07:42 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:07:42 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:07:42 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:07:42 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:07:42 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:07:42 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:07:42 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:07:42 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:07:42 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:07:42 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:07:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:07:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:07:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:07:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:07:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:07:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:07:43 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:07:43 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:07:44 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:07:44 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:07:44 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:07:44 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:07:44 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:07:44 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:07:45 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:07:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:07:45 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:07:45 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:07:45 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:07:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:07:45 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:45 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:45 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:45 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:45 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:46 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:47 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:47 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:48 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:48 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:49 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:49 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:49 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:50 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:07:50 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:07:50 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:07:50 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:07:50 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:07:50 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:07:50 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:07:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:07:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:07:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:07:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:07:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:07:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:07:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:07:51 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:07:51 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:07:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:51 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:07:51 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:51 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:51 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:51 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:07:51 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:07:51 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:07:52 22:07:52 Current default time zone: 'Etc/UTC' 22:07:52 Local time is now: Mon Mar 22 22:07:52 UTC 2021. 22:07:52 Universal Time is now: Mon Mar 22 22:07:52 UTC 2021. 22:07:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:07:52 22:07:52 Setting up systemd-sysv (237-3ubuntu10.45) ... 22:07:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:52 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 22:07:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:07:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:07:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:07:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:07:52 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:07:52 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:07:52 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:07:52 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:52 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:07:52 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:07:52 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:07:52 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:53 Setting up patch (2.7.6-2ubuntu1.1) ... 22:07:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:07:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:07:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 22:07:53 Installing new version of config file /etc/ssl/openssl.cnf ... 22:07:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:07:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:07:53 Setting up ca-certificates (20210119~18.04.1) ... 22:07:54 Updating certificates in /etc/ssl/certs... 22:07:55 23 added, 27 removed; done. 22:07:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:07:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:07:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:07:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:07:55 Setting up pkgbinarymangler (138.18.04.1) ... 22:07:56 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:07:56 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:07:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:07:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:07:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:07:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:07:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:07:56 Setting up perl (5.26.1-6ubuntu0.5) ... 22:07:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:07:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:07:56 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:07:56 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:07:56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:07:56 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:07:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:07:56 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:07:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:07:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:07:56 Processing triggers for systemd (237-3ubuntu10.45) ... 22:07:56 Processing triggers for mime-support (3.60ubuntu1) ... 22:07:56 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:07:56 Updating certificates in /etc/ssl/certs... 22:07:57 0 added, 0 removed; done. 22:07:57 Running hooks in /etc/ca-certificates/update.d... 22:07:57 done. 22:07:57 Reading package lists... 22:07:58 Building dependency tree... 22:07:58 Reading state information... 22:07:58 The following NEW packages will be installed: 22:07:58 apt-transport-https 22:07:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:07:58 Need to get 1696 B of archives. 22:07:58 After this operation, 153 kB of additional disk space will be used. 22:07:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:07:58 debconf: delaying package configuration, since apt-utils is not installed 22:07:58 Fetched 1696 B in 0s (25.4 kB/s) 22:07:58 Selecting previously unselected package apt-transport-https. 22:07:58 (Reading database ... 13920 files and directories currently installed.) 22:07:58 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:07:58 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:07:58 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:07:59 Waiting for network to be ready... 22:08:05 2021-03-22T22:08:03Z INFO Waiting for automatic snapd restart... 22:08:05 snapd 2.49 from Canonical* installed 22:08:06 "snapd" switched to the "latest/stable" channel 22:08:06 22:08:09 lf-activate-venv(): INFO: Adding /tmp/venv-mBGL/bin to PATH 22:08:09 INFO: No Stack... 22:08:09 INFO: Retrieving Pricing Info for: lf-standard-4 22:08:09 INFO: Archiving Costs [Pipeline] sh 22:08:09 + + cutcat -d, /w/workspace/edgex-go/1/archives/cost.csv 22:08:09 -f6 [Pipeline] lock 22:08:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3285-1-stack-cost] 22:08:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3285-1-stack-cost] did not exist. Created. 22:08:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3285-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:08:10 + echo total: 0.20999999344348907 [Pipeline] stash 22:08:10 Stashed 1 file(s) [Pipeline] } 22:08:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3285-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:08:10 core18 20210128 from Canonical* installed [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:08:11 "core18" switched to the "latest/stable" channel 22:08:11 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:08:17 snapcraft 4.5.4 from Canonical* installed 22:08:17 "snapcraft" switched to the "latest/stable" channel 22:08:17 22:08:21 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: 22:08:21 - README.md 22:08:21 22:08:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:08:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:08:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:08:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:08:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:08:29 Reading package lists... 22:08:29 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 22:08:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:08:36 Reading package lists... 22:08:36 Building dependency tree... 22:08:36 Reading state information... 22:08:36 Suggested packages: 22:08:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:08:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:08:36 Recommended packages: 22:08:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:08:36 The following NEW packages will be installed: 22:08:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:08:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:08:36 pkg-config zip 22:08:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:08:36 Need to get 7657 kB of archives. 22:08:36 After this operation, 43.8 MB of additional disk space will be used. 22:08:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:08:36 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:08:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:08:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:08:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:08:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:08:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:08:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:08:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:08:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:08:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:08:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:08:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:08:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:08:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:08:37 debconf: delaying package configuration, since apt-utils is not installed 22:08:37 Fetched 7657 kB in 1s (8427 kB/s) 22:08:37 Selecting previously unselected package libglib2.0-0:amd64. 22:08:37 (Reading database ... 13924 files and directories currently installed.) 22:08:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:08:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:08:37 Selecting previously unselected package libpsl5:amd64. 22:08:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:08:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:08:37 Selecting previously unselected package libnghttp2-14:amd64. 22:08:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:08:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:08:37 Selecting previously unselected package librtmp1:amd64. 22:08:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:08:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:08:37 Selecting previously unselected package libcurl3-gnutls:amd64. 22:08:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:08:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:08:38 Selecting previously unselected package liberror-perl. 22:08:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:08:38 Unpacking liberror-perl (0.17025-1) ... 22:08:38 Selecting previously unselected package git-man. 22:08:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:08:38 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:08:38 Selecting previously unselected package git. 22:08:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:08:38 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:08:39 Selecting previously unselected package libnorm1:amd64. 22:08:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:08:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:08:39 Selecting previously unselected package libpgm-5.2-0:amd64. 22:08:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:08:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:08:39 Selecting previously unselected package libsodium23:amd64. 22:08:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:08:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:08:39 Selecting previously unselected package libzmq5:amd64. 22:08:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:08:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:08:39 Selecting previously unselected package libzmq3-dev:amd64. 22:08:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:08:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:08:39 Selecting previously unselected package pkg-config. 22:08:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:08:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:08:39 Selecting previously unselected package zip. 22:08:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:08:39 Unpacking zip (3.0-11build1) ... 22:08:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:08:40 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:08:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:08:40 Setting up liberror-perl (0.17025-1) ... 22:08:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:08:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:08:40 No schema files found: doing nothing. 22:08:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:08:40 Setting up zip (3.0-11build1) ... 22:08:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:08:40 Setting up libsodium23:amd64 (1.0.16-2) ... 22:08:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:08:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:08:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:08:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:08:40 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:08:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:08:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:08:47 git set to automatically installed. 22:08:47 git-man set to automatically installed. 22:08:47 libcurl3-gnutls set to automatically installed. 22:08:47 liberror-perl set to automatically installed. 22:08:47 libglib2.0-0 set to automatically installed. 22:08:47 libnghttp2-14 set to automatically installed. 22:08:47 libnorm1 set to automatically installed. 22:08:47 libpgm-5.2-0 set to automatically installed. 22:08:47 libpsl5 set to automatically installed. 22:08:47 librtmp1 set to automatically installed. 22:08:47 libsodium23 set to automatically installed. 22:08:47 libzmq3-dev set to automatically installed. 22:08:47 libzmq5 set to automatically installed. 22:08:47 pkg-config set to automatically installed. 22:08:47 zip set to automatically installed. 22:08:49 snapd is not logged in, snap install commands will use sudo 22:08:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:08:56 snap "core18" has no updates available 22:08:57 snapd is not logged in, snap install commands will use sudo 22:09:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:09:15 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 22:09:15 Pulling go-build-helper 22:09:15 + snapcraftctl pull 22:09:17 'app-service-config' has dependencies that need to be staged: go-build-helper 22:09:17 Skipping pull go-build-helper (already ran) 22:09:17 Building go-build-helper 22:09:17 + snapcraftctl build 22:09:19 Staging go-build-helper 22:09:19 + snapcraftctl stage 22:09:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:09:32 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:09:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 22:09:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 22:09:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:09:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:09:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 22:09:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 22:09:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 22:09:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:09:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:09:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:09:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:09:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:09:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:09:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:09:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:09:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:09:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:09:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 22:09:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 22:09:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:09:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:09:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 22:09:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 22:09:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 22:09:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:09:32 Fetched 24.1 MB in 0s (0 B/s) 22:09:32 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:09:32 Fetched 224 kB in 0s (0 B/s) 22:09:32 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:09:32 Fetched 157 kB in 0s (0 B/s) 22:09:32 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:09:32 Fetched 221 kB in 0s (0 B/s) 22:09:32 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:09:32 Fetched 143 kB in 0s (0 B/s) 22:09:32 Pulling app-service-config 22:09:32 + snapcraftctl pull 22:09:32 Cloning into '/root/parts/app-service-config/src'... 22:09:33 Pulling config-common 22:09:33 + snapcraftctl pull 22:09:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:09:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:09:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:09:38 Fetched 0 B in 0s (0 B/s) 22:09:38 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:09:38 Fetched 0 B in 0s (0 B/s) 22:09:38 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:09:38 Fetched 0 B in 0s (0 B/s) 22:09:38 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:09:38 Fetched 0 B in 0s (0 B/s) 22:09:38 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:09:38 Fetched 0 B in 0s (0 B/s) 22:09:38 Pulling edgex-go 22:09:38 + snapcraftctl pull 22:10:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:10:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:10:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:10:00 Fetched 0 B in 0s (0 B/s) 22:10:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:10:00 Fetched 96.5 kB in 0s (0 B/s) 22:10:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:10:00 Fetched 279 kB in 0s (0 B/s) 22:10:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:10:00 Fetched 122 kB in 0s (0 B/s) 22:10:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:10:00 Fetched 77.8 kB in 0s (0 B/s) 22:10:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:10:00 Fetched 8848 B in 0s (0 B/s) 22:10:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:10:00 Fetched 47.8 kB in 0s (0 B/s) 22:10:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:10:00 Fetched 45.6 kB in 0s (0 B/s) 22:10:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:10:00 Fetched 15.0 kB in 0s (0 B/s) 22:10:00 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:10:00 Fetched 214 kB in 0s (0 B/s) 22:10:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:10:00 Fetched 154 kB in 0s (0 B/s) 22:10:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:10:00 Fetched 50.6 kB in 0s (0 B/s) 22:10:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:10:00 Fetched 14.8 kB in 0s (0 B/s) 22:10:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:10:00 Fetched 41.8 kB in 0s (0 B/s) 22:10:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:10:00 Fetched 499 kB in 0s (0 B/s) 22:10:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:10:00 Fetched 111 kB in 0s (0 B/s) 22:10:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:10:00 Fetched 240 kB in 0s (0 B/s) 22:10:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:10:00 Fetched 29.3 kB in 0s (0 B/s) 22:10:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:10:00 Fetched 85.5 kB in 0s (0 B/s) 22:10:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:10:00 Fetched 24.5 kB in 0s (0 B/s) 22:10:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:10:00 Fetched 49.2 kB in 0s (0 B/s) 22:10:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:10:00 Fetched 54.2 kB in 0s (0 B/s) 22:10:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:10:00 Fetched 30.8 kB in 0s (0 B/s) 22:10:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:10:00 Fetched 15.8 kB in 0s (0 B/s) 22:10:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:10:00 Fetched 85.9 kB in 0s (0 B/s) 22:10:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:10:00 Fetched 8720 B in 0s (0 B/s) 22:10:00 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:10:00 Fetched 137 kB in 0s (0 B/s) 22:10:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:10:00 Fetched 119 kB in 0s (0 B/s) 22:10:00 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:10:00 Fetched 109 kB in 0s (0 B/s) 22:10:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:10:00 Fetched 11.1 kB in 0s (0 B/s) 22:10:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:10:00 Fetched 645 kB in 0s (0 B/s) 22:10:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:10:00 Fetched 41.3 kB in 0s (0 B/s) 22:10:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:10:00 Fetched 17.9 kB in 0s (0 B/s) 22:10:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:10:00 Fetched 368 kB in 0s (0 B/s) 22:10:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:10:00 Fetched 187 kB in 0s (0 B/s) 22:10:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:10:00 Fetched 175 kB in 0s (0 B/s) 22:10:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:10:00 Fetched 206 kB in 0s (0 B/s) 22:10:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 22:10:00 Fetched 1301 kB in 0s (0 B/s) 22:10:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:10:00 Fetched 36.2 kB in 0s (0 B/s) 22:10:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:10:00 Fetched 159 kB in 0s (0 B/s) 22:10:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:10:00 Fetched 107 kB in 0s (0 B/s) 22:10:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:10:00 Fetched 48.7 kB in 0s (0 B/s) 22:10:00 Pulling static-packages 22:10:00 + snapcraftctl pull 22:10:01 Pulling version 22:10:01 + cd /root/project 22:10:01 + [ -f VERSION ] 22:10:01 + PROJECT_VERSION=local-dev 22:10:01 + git rev-parse --short HEAD 22:10:01 + GIT_REVISION=9b06d15e 22:10:01 + snapcraftctl set-version local-dev 22:10:02 Skipping build go-build-helper (already ran) 22:10:02 Building app-service-config 22:10:02 + make build 22:10:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 22:10:05 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 22:10:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 22:10:05 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 22:10:05 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 22:10:05 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 22:10:05 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 22:10:05 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 22:10:05 go: downloading github.com/pelletier/go-toml v1.2.0 22:10:05 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:10:05 go: downloading github.com/google/uuid v1.2.0 22:10:05 go: downloading github.com/gorilla/mux v1.8.0 22:10:05 go: downloading github.com/go-kit/kit v0.8.0 22:10:05 go: downloading github.com/pebbe/zmq4 v1.2.5 22:10:05 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:10:05 go: downloading github.com/hashicorp/consul/api v1.8.1 22:10:05 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:10:06 go: downloading github.com/x448/float16 v0.8.4 22:10:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:10:06 go: downloading github.com/mitchellh/copystructure v1.0.0 22:10:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:10:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:10:06 go: downloading github.com/BurntSushi/toml v0.3.1 22:10:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:10:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:10:06 go: downloading github.com/hashicorp/serf v0.9.5 22:10:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:10:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:10:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:10:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:10:06 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:10:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:10:06 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:10:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:10:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:10:06 go: downloading github.com/mattn/go-isatty v0.0.12 22:10:06 go: downloading github.com/fatih/color v1.9.0 22:10:06 go: downloading github.com/leodido/go-urn v1.2.0 22:10:06 go: downloading github.com/go-playground/universal-translator v0.17.0 22:10:06 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 22:10:06 go: downloading github.com/mattn/go-colorable v0.1.6 22:10:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:10:06 go: downloading github.com/go-playground/locales v0.13.0 22:10:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:10:18 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 22:10:18 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 22:10:18 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 22:10:18 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 22:10:19 Building config-common 22:10:19 + snapcraftctl build 22:10:22 Building edgex-go 22:10:23 + cd /root/parts/edgex-go/src 22:10:23 + make build 22:10:23 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 22:10:23 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:10:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 22:10:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.18 22:10:23 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 22:10:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 22:10:23 go: downloading github.com/pkg/errors v0.8.1 22:10:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 22:10:23 go: downloading github.com/imdario/mergo v0.3.12 22:10:23 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:10:23 go: downloading github.com/gorilla/websocket v1.4.2 22:10:23 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:10:29 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 22:10:29 go: downloading gopkg.in/yaml.v2 v2.4.0 22:10:35 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 22:10:36 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 22:10:38 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 22:10:38 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 22:10:39 go: downloading github.com/stretchr/testify v1.7.0 22:10:39 go: downloading github.com/davecgh/go-spew v1.1.1 22:10:39 go: downloading github.com/pmezard/go-difflib v1.0.0 22:10:39 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:10:41 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 22:10:41 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:10:41 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:10:43 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 22:10:44 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 22:10:44 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:10:46 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 22:10:48 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 22:10:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:10:49 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 22:10:49 go: downloading github.com/lib/pq v1.9.0 22:10:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:10:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:10:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:10:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:10:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:10:52 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:10:52 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:10:52 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:10:52 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:10:52 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:10:52 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:10:52 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:10:52 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:10:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:10:52 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:10:52 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:10:52 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:10:52 + 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 22:10:52 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:10:52 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:10:52 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 22:10:52 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:10:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:10:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:10:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:10:52 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:10:55 Building static-packages 22:10:55 + snapcraftctl build 22:10:57 Building version 22:10:57 + snapcraftctl build 22:11:00 Skipping stage go-build-helper (already ran) 22:11:00 Staging app-service-config 22:11:00 + snapcraftctl stage 22:11:01 Staging config-common 22:11:01 + snapcraftctl stage 22:11:03 Staging edgex-go 22:11:03 + snapcraftctl stage 22:11:03 Staging static-packages 22:11:03 + snapcraftctl stage 22:11:05 Staging version 22:11:05 + snapcraftctl stage 22:11:06 Priming go-build-helper 22:11:06 + snapcraftctl prime 22:11:07 Priming app-service-config 22:11:07 + snapcraftctl prime 22:11:08 Priming config-common 22:11:08 + snapcraftctl prime 22:11:10 Priming edgex-go 22:11:10 + snapcraftctl prime 22:11:10 Priming static-packages 22:11:10 + snapcraftctl prime 22:11:13 Priming version 22:11:13 + snapcraftctl prime 22:11:14 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 22:11:18 provisioning config files... 22:11:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2724914111647279903tmp [Pipeline] { [Pipeline] sh 22:11:19 + set +x 22:11:19 + curl -s https://codecov.io/bash 22:11:19 + bash -s -- 22:11:20 22:11:20 _____ _ 22:11:20 / ____| | | 22:11:20 | | ___ __| | ___ ___ _____ __ 22:11:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:11:20 | |___| (_) | (_| | __/ (_| (_) \ V / 22:11:20 \_____\___/ \__,_|\___|\___\___/ \_/ 22:11:20 Bash-20210309-2b87ace 22:11:20 22:11:20 22:11:20 ==> git version 2.24.3 found 22:11:20 ==> 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 22:11:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:11:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:11:20 ==> Jenkins CI detected. 22:11:20 project root: . 22:11:20 --> token set from env 22:11:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:11:20 ==> Running gcov in . (disable via -X gcov) 22:11:20 ==> Python coveragepy not found 22:11:20 ==> Searching for coverage reports in: 22:11:20 + . 22:11:20 -> Found 1 reports 22:11:20 ==> Detecting git/mercurial file structure 22:11:20 ==> Reading reports 22:11:20 + ./coverage.out bytes=659965 22:11:20 ==> Appending adjustments 22:11:20 https://docs.codecov.io/docs/fixing-reports 22:11:29 + Found adjustments 22:11:29 ==> Gzipping contents 22:11:29 96K /tmp/codecov.g16lZL.gz 22:11:29 ==> Uploading reports 22:11:29 url: https://codecov.io 22:11:29 query: branch=PR-3285&commit=9b06d15e045ca4d8d0d106306a839d20aa72a9cd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3285%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3285&job=&cmd_args= 22:11:29 -> Pinging Codecov 22:11:29 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3285&commit=9b06d15e045ca4d8d0d106306a839d20aa72a9cd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3285%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3285&job=&cmd_args= 22:11:29 -> Uploading to 22:11:29 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/9b06d15e045ca4d8d0d106306a839d20aa72a9cd/ae03a31a-547e-4ed7-b3a3-6813627c71ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T221128Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dfd13dd000ce045dbc0a0da3d36070093274fce524ee1b90976c883285399163 22:11:29 % Total % Received % Xferd Average Speed Time Time Time Current 22:11:29 Dload Upload Total Spent Left Speed 22:11:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95985 0 0 100 95985 0 188k --:--:-- --:--:-- --:--:-- 188k 22:11:29 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9b06d15e045ca4d8d0d106306a839d20aa72a9cd [Pipeline] } 22:11:29 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 22:11:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:11:33 ---> package-listing.sh 22:11:33 ++ facter osfamily 22:11:33 ++ tr '[:upper:]' '[:lower:]' 22:11:33 + OS_FAMILY=redhat 22:11:33 + workspace=/w/workspace/edgex-go/1 22:11:33 + START_PACKAGES=/tmp/packages_start.txt 22:11:33 + END_PACKAGES=/tmp/packages_end.txt 22:11:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:11:33 + PACKAGES=/tmp/packages_start.txt 22:11:33 + '[' /w/workspace/edgex-go/1 ']' 22:11:33 + PACKAGES=/tmp/packages_end.txt 22:11:33 + case "${OS_FAMILY}" in 22:11:33 + sort 22:11:33 + rpm -qa 22:11:42 + '[' -f /tmp/packages_start.txt ']' 22:11:42 + '[' -f /tmp/packages_end.txt ']' 22:11:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:11:42 + '[' /w/workspace/edgex-go/1 ']' 22:11:42 + mkdir -p /w/workspace/edgex-go/1/archives/ 22:11:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 22:11:42 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:11:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:11:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:11:43 22:11:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:11:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:11:43 alpine: Pulling from edgex-lftools-log-publisher 22:11:43 df20fa9351a1: Pulling fs layer 22:11:43 36b3adc4ff6f: Pulling fs layer 22:11:43 8ad3a11d3b57: Pulling fs layer 22:11:43 46f8f816bc3b: Pulling fs layer 22:11:43 93b61091891f: Pulling fs layer 22:11:43 93b9cdb0e59b: Pulling fs layer 22:11:43 5e14af77c1be: Pulling fs layer 22:11:43 01666e4c0597: Pulling fs layer 22:11:43 aa168da1d23b: Pulling fs layer 22:11:43 93b9cdb0e59b: Waiting 22:11:43 93b61091891f: Waiting 22:11:43 5e14af77c1be: Waiting 22:11:43 01666e4c0597: Waiting 22:11:43 aa168da1d23b: Waiting 22:11:43 46f8f816bc3b: Waiting 22:11:44 36b3adc4ff6f: Download complete 22:11:44 46f8f816bc3b: Download complete 22:11:44 df20fa9351a1: Verifying Checksum 22:11:44 df20fa9351a1: Download complete 22:11:44 93b9cdb0e59b: Verifying Checksum 22:11:44 93b9cdb0e59b: Download complete 22:11:44 5e14af77c1be: Verifying Checksum 22:11:44 5e14af77c1be: Download complete 22:11:44 01666e4c0597: Verifying Checksum 22:11:44 01666e4c0597: Download complete 22:11:44 93b61091891f: Verifying Checksum 22:11:44 93b61091891f: Download complete 22:11:44 df20fa9351a1: Pull complete 22:11:45 36b3adc4ff6f: Pull complete 22:11:45 8ad3a11d3b57: Verifying Checksum 22:11:45 8ad3a11d3b57: Download complete 22:11:46 8ad3a11d3b57: Pull complete 22:11:46 46f8f816bc3b: Pull complete 22:11:49 aa168da1d23b: Verifying Checksum 22:11:49 aa168da1d23b: Download complete 22:11:50 93b61091891f: Pull complete 22:11:50 93b9cdb0e59b: Pull complete 22:11:51 5e14af77c1be: Pull complete 22:11:51 01666e4c0597: Pull complete 22:12:09 aa168da1d23b: Pull complete 22:12:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:12:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:12:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:12:10 prd-centos7-docker-4c-2g-30930 does not seem to be running inside a container 22:12:10 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:12:16 $ docker top abdeeb98c27a525daa98420a4f2b00e283860212835a984b1fcef71f2a13032c -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:17 + touch /tmp/pre-build-complete [Pipeline] sh 22:12:17 + mkdir -p /var/log/sa [Pipeline] sh 22:12:18 + ls /var/log/sa-host 22:12:18 + sadf -c /var/log/sa-host/sa22 22:12:18 file_magic: OK 22:12:18 HZ: Using current value: 100 22:12:18 file_header: OK 22:12:18 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 22:12:18 Statistics: 22:12:18 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... 22:12:18 File successfully converted to sysstat format version 12.2.1 22:12:18 + sadf -c /var/log/sa-host/sa23 22:12:18 file_magic: OK 22:12:18 HZ: Using current value: 100 22:12:18 file_header: OK 22:12:18 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 22:12:18 Statistics: 22:12:18 Hnuu...uuuununununu... 22:12:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:12:18 provisioning config files... 22:12:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5874526941774044023tmp [Pipeline] { [Pipeline] echo 22:12:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:12:19 ---> create-netrc.sh [Pipeline] } 22:12:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:12:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:12:20 ---> python-tools-install.sh [Pipeline] echo 22:12:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:12:20 ---> sudo-logs.sh 22:12:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:12:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:12:21 ---> job-cost.sh 22:12:21 lf-activate-venv: SKIPPING 22:12:21 DEBUG: total: 0.20999999344348907 22:12:21 INFO: Retrieving Stack Cost... 22:12:22 INFO: Retrieving Pricing Info for: v1-standard-2 22:12:23 INFO: Archiving Costs [Pipeline] echo 22:12:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:12:23 ---> logs-deploy.sh 22:12:23 lf-activate-venv: SKIPPING 22:12:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3285/1 22:12:23 INFO: archiving workspace using pattern(s): 22:12:27 Archives upload complete. 22:12:27 INFO: archiving logs to Nexus 22:12:29 ---> uname -a: 22:12:29 Linux prd-centos7-docker-4c-2g-30930.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:12:29 22:12:29 22:12:29 ---> lscpu: 22:12:29 Architecture: x86_64 22:12:29 CPU op-mode(s): 32-bit, 64-bit 22:12:29 Byte Order: Little Endian 22:12:29 Address sizes: 40 bits physical, 48 bits virtual 22:12:29 CPU(s): 4 22:12:29 On-line CPU(s) list: 0-3 22:12:29 Thread(s) per core: 1 22:12:29 Core(s) per socket: 1 22:12:29 Socket(s): 4 22:12:29 NUMA node(s): 1 22:12:29 Vendor ID: GenuineIntel 22:12:29 CPU family: 6 22:12:29 Model: 44 22:12:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:12:29 Stepping: 1 22:12:29 CPU MHz: 2933.438 22:12:29 BogoMIPS: 5866.87 22:12:29 Virtualization: VT-x 22:12:29 Hypervisor vendor: KVM 22:12:29 Virtualization type: full 22:12:29 L1d cache: 128 KiB 22:12:29 L1i cache: 128 KiB 22:12:29 L2 cache: 16 MiB 22:12:29 L3 cache: 64 MiB 22:12:29 NUMA node0 CPU(s): 0-3 22:12:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:12:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:12:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:12:29 Vulnerability Meltdown: Mitigation; PTI 22:12:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:12:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:12:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:12:29 Vulnerability Srbds: Not affected 22:12:29 Vulnerability Tsx async abort: Not affected 22:12:29 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 22:12:29 22:12:29 22:12:29 ---> nproc: 22:12:29 4 22:12:29 22:12:29 22:12:29 ---> df -h: 22:12:29 Filesystem Size Used Available Use% Mounted on 22:12:29 overlay 50.0G 11.8G 38.2G 24% / 22:12:29 tmpfs 64.0M 0 64.0M 0% /dev 22:12:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:12:29 shm 64.0M 0 64.0M 0% /dev/shm 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/1@tmp 22:12:29 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/1 22:12:29 22:12:29 22:12:29 ---> free -m: 22:12:29 total used free shared buff/cache available 22:12:29 Mem: 1837 727 147 0 963 1026 22:12:29 Swap: 1023 65 958 22:12:29 22:12:29 22:12:29 ---> ip addr: 22:12:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:12:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:12:29 inet 127.0.0.1/8 scope host lo 22:12:29 valid_lft forever preferred_lft forever 22:12:29 inet6 ::1/128 scope host 22:12:29 valid_lft forever preferred_lft forever 22:12:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:12:29 link/ether fa:16:3e:91:20:94 brd ff:ff:ff:ff:ff:ff 22:12:29 inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 22:12:29 valid_lft 84686sec preferred_lft 84686sec 22:12:29 inet6 fe80::f816:3eff:fe91:2094/64 scope link 22:12:29 valid_lft forever preferred_lft forever 22:12:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:12:29 link/ether 02:42:8f:3c:09:54 brd ff:ff:ff:ff:ff:ff 22:12:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:12:29 valid_lft forever preferred_lft forever 22:12:29 inet6 fe80::42:8fff:fe3c:954/64 scope link 22:12:29 valid_lft forever preferred_lft forever 22:12:29 22:12:29 22:12:29 ---> sar -b -r -n DEV: 22:12:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 22:12:29 22:12:29 21:43:40 LINUX RESTART (4 CPU) 22:12:29 22:12:29 21:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:12:29 21:46:01 60.36 16.25 44.11 0.00 5126.14 7850.69 0.00 22:12:29 21:47:02 126.86 55.51 71.36 0.00 5244.19 32752.95 0.00 22:12:29 21:48:01 233.45 62.03 171.42 0.00 2842.69 27415.71 0.00 22:12:29 21:49:01 120.06 72.00 48.06 0.00 2396.82 5641.84 0.00 22:12:29 21:50:02 90.43 25.22 65.21 0.00 1044.23 8851.27 0.00 22:12:29 21:51:01 50.01 27.49 22.52 0.00 654.43 1570.20 0.00 22:12:29 21:52:01 65.29 21.80 43.49 0.00 1186.90 2947.65 0.00 22:12:29 21:53:01 57.65 26.35 31.30 0.00 1585.83 5165.36 0.00 22:12:29 21:54:01 20.91 6.23 14.68 0.00 355.98 3728.03 0.00 22:12:29 21:55:02 195.74 53.63 142.11 0.00 15662.18 85312.43 0.00 22:12:29 21:56:01 825.48 696.55 128.93 0.00 77119.56 80006.10 0.00 22:12:29 21:57:06 1145.90 958.93 186.98 0.00 90939.07 90870.81 0.00 22:12:29 21:58:02 1132.48 1003.46 129.02 0.00 54309.90 58075.88 0.00 22:12:29 21:59:01 136.49 62.38 74.12 0.00 6163.52 15055.10 0.00 22:12:29 22:00:02 329.54 95.54 234.00 0.00 20492.33 76078.17 0.00 22:12:29 22:01:05 982.10 848.97 133.13 0.00 62848.67 63075.08 0.00 22:12:29 22:02:03 989.03 819.60 169.43 0.00 59369.94 64547.43 0.00 22:12:29 22:03:01 323.55 180.85 142.70 0.00 10710.55 27219.98 0.00 22:12:29 22:04:02 122.84 15.67 107.16 0.00 3257.18 9939.10 0.00 22:12:29 22:05:01 15.63 8.97 6.65 0.00 125.16 192.01 0.00 22:12:29 22:06:01 0.35 0.20 0.15 0.00 1.60 1.90 0.00 22:12:29 22:07:01 0.22 0.02 0.20 0.00 0.13 1.92 0.00 22:12:29 22:08:01 0.36 0.10 0.26 0.00 0.93 2.84 0.00 22:12:29 22:09:01 0.20 0.02 0.18 0.00 0.13 1.63 0.00 22:12:29 22:10:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 22:12:29 22:11:01 0.27 0.02 0.25 0.00 0.27 2.60 0.00 22:12:29 22:12:02 123.53 75.29 48.24 0.00 6697.51 13354.14 0.00 22:12:29 Average: 265.24 190.42 74.82 0.00 15987.56 25327.90 0.00 22:12:29 22:12:29 21:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:12:29 21:46:01 157376 0 619288 32.91 2620 1102260 1368324 46.70 459052 1060112 56 22:12:29 21:47:02 74412 0 697096 37.05 2492 1107544 1597256 54.51 706376 881936 89104 22:12:29 21:48:01 113696 0 726452 38.61 1492 1039904 1339864 45.73 626000 850852 51544 22:12:29 21:49:01 158416 0 832472 44.24 1492 889164 1590100 54.27 639956 808920 54640 22:12:29 21:50:02 287296 0 807420 42.91 596 786232 1652668 56.40 638580 674412 21328 22:12:29 21:51:01 426180 0 777888 41.34 596 676880 1648220 56.25 519416 654644 22196 22:12:29 21:52:01 230076 0 794724 42.24 596 856148 1739016 59.35 640184 722844 84476 22:12:29 21:53:01 255432 0 756132 40.19 556 869424 1513904 51.67 595428 739592 2260 22:12:29 21:54:01 276724 0 768780 40.86 556 835484 1557244 53.15 591752 738468 74632 22:12:29 21:55:02 70220 0 701792 37.30 200 1109332 1307988 44.64 726196 852896 76704 22:12:29 21:56:01 570376 0 670920 35.66 96 640152 1304004 44.50 419324 685236 0 22:12:29 21:57:06 73088 0 852088 45.29 96 956272 2352396 80.28 748628 827412 72084 22:12:29 21:58:02 129468 0 1154676 61.37 96 597304 4235784 144.56 867456 613520 6972 22:12:29 21:59:01 333596 0 802924 42.67 96 744928 1968016 67.17 626840 663892 22052 22:12:29 22:00:02 74792 0 817376 43.44 96 989280 2218364 75.71 768444 793720 10168 22:12:29 22:01:05 52404 0 984640 52.33 96 844404 2913772 99.44 673872 910492 39996 22:12:29 22:02:03 70560 0 762368 40.52 96 1048520 1976496 67.45 626540 954204 63732 22:12:29 22:03:01 136496 0 703428 37.39 96 1041524 1652644 56.40 637760 868148 10596 22:12:29 22:04:02 132288 0 669260 35.57 96 1079900 1521856 51.94 551828 945572 16 22:12:29 22:05:01 155916 0 644048 34.23 96 1081484 1273196 43.45 550468 925540 12 22:12:29 22:06:01 161280 0 638676 33.94 96 1081492 1205740 41.15 546948 925304 8 22:12:29 22:07:01 163248 0 636700 33.84 96 1081500 1191288 40.66 545976 925160 12 22:12:29 22:08:01 162360 0 637552 33.88 96 1081536 1191536 40.67 546420 925200 16 22:12:29 22:09:01 163132 0 636804 33.84 96 1081512 1191288 40.66 545996 925192 12 22:12:29 22:10:01 163260 0 636668 33.84 96 1081520 1191360 40.66 546068 925196 12 22:12:29 22:11:01 163100 0 636828 33.85 96 1081520 1191288 40.66 546004 925196 12 22:12:29 22:12:02 75116 0 727644 38.67 96 1078688 1627576 55.55 717988 815876 63232 22:12:29 Average: 178900 0 744246 39.56 475 957923 1685970 57.54 615167 834798 28366 22:12:29 22:12:29 21:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:12:29 21:46:01 veth6e4f6d7 0.25 0.43 0.05 0.06 0.00 0.00 0.00 0.00 22:12:29 21:46:01 eth0 581.05 521.72 3187.26 83.85 0.00 0.00 0.00 0.00 22:12:29 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:46:01 docker0 0.25 0.32 0.05 0.05 0.00 0.00 0.00 0.00 22:12:29 21:47:02 eth0 936.97 985.01 5499.13 101.05 0.00 0.00 0.00 0.00 22:12:29 21:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:47:02 docker0 751.62 656.49 65.13 2666.03 0.00 0.00 0.00 0.00 22:12:29 21:48:01 eth0 196.68 140.89 859.07 19.87 0.00 0.00 0.00 0.00 22:12:29 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:48:01 docker0 125.56 174.76 9.34 841.48 0.00 0.00 0.00 0.00 22:12:29 21:49:01 veth6a969c6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 21:49:01 eth0 30.97 27.14 25.93 72.53 0.00 0.00 0.00 0.00 22:12:29 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:50:02 veth6a969c6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:50:02 eth0 21.39 15.85 16.67 9.22 0.00 0.00 0.00 0.00 22:12:29 21:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:51:01 veth6a969c6 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 22:12:29 21:51:01 eth0 28.30 22.12 20.82 11.56 0.00 0.00 0.00 0.00 22:12:29 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:51:01 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 22:12:29 21:52:01 veth6a969c6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:52:01 eth0 3.54 2.81 2.76 1.52 0.00 0.00 0.00 0.00 22:12:29 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:53:01 veth6a969c6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:53:01 eth0 27.42 25.65 14.94 73.69 0.00 0.00 0.00 0.00 22:12:29 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:54:01 eth0 112.22 83.48 987.51 16.11 0.00 0.00 0.00 0.00 22:12:29 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:55:02 vethabd3a99 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 21:55:02 eth0 87.83 67.73 713.37 62.70 0.00 0.00 0.00 0.00 22:12:29 21:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:56:01 vethdd40954 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:56:01 vethabd3a99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:56:01 veth77fdf9b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:56:01 vethb543ffb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:57:06 vethabd3a99 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 21:57:06 eth0 2059.68 1881.52 11126.81 460.18 0.00 0.00 0.00 0.00 22:12:29 21:57:06 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 22:12:29 21:57:06 docker0 831.14 792.40 70.11 3370.67 0.00 0.00 0.00 0.00 22:12:29 21:58:02 veth5515727 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 21:58:02 vethb0301be 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 21:58:02 vethabd3a99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:58:02 vethc655c8e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 21:59:01 vethabd3a99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 21:59:01 eth0 2270.27 2072.89 12216.17 509.31 0.00 0.00 0.00 0.00 22:12:29 21:59:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:12:29 21:59:01 docker0 911.91 869.41 76.92 3698.24 0.00 0.00 0.00 0.00 22:12:29 22:00:02 vethabd3a99 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 22:00:02 eth0 88.52 65.95 248.62 87.91 0.00 0.00 0.00 0.00 22:12:29 22:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:00:02 docker0 12.78 25.49 0.70 167.17 0.00 0.00 0.00 0.00 22:12:29 22:01:05 vethabd3a99 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 22:01:05 veth6d4e42f 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 22:12:29 22:01:05 veth925910e 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 22:12:29 22:01:05 eth0 33.32 22.73 74.88 10.92 0.00 0.00 0.00 0.00 22:12:29 22:02:03 vethabd3a99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:02:03 eth0 4.31 3.37 3.36 1.83 0.00 0.00 0.00 0.00 22:12:29 22:02:03 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:12:29 22:02:03 docker0 951.98 927.59 79.79 4028.15 0.00 0.00 0.00 0.00 22:12:29 22:03:01 vethabd3a99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:03:01 eth0 138.70 114.53 1277.54 76.83 0.00 0.00 0.00 0.00 22:12:29 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:04:02 vethabd3a99 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 22:12:29 22:04:02 eth0 104.39 57.43 480.97 20.95 0.00 0.00 0.00 0.00 22:12:29 22:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:04:02 docker0 24.52 59.29 1.63 445.79 0.00 0.00 0.00 0.00 22:12:29 22:05:01 eth0 15.19 14.92 4.87 59.36 0.00 0.00 0.00 0.00 22:12:29 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:06:01 eth0 0.52 0.47 0.32 0.21 0.00 0.00 0.00 0.00 22:12:29 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:07:01 eth0 0.95 0.07 0.07 0.01 0.00 0.00 0.00 0.00 22:12:29 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:08:01 eth0 0.43 0.35 0.26 0.20 0.00 0.00 0.00 0.00 22:12:29 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:09:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:10:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 22:12:29 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:11:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:12:29 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:12:02 eth0 228.80 175.66 2176.57 23.56 0.00 0.00 0.00 0.00 22:12:29 22:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 22:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 Average: eth0 100.15 88.81 584.21 27.80 0.00 0.00 0.00 0.00 22:12:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:29 Average: docker0 34.87 35.30 2.91 160.26 0.00 0.00 0.00 0.00 22:12:29 22:12:29 22:12:29 ---> sar -P ALL: 22:12:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 22:12:29 22:12:29 21:43:40 LINUX RESTART (4 CPU) 22:12:29 22:12:29 21:45:01 CPU %user %nice %system %iowait %steal %idle 22:12:29 21:46:01 all 6.13 0.00 4.56 1.27 17.94 70.10 22:12:29 21:46:01 0 4.58 0.00 4.64 2.30 19.12 69.36 22:12:29 21:46:01 1 6.64 0.00 4.49 1.84 17.86 69.17 22:12:29 21:46:01 2 7.78 0.00 4.50 0.63 18.12 68.98 22:12:29 21:46:01 3 5.57 0.00 4.61 0.31 16.64 72.87 22:12:29 21:47:02 all 9.80 0.00 5.04 1.48 17.32 66.36 22:12:29 21:47:02 0 12.78 0.00 5.79 1.07 17.86 62.50 22:12:29 21:47:02 1 7.60 0.00 4.46 1.39 18.09 68.47 22:12:29 21:47:02 2 7.46 0.00 4.21 0.52 17.78 70.03 22:12:29 21:47:02 3 11.58 0.00 5.76 2.96 15.51 64.18 22:12:29 21:48:01 all 5.19 0.00 5.78 4.53 25.66 58.84 22:12:29 21:48:01 0 5.70 0.00 5.67 3.61 25.87 59.15 22:12:29 21:48:01 1 4.86 0.00 6.08 5.45 25.20 58.42 22:12:29 21:48:01 2 6.01 0.00 5.82 5.97 26.51 55.68 22:12:29 21:48:01 3 4.17 0.00 5.54 3.08 25.06 62.16 22:12:29 21:49:01 all 21.42 0.00 8.25 5.08 28.14 37.11 22:12:29 21:49:01 0 22.87 0.00 8.60 5.03 28.21 35.30 22:12:29 21:49:01 1 22.88 0.00 9.94 4.70 26.92 35.55 22:12:29 21:49:01 2 18.93 0.00 8.03 6.26 27.58 39.21 22:12:29 21:49:01 3 21.08 0.00 6.53 4.34 29.77 38.28 22:12:29 21:50:02 all 31.98 0.00 11.83 2.84 34.25 19.09 22:12:29 21:50:02 0 30.53 0.00 13.23 2.76 32.99 20.49 22:12:29 21:50:02 1 32.17 0.00 12.15 3.80 34.13 17.76 22:12:29 21:50:02 2 28.99 0.00 10.73 2.97 35.52 21.80 22:12:29 21:50:02 3 36.53 0.00 11.20 1.80 34.35 16.13 22:12:29 21:51:01 all 22.84 0.00 9.40 1.78 30.98 35.00 22:12:29 21:51:01 0 23.81 0.00 10.25 2.09 30.21 33.64 22:12:29 21:51:01 1 25.06 0.00 9.87 1.73 29.67 33.68 22:12:29 21:51:01 2 21.99 0.00 9.09 2.04 31.54 35.35 22:12:29 21:51:01 3 20.63 0.00 8.43 1.26 32.43 37.25 22:12:29 21:52:01 all 27.10 0.00 13.75 1.65 43.08 14.42 22:12:29 21:52:01 0 25.09 0.00 13.39 2.17 43.20 16.15 22:12:29 21:52:01 1 31.69 0.00 14.90 1.70 43.88 7.83 22:12:29 21:52:01 2 25.66 0.00 13.28 1.44 42.29 17.33 22:12:29 21:52:01 3 26.28 0.00 13.49 1.29 43.00 15.94 22:12:29 21:53:01 all 14.01 0.00 10.06 1.20 34.50 40.23 22:12:29 21:53:01 0 11.78 0.00 8.86 1.20 35.23 42.93 22:12:29 21:53:01 1 16.67 0.00 13.62 1.79 35.39 32.53 22:12:29 21:53:01 2 13.34 0.00 9.43 0.94 33.86 42.43 22:12:29 21:53:01 3 14.46 0.00 8.55 0.88 33.56 42.55 22:12:29 21:54:01 all 8.15 0.00 9.21 0.28 32.81 49.55 22:12:29 21:54:01 0 7.29 0.00 8.25 0.07 34.96 49.42 22:12:29 21:54:01 1 9.06 0.00 9.87 0.12 32.82 48.14 22:12:29 21:54:01 2 7.66 0.00 8.80 0.18 33.58 49.79 22:12:29 21:54:01 3 8.61 0.00 9.97 0.76 29.79 50.88 22:12:29 21:55:02 all 5.81 0.00 8.17 7.34 33.20 45.48 22:12:29 21:55:02 0 4.94 0.00 7.18 7.43 34.00 46.45 22:12:29 21:55:02 1 7.00 0.00 8.96 6.32 33.42 44.30 22:12:29 21:55:02 2 5.67 0.00 9.06 7.96 33.06 44.26 22:12:29 21:55:02 3 5.66 0.00 7.54 7.65 32.31 46.85 22:12:29 21:56:01 all 10.34 0.00 9.55 10.64 41.06 28.41 22:12:29 21:56:01 0 9.52 0.00 9.11 11.16 41.11 29.10 22:12:29 21:56:01 1 10.38 0.00 9.18 10.32 41.78 28.34 22:12:29 21:56:01 2 10.99 0.00 9.79 8.42 40.00 30.80 22:12:29 21:56:01 3 10.50 0.00 10.16 12.66 41.32 25.36 22:12:29 22:12:29 21:56:01 CPU %user %nice %system %iowait %steal %idle 22:12:29 21:57:06 all 6.97 0.00 11.48 25.89 31.63 24.03 22:12:29 21:57:06 0 6.50 0.00 10.85 25.13 31.86 25.67 22:12:29 21:57:06 1 8.04 0.00 12.38 28.66 30.51 20.42 22:12:29 21:57:06 2 6.49 0.00 11.81 25.29 31.12 25.29 22:12:29 21:57:06 3 6.87 0.00 10.92 24.57 32.98 24.65 22:12:29 21:58:02 all 10.76 0.00 8.28 28.73 34.22 18.00 22:12:29 21:58:02 0 9.69 0.00 7.38 29.65 35.76 17.52 22:12:29 21:58:02 1 11.05 0.00 7.77 28.33 34.33 18.52 22:12:29 21:58:02 2 10.26 0.00 8.51 30.50 33.17 17.57 22:12:29 21:58:02 3 12.07 0.00 9.50 26.45 33.56 18.42 22:12:29 21:59:01 all 60.84 0.00 12.50 1.00 23.47 2.18 22:12:29 21:59:01 0 63.46 0.00 12.94 1.08 20.73 1.80 22:12:29 21:59:01 1 58.53 0.00 12.21 1.25 23.98 4.03 22:12:29 21:59:01 2 58.13 0.00 11.26 1.04 27.65 1.92 22:12:29 21:59:01 3 63.32 0.00 13.63 0.62 21.46 0.97 22:12:29 22:00:02 all 7.98 0.00 11.45 15.38 34.83 30.37 22:12:29 22:00:02 0 8.76 0.00 12.60 18.26 34.13 26.24 22:12:29 22:00:02 1 7.22 0.00 10.66 14.36 35.11 32.65 22:12:29 22:00:02 2 7.91 0.00 10.80 12.91 34.36 34.02 22:12:29 22:00:02 3 8.06 0.00 11.78 16.16 35.73 28.27 22:12:29 22:01:05 all 17.41 0.00 10.58 12.50 37.62 21.89 22:12:29 22:01:05 0 17.18 0.00 10.78 13.58 36.67 21.79 22:12:29 22:01:05 1 18.49 0.00 11.73 12.30 36.97 20.50 22:12:29 22:01:05 2 17.50 0.00 9.72 13.86 36.59 22.32 22:12:29 22:01:05 3 16.45 0.00 10.04 10.21 40.28 23.01 22:12:29 22:02:03 all 20.24 0.00 9.63 18.73 36.03 15.37 22:12:29 22:02:03 0 21.81 0.00 9.80 19.56 35.49 13.33 22:12:29 22:02:03 1 18.67 0.00 9.78 20.85 34.81 15.89 22:12:29 22:02:03 2 19.66 0.00 9.10 18.63 36.88 15.73 22:12:29 22:02:03 3 20.83 0.00 9.83 15.81 36.97 16.56 22:12:29 22:03:01 all 28.98 0.00 11.79 9.91 27.33 21.99 22:12:29 22:03:01 0 29.87 0.00 12.60 9.10 25.76 22.67 22:12:29 22:03:01 1 27.77 0.00 11.06 8.78 28.02 24.36 22:12:29 22:03:01 2 30.39 0.00 12.14 10.42 25.80 21.25 22:12:29 22:03:01 3 27.88 0.00 11.36 11.42 29.77 19.57 22:12:29 22:04:02 all 6.25 0.00 5.95 4.06 20.86 62.88 22:12:29 22:04:02 0 8.78 0.00 6.82 4.71 21.01 58.68 22:12:29 22:04:02 1 3.28 0.00 4.57 2.78 21.03 68.34 22:12:29 22:04:02 2 7.44 0.00 6.21 4.58 20.85 60.92 22:12:29 22:04:02 3 5.60 0.00 6.26 4.20 20.52 63.42 22:12:29 22:05:01 all 0.38 0.00 0.60 0.49 4.07 94.46 22:12:29 22:05:01 0 0.21 0.00 0.43 0.26 3.50 95.59 22:12:29 22:05:01 1 0.35 0.00 0.63 0.17 3.06 95.80 22:12:29 22:05:01 2 0.79 0.00 0.84 1.19 4.17 93.01 22:12:29 22:05:01 3 0.18 0.00 0.49 0.36 5.51 93.47 22:12:29 22:06:01 all 0.11 0.00 0.05 0.01 0.22 99.61 22:12:29 22:06:01 0 0.03 0.00 0.03 0.00 0.07 99.87 22:12:29 22:06:01 1 0.00 0.00 0.05 0.03 0.03 99.88 22:12:29 22:06:01 2 0.36 0.00 0.03 0.00 0.68 98.92 22:12:29 22:06:01 3 0.03 0.00 0.07 0.00 0.12 99.78 22:12:29 22:07:01 all 0.09 0.00 0.10 0.00 0.79 99.01 22:12:29 22:07:01 0 0.30 0.00 0.10 0.00 0.88 98.72 22:12:29 22:07:01 1 0.02 0.00 0.10 0.00 0.35 99.53 22:12:29 22:07:01 2 0.03 0.00 0.08 0.00 0.71 99.17 22:12:29 22:07:01 3 0.02 0.00 0.13 0.00 1.22 98.63 22:12:29 22:12:29 22:07:01 CPU %user %nice %system %iowait %steal %idle 22:12:29 22:08:01 all 0.05 0.00 0.06 0.01 2.44 97.44 22:12:29 22:08:01 0 0.02 0.00 0.05 0.00 2.20 97.73 22:12:29 22:08:01 1 0.02 0.00 0.10 0.03 1.08 98.77 22:12:29 22:08:01 2 0.13 0.00 0.06 0.00 2.19 97.61 22:12:29 22:08:01 3 0.03 0.00 0.05 0.00 4.24 95.68 22:12:29 22:09:01 all 0.12 0.00 0.11 0.00 1.15 98.61 22:12:29 22:09:01 0 0.31 0.00 0.07 0.00 2.00 97.63 22:12:29 22:09:01 1 0.08 0.00 0.13 0.00 0.76 99.02 22:12:29 22:09:01 2 0.07 0.00 0.18 0.00 1.11 98.65 22:12:29 22:09:01 3 0.03 0.00 0.05 0.00 0.75 99.17 22:12:29 22:10:01 all 0.10 0.00 0.02 0.00 0.22 99.67 22:12:29 22:10:01 0 0.32 0.00 0.03 0.00 0.12 99.53 22:12:29 22:10:01 1 0.02 0.00 0.02 0.00 0.07 99.90 22:12:29 22:10:01 2 0.02 0.00 0.00 0.00 0.40 99.58 22:12:29 22:10:01 3 0.03 0.00 0.02 0.00 0.30 99.65 22:12:29 22:11:01 all 0.09 0.00 0.02 0.00 1.29 98.60 22:12:29 22:11:01 0 0.10 0.00 0.03 0.00 1.35 98.52 22:12:29 22:11:01 1 0.02 0.00 0.02 0.00 0.56 99.40 22:12:29 22:11:01 2 0.20 0.00 0.03 0.00 1.51 98.26 22:12:29 22:11:01 3 0.03 0.00 0.02 0.00 1.71 98.24 22:12:29 22:12:02 all 4.35 0.00 3.65 3.12 13.65 75.23 22:12:29 22:12:02 0 4.76 0.00 4.44 2.77 13.65 74.38 22:12:29 22:12:02 1 5.73 0.00 4.24 6.92 13.86 69.24 22:12:29 22:12:02 2 3.33 0.00 2.88 0.88 13.36 79.55 22:12:29 22:12:02 3 3.62 0.00 3.06 1.97 13.75 77.60 22:12:29 Average: all 11.60 0.00 6.74 6.03 22.76 52.87 22:12:29 Average: 0 11.73 0.00 6.82 6.25 22.86 52.33 22:12:29 Average: 1 11.79 0.00 7.00 6.26 22.54 52.41 22:12:29 Average: 2 11.28 0.00 6.55 5.92 22.80 53.44 22:12:29 Average: 3 11.58 0.00 6.59 5.67 22.83 53.33 22:12:29 22:12:29 22:12:29