Pull request #3183 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at cc679f17c5203d1805fe25c40abcaf676b6725c1 rather than 2c30f229987106f00c437908f9cf932650acd681 Obtained Jenkinsfile from cc679f17c5203d1805fe25c40abcaf676b6725c1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27630 in /w/workspace/edgexfoundry_edgex-go_PR-3183 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 2c30f229987106f00c437908f9cf932650acd681 > 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/3183/head:refs/remotes/origin/PR-3183 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 2c30f229987106f00c437908f9cf932650acd681 Checking out Revision 2c30f229987106f00c437908f9cf932650acd681 (PR-3183) > git checkout -f 2c30f229987106f00c437908f9cf932650acd681 # 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 cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c30f229987106f00c437908f9cf932650acd681 # timeout=10 Commit message: "feat(notifications): Implement POST /notification V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-25T09:52:54.959Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-25T09:52:55.199Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-25T09:52:55.291Z] ========================================================= [2021-02-25T09:52:55.291Z] EdgeX Global Pipelines Version Info [2021-02-25T09:52:55.291Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f57fda079930708f578e998071929b8978576836 # timeout=10 [2021-02-25T09:53:02.094Z] ------------------- [2021-02-25T09:53:02.094Z] stable info: [2021-02-25T09:53:02.094Z] ------------------- [2021-02-25T09:53:02.094Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-25T09:53:02.094Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T09:53:02.094Z] Message: update stable to v1.0.181 [2021-02-25T09:53:03.775Z] ------------------- [2021-02-25T09:53:03.775Z] experimental info: [2021-02-25T09:53:03.775Z] ------------------- [2021-02-25T09:53:03.775Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-25T09:53:03.775Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T09:53:03.775Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-25T09:53:04.275Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-25T09:53:04.405Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-25T09:53:04.504Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-25T09:53:04.601Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-25T09:53:04.686Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-25T09:53:04.776Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-25T09:53:04.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-25T09:53:04.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-25T09:53:05.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-25T09:53:05.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-25T09:53:05.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-25T09:53:05.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-25T09:53:05.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-25T09:53:05.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-25T09:53:05.616Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T09:53:05.707Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T09:53:05.795Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-25T09:53:05.892Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-25T09:53:05.981Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-25T09:53:06.065Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-25T09:53:06.182Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-25T09:53:06.269Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3183 [Pipeline] echo [2021-02-25T09:53:06.358Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3183 [Pipeline] echo [2021-02-25T09:53:06.440Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3183 [Pipeline] echo [2021-02-25T09:53:06.523Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2c30f229987106f00c437908f9cf932650acd681 [Pipeline] echo [2021-02-25T09:53:06.610Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2c30f22 [Pipeline] echo [2021-02-25T09:53:06.705Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T09:53:06.878Z] provisioning config files... [2021-02-25T09:53:06.912Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config3953947700254665213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T09:53:07.395Z] ---> docker-login.sh [2021-02-25T09:53:07.395Z] nexus3.edgexfoundry.org:10001 [2021-02-25T09:53:08.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:53:08.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:53:08.991Z] Configure a credential helper to remove this warning. See [2021-02-25T09:53:08.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:53:08.991Z] [2021-02-25T09:53:08.991Z] Login Succeeded [2021-02-25T09:53:08.991Z] nexus3.edgexfoundry.org:10002 [2021-02-25T09:53:09.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:53:10.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:53:10.452Z] Configure a credential helper to remove this warning. See [2021-02-25T09:53:10.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:53:10.452Z] [2021-02-25T09:53:10.452Z] Login Succeeded [2021-02-25T09:53:10.452Z] nexus3.edgexfoundry.org:10003 [2021-02-25T09:53:11.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:53:11.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:53:11.558Z] Configure a credential helper to remove this warning. See [2021-02-25T09:53:11.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:53:11.558Z] [2021-02-25T09:53:11.558Z] Login Succeeded [2021-02-25T09:53:11.558Z] nexus3.edgexfoundry.org:10004 [2021-02-25T09:53:13.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:53:13.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:53:13.934Z] Configure a credential helper to remove this warning. See [2021-02-25T09:53:13.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:53:13.934Z] [2021-02-25T09:53:13.934Z] Login Succeeded [2021-02-25T09:53:13.934Z] docker.io [2021-02-25T09:53:14.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:53:15.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:53:15.870Z] Configure a credential helper to remove this warning. See [2021-02-25T09:53:15.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:53:15.870Z] [2021-02-25T09:53:15.870Z] Login Succeeded [2021-02-25T09:53:15.870Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T09:53:15.909Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T09:53:16.484Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-25T09:53:16.484Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.484Z] ++ dirname cmd/core-command/Dockerfile [2021-02-25T09:53:16.484Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.484Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-25T09:53:16.484Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.484Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.484Z] ++ dirname cmd/core-data/Dockerfile [2021-02-25T09:53:16.484Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-25T09:53:16.484Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.484Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-25T09:53:16.484Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.484Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-25T09:53:16.484Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.484Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-25T09:53:16.484Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.484Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-25T09:53:16.484Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.484Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-25T09:53:16.484Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.484Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-25T09:53:16.484Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.484Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.484Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-25T09:53:16.484Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-25T09:53:16.484Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.484Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-25T09:53:16.484Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.484Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-25T09:53:16.484Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.485Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-25T09:53:16.485Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.485Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-25T09:53:16.485Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T09:53:16.485Z] ++ cut -d/ -f2 [2021-02-25T09:53:16.485Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-25T09:53:16.485Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-25T09:53:16.914Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-25T09:53:18.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T09:53:18.298Z] [2021-02-25T09:53:18.298Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T09:53:19.005Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T09:53:19.339Z] latest: Pulling from edgex-devops/git-semver [2021-02-25T09:53:19.339Z] 31603596830f: Pulling fs layer [2021-02-25T09:53:19.339Z] 2a8b12db71e7: Pulling fs layer [2021-02-25T09:53:19.339Z] 6ca5941a6612: Pulling fs layer [2021-02-25T09:53:19.339Z] ecc8261a40a4: Pulling fs layer [2021-02-25T09:53:19.339Z] ecc8261a40a4: Waiting [2021-02-25T09:53:19.339Z] 2a8b12db71e7: Verifying Checksum [2021-02-25T09:53:19.339Z] 2a8b12db71e7: Download complete [2021-02-25T09:53:19.648Z] 31603596830f: Verifying Checksum [2021-02-25T09:53:19.648Z] 31603596830f: Download complete [2021-02-25T09:53:20.006Z] 31603596830f: Pull complete [2021-02-25T09:53:20.455Z] 2a8b12db71e7: Pull complete [2021-02-25T09:53:20.782Z] ecc8261a40a4: Verifying Checksum [2021-02-25T09:53:20.782Z] ecc8261a40a4: Download complete [2021-02-25T09:53:23.081Z] 6ca5941a6612: Verifying Checksum [2021-02-25T09:53:23.081Z] 6ca5941a6612: Download complete [2021-02-25T09:53:24.762Z] 6ca5941a6612: Pull complete [2021-02-25T09:53:26.262Z] ecc8261a40a4: Pull complete [2021-02-25T09:53:26.262Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-25T09:53:26.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T09:53:26.262Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-25T09:53:26.578Z] prd-centos7-docker-4c-2g-27630 does not seem to be running inside a container [2021-02-25T09:53:26.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T09:53:31.142Z] $ docker top 650a36e2a5ef6d3a88fcfbeaf2dc9f89184a07a09fbcedad8b7756edc7c939bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T09:53:31.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T09:53:31.876Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T09:53:32.835Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T09:53:32.836Z] $ docker exec 650a36e2a5ef6d3a88fcfbeaf2dc9f89184a07a09fbcedad8b7756edc7c939bc ssh-agent [2021-02-25T09:53:33.179Z] SSH_AUTH_SOCK=/tmp/ssh-lmoAEmH9mQax/agent.11 [2021-02-25T09:53:33.179Z] SSH_AGENT_PID=16 [2021-02-25T09:53:33.379Z] Running ssh-add (command line suppressed) [2021-02-25T09:53:33.881Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_3521921384198877840.key (/w/workspace/edgex-go/9@tmp/private_key_3521921384198877840.key) [2021-02-25T09:53:34.288Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T09:53:34.789Z] + git tag --points-at HEAD [Pipeline] } [2021-02-25T09:53:35.131Z] $ docker exec --env ******** --env ******** 650a36e2a5ef6d3a88fcfbeaf2dc9f89184a07a09fbcedad8b7756edc7c939bc ssh-agent -k [2021-02-25T09:53:35.444Z] unset SSH_AUTH_SOCK; [2021-02-25T09:53:35.448Z] unset SSH_AGENT_PID; [2021-02-25T09:53:35.449Z] echo Agent pid 16 killed; [2021-02-25T09:53:35.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-25T09:53:35.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T09:53:35.787Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T09:53:36.735Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T09:53:36.737Z] $ docker exec 650a36e2a5ef6d3a88fcfbeaf2dc9f89184a07a09fbcedad8b7756edc7c939bc ssh-agent [2021-02-25T09:53:36.968Z] SSH_AUTH_SOCK=/tmp/ssh-kXJ8ux5yoWfW/agent.45 [2021-02-25T09:53:36.968Z] SSH_AGENT_PID=51 [2021-02-25T09:53:36.978Z] Running ssh-add (command line suppressed) [2021-02-25T09:53:37.153Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_17951165351158300.key (/w/workspace/edgex-go/9@tmp/private_key_17951165351158300.key) [2021-02-25T09:53:37.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T09:53:38.434Z] + git semver init [2021-02-25T09:53:38.800Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T09:53:38.800Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-02-25T09:53:38.800Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-02-25T09:53:38.800Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T09:53:38.800Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T09:53:38.800Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T09:53:38.800Z] # $SEMVER_BRANCH = PR-3183 [2021-02-25T09:53:38.800Z] # $SEMVER_TEMP = /tmp/semver-929407380 [2021-02-25T09:53:38.800Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-25T09:54:40.288Z] # '/tmp/semver-929407380' -> '/w/workspace/edgex-go/9/.semver' [2021-02-25T09:54:40.288Z] # -> Force: false [2021-02-25T09:54:40.288Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-02-25T09:54:40.331Z] $ docker exec --env ******** --env ******** 650a36e2a5ef6d3a88fcfbeaf2dc9f89184a07a09fbcedad8b7756edc7c939bc ssh-agent -k [2021-02-25T09:54:40.911Z] unset SSH_AUTH_SOCK; [2021-02-25T09:54:40.912Z] unset SSH_AGENT_PID; [2021-02-25T09:54:40.912Z] echo Agent pid 51 killed; [2021-02-25T09:54:41.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T09:54:42.323Z] + git semver [Pipeline] } [2021-02-25T09:54:42.638Z] $ docker stop --time=1 650a36e2a5ef6d3a88fcfbeaf2dc9f89184a07a09fbcedad8b7756edc7c939bc [2021-02-25T09:54:45.199Z] $ docker rm -f 650a36e2a5ef6d3a88fcfbeaf2dc9f89184a07a09fbcedad8b7756edc7c939bc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T09:54:45.967Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-25T09:54:47.542Z] Stashed 1 file(s) [Pipeline] echo [2021-02-25T09:54:47.545Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T09:54:48.575Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-25T09:54:48.997Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T09:54:49.404Z] + sudo service docker restart [2021-02-25T09:54:49.404Z] + true [2021-02-25T09:54:49.404Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-25T09:54:50.647Z] ========================================================= [2021-02-25T09:54:50.647Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-25T09:54:50.647Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T09:54:51.187Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-25T09:54:57.004Z] Sending build context to Docker daemon 328MB [2021-02-25T09:54:57.004Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T09:54:57.004Z] Step 2/6 : FROM ${BASE} [2021-02-25T09:54:57.367Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-25T09:54:57.367Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T09:54:57.367Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T09:54:57.367Z] de9db76c5a1d: Pulling fs layer [2021-02-25T09:54:57.367Z] bca2f99d35d6: Pulling fs layer [2021-02-25T09:54:57.367Z] 93359f2a8cfa: Pulling fs layer [2021-02-25T09:54:57.367Z] 7c6f9722023f: Pulling fs layer [2021-02-25T09:54:57.367Z] a35cf1a2eb13: Pulling fs layer [2021-02-25T09:54:57.367Z] bca2f99d35d6: Waiting [2021-02-25T09:54:57.367Z] 93359f2a8cfa: Waiting [2021-02-25T09:54:57.367Z] 7c6f9722023f: Waiting [2021-02-25T09:54:57.367Z] a35cf1a2eb13: Waiting [2021-02-25T09:54:57.645Z] de9db76c5a1d: Verifying Checksum [2021-02-25T09:54:57.645Z] de9db76c5a1d: Download complete [2021-02-25T09:54:57.645Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T09:54:57.645Z] 0ef7d3d256c8: Download complete [2021-02-25T09:54:57.645Z] 93359f2a8cfa: Verifying Checksum [2021-02-25T09:54:57.645Z] 93359f2a8cfa: Download complete [2021-02-25T09:54:58.425Z] 7c6f9722023f: Verifying Checksum [2021-02-25T09:54:58.425Z] 7c6f9722023f: Download complete [2021-02-25T09:54:58.425Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T09:54:58.425Z] 188c0c94c7c5: Download complete [2021-02-25T09:55:00.330Z] 188c0c94c7c5: Pull complete [2021-02-25T09:55:01.043Z] 0ef7d3d256c8: Pull complete [2021-02-25T09:55:01.533Z] de9db76c5a1d: Pull complete [2021-02-25T09:55:02.940Z] Still waiting to schedule task [2021-02-25T09:55:02.940Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-25T09:55:08.545Z] a35cf1a2eb13: Verifying Checksum [2021-02-25T09:55:08.545Z] a35cf1a2eb13: Download complete [2021-02-25T09:55:13.042Z] bca2f99d35d6: Download complete [2021-02-25T09:55:26.049Z] bca2f99d35d6: Pull complete [2021-02-25T09:55:26.377Z] 93359f2a8cfa: Pull complete [2021-02-25T09:55:27.227Z] 7c6f9722023f: Pull complete [2021-02-25T09:55:36.017Z] a35cf1a2eb13: Pull complete [2021-02-25T09:55:36.017Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-25T09:55:36.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-25T09:55:36.017Z] ---> a62c8e92a672 [2021-02-25T09:55:36.017Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-25T09:55:36.017Z] ---> Running in ea04ff8e676e [2021-02-25T09:55:36.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T09:55:37.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T09:55:38.092Z] (1/12) Installing libmagic (5.38-r0) [2021-02-25T09:55:38.092Z] (2/12) Installing file (5.38-r0) [2021-02-25T09:55:38.423Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-25T09:55:38.423Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-25T09:55:46.181Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-25T09:55:46.181Z] (6/12) Installing patch (2.7.6-r6) [2021-02-25T09:55:46.181Z] (7/12) Installing build-base (0.5-r2) [2021-02-25T09:55:46.450Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-25T09:55:46.450Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-25T09:55:46.450Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-25T09:55:46.719Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-25T09:55:46.719Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-25T09:55:47.206Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T09:55:47.206Z] OK: 233 MiB in 51 packages [2021-02-25T09:55:53.471Z] Removing intermediate container ea04ff8e676e [2021-02-25T09:55:53.471Z] ---> 5cf5013db250 [2021-02-25T09:55:53.471Z] Step 4/6 : WORKDIR /edgex-go [2021-02-25T09:55:53.471Z] ---> Running in c5fc6c89ab56 [2021-02-25T09:55:54.160Z] Removing intermediate container c5fc6c89ab56 [2021-02-25T09:55:54.160Z] ---> cccf89a6a2cf [2021-02-25T09:55:54.160Z] Step 5/6 : COPY go.mod . [2021-02-25T09:55:54.860Z] ---> df49e68773ee [2021-02-25T09:55:54.860Z] Step 6/6 : RUN go mod download [2021-02-25T09:55:54.860Z] ---> Running in c81d729572fb [2021-02-25T09:56:28.411Z] Removing intermediate container c81d729572fb [2021-02-25T09:56:28.411Z] ---> 74fba596da3d [2021-02-25T09:56:28.411Z] Successfully built 74fba596da3d [2021-02-25T09:56:28.411Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T09:56:28.803Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T09:56:29.101Z] . [Pipeline] withDockerContainer [2021-02-25T09:56:29.544Z] prd-centos7-docker-4c-2g-27630 does not seem to be running inside a container [2021-02-25T09:56:29.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-25T09:56:32.739Z] $ docker top 4c5b472df9d86b370a45db9b3f402d2ab133395ccfbfcca5051fa8317d87b565 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T09:56:35.955Z] + go version [2021-02-25T09:56:35.956Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-25T09:56:35.998Z] $ docker stop --time=1 4c5b472df9d86b370a45db9b3f402d2ab133395ccfbfcca5051fa8317d87b565 [2021-02-25T09:56:38.731Z] $ docker rm -f 4c5b472df9d86b370a45db9b3f402d2ab133395ccfbfcca5051fa8317d87b565 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T09:56:40.111Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T09:56:40.111Z] . [Pipeline] withDockerContainer [2021-02-25T09:56:40.952Z] prd-centos7-docker-4c-2g-27630 does not seem to be running inside a container [2021-02-25T09:56:41.212Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-25T09:56:42.935Z] $ docker top c1caca3f0e006ffb497a0c48252f1000d90ee6b842e1ae53cbee7fceaaf42131 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T09:56:44.239Z] ========================================================= [2021-02-25T09:56:44.240Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-25T09:56:44.240Z] ========================================================= [Pipeline] sh [2021-02-25T09:56:44.726Z] + make test [2021-02-25T09:56:44.726Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-25T09:57:10.777Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-25T09:57:43.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-25T09:57:43.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-25T09:57:49.390Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-25T09:57:49.390Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-25T09:57:51.611Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-25T09:57:51.611Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-25T09:57:51.611Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-25T09:57:52.253Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-25T09:57:54.538Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-25T09:57:56.615Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-25T09:58:00.497Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-25T09:58:00.497Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-25T09:58:00.497Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-25T09:58:06.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.256s coverage: 45.9% of statements [2021-02-25T09:58:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-25T09:58:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-25T09:58:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-25T09:58:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-25T09:58:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-25T09:58:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-25T09:58:06.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-25T09:58:06.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.124s coverage: 100.0% of statements [2021-02-25T09:58:10.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.720s coverage: 27.1% of statements [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-25T09:58:10.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-25T09:58:10.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-25T09:58:10.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-25T09:58:10.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 65.8% of statements [2021-02-25T09:58:10.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-25T09:58:10.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-25T09:58:12.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.714s coverage: 82.3% of statements [2021-02-25T09:58:12.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-25T09:58:12.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T09:58:12.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-25T09:58:12.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-25T09:58:16.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.565s coverage: 28.6% of statements [2021-02-25T09:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-25T09:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-25T09:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-25T09:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-25T09:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-25T09:58:16.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements [2021-02-25T09:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-25T09:58:16.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-02-25T09:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-25T09:58:16.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.215s coverage: 86.7% of statements [2021-02-25T09:58:16.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-25T09:58:16.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.190s coverage: 97.5% of statements [2021-02-25T09:58:16.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-25T09:58:16.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-02-25T09:58:16.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-25T09:58:16.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-25T09:58:16.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-25T09:58:16.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-25T09:58:16.828Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27634 in /w/workspace/edgexfoundry_edgex-go_PR-3183 [Pipeline] { [Pipeline] ws [2021-02-25T09:58:16.879Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-25T09:58:22.440Z] using credential edgex-jenkins-ssh [2021-02-25T09:58:22.499Z] Cloning the remote Git repository [2021-02-25T09:58:22.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.226s coverage: 92.8% of statements [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-25T09:58:22.951Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-25T09:58:22.951Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 0.1% of statements [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-25T09:58:22.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-25T09:58:22.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements [2021-02-25T09:58:22.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.102s coverage: 79.5% of statements [2021-02-25T09:58:22.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-02-25T09:58:22.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-02-25T09:58:22.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements [2021-02-25T09:58:22.565Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-25T09:58:22.687Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-25T09:58:22.769Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T09:58:22.770Z] > git --version # timeout=10 [2021-02-25T09:58:22.796Z] > git --version # 'git version 2.17.1' [2021-02-25T09:58:22.798Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T09:58:22.872Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T09:58:35.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.093s coverage: 94.4% of statements [2021-02-25T09:58:35.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2021-02-25T09:58:38.680Z] Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T09:58:37.740Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T09:58:37.762Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T09:58:37.795Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T09:58:37.839Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T09:58:37.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T09:58:37.857Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3183/head:refs/remotes/origin/PR-3183 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T09:58:38.707Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T09:58:38.728Z] > git checkout -f 2c30f229987106f00c437908f9cf932650acd681 # timeout=10 [2021-02-25T09:58:39.039Z] > git remote # timeout=10 [2021-02-25T09:58:39.061Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T09:58:39.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T09:58:39.159Z] > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 [2021-02-25T09:58:39.223Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T09:58:39.258Z] Merge succeeded, producing 2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T09:58:39.258Z] Checking out Revision 2c30f229987106f00c437908f9cf932650acd681 (PR-3183) [2021-02-25T09:58:39.269Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T09:58:39.302Z] > git checkout -f 2c30f229987106f00c437908f9cf932650acd681 # timeout=10 [2021-02-25T09:58:43.814Z] Commit message: "feat(notifications): Implement POST /notification V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T09:58:45.585Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-25T09:58:46.045Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T09:58:46.380Z] + + true [2021-02-25T09:58:46.380Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T09:58:49.103Z] provisioning config files... [2021-02-25T09:58:49.147Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config4743738097596136080tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.192s coverage: 92.9% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.219s coverage: 77.8% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 75.5% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.191s coverage: 84.6% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.6% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.273s coverage: 62.4% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.068s coverage: 91.3% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.768s coverage: 68.9% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.138s coverage: 36.6% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.407s coverage: 47.0% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.086s coverage: 100.0% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-25T09:58:49.388Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.285s coverage: 89.4% of statements [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-25T09:58:49.388Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-25T09:58:49.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.131s coverage: 29.1% of statements [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-25T09:58:49.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-25T09:58:49.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-25T09:58:49.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.113s coverage: 92.9% of statements [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-25T09:58:49.389Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.074s coverage: 0.0% of statements [2021-02-25T09:58:49.389Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-25T09:58:49.546Z] ---> docker-login.sh [2021-02-25T09:58:49.546Z] nexus3.edgexfoundry.org:10001 [2021-02-25T09:58:49.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-02-25T09:58:49.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-25T09:58:49.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-25T09:58:49.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-25T09:58:49.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-25T09:58:49.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements [2021-02-25T09:58:49.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-25T09:58:49.706Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-25T09:58:49.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-02-25T09:58:49.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-02-25T09:58:50.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:58:50.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements [2021-02-25T09:58:50.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:58:50.741Z] Configure a credential helper to remove this warning. See [2021-02-25T09:58:50.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:58:50.741Z] [2021-02-25T09:58:50.741Z] Login Succeeded [2021-02-25T09:58:50.741Z] nexus3.edgexfoundry.org:10002 [2021-02-25T09:58:51.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:58:51.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:58:51.290Z] Configure a credential helper to remove this warning. See [2021-02-25T09:58:51.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:58:51.290Z] [2021-02-25T09:58:51.290Z] Login Succeeded [2021-02-25T09:58:51.290Z] nexus3.edgexfoundry.org:10003 [2021-02-25T09:58:51.539Z] GO111MODULE=on go vet ./... [2021-02-25T09:58:51.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:58:51.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:58:51.838Z] Configure a credential helper to remove this warning. See [2021-02-25T09:58:51.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:58:51.838Z] [2021-02-25T09:58:51.838Z] Login Succeeded [2021-02-25T09:58:51.838Z] nexus3.edgexfoundry.org:10004 [2021-02-25T09:58:52.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:58:52.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:58:52.388Z] Configure a credential helper to remove this warning. See [2021-02-25T09:58:52.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:58:52.388Z] [2021-02-25T09:58:52.388Z] Login Succeeded [2021-02-25T09:58:52.388Z] docker.io [2021-02-25T09:58:52.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T09:58:53.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T09:58:53.253Z] Configure a credential helper to remove this warning. See [2021-02-25T09:58:53.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T09:58:53.253Z] [2021-02-25T09:58:53.253Z] Login Succeeded [2021-02-25T09:58:53.253Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T09:58:53.269Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-25T09:58:53.722Z] ========================================================= [2021-02-25T09:58:53.722Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-25T09:58:53.722Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T09:58:54.094Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-25T09:58:56.733Z] Sending build context to Docker daemon 166.4MB [2021-02-25T09:58:56.733Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T09:58:56.733Z] Step 2/6 : FROM ${BASE} [2021-02-25T09:58:56.733Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-25T09:58:56.733Z] 5f621e34cdf4: Pulling fs layer [2021-02-25T09:58:56.733Z] a4357932f1b6: Pulling fs layer [2021-02-25T09:58:56.733Z] 18c013af1878: Pulling fs layer [2021-02-25T09:58:56.733Z] 00ac8860ef70: Pulling fs layer [2021-02-25T09:58:56.733Z] 63d7cb157983: Pulling fs layer [2021-02-25T09:58:56.733Z] b116817d02f9: Pulling fs layer [2021-02-25T09:58:56.733Z] 745a02a5169b: Pulling fs layer [2021-02-25T09:58:56.733Z] 00ac8860ef70: Waiting [2021-02-25T09:58:56.733Z] 63d7cb157983: Waiting [2021-02-25T09:58:56.733Z] b116817d02f9: Waiting [2021-02-25T09:58:56.733Z] 745a02a5169b: Waiting [2021-02-25T09:58:56.733Z] 18c013af1878: Verifying Checksum [2021-02-25T09:58:56.733Z] 18c013af1878: Download complete [2021-02-25T09:58:56.733Z] a4357932f1b6: Download complete [2021-02-25T09:58:56.733Z] 63d7cb157983: Verifying Checksum [2021-02-25T09:58:56.733Z] 63d7cb157983: Download complete [2021-02-25T09:58:56.733Z] b116817d02f9: Verifying Checksum [2021-02-25T09:58:56.733Z] 5f621e34cdf4: Verifying Checksum [2021-02-25T09:58:56.733Z] 5f621e34cdf4: Download complete [2021-02-25T09:58:57.372Z] 5f621e34cdf4: Pull complete [2021-02-25T09:58:57.978Z] a4357932f1b6: Pull complete [2021-02-25T09:58:58.254Z] 18c013af1878: Pull complete [2021-02-25T09:59:00.253Z] 745a02a5169b: Verifying Checksum [2021-02-25T09:59:00.253Z] 745a02a5169b: Download complete [2021-02-25T09:59:00.530Z] 00ac8860ef70: Verifying Checksum [2021-02-25T09:59:00.530Z] 00ac8860ef70: Download complete [2021-02-25T09:59:10.737Z] 00ac8860ef70: Pull complete [2021-02-25T09:59:10.737Z] 63d7cb157983: Pull complete [2021-02-25T09:59:11.011Z] b116817d02f9: Pull complete [2021-02-25T09:59:15.335Z] 745a02a5169b: Pull complete [2021-02-25T09:59:15.335Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-25T09:59:15.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-25T09:59:15.335Z] ---> b7e6874047d6 [2021-02-25T09:59:15.335Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-25T09:59:17.999Z] ---> Running in bc5155f0a0c8 [2021-02-25T09:59:19.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T09:59:20.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T09:59:20.634Z] (1/12) Installing libmagic (5.38-r0) [2021-02-25T09:59:20.906Z] (2/12) Installing file (5.38-r0) [2021-02-25T09:59:20.906Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-25T09:59:20.906Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-25T09:59:27.609Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-25T09:59:27.878Z] (6/12) Installing patch (2.7.6-r6) [2021-02-25T09:59:27.878Z] (7/12) Installing build-base (0.5-r2) [2021-02-25T09:59:27.878Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-25T09:59:28.149Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-25T09:59:28.149Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-25T09:59:28.149Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-25T09:59:28.422Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-25T09:59:28.422Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T09:59:28.422Z] OK: 217 MiB in 51 packages [2021-02-25T09:59:32.726Z] Removing intermediate container bc5155f0a0c8 [2021-02-25T09:59:32.726Z] ---> 38e3ed08dbb8 [2021-02-25T09:59:32.726Z] Step 4/6 : WORKDIR /edgex-go [2021-02-25T09:59:32.726Z] ---> Running in 291b98644ced [2021-02-25T09:59:33.003Z] Removing intermediate container 291b98644ced [2021-02-25T09:59:33.003Z] ---> 9807c38497da [2021-02-25T09:59:33.003Z] Step 5/6 : COPY go.mod . [2021-02-25T09:59:33.603Z] ---> 8e04cec90e0d [2021-02-25T09:59:33.603Z] Step 6/6 : RUN go mod download [2021-02-25T09:59:33.879Z] ---> Running in e90c3a1f8687 [2021-02-25T09:59:49.731Z] gofmt -l . [2021-02-25T09:59:49.731Z] [ "`gofmt -l .`" = "" ] [2021-02-25T09:59:49.731Z] ./bin/test-go-mod-tidy.sh [2021-02-25T09:59:49.731Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-25T09:59:52.246Z] + ls -al . [2021-02-25T09:59:52.246Z] total 708 [2021-02-25T09:59:52.246Z] drwxrwxr-x 10 1001 1001 4096 Feb 25 09:59 . [2021-02-25T09:59:52.246Z] drwxr-xr-x 4 root root 28 Feb 25 09:56 .. [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 11 Feb 25 09:52 .dockerignore [2021-02-25T09:59:52.246Z] drwxrwxr-x 8 1001 1001 179 Feb 25 09:52 .git [2021-02-25T09:59:52.246Z] drwxrwxr-x 3 1001 1001 125 Feb 25 09:52 .github [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 818 Feb 25 09:52 .gitignore [2021-02-25T09:59:52.246Z] drwx------ 3 1001 1001 60 Feb 25 09:54 .semver [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 166 Feb 25 09:52 .sonarcloud.properties [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 8475 Feb 25 09:52 Attribution.txt [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 3804 Feb 25 09:52 CONTRIBUTING.md [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 931 Feb 25 09:52 Dockerfile.build [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 863 Feb 25 09:52 Jenkinsfile [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 10775 Feb 25 09:52 LICENSE [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 5774 Feb 25 09:52 Makefile [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 6524 Feb 25 09:52 README.md [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 6755 Feb 25 09:52 SECURITY.md [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 5 Feb 25 09:54 VERSION [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 4131 Feb 25 09:52 ZMQWindows.md [2021-02-25T09:59:52.246Z] drwxrwxr-x 2 1001 1001 117 Feb 25 09:52 bin [2021-02-25T09:59:52.246Z] drwxrwxr-x 14 1001 1001 4096 Feb 25 09:52 cmd [2021-02-25T09:59:52.246Z] -rw-r--r-- 1 root root 597902 Feb 25 09:58 coverage.out [2021-02-25T09:59:52.246Z] -rw-r--r-- 1 root root 1055 Feb 25 09:59 go.mod [2021-02-25T09:59:52.246Z] -rw-r--r-- 1 root root 21699 Feb 25 09:59 go.sum [2021-02-25T09:59:52.246Z] drwxrwxr-x 8 1001 1001 127 Feb 25 09:52 internal [2021-02-25T09:59:52.246Z] drwxrwxr-x 4 1001 1001 26 Feb 25 09:52 openapi [2021-02-25T09:59:52.246Z] drwxrwxr-x 4 1001 1001 71 Feb 25 09:52 snap [2021-02-25T09:59:52.246Z] -rw-rw-r-- 1 1001 1001 168 Feb 25 09:52 version.go [Pipeline] sh [2021-02-25T09:59:53.034Z] + '[' -e coverage.out ] [2021-02-25T09:59:53.034Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-25T09:59:53.866Z] Stashed 1 file(s) [Pipeline] sh [2021-02-25T09:59:55.192Z] + make build [2021-02-25T09:59:55.192Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-25T09:59:59.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-25T10:00:00.719Z] Removing intermediate container e90c3a1f8687 [2021-02-25T10:00:00.719Z] ---> 0d622968a4a6 [2021-02-25T10:00:00.719Z] Successfully built 0d622968a4a6 [2021-02-25T10:00:00.719Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:00:01.060Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T10:00:01.060Z] . [Pipeline] withDockerContainer [2021-02-25T10:00:01.307Z] prd-ubuntu18.04-docker-arm64-4c-16g-27634 does not seem to be running inside a container [2021-02-25T10:00:01.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-25T10:00:03.041Z] $ docker top 6738bc110e3eea034c05e7bc5d9ec071e9e03ea2ad5106459b523327c417cfbd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T10:00:04.131Z] + go version [2021-02-25T10:00:04.131Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-25T10:00:04.167Z] $ docker stop --time=1 6738bc110e3eea034c05e7bc5d9ec071e9e03ea2ad5106459b523327c417cfbd [2021-02-25T10:00:06.021Z] $ docker rm -f 6738bc110e3eea034c05e7bc5d9ec071e9e03ea2ad5106459b523327c417cfbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:00:06.941Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T10:00:06.941Z] . [Pipeline] withDockerContainer [2021-02-25T10:00:07.167Z] prd-ubuntu18.04-docker-arm64-4c-16g-27634 does not seem to be running inside a container [2021-02-25T10:00:07.263Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-25T10:00:08.461Z] $ docker top 42bfef641189fe842e22987f52900e37c3b540ef2ae4d75d3c9f5cb46a7c775a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T10:00:08.765Z] ========================================================= [2021-02-25T10:00:08.765Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-25T10:00:08.765Z] ========================================================= [Pipeline] sh [2021-02-25T10:00:09.406Z] + make test [2021-02-25T10:00:09.406Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-25T10:00:23.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-25T10:00:24.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-25T10:00:31.617Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-25T10:00:32.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-25T10:00:32.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-25T10:00:34.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-25T10:00:39.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-25T10:00:41.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-25T10:00:49.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-25T10:00:50.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-25T10:00:55.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-25T10:00:58.429Z] $ docker stop --time=1 c1caca3f0e006ffb497a0c48252f1000d90ee6b842e1ae53cbee7fceaaf42131 [2021-02-25T10:01:02.197Z] $ docker rm -f c1caca3f0e006ffb497a0c48252f1000d90ee6b842e1ae53cbee7fceaaf42131 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:01:05.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T10:01:05.345Z] [2021-02-25T10:01:05.345Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:01:05.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T10:01:06.586Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-25T10:01:06.586Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-25T10:01:06.586Z] ca9280d653b3: Pulling fs layer [2021-02-25T10:01:06.586Z] 7e9c9ca2126c: Pulling fs layer [2021-02-25T10:01:07.701Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-25T10:01:07.701Z] cbdbe7a5bc2a: Download complete [2021-02-25T10:01:08.568Z] cbdbe7a5bc2a: Pull complete [2021-02-25T10:01:10.265Z] ca9280d653b3: Verifying Checksum [2021-02-25T10:01:10.265Z] ca9280d653b3: Download complete [2021-02-25T10:01:14.902Z] ca9280d653b3: Pull complete [2021-02-25T10:01:17.421Z] 7e9c9ca2126c: Verifying Checksum [2021-02-25T10:01:17.421Z] 7e9c9ca2126c: Download complete [2021-02-25T10:01:18.671Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-25T10:01:24.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-25T10:01:32.444Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-25T10:01:32.444Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-25T10:01:34.203Z] 7e9c9ca2126c: Pull complete [2021-02-25T10:01:34.203Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-25T10:01:34.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T10:01:34.203Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-25T10:01:34.787Z] prd-centos7-docker-4c-2g-27630 does not seem to be running inside a container [2021-02-25T10:01:35.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-25T10:01:35.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-25T10:01:35.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-25T10:01:35.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-25T10:01:35.517Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-25T10:01:38.129Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-25T10:01:39.082Z] $ docker top 1cbafb4c91f892e7e2ded3f2e874730132e0f70c5d06f09962183697b0903b55 -eo pid,comm [2021-02-25T10:01:39.125Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] { [Pipeline] sh [2021-02-25T10:01:41.562Z] + docker-compose build --help [2021-02-25T10:01:41.562Z] + grep parallel [2021-02-25T10:01:44.836Z] --parallel Build images in parallel. [Pipeline] } [2021-02-25T10:01:44.940Z] $ docker stop --time=1 1cbafb4c91f892e7e2ded3f2e874730132e0f70c5d06f09962183697b0903b55 [2021-02-25T10:01:47.434Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-25T10:01:47.434Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-25T10:01:47.434Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-25T10:01:47.943Z] $ docker rm -f 1cbafb4c91f892e7e2ded3f2e874730132e0f70c5d06f09962183697b0903b55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:01:48.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T10:01:48.956Z] . [Pipeline] withDockerContainer [2021-02-25T10:01:49.128Z] prd-centos7-docker-4c-2g-27630 does not seem to be running inside a container [2021-02-25T10:01:49.272Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-25T10:01:51.288Z] $ docker top 963762da04de6921fd461a33a874cd1b0104c06206fe79a45da68ec080403b04 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T10:01:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.351s coverage: 45.9% of statements [2021-02-25T10:01:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-25T10:01:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-25T10:01:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-25T10:01:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-25T10:01:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-25T10:01:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-25T10:01:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-25T10:01:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.245s coverage: 100.0% of statements [2021-02-25T10:01:54.353Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-25T10:01:55.953Z] Building docker-core-command-go ... [2021-02-25T10:01:55.953Z] Building docker-core-data-go ... [2021-02-25T10:01:55.953Z] Building docker-core-metadata-go ... [2021-02-25T10:01:55.953Z] Building docker-security-bootstrapper-go ... [2021-02-25T10:01:55.953Z] Building docker-security-proxy-setup-go ... [2021-02-25T10:01:55.953Z] Building docker-security-secretstore-setup-go ... [2021-02-25T10:01:55.953Z] Building docker-support-notifications-go ... [2021-02-25T10:01:55.953Z] Building docker-support-scheduler-go ... [2021-02-25T10:01:55.953Z] Building docker-sys-mgmt-agent-go ... [2021-02-25T10:01:55.953Z] Building docker-core-data-go [2021-02-25T10:01:55.954Z] Building docker-security-secretstore-setup-go [2021-02-25T10:01:55.954Z] Building docker-support-notifications-go [2021-02-25T10:01:55.954Z] Building docker-support-scheduler-go [2021-02-25T10:01:55.954Z] Building docker-security-bootstrapper-go [2021-02-25T10:01:59.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.594s coverage: 27.1% of statements [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-25T10:01:59.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-25T10:01:59.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.107s coverage: 100.0% of statements [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-25T10:01:59.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-25T10:02:00.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 65.8% of statements [2021-02-25T10:02:00.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-25T10:02:00.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-25T10:02:02.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.672s coverage: 82.3% of statements [2021-02-25T10:02:02.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-25T10:02:02.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T10:02:02.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-25T10:02:02.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-25T10:02:08.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.102s coverage: 28.6% of statements [2021-02-25T10:02:08.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-25T10:02:08.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-25T10:02:08.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-25T10:02:08.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-25T10:02:08.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-25T10:02:08.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements [2021-02-25T10:02:08.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-25T10:02:08.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-02-25T10:02:08.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-25T10:02:09.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.338s coverage: 86.7% of statements [2021-02-25T10:02:09.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-25T10:02:10.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.390s coverage: 97.5% of statements [2021-02-25T10:02:10.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-25T10:02:10.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements [2021-02-25T10:02:10.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-25T10:02:10.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-25T10:02:10.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-25T10:02:10.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-25T10:02:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 92.8% of statements [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-25T10:02:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-25T10:02:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.272s coverage: 0.1% of statements [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-25T10:02:19.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-25T10:02:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 45.5% of statements [2021-02-25T10:02:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.127s coverage: 79.5% of statements [2021-02-25T10:02:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-02-25T10:02:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-02-25T10:02:19.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-02-25T10:02:32.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-02-25T10:02:32.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.071s coverage: 44.8% of statements [2021-02-25T10:02:47.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-25T10:02:47.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-25T10:02:47.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-25T10:02:47.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-25T10:02:47.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-25T10:02:47.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-25T10:02:47.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-02-25T10:02:47.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.6% of statements [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.6% of statements [2021-02-25T10:02:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 62.4% of statements [2021-02-25T10:02:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-25T10:02:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 68.9% of statements [2021-02-25T10:02:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-25T10:02:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.324s coverage: 36.6% of statements [2021-02-25T10:02:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-25T10:02:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-25T10:02:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.091s coverage: 89.5% of statements [2021-02-25T10:02:52.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.408s coverage: 47.0% of statements [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-25T10:02:52.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-25T10:02:52.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-25T10:02:52.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.377s coverage: 89.4% of statements [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T10:02:52.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.080s coverage: 29.1% of statements [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 92.9% of statements [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.088s coverage: 0.0% of statements [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-25T10:03:00.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.094s coverage: 100.0% of statements [2021-02-25T10:03:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-25T10:03:01.579Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-25T10:03:02.560Z] GO111MODULE=on go vet ./... [2021-02-25T10:03:49.915Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:03:49.915Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:03:49.915Z] ---> 74fba596da3d [2021-02-25T10:03:49.915Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T10:03:49.915Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:03:49.915Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:03:49.915Z] ---> 74fba596da3d [2021-02-25T10:03:49.915Z] Step 3/24 : WORKDIR /edgex-go [2021-02-25T10:03:49.915Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:03:49.915Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:03:49.915Z] ---> 74fba596da3d [2021-02-25T10:03:49.915Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T10:03:49.915Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:03:49.915Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:03:49.915Z] ---> 74fba596da3d [2021-02-25T10:03:49.915Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T10:03:49.915Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:03:49.915Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:03:49.915Z] ---> 74fba596da3d [2021-02-25T10:03:49.915Z] Step 3/30 : WORKDIR /edgex-go [2021-02-25T10:03:49.915Z] ---> Running in 0149815f7988 [2021-02-25T10:03:49.915Z] ---> Running in aaeb1dd3936c [2021-02-25T10:03:49.915Z] ---> Running in 283c082b48e8 [2021-02-25T10:03:49.915Z] ---> Running in fe62aa2a3284 [2021-02-25T10:03:49.915Z] ---> Running in 18af053e0f4e [2021-02-25T10:03:49.915Z] Removing intermediate container 0149815f7988 [2021-02-25T10:03:49.915Z] ---> 09bb874ca7c0 [2021-02-25T10:03:49.915Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:03:49.915Z] Removing intermediate container 18af053e0f4e [2021-02-25T10:03:49.915Z] ---> 1cdf03ecc56e [2021-02-25T10:03:49.915Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:03:49.915Z] Removing intermediate container 283c082b48e8 [2021-02-25T10:03:49.915Z] ---> 13c3ebb64715 [2021-02-25T10:03:49.915Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:03:49.915Z] Removing intermediate container aaeb1dd3936c [2021-02-25T10:03:49.915Z] ---> e6f3b0b7ccb1 [2021-02-25T10:03:49.915Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:03:49.915Z] Removing intermediate container fe62aa2a3284 [2021-02-25T10:03:49.915Z] ---> 1384c93aadf2 [2021-02-25T10:03:49.915Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:03:49.915Z] ---> Running in 042eecadaaf5 [2021-02-25T10:03:49.915Z] ---> Running in 59fed1437c92 [2021-02-25T10:03:49.915Z] ---> Running in 30fbe5e14ead [2021-02-25T10:03:49.915Z] ---> Running in 3bd47d0899f7 [2021-02-25T10:03:49.915Z] ---> Running in ed864a2dc98d [2021-02-25T10:03:51.554Z] Removing intermediate container 59fed1437c92 [2021-02-25T10:03:51.554Z] ---> 1f2588d3105a [2021-02-25T10:03:51.554Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-25T10:03:51.554Z] Removing intermediate container ed864a2dc98d [2021-02-25T10:03:51.554Z] ---> aae95e3f6975 [2021-02-25T10:03:51.554Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-25T10:03:51.985Z] Removing intermediate container 042eecadaaf5 [2021-02-25T10:03:51.985Z] ---> ed4db86305b1 [2021-02-25T10:03:51.985Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-25T10:03:51.985Z] ---> Running in 046b9455c49a [2021-02-25T10:03:51.985Z] ---> Running in e5746806a648 [2021-02-25T10:03:51.985Z] Removing intermediate container 30fbe5e14ead [2021-02-25T10:03:51.985Z] ---> 89b173326e9f [2021-02-25T10:03:51.985Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-25T10:03:52.280Z] Removing intermediate container 3bd47d0899f7 [2021-02-25T10:03:52.280Z] ---> 14252c7802c4 [2021-02-25T10:03:52.280Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-25T10:03:52.592Z] ---> Running in e757cfd7aee7 [2021-02-25T10:03:52.868Z] ---> Running in 2b9bf0f68099 [2021-02-25T10:03:53.280Z] ---> Running in 19983356411c [2021-02-25T10:03:55.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:55.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:55.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:55.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:55.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:56.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:56.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:56.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:56.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:56.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:03:58.462Z] OK: 233 MiB in 51 packages [2021-02-25T10:03:58.462Z] OK: 233 MiB in 51 packages [2021-02-25T10:03:59.152Z] OK: 233 MiB in 51 packages [2021-02-25T10:04:00.039Z] OK: 233 MiB in 51 packages [2021-02-25T10:04:00.039Z] OK: 233 MiB in 51 packages [2021-02-25T10:04:00.468Z] Removing intermediate container 19983356411c [2021-02-25T10:04:00.468Z] ---> 6e708a088dad [2021-02-25T10:04:00.468Z] Step 6/22 : COPY go.mod . [2021-02-25T10:04:00.941Z] Removing intermediate container 046b9455c49a [2021-02-25T10:04:00.941Z] ---> 3d4b40cb60f8 [2021-02-25T10:04:00.941Z] Step 6/23 : COPY go.mod . [2021-02-25T10:04:01.311Z] Removing intermediate container e757cfd7aee7 [2021-02-25T10:04:01.311Z] ---> f49918103fd5 [2021-02-25T10:04:01.311Z] Step 6/24 : COPY go.mod . [2021-02-25T10:04:02.094Z] Removing intermediate container e5746806a648 [2021-02-25T10:04:02.094Z] ---> 82f46685346a [2021-02-25T10:04:02.094Z] Step 6/22 : COPY go.mod . [2021-02-25T10:04:02.549Z] ---> bf9c646f64e8 [2021-02-25T10:04:02.549Z] Step 7/22 : RUN go mod download [2021-02-25T10:04:02.549Z] ---> 68909ba3504e [2021-02-25T10:04:02.549Z] Step 7/23 : RUN go mod download [2021-02-25T10:04:02.549Z] Removing intermediate container 2b9bf0f68099 [2021-02-25T10:04:02.549Z] ---> 334eaa7c0322 [2021-02-25T10:04:02.549Z] Step 6/30 : COPY go.mod . [2021-02-25T10:04:02.907Z] ---> 24b9044f6f72 [2021-02-25T10:04:02.907Z] Step 7/24 : RUN go mod download [2021-02-25T10:04:02.907Z] ---> Running in 7fb79096425d [2021-02-25T10:04:03.301Z] ---> Running in d0b02779e165 [2021-02-25T10:04:04.058Z] ---> Running in 07806e767e24 [2021-02-25T10:04:04.058Z] ---> 59eb4144914d [2021-02-25T10:04:04.058Z] Step 7/30 : RUN go mod download [2021-02-25T10:04:04.058Z] ---> c8fdc1a72d5f [2021-02-25T10:04:04.058Z] Step 7/22 : RUN go mod download [2021-02-25T10:04:05.022Z] ---> Running in dc338047179d [2021-02-25T10:04:05.022Z] ---> Running in 31104fd94c81 [2021-02-25T10:04:12.667Z] Removing intermediate container d0b02779e165 [2021-02-25T10:04:12.667Z] ---> 9a79a4c41c4c [2021-02-25T10:04:12.667Z] Step 8/23 : COPY . . [2021-02-25T10:04:12.667Z] Removing intermediate container 7fb79096425d [2021-02-25T10:04:12.667Z] ---> ef9b7f7e7c77 [2021-02-25T10:04:12.667Z] Step 8/22 : COPY . . [2021-02-25T10:04:13.393Z] Removing intermediate container 07806e767e24 [2021-02-25T10:04:13.393Z] ---> f13af5ab893b [2021-02-25T10:04:13.393Z] Step 8/24 : COPY . . [2021-02-25T10:04:13.744Z] Removing intermediate container dc338047179d [2021-02-25T10:04:13.744Z] ---> c1c788d7acc3 [2021-02-25T10:04:13.744Z] Step 8/30 : COPY . . [2021-02-25T10:04:14.826Z] Removing intermediate container 31104fd94c81 [2021-02-25T10:04:14.826Z] ---> 05f9fd8f44be [2021-02-25T10:04:14.826Z] Step 8/22 : COPY . . [2021-02-25T10:04:24.388Z] gofmt -l . [2021-02-25T10:04:24.388Z] [ "`gofmt -l .`" = "" ] [2021-02-25T10:04:24.388Z] ./bin/test-go-mod-tidy.sh [2021-02-25T10:04:24.388Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-25T10:04:25.049Z] + ls -al . [2021-02-25T10:04:25.049Z] total 736 [2021-02-25T10:04:25.049Z] drwxrwxr-x 9 1001 1001 4096 Feb 25 10:04 . [2021-02-25T10:04:25.049Z] drwxr-xr-x 4 root root 4096 Feb 25 10:00 .. [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 11 Feb 25 09:58 .dockerignore [2021-02-25T10:04:25.049Z] drwxrwxr-x 8 1001 1001 4096 Feb 25 09:58 .git [2021-02-25T10:04:25.049Z] drwxrwxr-x 3 1001 1001 4096 Feb 25 09:58 .github [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 818 Feb 25 09:58 .gitignore [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 166 Feb 25 09:58 .sonarcloud.properties [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 8475 Feb 25 09:58 Attribution.txt [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 3804 Feb 25 09:58 CONTRIBUTING.md [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 931 Feb 25 09:58 Dockerfile.build [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 863 Feb 25 09:58 Jenkinsfile [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 10775 Feb 25 09:58 LICENSE [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 5774 Feb 25 09:58 Makefile [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 6524 Feb 25 09:58 README.md [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 6755 Feb 25 09:58 SECURITY.md [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 5 Feb 25 09:54 VERSION [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 4131 Feb 25 09:58 ZMQWindows.md [2021-02-25T10:04:25.049Z] drwxrwxr-x 2 1001 1001 4096 Feb 25 09:58 bin [2021-02-25T10:04:25.049Z] drwxrwxr-x 14 1001 1001 4096 Feb 25 09:58 cmd [2021-02-25T10:04:25.049Z] -rw-r--r-- 1 root root 597902 Feb 25 10:03 coverage.out [2021-02-25T10:04:25.049Z] -rw-r--r-- 1 root root 1055 Feb 25 10:04 go.mod [2021-02-25T10:04:25.049Z] -rw-r--r-- 1 root root 21699 Feb 25 10:04 go.sum [2021-02-25T10:04:25.049Z] drwxrwxr-x 8 1001 1001 4096 Feb 25 09:58 internal [2021-02-25T10:04:25.049Z] drwxrwxr-x 4 1001 1001 4096 Feb 25 09:58 openapi [2021-02-25T10:04:25.049Z] drwxrwxr-x 4 1001 1001 4096 Feb 25 09:58 snap [2021-02-25T10:04:25.049Z] -rw-rw-r-- 1 1001 1001 168 Feb 25 09:58 version.go [Pipeline] sh [2021-02-25T10:04:25.705Z] + '[' -e coverage.out ] [2021-02-25T10:04:25.705Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-25T10:04:25.796Z] Warning: overwriting stash ‘coverage-report’ [2021-02-25T10:04:26.979Z] Stashed 1 file(s) [Pipeline] sh [2021-02-25T10:04:27.665Z] + make build [2021-02-25T10:04:27.665Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-25T10:04:37.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-25T10:05:04.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-25T10:05:05.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-25T10:05:10.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-25T10:05:12.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-25T10:05:16.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-25T10:05:21.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-25T10:05:25.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-25T10:05:28.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-25T10:05:31.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-25T10:05:36.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-25T10:05:43.025Z] $ docker stop --time=1 42bfef641189fe842e22987f52900e37c3b540ef2ae4d75d3c9f5cb46a7c775a [2021-02-25T10:05:45.407Z] $ docker rm -f 42bfef641189fe842e22987f52900e37c3b540ef2ae4d75d3c9f5cb46a7c775a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:05:47.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T10:05:47.387Z] [2021-02-25T10:05:47.387Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:05:47.771Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T10:05:48.042Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-25T10:05:48.042Z] 29e5d40040c1: Pulling fs layer [2021-02-25T10:05:48.042Z] 1ce36da41761: Pulling fs layer [2021-02-25T10:05:48.042Z] 25b303627fd3: Pulling fs layer [2021-02-25T10:05:48.640Z] 29e5d40040c1: Verifying Checksum [2021-02-25T10:05:48.640Z] 29e5d40040c1: Download complete [2021-02-25T10:05:49.239Z] 1ce36da41761: Verifying Checksum [2021-02-25T10:05:49.239Z] 1ce36da41761: Download complete [2021-02-25T10:05:49.511Z] 29e5d40040c1: Pull complete [2021-02-25T10:05:50.944Z] 1ce36da41761: Pull complete [2021-02-25T10:05:50.944Z] 25b303627fd3: Verifying Checksum [2021-02-25T10:05:50.944Z] 25b303627fd3: Download complete [2021-02-25T10:06:01.103Z] 25b303627fd3: Pull complete [2021-02-25T10:06:01.103Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-25T10:06:01.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T10:06:01.103Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-25T10:06:01.335Z] prd-ubuntu18.04-docker-arm64-4c-16g-27634 does not seem to be running inside a container [2021-02-25T10:06:01.450Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-25T10:06:04.399Z] $ docker top eef6e08f81972e2db081f06f4ade424b2a8d482343d9292c923e00b04c145786 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T10:06:05.424Z] + docker-compose build --help [2021-02-25T10:06:05.424Z] + grep parallel [2021-02-25T10:06:08.808Z] --parallel Build images in parallel. [Pipeline] } [2021-02-25T10:06:09.129Z] $ docker stop --time=1 eef6e08f81972e2db081f06f4ade424b2a8d482343d9292c923e00b04c145786 [2021-02-25T10:06:11.059Z] $ docker rm -f eef6e08f81972e2db081f06f4ade424b2a8d482343d9292c923e00b04c145786 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:06:11.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T10:06:11.894Z] . [Pipeline] withDockerContainer [2021-02-25T10:06:12.188Z] prd-ubuntu18.04-docker-arm64-4c-16g-27634 does not seem to be running inside a container [2021-02-25T10:06:12.314Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-25T10:06:13.723Z] $ docker top 051a29b96ca7eacc84612fe9250eb6620721297d2042741c3fc265a6fd48760b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T10:06:14.822Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-25T10:06:19.115Z] Building docker-core-command-go ... [2021-02-25T10:06:19.115Z] Building docker-core-data-go ... [2021-02-25T10:06:19.115Z] Building docker-core-metadata-go ... [2021-02-25T10:06:19.115Z] Building docker-security-bootstrapper-go ... [2021-02-25T10:06:19.115Z] Building docker-security-proxy-setup-go ... [2021-02-25T10:06:19.115Z] Building docker-security-secretstore-setup-go ... [2021-02-25T10:06:19.115Z] Building docker-support-notifications-go ... [2021-02-25T10:06:19.115Z] Building docker-support-scheduler-go ... [2021-02-25T10:06:19.115Z] Building docker-sys-mgmt-agent-go ... [2021-02-25T10:06:19.115Z] Building docker-security-secretstore-setup-go [2021-02-25T10:06:19.115Z] Building docker-security-proxy-setup-go [2021-02-25T10:06:19.115Z] Building docker-core-metadata-go [2021-02-25T10:06:19.115Z] Building docker-support-scheduler-go [2021-02-25T10:06:19.115Z] Building docker-security-bootstrapper-go [2021-02-25T10:06:41.391Z] ---> bd4ea47f0604 [2021-02-25T10:06:41.391Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-25T10:06:41.391Z] ---> a46a55379ba6 [2021-02-25T10:06:41.391Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-25T10:06:41.391Z] ---> 84e4fb5b4a53 [2021-02-25T10:06:41.391Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-25T10:06:41.391Z] ---> 81cad23ce50d [2021-02-25T10:06:41.391Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-25T10:06:41.391Z] ---> Running in 462c24d8f567 [2021-02-25T10:06:41.391Z] ---> Running in fb75dc7ed578 [2021-02-25T10:06:41.391Z] ---> Running in e32cf870b46c [2021-02-25T10:06:41.391Z] ---> Running in e10827924449 [2021-02-25T10:06:41.391Z] ---> 418cc7f992a7 [2021-02-25T10:06:41.391Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-25T10:06:41.684Z] ---> Running in c2e6bd7eb232 [2021-02-25T10:06:44.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-25T10:06:44.929Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-25T10:06:44.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-25T10:06:44.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-25T10:06:44.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-25T10:07:40.890Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:07:40.890Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:07:40.890Z] ---> 0d622968a4a6 [2021-02-25T10:07:40.890Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T10:07:40.890Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:07:40.890Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:07:40.890Z] ---> 0d622968a4a6 [2021-02-25T10:07:40.890Z] Step 3/21 : WORKDIR /edgex-go [2021-02-25T10:07:40.890Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:07:40.890Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:07:40.890Z] ---> 0d622968a4a6 [2021-02-25T10:07:40.890Z] Step 3/30 : WORKDIR /edgex-go [2021-02-25T10:07:40.890Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:07:40.890Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:07:40.890Z] ---> 0d622968a4a6 [2021-02-25T10:07:40.890Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T10:07:40.890Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:07:40.890Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:07:40.890Z] ---> 0d622968a4a6 [2021-02-25T10:07:40.890Z] Step 3/24 : WORKDIR /edgex-go [2021-02-25T10:07:40.890Z] ---> Running in 2fc28d7ec9f1 [2021-02-25T10:07:40.890Z] ---> Running in 6259ffc3d026 [2021-02-25T10:07:40.890Z] ---> Running in e8dfdd205431 [2021-02-25T10:07:40.890Z] ---> Running in f7049f9f21f5 [2021-02-25T10:07:40.890Z] ---> Running in e466f58d07c6 [2021-02-25T10:07:40.890Z] Removing intermediate container f7049f9f21f5 [2021-02-25T10:07:40.890Z] ---> 9a0a73acceae [2021-02-25T10:07:40.890Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:07:40.890Z] Removing intermediate container 2fc28d7ec9f1 [2021-02-25T10:07:40.890Z] ---> 8c794c2b13b3 [2021-02-25T10:07:40.890Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:07:40.890Z] Removing intermediate container 6259ffc3d026 [2021-02-25T10:07:40.890Z] ---> 3a4fda468510 [2021-02-25T10:07:40.890Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:07:40.890Z] Removing intermediate container e466f58d07c6 [2021-02-25T10:07:40.890Z] ---> 71852154db5d [2021-02-25T10:07:40.890Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:07:40.890Z] Removing intermediate container e8dfdd205431 [2021-02-25T10:07:40.890Z] ---> 570958cb1e07 [2021-02-25T10:07:40.890Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:07:40.890Z] ---> Running in 5f9ac58a5ea2 [2021-02-25T10:07:40.890Z] ---> Running in 428c80dcaa1f [2021-02-25T10:07:40.890Z] ---> Running in d00bc26f3c38 [2021-02-25T10:07:40.890Z] ---> Running in 4b584fce849a [2021-02-25T10:07:40.890Z] ---> Running in a92541951397 [2021-02-25T10:07:40.890Z] Removing intermediate container 4b584fce849a [2021-02-25T10:07:40.890Z] ---> dba1bbf1b4bc [2021-02-25T10:07:40.890Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-25T10:07:40.890Z] ---> Running in 32bad559cab7 [2021-02-25T10:07:40.890Z] Removing intermediate container 428c80dcaa1f [2021-02-25T10:07:40.890Z] ---> 06a30f237235 [2021-02-25T10:07:40.890Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T10:07:40.890Z] ---> Running in 21d27fd6e8e6 [2021-02-25T10:07:40.890Z] Removing intermediate container d00bc26f3c38 [2021-02-25T10:07:40.890Z] ---> 906b3051c324 [2021-02-25T10:07:40.890Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-25T10:07:40.890Z] Removing intermediate container 5f9ac58a5ea2 [2021-02-25T10:07:40.890Z] ---> 3ea469ead910 [2021-02-25T10:07:40.890Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-25T10:07:40.890Z] Removing intermediate container a92541951397 [2021-02-25T10:07:40.890Z] ---> 064cfbd323cf [2021-02-25T10:07:40.890Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-25T10:07:40.890Z] ---> Running in 4837516147ea [2021-02-25T10:07:40.890Z] ---> Running in eb5b9a95247e [2021-02-25T10:07:40.890Z] ---> Running in 0199686c732d [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] OK: 217 MiB in 51 packages [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:40.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:07:41.497Z] OK: 217 MiB in 51 packages [2021-02-25T10:07:41.773Z] OK: 217 MiB in 51 packages [2021-02-25T10:07:42.050Z] OK: 217 MiB in 51 packages [2021-02-25T10:07:42.050Z] OK: 217 MiB in 51 packages [2021-02-25T10:07:42.331Z] Removing intermediate container 32bad559cab7 [2021-02-25T10:07:42.331Z] ---> c51b38ce260d [2021-02-25T10:07:42.331Z] Step 6/22 : COPY go.mod . [2021-02-25T10:07:43.312Z] Removing intermediate container 21d27fd6e8e6 [2021-02-25T10:07:43.312Z] ---> 1d446c499a5a [2021-02-25T10:07:43.312Z] Step 6/23 : COPY go.mod . [2021-02-25T10:07:43.584Z] ---> 5474fdc9f58d [2021-02-25T10:07:43.584Z] Step 7/22 : RUN go mod download [2021-02-25T10:07:43.584Z] Removing intermediate container 4837516147ea [2021-02-25T10:07:43.584Z] ---> 26c9bd6b7f72 [2021-02-25T10:07:43.584Z] Step 6/24 : COPY go.mod . [2021-02-25T10:07:43.584Z] Removing intermediate container eb5b9a95247e [2021-02-25T10:07:43.584Z] ---> ff2baae5a4b8 [2021-02-25T10:07:43.584Z] Step 6/30 : COPY go.mod . [2021-02-25T10:07:43.584Z] ---> Running in 71c7dfd71240 [2021-02-25T10:07:44.191Z] Removing intermediate container 0199686c732d [2021-02-25T10:07:44.191Z] ---> 0abc3915e46f [2021-02-25T10:07:44.191Z] Step 6/21 : COPY go.mod . [2021-02-25T10:07:44.191Z] ---> 05f3ddc69cc4 [2021-02-25T10:07:44.191Z] Step 7/23 : RUN go mod download [2021-02-25T10:07:44.465Z] ---> e74037a145a0 [2021-02-25T10:07:44.465Z] Step 7/24 : RUN go mod download [2021-02-25T10:07:44.465Z] ---> Running in a67cedce5415 [2021-02-25T10:07:44.748Z] ---> e8e1446677e4 [2021-02-25T10:07:44.748Z] Step 7/30 : RUN go mod download [2021-02-25T10:07:44.748Z] ---> Running in 882d1815aaef [2021-02-25T10:07:45.036Z] ---> Running in 00cced18daf1 [2021-02-25T10:07:45.319Z] ---> 2f5e5f31661d [2021-02-25T10:07:45.319Z] Step 7/21 : RUN go mod download [2021-02-25T10:07:45.593Z] ---> Running in c99e8f78e5eb [2021-02-25T10:07:48.221Z] Removing intermediate container 71c7dfd71240 [2021-02-25T10:07:48.221Z] ---> 60ae6c324511 [2021-02-25T10:07:48.221Z] Step 8/22 : COPY . . [2021-02-25T10:07:48.814Z] Removing intermediate container a67cedce5415 [2021-02-25T10:07:48.814Z] ---> a89d057cc3e9 [2021-02-25T10:07:48.814Z] Step 8/23 : COPY . . [2021-02-25T10:07:49.796Z] Removing intermediate container 882d1815aaef [2021-02-25T10:07:49.796Z] ---> 6710902933a8 [2021-02-25T10:07:49.796Z] Step 8/24 : COPY . . [2021-02-25T10:07:50.395Z] Removing intermediate container c99e8f78e5eb [2021-02-25T10:07:50.395Z] ---> 523575c49b0d [2021-02-25T10:07:50.395Z] Step 8/21 : COPY . . [2021-02-25T10:07:50.990Z] Removing intermediate container 00cced18daf1 [2021-02-25T10:07:50.990Z] ---> 75f4e0d070ba [2021-02-25T10:07:50.990Z] Step 8/30 : COPY . . [2021-02-25T10:08:09.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-25T10:08:17.804Z] ---> af4cbad6617b [2021-02-25T10:08:17.804Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-25T10:08:17.804Z] ---> e56c95c23f0b [2021-02-25T10:08:17.804Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-25T10:08:17.804Z] ---> 0a9eaea8700c [2021-02-25T10:08:17.804Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-25T10:08:17.804Z] ---> 777f8e889e5f [2021-02-25T10:08:17.804Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-25T10:08:17.804Z] ---> 64ee3838560d [2021-02-25T10:08:17.804Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-25T10:08:17.804Z] ---> Running in 9004ddd478b0 [2021-02-25T10:08:17.804Z] ---> Running in 13a3d4f15b69 [2021-02-25T10:08:17.804Z] ---> Running in 6c5e9a6fa73f [2021-02-25T10:08:17.804Z] ---> Running in 36ea3ad7a6db [2021-02-25T10:08:17.804Z] ---> Running in 4cada18a5d75 [2021-02-25T10:08:17.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-25T10:08:17.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-25T10:08:17.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-25T10:08:17.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-25T10:08:17.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-25T10:08:29.517Z] Removing intermediate container c2e6bd7eb232 [2021-02-25T10:08:29.517Z] ---> fc54b73fd483 [2021-02-25T10:08:29.517Z] [2021-02-25T10:08:29.517Z] Step 10/30 : FROM alpine:3.12 [2021-02-25T10:08:29.864Z] 3.12: Pulling from library/alpine [2021-02-25T10:08:37.721Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T10:08:38.872Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T10:08:38.872Z] ---> 88dd2752d2ea [2021-02-25T10:08:38.872Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-25T10:08:39.206Z] Removing intermediate container e10827924449 [2021-02-25T10:08:39.206Z] ---> c8640065690a [2021-02-25T10:08:39.206Z] [2021-02-25T10:08:39.206Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T10:08:39.206Z] ---> 88dd2752d2ea [2021-02-25T10:08:39.206Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-25T10:08:39.206Z] Removing intermediate container 462c24d8f567 [2021-02-25T10:08:39.206Z] ---> 8c6936403389 [2021-02-25T10:08:39.206Z] [2021-02-25T10:08:39.206Z] Step 10/24 : FROM alpine:3.12 [2021-02-25T10:08:39.206Z] ---> 88dd2752d2ea [2021-02-25T10:08:39.206Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-25T10:08:39.206Z] Removing intermediate container fb75dc7ed578 [2021-02-25T10:08:39.206Z] ---> 5baa5addc671 [2021-02-25T10:08:39.206Z] [2021-02-25T10:08:39.206Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T10:08:39.206Z] ---> 88dd2752d2ea [2021-02-25T10:08:39.207Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-25T10:08:39.207Z] ---> Running in 9fa75e5007c7 [2021-02-25T10:08:40.018Z] ---> Running in dc3b9d9c84ca [2021-02-25T10:08:40.018Z] ---> Running in e91cd26fa939 [2021-02-25T10:08:40.018Z] ---> Running in d191502338d7 [2021-02-25T10:08:42.496Z] Removing intermediate container 9fa75e5007c7 [2021-02-25T10:08:42.496Z] ---> 9d58eb44e247 [2021-02-25T10:08:42.496Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-25T10:08:42.496Z] ---> Running in f3b5a6a79a33 [2021-02-25T10:08:43.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:08:43.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:08:43.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:08:43.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:08:45.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:08:45.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:08:45.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:08:46.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:08:46.948Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T10:08:46.948Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:08:46.948Z] OK: 6 MiB in 15 packages [2021-02-25T10:08:47.539Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-25T10:08:47.539Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-25T10:08:47.539Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-25T10:08:47.539Z] (2/2) Installing su-exec (0.2-r1) [2021-02-25T10:08:47.539Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:08:47.539Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T10:08:47.539Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-25T10:08:47.539Z] OK: 6 MiB in 16 packages [2021-02-25T10:08:47.539Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-25T10:08:47.539Z] (4/5) Installing curl (7.69.1-r3) [2021-02-25T10:08:47.539Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:08:47.539Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T10:08:47.539Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-25T10:08:47.889Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:08:48.184Z] OK: 6 MiB in 16 packages [2021-02-25T10:08:48.494Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T10:08:50.355Z] OK: 7 MiB in 19 packages [2021-02-25T10:08:50.355Z] Removing intermediate container e32cf870b46c [2021-02-25T10:08:50.355Z] ---> 81a80de12db7 [2021-02-25T10:08:50.355Z] [2021-02-25T10:08:50.355Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T10:08:50.355Z] ---> 88dd2752d2ea [2021-02-25T10:08:50.355Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-25T10:08:51.003Z] ---> Running in e7964a60ec88 [2021-02-25T10:08:53.088Z] Removing intermediate container f3b5a6a79a33 [2021-02-25T10:08:53.088Z] ---> 90b1cb8a9a82 [2021-02-25T10:08:53.088Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-25T10:08:53.088Z] Removing intermediate container e7964a60ec88 [2021-02-25T10:08:53.088Z] ---> c061556077d3 [2021-02-25T10:08:53.088Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-25T10:08:53.088Z] Removing intermediate container dc3b9d9c84ca [2021-02-25T10:08:53.088Z] ---> 6bcb5c127898 [2021-02-25T10:08:53.088Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T10:08:53.454Z] ---> Running in 17a40e368ce3 [2021-02-25T10:08:53.454Z] ---> Running in 451da726938e [2021-02-25T10:08:53.454Z] ---> Running in 4e2bafacb77f [2021-02-25T10:08:53.740Z] Removing intermediate container d191502338d7 [2021-02-25T10:08:53.740Z] ---> de2fa052ba70 [2021-02-25T10:08:53.740Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T10:08:54.309Z] ---> Running in 06b1c25dbe8a [2021-02-25T10:08:54.599Z] Removing intermediate container 4e2bafacb77f [2021-02-25T10:08:54.599Z] ---> cd7e1a35df77 [2021-02-25T10:08:54.599Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-25T10:08:55.019Z] Removing intermediate container 451da726938e [2021-02-25T10:08:55.019Z] ---> 4cef87454955 [2021-02-25T10:08:55.019Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-25T10:08:55.019Z] Removing intermediate container e91cd26fa939 [2021-02-25T10:08:55.019Z] ---> 5e20602a9066 [2021-02-25T10:08:55.019Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T10:08:55.019Z] Removing intermediate container 17a40e368ce3 [2021-02-25T10:08:55.019Z] ---> a69a767b049c [2021-02-25T10:08:55.019Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-25T10:08:55.732Z] ---> Running in b56dacb533b9 [2021-02-25T10:08:55.732Z] Removing intermediate container 06b1c25dbe8a [2021-02-25T10:08:55.732Z] ---> cdd6f78dbb46 [2021-02-25T10:08:55.732Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-25T10:08:55.732Z] ---> Running in e30bcaa99c03 [2021-02-25T10:08:55.732Z] ---> Running in 5cfb5a19047f [2021-02-25T10:08:55.732Z] ---> Running in 967a973524b6 [2021-02-25T10:08:56.574Z] ---> Running in c6bb06d96140 [2021-02-25T10:08:56.574Z] Removing intermediate container b56dacb533b9 [2021-02-25T10:08:56.574Z] ---> 211c7af12728 [2021-02-25T10:08:56.574Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T10:08:56.840Z] Removing intermediate container 967a973524b6 [2021-02-25T10:08:56.840Z] ---> 43677ba20a36 [2021-02-25T10:08:56.840Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:08:56.840Z] Removing intermediate container 5cfb5a19047f [2021-02-25T10:08:56.840Z] ---> 60df5e8d8a9b [2021-02-25T10:08:56.840Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-25T10:08:56.840Z] ---> Running in cc87aaa56115 [2021-02-25T10:08:56.840Z] Removing intermediate container e30bcaa99c03 [2021-02-25T10:08:56.840Z] ---> f3dc4d17eb2d [2021-02-25T10:08:56.840Z] Step 13/24 : WORKDIR / [2021-02-25T10:08:57.119Z] ---> Running in 870ba730aee1 [2021-02-25T10:08:57.119Z] ---> Running in 08b1d055d27d [2021-02-25T10:08:57.534Z] Removing intermediate container c6bb06d96140 [2021-02-25T10:08:57.534Z] ---> 16cee4c47bb8 [2021-02-25T10:08:57.534Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T10:08:57.534Z] ---> Running in 9d58fb7205a6 [2021-02-25T10:08:58.290Z] Removing intermediate container cc87aaa56115 [2021-02-25T10:08:58.290Z] ---> a3e797ce65ba [2021-02-25T10:08:58.290Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:08:58.290Z] ---> Running in 5d9916c12a8e [2021-02-25T10:09:00.272Z] Removing intermediate container 9d58fb7205a6 [2021-02-25T10:09:00.272Z] ---> eec0387b04e5 [2021-02-25T10:09:00.272Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-25T10:09:00.571Z] ---> 4414fe6c8233 [2021-02-25T10:09:00.571Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-25T10:09:00.571Z] Removing intermediate container 5d9916c12a8e [2021-02-25T10:09:00.571Z] ---> 48f85cbdea57 [2021-02-25T10:09:00.571Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:09:02.664Z] ---> 33052589e896 [2021-02-25T10:09:02.665Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-25T10:09:02.665Z] ---> 51ea3c3e14c8 [2021-02-25T10:09:02.665Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-25T10:09:03.011Z] ---> 9bbd0a98dd7b [2021-02-25T10:09:03.011Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-25T10:09:04.423Z] Removing intermediate container 870ba730aee1 [2021-02-25T10:09:04.423Z] ---> 6bb2c40ab3eb [2021-02-25T10:09:04.423Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-25T10:09:04.423Z] ---> fed1b1f74def [2021-02-25T10:09:04.423Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-25T10:09:04.423Z] ---> ff2c9734ae14 [2021-02-25T10:09:04.423Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-25T10:09:05.415Z] ---> Running in 53b49b53daf3 [2021-02-25T10:09:05.415Z] ---> Running in 21d1e02a456f [2021-02-25T10:09:05.415Z] Removing intermediate container 08b1d055d27d [2021-02-25T10:09:05.415Z] ---> b15f961e275f [2021-02-25T10:09:05.415Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-25T10:09:05.415Z] ---> 37f0e9e963ca [2021-02-25T10:09:05.415Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-25T10:09:05.873Z] ---> 44281688fed6 [2021-02-25T10:09:05.873Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-25T10:09:05.873Z] ---> Running in 032b43d6c3e8 [2021-02-25T10:09:05.873Z] Removing intermediate container 21d1e02a456f [2021-02-25T10:09:05.873Z] ---> 9e9a445bbc6b [2021-02-25T10:09:05.873Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:09:06.222Z] ---> Running in 8daeb7716ed5 [2021-02-25T10:09:06.835Z] ---> e68b3b313229 [2021-02-25T10:09:06.835Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-25T10:09:06.835Z] Removing intermediate container 032b43d6c3e8 [2021-02-25T10:09:06.835Z] ---> 76b5ee892b44 [2021-02-25T10:09:06.835Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-25T10:09:06.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:09:07.552Z] ---> Running in 8b455ac67aa8 [2021-02-25T10:09:07.552Z] Removing intermediate container 8daeb7716ed5 [2021-02-25T10:09:07.552Z] ---> b7ffa4b62a33 [2021-02-25T10:09:07.552Z] Step 20/22 : LABEL arch=x86_64 [2021-02-25T10:09:07.552Z] ---> 368afa147d2d [2021-02-25T10:09:07.552Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-25T10:09:07.552Z] ---> Running in 81dfa1fe02ce [2021-02-25T10:09:08.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:09:08.169Z] Removing intermediate container 8b455ac67aa8 [2021-02-25T10:09:08.169Z] ---> 97b4d2ff8155 [2021-02-25T10:09:08.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:09:08.485Z] Removing intermediate container 81dfa1fe02ce [2021-02-25T10:09:08.485Z] ---> 3419d7956d9a [2021-02-25T10:09:08.485Z] Step 21/22 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:09:08.485Z] ---> 560fcc893da8 [2021-02-25T10:09:08.485Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-25T10:09:08.772Z] ---> Running in 504fde95a252 [2021-02-25T10:09:09.218Z] ---> f8cc9621f313 [2021-02-25T10:09:09.218Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-25T10:09:09.218Z] ---> Running in 47d3a33db5b5 [2021-02-25T10:09:09.218Z] ---> Running in 2bfeb0d9c9ab [2021-02-25T10:09:09.218Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-25T10:09:09.792Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-25T10:09:09.792Z] Removing intermediate container 504fde95a252 [2021-02-25T10:09:09.792Z] ---> 466488239d93 [2021-02-25T10:09:09.792Z] Step 20/22 : LABEL arch=x86_64 [2021-02-25T10:09:09.792Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-25T10:09:09.792Z] Removing intermediate container 47d3a33db5b5 [2021-02-25T10:09:09.792Z] ---> e94e0a72a25e [2021-02-25T10:09:09.792Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T10:09:09.792Z] ---> Running in 258f2be696bd [2021-02-25T10:09:09.792Z] ---> e59cebd508dc [2021-02-25T10:09:09.792Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-25T10:09:10.203Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-25T10:09:10.203Z] ---> Running in 82dd122344fe [2021-02-25T10:09:10.203Z] ---> Running in cf505127836e [2021-02-25T10:09:10.898Z] Removing intermediate container 258f2be696bd [2021-02-25T10:09:10.898Z] ---> 43d12438288d [2021-02-25T10:09:10.898Z] Step 21/22 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:09:10.898Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T10:09:10.898Z] ---> Running in f2b272805f01 [2021-02-25T10:09:10.898Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-25T10:09:11.488Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:09:11.488Z] OK: 8 MiB in 20 packages [2021-02-25T10:09:11.488Z] Removing intermediate container 82dd122344fe [2021-02-25T10:09:11.488Z] ---> db65d04eb39f [2021-02-25T10:09:11.488Z] [2021-02-25T10:09:12.351Z] Removing intermediate container f2b272805f01 [2021-02-25T10:09:12.351Z] ---> cf6a1facaedb [2021-02-25T10:09:12.351Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T10:09:13.319Z] Successfully built db65d04eb39f [2021-02-25T10:09:13.319Z] ---> Running in 1651c2e0b057 [2021-02-25T10:09:13.319Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-25T10:09:13.622Z] Building docker-core-metadata-go [2021-02-25T10:09:14.408Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1651c2e0b057 [2021-02-25T10:09:14.408Z] ---> e6aed232f072 [2021-02-25T10:09:14.408Z] [2021-02-25T10:09:16.101Z] Successfully built e6aed232f072 [2021-02-25T10:09:16.394Z] Removing intermediate container 2bfeb0d9c9ab [2021-02-25T10:09:16.394Z] ---> a0a2bddc2588 [2021-02-25T10:09:16.394Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:09:16.394Z] Successfully tagged docker-support-notifications-go:latest [2021-02-25T10:09:16.394Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-25T10:09:16.765Z] Removing intermediate container 53b49b53daf3 [2021-02-25T10:09:16.765Z] ---> 357b8fea8f4d [2021-02-25T10:09:16.765Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:09:17.856Z] Removing intermediate container cf505127836e [2021-02-25T10:09:17.856Z] ---> 09ba7ca12b9a [2021-02-25T10:09:17.856Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-25T10:09:21.514Z] ---> a4412ed9020c [2021-02-25T10:09:21.514Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-25T10:09:21.514Z] ---> Running in 2acd4f60fe19 [2021-02-25T10:09:22.521Z] ---> 2f0f0903773f [2021-02-25T10:09:22.521Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-25T10:09:26.168Z] ---> 5bf2c1c6e942 [2021-02-25T10:09:26.168Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-25T10:09:26.168Z] Removing intermediate container 2acd4f60fe19 [2021-02-25T10:09:26.168Z] ---> c23c712019fd [2021-02-25T10:09:26.168Z] Step 22/24 : LABEL arch=x86_64 [2021-02-25T10:09:26.168Z] ---> Running in 6670695d4092 [2021-02-25T10:09:26.168Z] ---> 264b45a9f0b4 [2021-02-25T10:09:26.168Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-25T10:09:26.610Z] ---> 41303029ce8e [2021-02-25T10:09:26.610Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-25T10:09:26.610Z] Removing intermediate container 6670695d4092 [2021-02-25T10:09:26.610Z] ---> 664f9409058b [2021-02-25T10:09:26.610Z] Step 23/24 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:09:26.610Z] ---> 07d98700d251 [2021-02-25T10:09:26.610Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-25T10:09:26.895Z] ---> Running in dcd68bd95814 [2021-02-25T10:09:27.971Z] ---> Running in f6d1fe2f7742 [2021-02-25T10:09:33.086Z] ---> e941db3318be [2021-02-25T10:09:33.086Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-25T10:09:34.341Z] Removing intermediate container dcd68bd95814 [2021-02-25T10:09:34.341Z] ---> 9e77a99c18c1 [2021-02-25T10:09:34.341Z] Step 24/24 : LABEL version=0.0.0 [2021-02-25T10:09:34.758Z] Removing intermediate container f6d1fe2f7742 [2021-02-25T10:09:34.758Z] ---> 2414a4e655ca [2021-02-25T10:09:34.758Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:09:35.171Z] ---> Running in 0f2406cd8eb7 [2021-02-25T10:09:35.171Z] ---> Running in 46d92b088193 [2021-02-25T10:09:35.171Z] ---> Running in 452faf0bc547 [2021-02-25T10:09:36.589Z] Removing intermediate container 452faf0bc547 [2021-02-25T10:09:36.589Z] ---> d4886b907abe [2021-02-25T10:09:36.589Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T10:09:36.589Z] ---> Running in 80d4f6b5cd86 [2021-02-25T10:09:36.589Z] Removing intermediate container 0f2406cd8eb7 [2021-02-25T10:09:36.589Z] ---> 78313f7b566e [2021-02-25T10:09:36.589Z] [2021-02-25T10:09:37.194Z] Removing intermediate container 46d92b088193 [2021-02-25T10:09:37.194Z] ---> eb56e38e5fd5 [2021-02-25T10:09:37.194Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-25T10:09:39.056Z] Successfully built 78313f7b566e [2021-02-25T10:09:39.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-25T10:09:40.220Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-25T10:09:40.220Z] Building docker-sys-mgmt-agent-go [2021-02-25T10:09:40.220Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 80d4f6b5cd86 [2021-02-25T10:09:40.220Z] ---> 59a8cb63bd6c [2021-02-25T10:09:40.220Z] Step 22/23 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:09:40.220Z] ---> 46eac3ff4f03 [2021-02-25T10:09:40.220Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-25T10:09:41.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-25T10:09:44.458Z] ---> Running in b02c57e4fccd [2021-02-25T10:09:45.574Z] ---> Running in 2865397be6e0 [2021-02-25T10:09:47.886Z] Removing intermediate container b02c57e4fccd [2021-02-25T10:09:47.886Z] ---> f53969be1f78 [2021-02-25T10:09:47.886Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T10:09:48.323Z] ---> Running in 3760cd2b27ea [2021-02-25T10:09:49.967Z] Removing intermediate container 3760cd2b27ea [2021-02-25T10:09:49.967Z] ---> b281ab47a205 [2021-02-25T10:09:49.967Z] [2021-02-25T10:09:54.970Z] Successfully built b281ab47a205 [2021-02-25T10:09:55.685Z] Successfully tagged docker-core-data-go:latest [2021-02-25T10:09:55.685Z] Building docker-core-command-go [2021-02-25T10:09:56.178Z] Removing intermediate container 13a3d4f15b69 [2021-02-25T10:09:56.178Z] ---> 178ca3bda4ed [2021-02-25T10:09:56.178Z] [2021-02-25T10:09:56.178Z] Step 10/30 : FROM alpine:3.12 [2021-02-25T10:09:56.178Z] 3.12: Pulling from library/alpine [2021-02-25T10:09:56.457Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T10:09:56.457Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T10:09:56.457Z] ---> d10569e2745f [2021-02-25T10:09:56.457Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-25T10:09:57.058Z] ---> Running in 2e5fe6b55da1 [2021-02-25T10:09:57.652Z] Removing intermediate container 4cada18a5d75 [2021-02-25T10:09:57.652Z] ---> ae5fed38d737 [2021-02-25T10:09:57.652Z] [2021-02-25T10:09:57.652Z] Step 10/24 : FROM alpine:3.12 [2021-02-25T10:09:57.652Z] ---> d10569e2745f [2021-02-25T10:09:57.652Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-25T10:09:58.248Z] Removing intermediate container 2e5fe6b55da1 [2021-02-25T10:09:58.248Z] ---> 2f6a438b8376 [2021-02-25T10:09:58.248Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-25T10:09:58.248Z] ---> Running in 82087041704c [2021-02-25T10:09:58.536Z] ---> Running in b0b2c067cdc9 [2021-02-25T10:10:00.823Z]  Building docker-core-data-go ... done Removing intermediate container 2865397be6e0 [2021-02-25T10:10:00.823Z] ---> 5b65b50515c2 [2021-02-25T10:10:00.823Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-25T10:10:01.194Z] Removing intermediate container 6c5e9a6fa73f [2021-02-25T10:10:01.194Z] ---> 7b02f7cb5b2a [2021-02-25T10:10:01.194Z] [2021-02-25T10:10:01.194Z] Step 10/21 : FROM alpine:3.12 [2021-02-25T10:10:01.194Z] ---> d10569e2745f [2021-02-25T10:10:01.194Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-25T10:10:01.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:10:01.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:10:01.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:10:01.469Z] ---> Running in 5776784766ce [2021-02-25T10:10:01.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:10:02.461Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-25T10:10:02.461Z] (2/2) Installing su-exec (0.2-r1) [2021-02-25T10:10:02.461Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:10:02.461Z] OK: 5 MiB in 16 packages [2021-02-25T10:10:02.461Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-25T10:10:02.461Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T10:10:02.461Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-25T10:10:02.461Z] (4/5) Installing curl (7.69.1-r3) [2021-02-25T10:10:02.461Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-25T10:10:02.461Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:10:02.737Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T10:10:03.012Z] OK: 7 MiB in 19 packages [2021-02-25T10:10:03.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:10:03.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:10:04.215Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-25T10:10:04.497Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T10:10:04.497Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-25T10:10:04.497Z] (4/4) Installing curl (7.69.1-r3) [2021-02-25T10:10:04.497Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:10:04.497Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T10:10:04.733Z] ---> Running in 42e5b5e6b02b [2021-02-25T10:10:04.774Z] Removing intermediate container b0b2c067cdc9 [2021-02-25T10:10:04.774Z] ---> f78228ebc5f6 [2021-02-25T10:10:04.774Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-25T10:10:04.774Z] OK: 7 MiB in 18 packages [2021-02-25T10:10:05.379Z] ---> Running in c0dab4d4929b [2021-02-25T10:10:05.977Z] Removing intermediate container 82087041704c [2021-02-25T10:10:05.977Z] ---> 8d8622cd8b96 [2021-02-25T10:10:05.977Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T10:10:06.252Z] Removing intermediate container c0dab4d4929b [2021-02-25T10:10:06.252Z] ---> 64a6fbbf6fe7 [2021-02-25T10:10:06.252Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-25T10:10:06.528Z] ---> Running in d093521838ad [2021-02-25T10:10:06.802Z] ---> Running in a2b70d246eea [2021-02-25T10:10:07.037Z] Removing intermediate container 42e5b5e6b02b [2021-02-25T10:10:07.037Z] ---> 1031729af01c [2021-02-25T10:10:07.037Z] Step 27/30 : CMD ["gate"] [2021-02-25T10:10:07.799Z] Removing intermediate container 5776784766ce [2021-02-25T10:10:07.799Z] ---> 928b9bce74a2 [2021-02-25T10:10:07.799Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T10:10:08.076Z] ---> Running in 03e84bb2774d [2021-02-25T10:10:08.355Z] Removing intermediate container d093521838ad [2021-02-25T10:10:08.355Z] ---> 498c44421535 [2021-02-25T10:10:08.355Z] Step 13/24 : WORKDIR / [2021-02-25T10:10:08.355Z] Removing intermediate container a2b70d246eea [2021-02-25T10:10:08.355Z] ---> 705a6d4f7770 [2021-02-25T10:10:08.355Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-25T10:10:08.632Z] ---> Running in 5bcb819701c4 [2021-02-25T10:10:08.632Z] ---> Running in 07eda25d5bc8 [2021-02-25T10:10:09.230Z] Removing intermediate container 03e84bb2774d [2021-02-25T10:10:09.230Z] ---> 5133bd55e631 [2021-02-25T10:10:09.230Z] Step 13/21 : WORKDIR /edgex [2021-02-25T10:10:09.247Z] ---> Running in 5e877cd7ae89 [2021-02-25T10:10:09.505Z] Removing intermediate container 5bcb819701c4 [2021-02-25T10:10:09.505Z] ---> e220023b2197 [2021-02-25T10:10:09.505Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-25T10:10:09.505Z] ---> Running in 3fc04ed935ef [2021-02-25T10:10:10.107Z] Removing intermediate container 9004ddd478b0 [2021-02-25T10:10:10.107Z] ---> 61808f718e71 [2021-02-25T10:10:10.107Z] [2021-02-25T10:10:10.107Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T10:10:10.107Z] ---> d10569e2745f [2021-02-25T10:10:10.107Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-25T10:10:10.381Z] ---> Running in ba56116778ed [2021-02-25T10:10:10.381Z] Removing intermediate container 3fc04ed935ef [2021-02-25T10:10:10.381Z] ---> e9fff5d8bd2c [2021-02-25T10:10:10.381Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-25T10:10:10.655Z] ---> 079bd8fb76b3 [2021-02-25T10:10:10.655Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-25T10:10:11.751Z] Removing intermediate container 5e877cd7ae89 [2021-02-25T10:10:11.752Z] ---> a5a3c0db5786 [2021-02-25T10:10:11.752Z] Step 28/30 : LABEL arch=x86_64 [2021-02-25T10:10:12.142Z] ---> 2b9874096ec8 [2021-02-25T10:10:12.142Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-25T10:10:12.142Z] ---> 62efca3b6643 [2021-02-25T10:10:12.142Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-25T10:10:12.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:10:12.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:10:13.073Z] Removing intermediate container 07eda25d5bc8 [2021-02-25T10:10:13.073Z] ---> 82fb63110d26 [2021-02-25T10:10:13.073Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-25T10:10:13.073Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T10:10:13.383Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:10:13.383Z] OK: 5 MiB in 15 packages [2021-02-25T10:10:13.383Z] ---> Running in 9198dbed1d53 [2021-02-25T10:10:13.683Z] ---> 473cabdb7f67 [2021-02-25T10:10:13.683Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-25T10:10:14.713Z] Removing intermediate container 9198dbed1d53 [2021-02-25T10:10:14.713Z] ---> 3eadc1237f9f [2021-02-25T10:10:14.713Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-25T10:10:15.308Z] ---> f34893c5ca0f [2021-02-25T10:10:15.308Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-25T10:10:15.579Z] Removing intermediate container ba56116778ed [2021-02-25T10:10:15.579Z] ---> 67758f32945e [2021-02-25T10:10:15.579Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T10:10:15.850Z] ---> d4838fba1b50 [2021-02-25T10:10:15.850Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-25T10:10:16.450Z] ---> Running in 435926f3ce29 [2021-02-25T10:10:16.723Z] ---> 822990c76e3c [2021-02-25T10:10:16.723Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-25T10:10:17.318Z] ---> Running in 0ac592f22743 [2021-02-25T10:10:17.318Z] ---> a407243b69a2 [2021-02-25T10:10:17.318Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-25T10:10:17.318Z] Removing intermediate container 435926f3ce29 [2021-02-25T10:10:17.318Z] ---> 6e46a0abb103 [2021-02-25T10:10:17.583Z] ---> Running in 640e38a330d2 [2021-02-25T10:10:17.592Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-25T10:10:17.592Z] ---> 7b20c2890086 [2021-02-25T10:10:17.592Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-25T10:10:17.592Z] ---> Running in 025547eb431c [2021-02-25T10:10:17.864Z] Removing intermediate container 36ea3ad7a6db [2021-02-25T10:10:17.864Z] ---> 9d28bc0b24d9 [2021-02-25T10:10:17.864Z] [2021-02-25T10:10:17.864Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T10:10:17.864Z] ---> d10569e2745f [2021-02-25T10:10:17.864Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T10:10:17.864Z] ---> Using cache [2021-02-25T10:10:17.864Z] ---> 67758f32945e [2021-02-25T10:10:17.864Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T10:10:17.864Z] ---> Using cache [2021-02-25T10:10:17.864Z] ---> 6e46a0abb103 [2021-02-25T10:10:17.864Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-25T10:10:17.864Z] ---> Running in 847f6679746c [2021-02-25T10:10:18.138Z] ---> Running in e800d4b20710 [2021-02-25T10:10:18.414Z] Removing intermediate container 025547eb431c [2021-02-25T10:10:18.414Z] ---> 36e300693d70 [2021-02-25T10:10:18.414Z] Step 18/21 : CMD ["--init=true"] [2021-02-25T10:10:18.689Z] ---> Running in b5714d8d0a5b [2021-02-25T10:10:18.689Z] ---> a330703a58bc [2021-02-25T10:10:18.689Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-25T10:10:18.689Z] Removing intermediate container 847f6679746c [2021-02-25T10:10:18.689Z] ---> 459a4172daee [2021-02-25T10:10:18.689Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T10:10:18.963Z] Removing intermediate container e800d4b20710 [2021-02-25T10:10:18.963Z] ---> bb1f1c621909 [2021-02-25T10:10:18.963Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T10:10:18.963Z] ---> Running in 63dd3e8ff4c6 [2021-02-25T10:10:18.963Z] ---> Running in 72dc035fa841 [2021-02-25T10:10:19.236Z] ---> Running in 8646f4db6e20 [2021-02-25T10:10:19.511Z] Removing intermediate container b5714d8d0a5b [2021-02-25T10:10:19.511Z] ---> 9d37227944f0 [2021-02-25T10:10:19.511Z] Step 19/21 : LABEL arch=arm64 [2021-02-25T10:10:19.786Z] Removing intermediate container 63dd3e8ff4c6 [2021-02-25T10:10:19.786Z] ---> 7ef31db6a2df [2021-02-25T10:10:19.786Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:10:19.786Z] ---> Running in f3bfd0e3b9ee [2021-02-25T10:10:19.786Z] Removing intermediate container 8646f4db6e20 [2021-02-25T10:10:19.787Z] ---> ad750532683f [2021-02-25T10:10:19.787Z] Step 15/23 : WORKDIR / [2021-02-25T10:10:20.059Z] ---> Running in fbc57e9d62f9 [2021-02-25T10:10:20.655Z] Removing intermediate container f3bfd0e3b9ee [2021-02-25T10:10:20.655Z] ---> 505aec834f7c [2021-02-25T10:10:20.655Z] Step 20/21 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:10:20.655Z] Removing intermediate container 0ac592f22743 [2021-02-25T10:10:20.655Z] ---> 7d8c79ec831c [2021-02-25T10:10:20.655Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:10:20.655Z] ---> Running in e84c5dca1ccc [2021-02-25T10:10:20.655Z] ---> 3d1e25e1b436 [2021-02-25T10:10:20.655Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-25T10:10:20.930Z] Removing intermediate container fbc57e9d62f9 [2021-02-25T10:10:20.930Z] ---> 6e8aade67d99 [2021-02-25T10:10:20.930Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:10:21.529Z] Removing intermediate container e84c5dca1ccc [2021-02-25T10:10:21.529Z] ---> 25d19b59abda [2021-02-25T10:10:21.529Z] Step 21/21 : LABEL version=0.0.0 [2021-02-25T10:10:21.802Z] ---> fae0131703aa [2021-02-25T10:10:21.802Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-25T10:10:22.074Z] ---> Running in b700a273b170 [2021-02-25T10:10:22.074Z] Removing intermediate container 72dc035fa841 [2021-02-25T10:10:22.074Z] ---> a3c7854bb19e [2021-02-25T10:10:22.074Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-25T10:10:22.074Z] ---> ceedddb95698 [2021-02-25T10:10:22.074Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-25T10:10:22.348Z] ---> cff8127808e7 [2021-02-25T10:10:22.348Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-25T10:10:22.348Z] ---> Running in 1bda9c6e77b7 [2021-02-25T10:10:22.623Z] Removing intermediate container b700a273b170 [2021-02-25T10:10:22.623Z] ---> 19701acd5e9a [2021-02-25T10:10:22.623Z] [2021-02-25T10:10:23.219Z] Successfully built 19701acd5e9a [2021-02-25T10:10:23.492Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-25T10:10:23.492Z] Building docker-sys-mgmt-agent-go [2021-02-25T10:10:23.492Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1bda9c6e77b7 [2021-02-25T10:10:23.492Z] ---> aab68a8d8eab [2021-02-25T10:10:23.492Z] Step 22/24 : LABEL arch=arm64 [2021-02-25T10:10:23.660Z] Removing intermediate container 640e38a330d2 [2021-02-25T10:10:23.660Z] ---> d5dc28339d04 [2021-02-25T10:10:23.660Z] Step 29/30 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:10:24.091Z] ---> Running in 6e4fcba9b8a8 [2021-02-25T10:10:24.091Z] ---> 142f04a04a71 [2021-02-25T10:10:24.091Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-25T10:10:24.091Z] ---> faf2c0022cd0 [2021-02-25T10:10:24.091Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-25T10:10:24.374Z] ---> a819ce524785 [2021-02-25T10:10:24.374Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-25T10:10:24.374Z] ---> Running in 78a593d5be95 [2021-02-25T10:10:24.655Z] Removing intermediate container 6e4fcba9b8a8 [2021-02-25T10:10:24.655Z] ---> 0cae27c77485 [2021-02-25T10:10:24.655Z] Step 23/24 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:10:24.751Z] ---> Running in bb30db7378d5 [2021-02-25T10:10:25.631Z] ---> Running in aceaef1a6cfc [2021-02-25T10:10:25.631Z] Removing intermediate container 78a593d5be95 [2021-02-25T10:10:25.631Z] ---> b84295362289 [2021-02-25T10:10:25.631Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:10:26.233Z] ---> 48c8cf2f7ea7 [2021-02-25T10:10:26.233Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-25T10:10:26.233Z] ---> 14d6c5647f6c [2021-02-25T10:10:26.233Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-25T10:10:26.510Z] ---> Running in ed51bde887c6 [2021-02-25T10:10:26.753Z] Removing intermediate container bb30db7378d5 [2021-02-25T10:10:26.754Z] ---> 3e8839a5b9d4 [2021-02-25T10:10:26.754Z] Step 30/30 : LABEL version=0.0.0 [2021-02-25T10:10:26.784Z] ---> Running in 6958bf1b695e [2021-02-25T10:10:26.784Z] Removing intermediate container aceaef1a6cfc [2021-02-25T10:10:26.784Z] ---> bea5543ed402 [2021-02-25T10:10:26.784Z] Step 24/24 : LABEL version=0.0.0 [2021-02-25T10:10:27.056Z] ---> Running in bcb27e3a23f9 [2021-02-25T10:10:27.647Z] Removing intermediate container ed51bde887c6 [2021-02-25T10:10:27.647Z] ---> a1bddaa10db8 [2021-02-25T10:10:27.647Z] ---> cfe07ea26455 [2021-02-25T10:10:27.647Z] Step 20/22 : LABEL arch=arm64 [2021-02-25T10:10:27.647Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-25T10:10:28.245Z] Removing intermediate container 6958bf1b695e [2021-02-25T10:10:28.245Z] ---> 8e7c71fcbf2b [2021-02-25T10:10:28.245Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:10:28.245Z] Removing intermediate container bcb27e3a23f9 [2021-02-25T10:10:28.245Z] ---> 5d0ada3f2c95 [2021-02-25T10:10:28.245Z] [2021-02-25T10:10:28.515Z] Successfully built 5d0ada3f2c95 [2021-02-25T10:10:28.789Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-25T10:10:28.789Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-25T10:10:28.789Z] ---> Running in 9bd4445bc38c [2021-02-25T10:10:28.789Z] ---> Running in 36bcd0e3c585 [2021-02-25T10:10:29.064Z] ---> Running in d28606766ff7 [2021-02-25T10:10:29.339Z] Removing intermediate container 9bd4445bc38c [2021-02-25T10:10:29.339Z] ---> 765252b2523f [2021-02-25T10:10:29.339Z] Step 21/22 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:10:29.339Z] Removing intermediate container 36bcd0e3c585 [2021-02-25T10:10:29.339Z] ---> 8ce3192212b5 [2021-02-25T10:10:29.339Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-25T10:10:29.614Z] ---> Running in 9f3445a70e8f [2021-02-25T10:10:29.614Z] Removing intermediate container d28606766ff7 [2021-02-25T10:10:29.614Z] ---> b322e699216c [2021-02-25T10:10:29.614Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T10:10:29.892Z] ---> Running in 2a3a232895b1 [2021-02-25T10:10:30.165Z] Removing intermediate container 9f3445a70e8f [2021-02-25T10:10:30.165Z] ---> c01190567c45 [2021-02-25T10:10:30.165Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T10:10:30.165Z] ---> 2ff5d87769a0 [2021-02-25T10:10:30.165Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-25T10:10:30.435Z] Removing intermediate container 2a3a232895b1 [2021-02-25T10:10:30.435Z] ---> f5423f3ffbc9 [2021-02-25T10:10:30.435Z] Step 22/23 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:10:30.435Z] ---> Running in 9a76b1cec34d [2021-02-25T10:10:30.715Z] ---> Running in abdb699567e5 [2021-02-25T10:10:30.715Z] ---> Running in 3d49fce6c3d1 [2021-02-25T10:10:30.998Z] Removing intermediate container 9a76b1cec34d [2021-02-25T10:10:30.998Z] ---> 3ccec64a0723 [2021-02-25T10:10:30.998Z] [2021-02-25T10:10:31.598Z] Successfully built 3ccec64a0723 [2021-02-25T10:10:31.598Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-25T10:10:31.598Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-25T10:10:31.598Z] Removing intermediate container 3d49fce6c3d1 [2021-02-25T10:10:31.598Z] ---> 830f3e2da442 [2021-02-25T10:10:31.598Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T10:10:31.870Z] ---> Running in f0291149baa1 [2021-02-25T10:10:32.474Z] Removing intermediate container f0291149baa1 [2021-02-25T10:10:32.474Z] ---> 85dc5a0cb68c [2021-02-25T10:10:32.474Z] [2021-02-25T10:10:32.963Z] ---> Running in 4bc727b97c21 [2021-02-25T10:10:33.071Z] Successfully built 85dc5a0cb68c [2021-02-25T10:10:33.071Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-25T10:10:33.071Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-02-25T10:10:33.345Z] Removing intermediate container abdb699567e5 [2021-02-25T10:10:33.345Z] ---> cdf85b6fef69 [2021-02-25T10:10:33.345Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-25T10:10:33.941Z] ---> Running in 8b97aa4f119f [2021-02-25T10:10:34.543Z] Removing intermediate container 8b97aa4f119f [2021-02-25T10:10:34.543Z] ---> 419f7fab1438 [2021-02-25T10:10:34.543Z] Step 27/30 : CMD ["gate"] [2021-02-25T10:10:34.822Z] ---> Running in 5dac8401684f [2021-02-25T10:10:35.416Z] Removing intermediate container 5dac8401684f [2021-02-25T10:10:35.416Z] ---> ed7d54c2c10c [2021-02-25T10:10:35.416Z] Step 28/30 : LABEL arch=arm64 [2021-02-25T10:10:36.858Z] ---> Running in afa9fb6e8636 [2021-02-25T10:10:37.852Z] Removing intermediate container afa9fb6e8636 [2021-02-25T10:10:37.852Z] ---> c7998623cb79 [2021-02-25T10:10:37.852Z] Step 29/30 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:10:38.836Z] ---> Running in 178c7fa1ec84 [2021-02-25T10:10:39.014Z] Removing intermediate container 4bc727b97c21 [2021-02-25T10:10:39.014Z] ---> 23ad4e0bb3ac [2021-02-25T10:10:39.014Z] [2021-02-25T10:10:39.830Z] Removing intermediate container 178c7fa1ec84 [2021-02-25T10:10:39.830Z] ---> 0f37b5852e40 [2021-02-25T10:10:39.830Z] Step 30/30 : LABEL version=0.0.0 [2021-02-25T10:10:41.264Z] ---> Running in 51c2bfba1d51 [2021-02-25T10:10:41.871Z] Removing intermediate container 51c2bfba1d51 [2021-02-25T10:10:41.871Z] ---> ed76356b6158 [2021-02-25T10:10:41.871Z] [2021-02-25T10:10:42.464Z] Successfully built ed76356b6158 [2021-02-25T10:10:42.464Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-25T10:10:45.622Z] Successfully built 23ad4e0bb3ac [2021-02-25T10:10:46.069Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-25T10:11:09.278Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:11:09.278Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:11:09.278Z] ---> 0d622968a4a6 [2021-02-25T10:11:09.278Z] Step 3/26 : WORKDIR /edgex-go [2021-02-25T10:11:09.278Z] ---> Using cache [2021-02-25T10:11:09.278Z] ---> 570958cb1e07 [2021-02-25T10:11:09.278Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:11:09.278Z] ---> Using cache [2021-02-25T10:11:09.278Z] ---> 064cfbd323cf [2021-02-25T10:11:09.278Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-25T10:11:15.143Z] ---> Running in 4ffb5bcba332 [2021-02-25T10:11:16.513Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:11:16.513Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:11:16.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:11:16.848Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:11:16.848Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:11:16.848Z] ---> 74fba596da3d [2021-02-25T10:11:16.848Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T10:11:16.848Z] ---> 74fba596da3d [2021-02-25T10:11:16.848Z] Step 3/21 : WORKDIR /edgex-go [2021-02-25T10:11:17.193Z] ---> Using cache [2021-02-25T10:11:17.193Z] ---> 1384c93aadf2 [2021-02-25T10:11:17.193Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:11:17.193Z] ---> Using cache [2021-02-25T10:11:17.193Z] ---> aae95e3f6975 [2021-02-25T10:11:17.193Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T10:11:17.193Z] ---> Using cache [2021-02-25T10:11:17.193Z] ---> 1384c93aadf2 [2021-02-25T10:11:17.193Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:11:17.193Z] ---> Using cache [2021-02-25T10:11:17.193Z] ---> aae95e3f6975 [2021-02-25T10:11:17.193Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-25T10:11:17.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:11:18.172Z] OK: 217 MiB in 51 packages [2021-02-25T10:11:19.617Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:11:19.617Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:11:19.617Z] ---> 0d622968a4a6 [2021-02-25T10:11:19.617Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T10:11:19.617Z] ---> Using cache [2021-02-25T10:11:19.617Z] ---> 570958cb1e07 [2021-02-25T10:11:19.617Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:11:19.617Z] ---> Using cache [2021-02-25T10:11:19.617Z] ---> 064cfbd323cf [2021-02-25T10:11:19.617Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T10:11:19.617Z] ---> Using cache [2021-02-25T10:11:19.617Z] ---> 0abc3915e46f [2021-02-25T10:11:19.617Z] Step 6/23 : COPY go.mod . [2021-02-25T10:11:19.617Z] ---> Using cache [2021-02-25T10:11:19.617Z] ---> 2f5e5f31661d [2021-02-25T10:11:19.617Z] Step 7/23 : RUN go mod download [2021-02-25T10:11:19.617Z] ---> Using cache [2021-02-25T10:11:19.617Z] ---> 523575c49b0d [2021-02-25T10:11:19.617Z] Step 8/23 : COPY . . [2021-02-25T10:11:19.617Z] ---> Using cache [2021-02-25T10:11:19.617Z] ---> 64ee3838560d [2021-02-25T10:11:19.617Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-25T10:11:20.232Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:11:20.232Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:11:20.232Z] ---> 0d622968a4a6 [2021-02-25T10:11:20.232Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T10:11:20.232Z] ---> Using cache [2021-02-25T10:11:20.232Z] ---> 570958cb1e07 [2021-02-25T10:11:20.232Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:11:20.232Z] ---> Using cache [2021-02-25T10:11:20.232Z] ---> 064cfbd323cf [2021-02-25T10:11:20.232Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-25T10:11:20.831Z] ---> Running in 44ab5c7a1ddc [2021-02-25T10:11:20.831Z] ---> Running in f6c739fd95c8 [2021-02-25T10:11:20.831Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:11:20.831Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:11:20.831Z] ---> 0d622968a4a6 [2021-02-25T10:11:20.831Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T10:11:20.831Z] ---> Using cache [2021-02-25T10:11:20.831Z] ---> 570958cb1e07 [2021-02-25T10:11:20.831Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:11:20.831Z] ---> Using cache [2021-02-25T10:11:20.831Z] ---> 064cfbd323cf [2021-02-25T10:11:20.831Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-25T10:11:20.831Z] ---> Running in c74ec5915877 [2021-02-25T10:11:21.104Z] Removing intermediate container 4ffb5bcba332 [2021-02-25T10:11:21.104Z] ---> 858ab7d18ebc [2021-02-25T10:11:21.104Z] Step 6/26 : COPY go.mod . [2021-02-25T10:11:22.108Z] ---> b43264481aa4 [2021-02-25T10:11:22.108Z] Step 7/26 : RUN go mod download [2021-02-25T10:11:22.391Z] ---> Running in d982c2c98f12 [2021-02-25T10:11:22.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-25T10:11:22.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:11:22.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:11:23.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:11:23.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:11:24.541Z] OK: 217 MiB in 51 packages [2021-02-25T10:11:24.541Z] OK: 217 MiB in 51 packages [2021-02-25T10:11:26.533Z] Removing intermediate container f6c739fd95c8 [2021-02-25T10:11:26.533Z] ---> 30e3f432f5d3 [2021-02-25T10:11:26.533Z] Step 6/23 : COPY go.mod . [2021-02-25T10:11:26.533Z] Removing intermediate container d982c2c98f12 [2021-02-25T10:11:26.533Z] ---> 5274300a6631 [2021-02-25T10:11:26.533Z] Step 8/26 : COPY . . [2021-02-25T10:11:26.808Z] Removing intermediate container c74ec5915877 [2021-02-25T10:11:26.808Z] ---> ad1d35785e44 [2021-02-25T10:11:26.808Z] Step 6/22 : COPY go.mod . [2021-02-25T10:11:27.792Z] ---> 092c7a423b70 [2021-02-25T10:11:27.792Z] Step 7/23 : RUN go mod download [2021-02-25T10:11:28.070Z] ---> Running in 6c725eb9a386 [2021-02-25T10:11:28.671Z] ---> 11ae56b425c3 [2021-02-25T10:11:28.671Z] Step 7/22 : RUN go mod download [2021-02-25T10:11:29.232Z] ---> Running in 3982c84ce0d6 [2021-02-25T10:11:29.232Z] ---> Running in d16a26aadaad [2021-02-25T10:11:29.270Z] ---> Running in ecbbfbae8aef [2021-02-25T10:11:33.290Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:11:33.290Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:11:33.290Z] ---> 74fba596da3d [2021-02-25T10:11:33.290Z] Step 3/26 : WORKDIR /edgex-go [2021-02-25T10:11:33.290Z] ---> Using cache [2021-02-25T10:11:33.290Z] ---> 1384c93aadf2 [2021-02-25T10:11:33.290Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:11:33.290Z] ---> Using cache [2021-02-25T10:11:33.290Z] ---> aae95e3f6975 [2021-02-25T10:11:33.290Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-25T10:11:36.023Z] Removing intermediate container 6c725eb9a386 [2021-02-25T10:11:36.023Z] ---> c0b8f7f712d5 [2021-02-25T10:11:36.023Z] Step 8/23 : COPY . . [2021-02-25T10:11:36.627Z] Removing intermediate container ecbbfbae8aef [2021-02-25T10:11:36.627Z] ---> 037cff180c9e [2021-02-25T10:11:36.627Z] Step 8/22 : COPY . . [2021-02-25T10:11:37.617Z] ---> Running in 32e13a2be38a [2021-02-25T10:11:41.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:11:41.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:11:42.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:11:42.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:11:43.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:11:43.153Z] OK: 233 MiB in 51 packages [2021-02-25T10:11:43.495Z] OK: 233 MiB in 51 packages [2021-02-25T10:11:43.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:11:45.644Z] OK: 233 MiB in 51 packages [2021-02-25T10:11:50.268Z] Removing intermediate container 3982c84ce0d6 [2021-02-25T10:11:50.268Z] ---> 8140f2e4bc9c [2021-02-25T10:11:50.268Z] Step 6/23 : COPY go.mod . [2021-02-25T10:11:51.071Z] Removing intermediate container d16a26aadaad [2021-02-25T10:11:51.071Z] ---> c15b773177cc [2021-02-25T10:11:51.071Z] Step 6/21 : COPY go.mod . [2021-02-25T10:11:51.872Z] Removing intermediate container 32e13a2be38a [2021-02-25T10:11:51.872Z] ---> e45ee367d632 [2021-02-25T10:11:51.872Z] Step 6/26 : COPY go.mod . [2021-02-25T10:11:53.192Z] ---> e06e0eac16ad [2021-02-25T10:11:53.192Z] Step 7/23 : RUN go mod download [2021-02-25T10:11:55.126Z] ---> 4e532b49fa3a [2021-02-25T10:11:55.126Z] Step 7/21 : RUN go mod download [2021-02-25T10:11:55.126Z] ---> Running in 034beaa2bdf0 [2021-02-25T10:11:55.126Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T10:11:55.126Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T10:11:55.126Z] ---> 74fba596da3d [2021-02-25T10:11:55.126Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T10:11:55.126Z] ---> Using cache [2021-02-25T10:11:55.126Z] ---> 1384c93aadf2 [2021-02-25T10:11:55.126Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:11:55.126Z] ---> Using cache [2021-02-25T10:11:55.126Z] ---> aae95e3f6975 [2021-02-25T10:11:55.126Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T10:11:55.126Z] ---> Using cache [2021-02-25T10:11:55.126Z] ---> c15b773177cc [2021-02-25T10:11:55.476Z] Step 6/23 : COPY go.mod . [2021-02-25T10:11:55.476Z] ---> Using cache [2021-02-25T10:11:55.476Z] ---> 4e532b49fa3a [2021-02-25T10:11:55.476Z] Step 7/23 : RUN go mod download [2021-02-25T10:11:55.991Z] ---> Running in e4882e790b4b [2021-02-25T10:11:56.368Z] ---> 6a5cf717e91d [2021-02-25T10:11:56.368Z] Step 7/26 : RUN go mod download [2021-02-25T10:11:56.368Z] ---> Running in caec9f10c517 [2021-02-25T10:11:56.705Z] ---> Running in 23e3b0cc0103 [2021-02-25T10:11:58.955Z] ---> 984b027d78fe [2021-02-25T10:11:58.955Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-25T10:11:59.558Z] ---> Running in defe6c39821b [2021-02-25T10:12:01.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-25T10:12:06.178Z] Removing intermediate container 23e3b0cc0103 [2021-02-25T10:12:06.178Z] ---> d66332f03995 [2021-02-25T10:12:06.178Z] Step 8/26 : COPY . . [2021-02-25T10:12:06.178Z] Removing intermediate container caec9f10c517 [2021-02-25T10:12:06.178Z] ---> 0f37471f77ac [2021-02-25T10:12:06.178Z] Step 8/23 : COPY . . [2021-02-25T10:12:06.178Z] Removing intermediate container 034beaa2bdf0 [2021-02-25T10:12:06.178Z] ---> ce30d16f9cf9 [2021-02-25T10:12:06.178Z] Step 8/23 : COPY . . [2021-02-25T10:12:06.953Z] ---> 90337ef8a0c7 [2021-02-25T10:12:06.953Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-25T10:12:06.953Z] ---> c2b78d6ca654 [2021-02-25T10:12:06.953Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-25T10:12:06.953Z] ---> Running in 3efe01d0d8bd [2021-02-25T10:12:06.953Z] ---> Running in cc908e95ee5a [2021-02-25T10:12:07.100Z] Removing intermediate container e4882e790b4b [2021-02-25T10:12:07.100Z] ---> be82c9067a41 [2021-02-25T10:12:07.100Z] Step 8/21 : COPY . . [2021-02-25T10:12:09.587Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-25T10:12:09.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-25T10:12:12.497Z] Removing intermediate container 44ab5c7a1ddc [2021-02-25T10:12:12.497Z] ---> a31afa2277ff [2021-02-25T10:12:12.497Z] [2021-02-25T10:12:12.497Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T10:12:12.497Z] ---> d10569e2745f [2021-02-25T10:12:12.497Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T10:12:12.497Z] ---> Using cache [2021-02-25T10:12:12.497Z] ---> 67758f32945e [2021-02-25T10:12:12.497Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T10:12:12.497Z] ---> Using cache [2021-02-25T10:12:12.497Z] ---> 6e46a0abb103 [2021-02-25T10:12:12.497Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-25T10:12:12.497Z] ---> Running in 3900c4caf8dd [2021-02-25T10:12:13.105Z] Removing intermediate container 3900c4caf8dd [2021-02-25T10:12:13.105Z] ---> bd616ea77cbe [2021-02-25T10:12:13.105Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T10:12:13.392Z] ---> Running in 1b4c3d558e34 [2021-02-25T10:12:13.995Z] Removing intermediate container 1b4c3d558e34 [2021-02-25T10:12:13.995Z] ---> 116d1ee9a02c [2021-02-25T10:12:13.995Z] Step 15/23 : WORKDIR / [2021-02-25T10:12:14.275Z] ---> Running in 4cbc163e2977 [2021-02-25T10:12:15.287Z] Removing intermediate container 4cbc163e2977 [2021-02-25T10:12:15.287Z] ---> 4dcfa96f4194 [2021-02-25T10:12:15.287Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:12:16.279Z] ---> 559184a00ad8 [2021-02-25T10:12:16.279Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-25T10:12:18.271Z] ---> febdc56f6e08 [2021-02-25T10:12:18.271Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-25T10:12:19.284Z] ---> 96965d345163 [2021-02-25T10:12:19.284Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-25T10:12:19.284Z] ---> Running in ca636132df9f [2021-02-25T10:12:20.284Z] Removing intermediate container ca636132df9f [2021-02-25T10:12:20.284Z] ---> 9cde9a68a949 [2021-02-25T10:12:20.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:12:20.284Z] ---> Running in a4ec95b8abcc [2021-02-25T10:12:20.908Z] Removing intermediate container a4ec95b8abcc [2021-02-25T10:12:20.908Z] ---> 8e5df119981d [2021-02-25T10:12:20.908Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T10:12:21.191Z] ---> Running in f03ccb57f90a [2021-02-25T10:12:22.181Z] Removing intermediate container f03ccb57f90a [2021-02-25T10:12:22.181Z] ---> b74b4a85e626 [2021-02-25T10:12:22.181Z] Step 22/23 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:12:22.455Z] ---> Running in 46c12de224df [2021-02-25T10:12:23.049Z] Removing intermediate container 46c12de224df [2021-02-25T10:12:23.049Z] ---> 4fc4b58ded1f [2021-02-25T10:12:23.049Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T10:12:23.323Z] ---> Running in 917f816b1aad [2021-02-25T10:12:23.925Z] Removing intermediate container 917f816b1aad [2021-02-25T10:12:23.925Z] ---> 3f66be1d213d [2021-02-25T10:12:23.925Z] [2021-02-25T10:12:24.535Z] Successfully built 3f66be1d213d [2021-02-25T10:12:24.535Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-25T10:13:11.504Z]  Building docker-core-command-go ... done Removing intermediate container defe6c39821b [2021-02-25T10:13:11.504Z] ---> fcc888f12b4e [2021-02-25T10:13:11.504Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-25T10:13:11.504Z] ---> Running in 53d27de6a542 [2021-02-25T10:13:11.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-25T10:13:14.136Z] Removing intermediate container 53d27de6a542 [2021-02-25T10:13:14.136Z] ---> 451c05f8283b [2021-02-25T10:13:14.136Z] [2021-02-25T10:13:14.136Z] Step 11/26 : FROM docker:20.10.0 [2021-02-25T10:13:14.136Z] 20.10.0: Pulling from library/docker [2021-02-25T10:13:26.547Z] Removing intermediate container cc908e95ee5a [2021-02-25T10:13:26.547Z] ---> e6b08f5991d0 [2021-02-25T10:13:26.547Z] [2021-02-25T10:13:26.547Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T10:13:26.547Z] ---> d10569e2745f [2021-02-25T10:13:26.547Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-25T10:13:27.146Z] ---> Running in e6394abce338 [2021-02-25T10:13:27.745Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T10:13:27.745Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T10:13:27.745Z] ---> eeaf43b92773 [2021-02-25T10:13:27.745Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-25T10:13:28.337Z] ---> Running in 9e99947924c7 [2021-02-25T10:13:28.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:13:28.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:13:29.204Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-25T10:13:29.204Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-25T10:13:29.204Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:13:29.204Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T10:13:29.478Z] OK: 6 MiB in 16 packages [2021-02-25T10:13:29.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:13:29.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:13:30.075Z] (1/2) Installing readline (8.0.4-r0) [2021-02-25T10:13:30.075Z] (2/2) Installing bash (5.0.17-r0) [2021-02-25T10:13:30.075Z] Executing bash-5.0.17-r0.post-install [2021-02-25T10:13:30.075Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:13:30.075Z] OK: 12 MiB in 22 packages [2021-02-25T10:13:31.514Z] Removing intermediate container e6394abce338 [2021-02-25T10:13:31.514Z] ---> b9b264310f3e [2021-02-25T10:13:31.514Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T10:13:31.514Z] ---> Running in b4d404293ebb [2021-02-25T10:13:31.784Z] Removing intermediate container 9e99947924c7 [2021-02-25T10:13:31.784Z] ---> fc83debf0eb3 [2021-02-25T10:13:31.784Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-25T10:13:32.059Z] ---> Running in 103703646ac2 [2021-02-25T10:13:32.329Z] Removing intermediate container b4d404293ebb [2021-02-25T10:13:32.329Z] ---> e437959a06f9 [2021-02-25T10:13:32.329Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-25T10:13:32.600Z] ---> Running in a70aecb42c67 [2021-02-25T10:13:32.600Z] Removing intermediate container 103703646ac2 [2021-02-25T10:13:32.600Z] ---> 4cf7cf7a3f0e [2021-02-25T10:13:32.600Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-25T10:13:33.193Z] ---> Running in 6250d60a111a [2021-02-25T10:13:33.466Z] Removing intermediate container a70aecb42c67 [2021-02-25T10:13:33.466Z] ---> 3112886da5ae [2021-02-25T10:13:33.466Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T10:13:33.740Z] ---> Running in 340dc1c96e80 [2021-02-25T10:13:33.740Z] Removing intermediate container 6250d60a111a [2021-02-25T10:13:33.740Z] ---> c6a3f489f2d2 [2021-02-25T10:13:33.740Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-25T10:13:34.014Z] Removing intermediate container 3efe01d0d8bd [2021-02-25T10:13:34.014Z] ---> 1da468a7dbfd [2021-02-25T10:13:34.014Z] [2021-02-25T10:13:34.014Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T10:13:34.014Z] ---> d10569e2745f [2021-02-25T10:13:34.014Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-25T10:13:34.014Z] ---> Running in 0f0f40dd83f1 [2021-02-25T10:13:34.014Z] ---> Running in 4bd9190323e5 [2021-02-25T10:13:34.290Z] Removing intermediate container 340dc1c96e80 [2021-02-25T10:13:34.290Z] ---> 72f09071a036 [2021-02-25T10:13:34.290Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:13:34.561Z] Removing intermediate container 0f0f40dd83f1 [2021-02-25T10:13:34.561Z] ---> 85100df69b5a [2021-02-25T10:13:34.561Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-25T10:13:34.561Z] Removing intermediate container 4bd9190323e5 [2021-02-25T10:13:34.561Z] ---> 8a9fe7ad7405 [2021-02-25T10:13:34.561Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-25T10:13:34.833Z] ---> Running in 012bc1e4df31 [2021-02-25T10:13:35.110Z] ---> be3bd958a1dd [2021-02-25T10:13:35.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-25T10:13:35.110Z] Removing intermediate container 012bc1e4df31 [2021-02-25T10:13:35.110Z] ---> 8f14cfdb785e [2021-02-25T10:13:35.110Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-25T10:13:35.715Z] ---> Running in 95e45f50ed89 [2021-02-25T10:13:35.989Z] ---> 601f35ebab44 [2021-02-25T10:13:35.989Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-25T10:13:36.263Z] ---> 914cee6b9bb1 [2021-02-25T10:13:36.263Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-25T10:13:36.263Z] Removing intermediate container 95e45f50ed89 [2021-02-25T10:13:36.263Z] ---> 6ceff56468d4 [2021-02-25T10:13:36.263Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T10:13:36.534Z] ---> Running in f020db158174 [2021-02-25T10:13:36.805Z] ---> bfc3205eb464 [2021-02-25T10:13:36.805Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-25T10:13:37.079Z] ---> d60b42b90a27 [2021-02-25T10:13:37.079Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-25T10:13:37.079Z] ---> Running in 34f1f9ff188d [2021-02-25T10:13:38.065Z] Removing intermediate container 34f1f9ff188d [2021-02-25T10:13:38.065Z] ---> 41dd1a46c43f [2021-02-25T10:13:38.065Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:13:38.065Z] ---> b0752dc152fa [2021-02-25T10:13:38.065Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-25T10:13:38.065Z] ---> Running in 3f27f664176f [2021-02-25T10:13:38.065Z] ---> Running in e5d23ac49b33 [2021-02-25T10:13:38.672Z] Removing intermediate container 3f27f664176f [2021-02-25T10:13:38.672Z] ---> 10621ac5a3fb [2021-02-25T10:13:38.672Z] Step 20/22 : LABEL arch=arm64 [2021-02-25T10:13:38.945Z] ---> Running in 2a9f3b524b07 [2021-02-25T10:13:38.945Z] Removing intermediate container f020db158174 [2021-02-25T10:13:38.945Z] ---> ad8a206f1353 [2021-02-25T10:13:38.945Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-25T10:13:39.219Z] ---> Running in 340d574b3f35 [2021-02-25T10:13:39.495Z] Removing intermediate container 2a9f3b524b07 [2021-02-25T10:13:39.495Z] ---> 4b2552dd5c29 [2021-02-25T10:13:39.495Z] Step 21/22 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:13:39.770Z] ---> Running in fd831af070de [2021-02-25T10:13:39.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:13:40.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:13:40.317Z] Removing intermediate container fd831af070de [2021-02-25T10:13:40.317Z] ---> fe51fc0c1492 [2021-02-25T10:13:40.317Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T10:13:40.317Z] ---> Running in 178ed581b1e4 [2021-02-25T10:13:40.586Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-25T10:13:40.586Z] (2/33) Installing expat (2.2.9-r1) [2021-02-25T10:13:40.586Z] (3/33) Installing libffi (3.3-r2) [2021-02-25T10:13:40.586Z] (4/33) Installing gdbm (1.13-r1) [2021-02-25T10:13:40.586Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-25T10:13:40.586Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-25T10:13:40.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:13:40.586Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-25T10:13:41.176Z] Removing intermediate container 178ed581b1e4 [2021-02-25T10:13:41.176Z] ---> a025189878f2 [2021-02-25T10:13:41.176Z] [2021-02-25T10:13:41.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:13:41.446Z] Successfully built a025189878f2 [2021-02-25T10:13:41.446Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-25T10:13:42.416Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-25T10:13:42.416Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-25T10:13:42.416Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-25T10:13:42.416Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-25T10:13:42.416Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-25T10:13:42.416Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-25T10:13:42.416Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-25T10:13:42.416Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-25T10:13:42.416Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-25T10:13:42.687Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-25T10:13:42.687Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-25T10:13:42.687Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-25T10:13:42.687Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-25T10:13:42.687Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-25T10:13:42.687Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-25T10:13:42.687Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-25T10:13:42.687Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-25T10:13:42.687Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-25T10:13:42.687Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-25T10:13:42.687Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-25T10:13:42.687Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-25T10:13:42.687Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-25T10:13:42.687Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-25T10:13:42.687Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-25T10:13:42.991Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-25T10:13:42.991Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-25T10:13:42.991Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-25T10:13:42.991Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-25T10:13:42.991Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-25T10:13:42.991Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-25T10:13:42.991Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:13:42.991Z] OK: 71 MiB in 55 packages [2021-02-25T10:13:42.991Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T10:13:43.305Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-25T10:13:43.305Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:13:43.305Z] OK: 8 MiB in 20 packages [2021-02-25T10:13:45.938Z] Removing intermediate container 340d574b3f35 [2021-02-25T10:13:45.938Z] ---> cbcac8f046cb [2021-02-25T10:13:45.938Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:13:46.532Z] ---> 308f6abbd6d3 [2021-02-25T10:13:46.532Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-25T10:13:48.529Z] ---> 4e47c1375861 [2021-02-25T10:13:48.529Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-25T10:13:49.123Z] ---> 50652d4b4a6b [2021-02-25T10:13:49.123Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-25T10:13:49.123Z] ---> Running in 18127aee0cbc [2021-02-25T10:13:49.717Z] Removing intermediate container e5d23ac49b33 [2021-02-25T10:13:49.717Z] ---> c694d8fe4718 [2021-02-25T10:13:49.717Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-25T10:13:49.997Z] Removing intermediate container 18127aee0cbc [2021-02-25T10:13:49.997Z] ---> 0a433c2e14e6 [2021-02-25T10:13:49.997Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:13:49.997Z] ---> Running in 24c9820c12ac [2021-02-25T10:13:49.997Z] ---> Running in fd3cc4d29cae [2021-02-25T10:13:50.595Z] Removing intermediate container fd3cc4d29cae [2021-02-25T10:13:50.595Z] ---> e52d71613985 [2021-02-25T10:13:50.595Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T10:13:50.595Z] ---> Running in f945e7fbbe6b [2021-02-25T10:13:51.189Z] Removing intermediate container f945e7fbbe6b [2021-02-25T10:13:51.189Z] ---> c2faf6b5987f [2021-02-25T10:13:51.189Z] Step 22/23 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:13:51.466Z] ---> Running in 9dd442a5ac14 [2021-02-25T10:13:52.059Z] Removing intermediate container 9dd442a5ac14 [2021-02-25T10:13:52.059Z] ---> 4fee157df721 [2021-02-25T10:13:52.059Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T10:13:52.059Z] ---> Running in 5116a9031c5a [2021-02-25T10:13:52.652Z] Removing intermediate container 5116a9031c5a [2021-02-25T10:13:52.652Z] ---> 5a0f30a25506 [2021-02-25T10:13:52.652Z] [2021-02-25T10:13:52.930Z] Successfully built 5a0f30a25506 [2021-02-25T10:13:52.930Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-25T10:13:54.891Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-25T10:13:54.891Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-25T10:13:55.861Z] Collecting docker<4.0,>=3.6.0 [2021-02-25T10:13:55.861Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-25T10:13:56.132Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-25T10:13:56.400Z] Collecting texttable<0.10,>=0.9.0 [2021-02-25T10:13:56.400Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-25T10:13:58.357Z] Collecting docopt<0.7,>=0.6.1 [2021-02-25T10:13:58.357Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-25T10:14:00.958Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-25T10:14:00.958Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-25T10:14:01.549Z] Collecting PyYAML<4,>=3.10 [2021-02-25T10:14:01.549Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-25T10:14:04.937Z] Collecting cached-property<2,>=1.2.0 [2021-02-25T10:14:04.937Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-25T10:14:04.937Z] Collecting jsonschema<3,>=2.5.1 [2021-02-25T10:14:04.937Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-25T10:14:05.528Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-25T10:14:05.528Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-25T10:14:05.799Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-25T10:14:05.799Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-25T10:14:07.763Z] Collecting docker-pycreds>=0.4.0 [2021-02-25T10:14:07.763Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-25T10:14:08.033Z] Collecting idna<2.8,>=2.5 [2021-02-25T10:14:08.033Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-25T10:14:08.622Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-25T10:14:08.622Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-25T10:14:08.622Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-25T10:14:08.892Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-25T10:14:08.892Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-25T10:14:08.892Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-25T10:14:08.892Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-25T10:14:08.892Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-25T10:14:09.482Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, PyYAML, cached-property, jsonschema, dockerpty, docker-compose [2021-02-25T10:14:09.753Z] Attempting uninstall: idna [2021-02-25T10:14:09.753Z] Found existing installation: idna 2.9 [2021-02-25T10:14:09.753Z] Uninstalling idna-2.9: [2021-02-25T10:14:10.025Z] Successfully uninstalled idna-2.9 [2021-02-25T10:14:10.616Z] Attempting uninstall: urllib3 [2021-02-25T10:14:10.616Z] Found existing installation: urllib3 1.25.9 [2021-02-25T10:14:10.616Z] Uninstalling urllib3-1.25.9: [2021-02-25T10:14:10.616Z] Successfully uninstalled urllib3-1.25.9 [2021-02-25T10:14:11.204Z] Attempting uninstall: requests [2021-02-25T10:14:11.204Z] Found existing installation: requests 2.23.0 [2021-02-25T10:14:11.204Z] Uninstalling requests-2.23.0: [2021-02-25T10:14:11.475Z] Successfully uninstalled requests-2.23.0 [2021-02-25T10:14:12.444Z] Running setup.py install for texttable: started [2021-02-25T10:14:14.403Z] Running setup.py install for texttable: finished with status 'done' [2021-02-25T10:14:14.403Z] Running setup.py install for docopt: started [2021-02-25T10:14:15.827Z] Running setup.py install for docopt: finished with status 'done' [2021-02-25T10:14:15.827Z] Running setup.py install for PyYAML: started [2021-02-25T10:14:17.791Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-25T10:14:18.384Z] Running setup.py install for dockerpty: started [2021-02-25T10:14:19.362Z] ---> a68e819f16a9 [2021-02-25T10:14:19.362Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-25T10:14:19.362Z] ---> a1d25baca859 [2021-02-25T10:14:19.362Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-25T10:14:19.362Z] ---> Running in 42a60ac8f8e0 [2021-02-25T10:14:19.362Z] ---> Running in 6bdd941574f7 [2021-02-25T10:14:19.362Z] ---> ab075b400d5b [2021-02-25T10:14:19.362Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-25T10:14:19.362Z] ---> 76fffa13ce77 [2021-02-25T10:14:19.362Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-25T10:14:19.362Z] ---> Running in 215fa8f7bb06 [2021-02-25T10:14:19.362Z] ---> Running in 9909ee08d45b [2021-02-25T10:14:19.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-25T10:14:19.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-25T10:14:19.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-25T10:14:19.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-25T10:14:20.348Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-25T10:14:20.937Z] 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.57.0 [2021-02-25T10:14:25.222Z] Removing intermediate container 24c9820c12ac [2021-02-25T10:14:25.222Z] ---> 4a979ee42682 [2021-02-25T10:14:25.222Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-25T10:14:25.222Z] ---> Running in 6f288de159f4 [2021-02-25T10:14:26.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T10:14:26.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T10:14:27.058Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T10:14:27.058Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-25T10:14:27.058Z] (3/3) Installing curl (7.69.1-r3) [2021-02-25T10:14:27.058Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:14:27.058Z] OK: 71 MiB in 58 packages [2021-02-25T10:14:28.036Z] Removing intermediate container 6f288de159f4 [2021-02-25T10:14:28.036Z] ---> 6c38f47ef196 [2021-02-25T10:14:28.036Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-25T10:14:28.307Z] ---> Running in 5eefb4df7235 [2021-02-25T10:14:28.581Z] Removing intermediate container 5eefb4df7235 [2021-02-25T10:14:28.853Z] ---> 7506c411cf24 [2021-02-25T10:14:28.853Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:14:28.853Z] ---> Running in f5c56e4dece1 [2021-02-25T10:14:29.444Z] Removing intermediate container f5c56e4dece1 [2021-02-25T10:14:29.444Z] ---> e5d8d45a4f20 [2021-02-25T10:14:29.444Z] Step 24/26 : LABEL arch=arm64 [2021-02-25T10:14:29.444Z] ---> Running in 9656db447b13 [2021-02-25T10:14:29.716Z] Removing intermediate container 9656db447b13 [2021-02-25T10:14:29.716Z] ---> a76fe6833680 [2021-02-25T10:14:29.716Z] Step 25/26 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:14:29.989Z] ---> Running in 66e2847804f4 [2021-02-25T10:14:30.262Z] Removing intermediate container 66e2847804f4 [2021-02-25T10:14:30.262Z] ---> 520ccd802333 [2021-02-25T10:14:30.262Z] Step 26/26 : LABEL version=0.0.0 [2021-02-25T10:14:30.534Z] ---> Running in ee249deafbb8 [2021-02-25T10:14:30.805Z] Removing intermediate container ee249deafbb8 [2021-02-25T10:14:30.806Z] ---> bb10f37983df [2021-02-25T10:14:30.806Z] [2021-02-25T10:14:31.399Z] Successfully built bb10f37983df [2021-02-25T10:14:31.399Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-25T10:14:31.687Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-25T10:14:31.730Z] $ docker stop --time=1 051a29b96ca7eacc84612fe9250eb6620721297d2042741c3fc265a6fd48760b [2021-02-25T10:14:33.609Z] $ docker rm -f 051a29b96ca7eacc84612fe9250eb6620721297d2042741c3fc265a6fd48760b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T10:14:34.211Z] + docker images [2021-02-25T10:14:34.211Z] + grep docker [2021-02-25T10:14:34.481Z] docker-sys-mgmt-agent-go-arm64 latest bb10f37983df 4 seconds ago 300MB [2021-02-25T10:14:34.481Z] docker-core-data-go-arm64 latest 5a0f30a25506 42 seconds ago 21.1MB [2021-02-25T10:14:34.481Z] docker-support-notifications-go-arm64 latest a025189878f2 54 seconds ago 16.8MB [2021-02-25T10:14:34.481Z] docker-core-command-go-arm64 latest 3f66be1d213d 2 minutes ago 16.2MB [2021-02-25T10:14:34.481Z] docker-security-bootstrapper-go-arm64 latest ed76356b6158 3 minutes ago 17.3MB [2021-02-25T10:14:34.481Z] docker-core-metadata-go-arm64 latest 85dc5a0cb68c 4 minutes ago 17.9MB [2021-02-25T10:14:34.481Z] docker-support-scheduler-go-arm64 latest 3ccec64a0723 4 minutes ago 16.3MB [2021-02-25T10:14:34.481Z] docker-security-secretstore-setup-go-arm64 latest 5d0ada3f2c95 4 minutes ago 23.7MB [2021-02-25T10:14:34.481Z] docker-security-proxy-setup-go-arm64 latest 19701acd5e9a 4 minutes ago 23.4MB [2021-02-25T10:14:34.481Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:14:35.602Z] ---> job-cost.sh [2021-02-25T10:14:35.602Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-InOG [2021-02-25T10:15:14.586Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T10:15:44.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-25T10:15:46.785Z] Removing intermediate container 42a60ac8f8e0 [2021-02-25T10:15:46.785Z] ---> 79f08cb62868 [2021-02-25T10:15:46.785Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-25T10:15:48.492Z] ---> Running in 0500d7cbbf3b [2021-02-25T10:15:52.053Z] Removing intermediate container 9909ee08d45b [2021-02-25T10:15:52.053Z] ---> 7dfba1924a3f [2021-02-25T10:15:52.053Z] [2021-02-25T10:15:52.053Z] Step 10/21 : FROM alpine:3.12 [2021-02-25T10:15:52.053Z] ---> 88dd2752d2ea [2021-02-25T10:15:52.053Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-25T10:15:52.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-25T10:15:53.474Z] Removing intermediate container 6bdd941574f7 [2021-02-25T10:15:53.474Z] ---> 31b05ab8137b [2021-02-25T10:15:53.474Z] [2021-02-25T10:15:53.474Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T10:15:53.474Z] ---> 88dd2752d2ea [2021-02-25T10:15:53.474Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T10:15:53.474Z] ---> Using cache [2021-02-25T10:15:53.474Z] ---> 6bcb5c127898 [2021-02-25T10:15:53.474Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T10:15:53.474Z] ---> Using cache [2021-02-25T10:15:53.474Z] ---> cd7e1a35df77 [2021-02-25T10:15:53.474Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-25T10:15:55.223Z] ---> Running in 0af3ec184a7c [2021-02-25T10:15:55.575Z] ---> Running in dc2d200728b0 [2021-02-25T10:15:57.697Z] Removing intermediate container dc2d200728b0 [2021-02-25T10:15:57.697Z] ---> b6f4c5569371 [2021-02-25T10:15:57.697Z] Removing intermediate container 215fa8f7bb06 [2021-02-25T10:15:57.697Z] ---> e44a9d92a593 [2021-02-25T10:15:57.697Z] [2021-02-25T10:15:57.697Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T10:15:57.697Z] ---> 88dd2752d2ea [2021-02-25T10:15:57.697Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T10:15:57.697Z] ---> Using cache [2021-02-25T10:15:57.697Z] ---> 6bcb5c127898 [2021-02-25T10:15:57.697Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T10:15:57.697Z] ---> Using cache [2021-02-25T10:15:57.697Z] ---> cd7e1a35df77 [2021-02-25T10:15:57.697Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-25T10:15:57.697Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T10:15:58.353Z] ---> Running in 18eab85ef781 [2021-02-25T10:15:58.353Z] ---> Running in 31aec3e5a147 [2021-02-25T10:15:59.200Z] Removing intermediate container 0500d7cbbf3b [2021-02-25T10:15:59.200Z] ---> 8690b10cb9cc [2021-02-25T10:15:59.200Z] [2021-02-25T10:15:59.200Z] Step 11/26 : FROM docker:20.10.0 [2021-02-25T10:15:59.200Z] Removing intermediate container 31aec3e5a147 [2021-02-25T10:15:59.200Z] ---> 7df5ab6a483b [2021-02-25T10:15:59.200Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T10:16:00.262Z] Removing intermediate container 18eab85ef781 [2021-02-25T10:16:00.262Z] ---> f210be95011c [2021-02-25T10:16:00.262Z] Step 15/23 : WORKDIR / [2021-02-25T10:16:00.262Z] ---> Running in a901f0b20517 [2021-02-25T10:16:00.262Z] 20.10.0: Pulling from library/docker [2021-02-25T10:16:00.262Z] ---> Running in 9509e1895cce [2021-02-25T10:16:00.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:16:01.280Z] Removing intermediate container a901f0b20517 [2021-02-25T10:16:01.280Z] ---> aac71a3d529c [2021-02-25T10:16:01.280Z] Step 15/23 : WORKDIR / [2021-02-25T10:16:01.280Z] Removing intermediate container 9509e1895cce [2021-02-25T10:16:01.280Z] ---> 14f8e021dcc6 [2021-02-25T10:16:01.280Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:16:01.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:16:01.280Z] ---> Running in a85dc56da5cf [2021-02-25T10:16:04.756Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-25T10:16:04.756Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T10:16:04.756Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-25T10:16:04.756Z] (4/4) Installing curl (7.69.1-r3) [2021-02-25T10:16:04.756Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:16:04.756Z] Removing intermediate container a85dc56da5cf [2021-02-25T10:16:04.756Z] ---> 2efc7ec2a3b6 [2021-02-25T10:16:04.756Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T10:16:04.756Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T10:16:04.756Z] OK: 7 MiB in 18 packages [2021-02-25T10:16:06.796Z] ---> ec6f726a175f [2021-02-25T10:16:06.796Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-25T10:16:07.874Z] ---> 14d0b5c7abda [2021-02-25T10:16:07.874Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-25T10:16:09.696Z] Removing intermediate container 0af3ec184a7c [2021-02-25T10:16:09.696Z] ---> c881494a196d [2021-02-25T10:16:09.696Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T10:16:10.173Z] ---> 3fe9c26f460e [2021-02-25T10:16:10.173Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-25T10:16:10.173Z] ---> Running in 09de161f28d2 [2021-02-25T10:16:11.102Z] ---> ee2f0c283cd6 [2021-02-25T10:16:11.102Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-25T10:16:13.035Z] Removing intermediate container 09de161f28d2 [2021-02-25T10:16:13.035Z] ---> 44c589653e51 [2021-02-25T10:16:13.035Z] Step 13/21 : WORKDIR /edgex [2021-02-25T10:16:13.035Z] ---> bec91ca2c425 [2021-02-25T10:16:13.035Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-25T10:16:13.035Z] ---> Running in 7cae2bba3ba0 [2021-02-25T10:16:13.035Z] ---> Running in c59772044b64 [2021-02-25T10:16:13.540Z] ---> a4befa3978fd [2021-02-25T10:16:13.540Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-25T10:16:13.540Z] ---> Running in eb2b8e6e11fd [2021-02-25T10:16:13.996Z] Removing intermediate container c59772044b64 [2021-02-25T10:16:13.996Z] ---> 76969ffb0e5b [2021-02-25T10:16:13.996Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:16:13.996Z] Removing intermediate container 7cae2bba3ba0 [2021-02-25T10:16:13.996Z] ---> e399d1fb1877 [2021-02-25T10:16:13.996Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-25T10:16:13.996Z] ---> Running in c3a31576ed69 [2021-02-25T10:16:14.362Z] Removing intermediate container eb2b8e6e11fd [2021-02-25T10:16:14.362Z] ---> c1f79267d51f [2021-02-25T10:16:14.362Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:16:14.776Z] ---> Running in df08fd1542e0 [2021-02-25T10:16:14.776Z] Removing intermediate container c3a31576ed69 [2021-02-25T10:16:14.776Z] ---> 74872707e53a [2021-02-25T10:16:14.776Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T10:16:15.540Z] ---> Running in 3b638ba1d758 [2021-02-25T10:16:15.540Z] ---> 9b99817cb220 [2021-02-25T10:16:15.540Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-25T10:16:15.540Z] Removing intermediate container df08fd1542e0 [2021-02-25T10:16:15.540Z] ---> 7bdff7382d79 [2021-02-25T10:16:15.540Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T10:16:15.893Z] Removing intermediate container 3b638ba1d758 [2021-02-25T10:16:15.893Z] ---> 690efb011c39 [2021-02-25T10:16:15.893Z] Step 22/23 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:16:16.280Z] ---> Running in a8819b6ee0c9 [2021-02-25T10:16:16.280Z] ---> Running in 0e3c16f460c4 [2021-02-25T10:16:16.690Z] ---> 85af514b5678 [2021-02-25T10:16:16.690Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-25T10:16:16.690Z] Removing intermediate container a8819b6ee0c9 [2021-02-25T10:16:16.690Z] ---> 5933bc2634c9 [2021-02-25T10:16:16.690Z] Step 22/23 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:16:17.607Z] Removing intermediate container 0e3c16f460c4 [2021-02-25T10:16:17.607Z] ---> 6671976c2e1c [2021-02-25T10:16:17.607Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T10:16:18.732Z] ---> Running in 6b0e2e3f9117 [2021-02-25T10:16:19.142Z] ---> Running in 7362d721a038 [2021-02-25T10:16:22.331Z] ---> 91d4b90f98fa [2021-02-25T10:16:22.331Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-25T10:16:22.331Z] Removing intermediate container 6b0e2e3f9117 [2021-02-25T10:16:22.331Z] ---> 1e1da4ffccae [2021-02-25T10:16:22.331Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T10:16:22.331Z] Removing intermediate container 7362d721a038 [2021-02-25T10:16:22.331Z] ---> 3673a95a0818 [2021-02-25T10:16:22.331Z] [2021-02-25T10:16:22.331Z] ---> Running in 3166c5659c1a [2021-02-25T10:16:22.331Z] ---> Running in cd879b0dbf97 [2021-02-25T10:16:23.368Z] Removing intermediate container cd879b0dbf97 [2021-02-25T10:16:23.368Z] ---> ef3d8175fa62 [2021-02-25T10:16:23.368Z] [2021-02-25T10:16:23.368Z] Successfully built 3673a95a0818 [2021-02-25T10:16:23.368Z] Removing intermediate container 3166c5659c1a [2021-02-25T10:16:23.368Z] ---> e28e7ac1fdf6 [2021-02-25T10:16:23.368Z] Step 18/21 : CMD ["--init=true"] [2021-02-25T10:16:23.368Z] Successfully tagged docker-core-command-go:latest [2021-02-25T10:16:23.783Z]  Building docker-core-command-go ... done  ---> Running in 0f1f65e00eda [2021-02-25T10:16:23.783Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T10:16:23.783Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T10:16:23.783Z] ---> aefe523efa57 [2021-02-25T10:16:23.783Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-25T10:16:23.783Z] Removing intermediate container 0f1f65e00eda [2021-02-25T10:16:23.783Z] ---> 09fe62a26cc6 [2021-02-25T10:16:23.783Z] Step 19/21 : LABEL arch=x86_64 [2021-02-25T10:16:23.783Z] Successfully built ef3d8175fa62 [2021-02-25T10:16:24.074Z] Successfully tagged docker-core-metadata-go:latest [2021-02-25T10:16:24.618Z]  Building docker-core-metadata-go ... done  ---> Running in 82a9470262f1 [2021-02-25T10:16:24.618Z] ---> Running in f1227a72fa6f [2021-02-25T10:16:25.957Z] Removing intermediate container f1227a72fa6f [2021-02-25T10:16:25.957Z] ---> 3686f0cf238a [2021-02-25T10:16:25.957Z] Step 20/21 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:16:26.251Z] ---> Running in 92dc807cfe1e [2021-02-25T10:16:26.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:16:26.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:16:26.999Z] Removing intermediate container 92dc807cfe1e [2021-02-25T10:16:26.999Z] ---> 4f4a8d3246ad [2021-02-25T10:16:26.999Z] Step 21/21 : LABEL version=0.0.0 [2021-02-25T10:16:26.999Z] ---> Running in 8e61eb9400a2 [2021-02-25T10:16:27.318Z] (1/2) Installing readline (8.0.4-r0) [2021-02-25T10:16:27.318Z] (2/2) Installing bash (5.0.17-r0) [2021-02-25T10:16:27.318Z] Executing bash-5.0.17-r0.post-install [2021-02-25T10:16:27.318Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:16:27.318Z] OK: 12 MiB in 22 packages [2021-02-25T10:16:27.977Z] Removing intermediate container 8e61eb9400a2 [2021-02-25T10:16:27.977Z] ---> c6e0459d1e46 [2021-02-25T10:16:27.977Z] [2021-02-25T10:16:28.972Z] Successfully built c6e0459d1e46 [2021-02-25T10:16:28.972Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-25T10:16:29.262Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 82a9470262f1 [2021-02-25T10:16:29.262Z] ---> 40e89f7e4bfc [2021-02-25T10:16:29.262Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-25T10:16:29.262Z] ---> Running in 49f911f8eb3b [2021-02-25T10:16:30.390Z] Removing intermediate container 49f911f8eb3b [2021-02-25T10:16:30.390Z] ---> 545ad1e2edea [2021-02-25T10:16:30.390Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-25T10:16:30.390Z] ---> Running in 80db1a562aba [2021-02-25T10:16:31.084Z] Removing intermediate container 80db1a562aba [2021-02-25T10:16:31.084Z] ---> aa11bc445527 [2021-02-25T10:16:31.084Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-25T10:16:31.374Z] ---> Running in 8722f7b6dcc3 [2021-02-25T10:16:31.753Z] Removing intermediate container 8722f7b6dcc3 [2021-02-25T10:16:31.753Z] ---> bb61ade5ade1 [2021-02-25T10:16:31.753Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-25T10:16:32.854Z] ---> 4db20993bae4 [2021-02-25T10:16:32.854Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-25T10:16:34.340Z] ---> bccc15cb27a3 [2021-02-25T10:16:34.340Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-25T10:16:34.998Z] ---> 0070fe988289 [2021-02-25T10:16:34.998Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-25T10:16:34.998Z] ---> Running in 26dd5e71d1d8 [2021-02-25T10:16:35.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:16:36.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:16:37.324Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-25T10:16:37.324Z] (2/33) Installing expat (2.2.9-r1) [2021-02-25T10:16:37.324Z] (3/33) Installing libffi (3.3-r2) [2021-02-25T10:16:37.324Z] (4/33) Installing gdbm (1.13-r1) [2021-02-25T10:16:37.324Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-25T10:16:37.324Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-25T10:16:37.324Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-25T10:16:39.497Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-25T10:16:39.497Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-25T10:16:39.497Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-25T10:16:39.497Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-25T10:16:39.497Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-25T10:16:39.497Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-25T10:16:39.497Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-25T10:16:39.770Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-25T10:16:39.770Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-25T10:16:39.770Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-25T10:16:39.770Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-25T10:16:39.770Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-25T10:16:39.770Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-25T10:16:39.770Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-25T10:16:39.770Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-25T10:16:39.770Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-25T10:16:40.447Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-25T10:16:40.447Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-25T10:16:40.447Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-25T10:16:40.447Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-25T10:16:40.447Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-25T10:16:40.447Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-25T10:16:40.447Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-25T10:16:40.447Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-25T10:16:41.155Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-25T10:16:41.155Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-25T10:16:41.578Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:16:41.578Z] OK: 71 MiB in 55 packages [2021-02-25T10:16:55.421Z] Removing intermediate container 26dd5e71d1d8 [2021-02-25T10:16:55.421Z] ---> c0eceda3e21e [2021-02-25T10:16:55.421Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-25T10:16:55.788Z] ---> Running in d4c2f3bca8fa [2021-02-25T10:17:02.249Z] Collecting docker-compose==1.23.2 [2021-02-25T10:17:02.249Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-25T10:17:02.249Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-25T10:17:02.249Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-25T10:17:03.633Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-25T10:17:03.633Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-25T10:17:04.946Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-25T10:17:04.946Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-25T10:17:05.560Z] Collecting docker<4.0,>=3.6.0 [2021-02-25T10:17:05.560Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-25T10:17:05.855Z] Collecting texttable<0.10,>=0.9.0 [2021-02-25T10:17:05.855Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-25T10:17:07.132Z] Collecting jsonschema<3,>=2.5.1 [2021-02-25T10:17:07.132Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-25T10:17:07.132Z] Collecting docopt<0.7,>=0.6.1 [2021-02-25T10:17:07.132Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-25T10:17:08.379Z] Collecting PyYAML<4,>=3.10 [2021-02-25T10:17:08.379Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-25T10:17:10.178Z] Collecting cached-property<2,>=1.2.0 [2021-02-25T10:17:10.178Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-25T10:17:10.178Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-25T10:17:10.178Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-25T10:17:10.178Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-25T10:17:10.178Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-25T10:17:10.537Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-25T10:17:10.537Z] Collecting idna<2.8,>=2.5 [2021-02-25T10:17:10.537Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-25T10:17:10.537Z] Collecting docker-pycreds>=0.4.0 [2021-02-25T10:17:10.537Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-25T10:17:10.537Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-25T10:17:10.537Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-25T10:17:10.537Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-25T10:17:10.537Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-25T10:17:11.055Z] Installing collected packages: dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, docopt, PyYAML, cached-property, docker-compose [2021-02-25T10:17:11.055Z] Running setup.py install for dockerpty: started [2021-02-25T10:17:11.899Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-25T10:17:11.899Z] Attempting uninstall: urllib3 [2021-02-25T10:17:11.899Z] Found existing installation: urllib3 1.25.9 [2021-02-25T10:17:11.899Z] Uninstalling urllib3-1.25.9: [2021-02-25T10:17:11.899Z] Successfully uninstalled urllib3-1.25.9 [2021-02-25T10:17:12.215Z] Attempting uninstall: idna [2021-02-25T10:17:12.215Z] Found existing installation: idna 2.9 [2021-02-25T10:17:12.215Z] Uninstalling idna-2.9: [2021-02-25T10:17:12.501Z] Successfully uninstalled idna-2.9 [2021-02-25T10:17:12.800Z] Attempting uninstall: requests [2021-02-25T10:17:12.800Z] Found existing installation: requests 2.23.0 [2021-02-25T10:17:12.800Z] Uninstalling requests-2.23.0: [2021-02-25T10:17:12.800Z] Successfully uninstalled requests-2.23.0 [2021-02-25T10:17:13.612Z] Running setup.py install for texttable: started [2021-02-25T10:17:14.942Z] Running setup.py install for texttable: finished with status 'done' [2021-02-25T10:17:14.942Z] Running setup.py install for docopt: started [2021-02-25T10:17:16.676Z] Running setup.py install for docopt: finished with status 'done' [2021-02-25T10:17:16.676Z] Running setup.py install for PyYAML: started [2021-02-25T10:17:18.233Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-25T10:17:19.105Z] 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.57.0 [2021-02-25T10:17:24.076Z] Removing intermediate container d4c2f3bca8fa [2021-02-25T10:17:24.076Z] ---> 1f6bd3dc80dd [2021-02-25T10:17:24.076Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-25T10:17:24.076Z] ---> Running in ff36a174aadf [2021-02-25T10:17:26.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T10:17:28.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T10:17:29.441Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T10:17:29.441Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-25T10:17:29.441Z] (3/3) Installing curl (7.69.1-r3) [2021-02-25T10:17:29.441Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T10:17:29.441Z] OK: 72 MiB in 58 packages [2021-02-25T10:17:31.865Z] Removing intermediate container ff36a174aadf [2021-02-25T10:17:31.865Z] ---> b231af815c7f [2021-02-25T10:17:31.865Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-25T10:17:31.865Z] ---> Running in 616d95bb5a4b [2021-02-25T10:17:32.246Z] Removing intermediate container 616d95bb5a4b [2021-02-25T10:17:32.246Z] ---> 10621f99ec07 [2021-02-25T10:17:32.246Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T10:17:32.246Z] ---> Running in 6080d2a623c0 [2021-02-25T10:17:34.670Z] Removing intermediate container 6080d2a623c0 [2021-02-25T10:17:34.670Z] ---> 1389bb416a3c [2021-02-25T10:17:34.670Z] Step 24/26 : LABEL arch=x86_64 [2021-02-25T10:17:34.670Z] ---> Running in 06f6d35af911 [2021-02-25T10:17:34.670Z] Removing intermediate container 06f6d35af911 [2021-02-25T10:17:34.670Z] ---> b81a38fae97e [2021-02-25T10:17:34.670Z] Step 25/26 : LABEL git_sha=2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:17:35.610Z] ---> Running in 1b69cc3bede6 [2021-02-25T10:17:35.932Z] Removing intermediate container 1b69cc3bede6 [2021-02-25T10:17:35.932Z] ---> 4fb8d3fcc736 [2021-02-25T10:17:35.932Z] Step 26/26 : LABEL version=0.0.0 [2021-02-25T10:17:35.932Z] ---> Running in 1c2650844166 [2021-02-25T10:17:36.355Z] Removing intermediate container 1c2650844166 [2021-02-25T10:17:36.355Z] ---> 04d04591e27f [2021-02-25T10:17:36.355Z] [2021-02-25T10:17:36.379Z] lf-activate-venv(): INFO: Adding /tmp/venv-InOG/bin to PATH [2021-02-25T10:17:36.379Z] INFO: No Stack... [2021-02-25T10:17:36.379Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-25T10:17:36.379Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T10:17:36.717Z] + cat /w/workspace/edgex-go/9/archives/cost.csv [2021-02-25T10:17:36.717Z] + cut -d, -f6 [2021-02-25T10:17:36.724Z] Successfully built 04d04591e27f [2021-02-25T10:17:36.724Z] Successfully tagged docker-sys-mgmt-agent-go:latest [Pipeline] lock [2021-02-25T10:17:36.826Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3183-9-stack-cost] [2021-02-25T10:17:36.834Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3183-9-stack-cost] did not exist. Created. [2021-02-25T10:17:36.834Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3183-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T10:17:37.266Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-25T10:17:37.448Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-25T10:17:37.579Z] Stashed 1 file(s) [2021-02-25T10:17:37.514Z] $ docker stop --time=1 963762da04de6921fd461a33a874cd1b0104c06206fe79a45da68ec080403b04 [2021-02-25T10:17:41.728Z] $ docker rm -f 963762da04de6921fd461a33a874cd1b0104c06206fe79a45da68ec080403b04 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-02-25T10:17:43.311Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3183-9-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-25T10:17:43.628Z] + docker images [2021-02-25T10:17:43.628Z] + grep docker [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T10:17:45.888Z] docker-sys-mgmt-agent-go latest 04d04591e27f 10 seconds ago 313MB [2021-02-25T10:17:45.889Z] docker-security-proxy-setup-go latest c6e0459d1e46 About a minute ago 24.7MB [2021-02-25T10:17:45.889Z] docker-core-metadata-go latest ef3d8175fa62 About a minute ago 19MB [2021-02-25T10:17:45.889Z] docker-core-command-go latest 3673a95a0818 About a minute ago 17MB [2021-02-25T10:17:45.889Z] docker-security-bootstrapper-go latest 23ad4e0bb3ac 7 minutes ago 18.3MB [2021-02-25T10:17:45.889Z] docker-core-data-go latest b281ab47a205 7 minutes ago 22.4MB [2021-02-25T10:17:45.889Z] docker-security-secretstore-setup-go latest 78313f7b566e 8 minutes ago 24.9MB [2021-02-25T10:17:45.889Z] docker-support-notifications-go latest e6aed232f072 8 minutes ago 17.8MB [2021-02-25T10:17:45.889Z] docker-support-scheduler-go latest db65d04eb39f 8 minutes ago 17.2MB [2021-02-25T10:17:45.889Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-25T10:18:01.836Z] Still waiting to schedule task [2021-02-25T10:18:01.837Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-25T10:18:50.242Z] Running on prd-ubuntu18.04-docker-8c-8g-27639 in /w/workspace/edgexfoundry_edgex-go_PR-3183 [Pipeline] { [Pipeline] ws [2021-02-25T10:18:50.297Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-25T10:18:52.400Z] using credential edgex-jenkins-ssh [2021-02-25T10:18:52.449Z] Cloning the remote Git repository [2021-02-25T10:18:52.474Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-25T10:18:52.539Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-25T10:18:52.572Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T10:18:52.573Z] > git --version # timeout=10 [2021-02-25T10:18:52.581Z] > git --version # 'git version 2.17.1' [2021-02-25T10:18:52.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T10:18:52.601Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T10:19:07.361Z] Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:19:07.477Z] Merge succeeded, producing 2c30f229987106f00c437908f9cf932650acd681 [2021-02-25T10:19:07.478Z] Checking out Revision 2c30f229987106f00c437908f9cf932650acd681 (PR-3183) [2021-02-25T10:19:06.609Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T10:19:06.616Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T10:19:06.626Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T10:19:06.636Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T10:19:06.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T10:19:06.641Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3183/head:refs/remotes/origin/PR-3183 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T10:19:07.372Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T10:19:07.377Z] > git checkout -f 2c30f229987106f00c437908f9cf932650acd681 # timeout=10 [2021-02-25T10:19:07.448Z] > git remote # timeout=10 [2021-02-25T10:19:07.454Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T10:19:07.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T10:19:07.466Z] > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 [2021-02-25T10:19:07.475Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T10:19:07.483Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T10:19:07.487Z] > git checkout -f 2c30f229987106f00c437908f9cf932650acd681 # timeout=10 [2021-02-25T10:19:11.129Z] Commit message: "feat(notifications): Implement POST /notification V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:19:12.586Z] + echo snap-build.sh [2021-02-25T10:19:12.587Z] snap-build.sh [2021-02-25T10:19:12.587Z] + SNAP_BASE_DIR=. [2021-02-25T10:19:12.587Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-02-25T10:19:12.587Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-02-25T10:19:12.587Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-02-25T10:19:12.587Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-02-25T10:19:12.587Z] + cd /w/workspace/edgex-go/9 [2021-02-25T10:19:12.587Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-25T10:19:12.587Z] Reading package lists... [2021-02-25T10:19:12.587Z] Building dependency tree... [2021-02-25T10:19:12.587Z] Reading state information... [2021-02-25T10:19:12.850Z] The following packages were automatically installed and are no longer required: [2021-02-25T10:19:12.851Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-25T10:19:12.851Z] uidmap xdelta3 [2021-02-25T10:19:12.851Z] Use 'sudo apt autoremove' to remove them. [2021-02-25T10:19:12.851Z] The following packages will be REMOVED: [2021-02-25T10:19:12.851Z] lxd* lxd-client* [2021-02-25T10:19:13.425Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-25T10:19:13.425Z] After this operation, 31.7 MB disk space will be freed. [2021-02-25T10:19:14.473Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-25T10:19:14.473Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T10:19:15.045Z] Removing lxd dnsmasq configuration [2021-02-25T10:19:15.306Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T10:19:15.568Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-25T10:19:16.516Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-25T10:19:16.779Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-25T10:19:16.779Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T10:19:18.164Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-25T10:19:18.164Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-25T10:19:19.550Z] + sudo snap remove --purge lxd [2021-02-25T10:19:19.550Z] snap "lxd" is not installed [2021-02-25T10:19:19.550Z] + sudo groupadd --force --system lxd [2021-02-25T10:19:19.550Z] ++ whoami [2021-02-25T10:19:19.550Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-25T10:19:19.550Z] + newgrp - lxd [2021-02-25T10:19:19.550Z] + sudo snap install lxd [2021-02-25T10:19:27.694Z] 2021-02-25T10:19:24Z INFO Waiting for automatic snapd restart... [2021-02-25T10:19:42.622Z] lxd 4.11 from Canonical* installed [2021-02-25T10:19:42.622Z] + sudo lxd init --auto [2021-02-25T10:19:50.773Z] + sudo snap install --classic snapcraft [2021-02-25T10:19:57.354Z] snapcraft 4.5.1 from Canonical* installed [2021-02-25T10:19:57.354Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-25T10:19:57.354Z] + patch --verbose -p1 [2021-02-25T10:19:57.354Z] Hmm... Looks like a unified diff to me... [2021-02-25T10:19:57.354Z] The text leading up to this was: [2021-02-25T10:19:57.354Z] -------------------------- [2021-02-25T10:19:57.354Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-25T10:19:57.354Z] |From: Tony Espy [2021-02-25T10:19:57.354Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-25T10:19:57.354Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-25T10:19:57.354Z] | [2021-02-25T10:19:57.354Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-25T10:19:57.354Z] |optimize the snap CI check run for pull requests. When [2021-02-25T10:19:57.354Z] |applied, it essentially strips out everything (apps and [2021-02-25T10:19:57.354Z] |parts) from the snapcraft.yaml file except those required [2021-02-25T10:19:57.354Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-25T10:19:57.354Z] |catch changes to edgex-go that break the snap build. [2021-02-25T10:19:57.354Z] | [2021-02-25T10:19:57.354Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-25T10:19:57.354Z] |to update this patch file, otherwise it may fail to apply, [2021-02-25T10:19:57.354Z] |resulting in a failed snap build CI check in the associated [2021-02-25T10:19:57.354Z] |pull request. [2021-02-25T10:19:57.354Z] | [2021-02-25T10:19:57.354Z] |Note - in addition to applying this patch, the pipeline also [2021-02-25T10:19:57.354Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-25T10:19:57.354Z] |need to build the finally binary .snap file (and it won't [2021-02-25T10:19:57.354Z] |work with the patch applied). This further reduces the build [2021-02-25T10:19:57.354Z] |time. [2021-02-25T10:19:57.354Z] |--- [2021-02-25T10:19:57.354Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-25T10:19:57.354Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-25T10:19:57.354Z] | [2021-02-25T10:19:57.354Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-25T10:19:57.354Z] |index 1e537489..faf42425 100644 [2021-02-25T10:19:57.354Z] |--- a/snap/snapcraft.yaml [2021-02-25T10:19:57.354Z] |+++ b/snap/snapcraft.yaml [2021-02-25T10:19:57.354Z] -------------------------- [2021-02-25T10:19:57.354Z] patching file snap/snapcraft.yaml [2021-02-25T10:19:57.354Z] Using Plan A... [2021-02-25T10:19:57.354Z] Hunk #1 succeeded at 73. [2021-02-25T10:19:57.354Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-25T10:19:57.354Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-25T10:19:57.354Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-25T10:19:57.354Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-25T10:19:57.354Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-25T10:19:57.354Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-25T10:19:57.354Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-25T10:19:57.354Z] Hmm... Ignoring the trailing garbage. [2021-02-25T10:19:57.354Z] done [2021-02-25T10:19:57.354Z] + sudo snapcraft prime --use-lxd [2021-02-25T10:19:58.734Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-25T10:19:58.734Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-25T10:19:58.734Z] - README.md [2021-02-25T10:19:58.734Z] - snapcraft.yaml.orig [2021-02-25T10:19:58.734Z] [2021-02-25T10:19:58.734Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-25T10:19:59.304Z] Launching a container. [2021-02-25T10:20:11.602Z] Waiting for container to be ready [2021-02-25T10:20:11.602Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-25T10:20:11.602Z] [2021-02-25T10:20:13.517Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-25T10:20:14.101Z] Waiting for network to be ready... [2021-02-25T10:20:14.368Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-25T10:20:14.628Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-25T10:20:14.628Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-25T10:20:14.628Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-25T10:20:14.628Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-25T10:20:14.628Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-25T10:20:14.628Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-25T10:20:14.628Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-25T10:20:14.628Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-25T10:20:14.628Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-25T10:20:15.204Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-25T10:20:15.204Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-25T10:20:15.474Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-25T10:20:15.474Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-25T10:20:15.474Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-25T10:20:15.474Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-25T10:20:15.474Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-25T10:20:15.474Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-25T10:20:15.742Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-25T10:20:16.317Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-25T10:20:16.317Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-25T10:20:16.317Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-25T10:20:16.317Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-25T10:20:16.317Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-25T10:20:16.317Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-25T10:20:16.317Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-25T10:20:16.317Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-25T10:20:18.235Z] Fetched 24.0 MB in 4s (6062 kB/s) [2021-02-25T10:20:19.178Z] Reading package lists... [2021-02-25T10:20:19.446Z] Reading package lists... [2021-02-25T10:20:19.446Z] Building dependency tree... [2021-02-25T10:20:19.446Z] Reading state information... [2021-02-25T10:20:19.710Z] The following additional packages will be installed: [2021-02-25T10:20:19.710Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-25T10:20:19.710Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-25T10:20:19.710Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-25T10:20:19.710Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-25T10:20:19.710Z] Suggested packages: [2021-02-25T10:20:19.710Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-25T10:20:19.710Z] Recommended packages: [2021-02-25T10:20:19.710Z] gnupg libsasl2-modules [2021-02-25T10:20:19.710Z] The following NEW packages will be installed: [2021-02-25T10:20:19.710Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-25T10:20:19.710Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-25T10:20:19.710Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-25T10:20:19.710Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-25T10:20:19.710Z] The following packages will be upgraded: [2021-02-25T10:20:19.710Z] gpg gpg-agent gpgconf libudev1 [2021-02-25T10:20:19.971Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-25T10:20:19.971Z] Need to get 3530 kB of archives. [2021-02-25T10:20:19.971Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-25T10:20:19.971Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-25T10:20:19.971Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-25T10:20:19.971Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-25T10:20:20.234Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-25T10:20:20.234Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-02-25T10:20:20.234Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-25T10:20:20.806Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-25T10:20:20.806Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-25T10:20:20.806Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-02-25T10:20:20.806Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-02-25T10:20:20.806Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-02-25T10:20:20.806Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-25T10:20:20.806Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-25T10:20:20.806Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-25T10:20:20.806Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-25T10:20:20.806Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-25T10:20:20.806Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-25T10:20:20.806Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-25T10:20:20.806Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-25T10:20:20.806Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-25T10:20:20.806Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-25T10:20:20.806Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-02-25T10:20:20.806Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T10:20:21.079Z] Fetched 3530 kB in 1s (3175 kB/s) [2021-02-25T10:20:21.079Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-25T10:20:21.079Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-25T10:20:21.079Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T10:20:21.079Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-25T10:20:21.341Z] Selecting previously unselected package udev. [2021-02-25T10:20:21.341Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-25T10:20:21.341Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-25T10:20:21.341Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-25T10:20:21.602Z] Selecting previously unselected package libfuse2:amd64. [2021-02-25T10:20:21.602Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-25T10:20:21.602Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-25T10:20:21.602Z] Selecting previously unselected package fuse. [2021-02-25T10:20:21.602Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-25T10:20:21.602Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-25T10:20:21.602Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T10:20:21.602Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T10:20:21.863Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T10:20:21.863Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T10:20:21.863Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T10:20:21.863Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T10:20:22.125Z] Selecting previously unselected package libksba8:amd64. [2021-02-25T10:20:22.125Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-25T10:20:22.125Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-25T10:20:22.125Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-25T10:20:22.125Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:22.125Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:22.386Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-25T10:20:22.386Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:22.386Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:22.386Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-25T10:20:22.386Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:22.386Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:22.648Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-25T10:20:22.648Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:22.648Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:22.648Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-25T10:20:22.648Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:22.648Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:22.648Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-25T10:20:22.648Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:22.648Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:22.908Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-25T10:20:22.908Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:22.908Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:22.908Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-25T10:20:22.908Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:22.908Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:23.168Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-25T10:20:23.168Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T10:20:23.168Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:23.168Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-25T10:20:23.168Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-25T10:20:23.168Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T10:20:23.430Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-25T10:20:23.430Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-25T10:20:23.430Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T10:20:23.430Z] Selecting previously unselected package libldap-common. [2021-02-25T10:20:23.430Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-25T10:20:23.430Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T10:20:23.430Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-25T10:20:23.430Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-25T10:20:23.430Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T10:20:23.690Z] Selecting previously unselected package dirmngr. [2021-02-25T10:20:23.690Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T10:20:23.690Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-25T10:20:23.690Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T10:20:23.690Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-02-25T10:20:23.952Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-25T10:20:23.952Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T10:20:23.952Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T10:20:23.952Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-02-25T10:20:23.952Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:23.952Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-25T10:20:23.952Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T10:20:23.952Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-25T10:20:24.212Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T10:20:24.474Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:24.474Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-25T10:20:24.474Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-25T10:20:24.474Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-02-25T10:20:24.474Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:24.734Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:24.735Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:24.735Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:24.735Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:24.735Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:24.735Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T10:20:24.735Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T10:20:24.735Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-25T10:20:24.995Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T10:20:25.257Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-25T10:20:25.257Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-25T10:20:25.257Z] This means they are not meant to be enabled using systemctl. [2021-02-25T10:20:25.257Z] Possible reasons for having this kind of units are: [2021-02-25T10:20:25.257Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-25T10:20:25.257Z] .wants/ or .requires/ directory. [2021-02-25T10:20:25.257Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-25T10:20:25.257Z] a requirement dependency on it. [2021-02-25T10:20:25.257Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-25T10:20:25.257Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-25T10:20:25.257Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-25T10:20:25.257Z] instance name specified. [2021-02-25T10:20:25.517Z] Reading package lists... [2021-02-25T10:20:25.778Z] Building dependency tree... [2021-02-25T10:20:25.778Z] Reading state information... [2021-02-25T10:20:25.778Z] The following additional packages will be installed: [2021-02-25T10:20:25.778Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-25T10:20:25.778Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-25T10:20:25.778Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-25T10:20:25.778Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-25T10:20:25.778Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-25T10:20:25.778Z] Suggested packages: [2021-02-25T10:20:25.778Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-25T10:20:25.778Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-25T10:20:25.778Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-25T10:20:25.778Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-25T10:20:25.778Z] systemd-container policykit-1 [2021-02-25T10:20:25.778Z] Recommended packages: [2021-02-25T10:20:25.778Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-25T10:20:25.778Z] The following NEW packages will be installed: [2021-02-25T10:20:25.778Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-25T10:20:25.778Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-25T10:20:25.778Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-25T10:20:25.778Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-25T10:20:25.778Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-25T10:20:25.778Z] The following packages will be upgraded: [2021-02-25T10:20:25.778Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-25T10:20:25.778Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-25T10:20:25.778Z] Need to get 35.2 MB of archives. [2021-02-25T10:20:25.778Z] After this operation, 141 MB of additional disk space will be used. [2021-02-25T10:20:25.778Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-25T10:20:26.038Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-25T10:20:26.038Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-25T10:20:26.038Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-25T10:20:26.038Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-25T10:20:26.038Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-25T10:20:26.038Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-25T10:20:26.038Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-25T10:20:26.038Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-25T10:20:26.038Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-25T10:20:26.038Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-25T10:20:26.038Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-25T10:20:26.299Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-25T10:20:26.299Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-25T10:20:26.299Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-25T10:20:26.299Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-25T10:20:26.299Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-25T10:20:26.299Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-25T10:20:26.299Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-25T10:20:26.872Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-25T10:20:26.872Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-25T10:20:26.872Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-25T10:20:26.872Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-25T10:20:26.872Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-25T10:20:26.872Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-25T10:20:26.872Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-25T10:20:26.872Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-25T10:20:26.872Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-25T10:20:27.132Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-25T10:20:27.132Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-25T10:20:27.132Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T10:20:27.132Z] Fetched 35.2 MB in 1s (28.0 MB/s) [2021-02-25T10:20:27.394Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T10:20:27.394Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-25T10:20:27.394Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T10:20:27.966Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-25T10:20:27.966Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T10:20:28.226Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-25T10:20:28.226Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T10:20:28.226Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-25T10:20:28.226Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-25T10:20:28.488Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-25T10:20:28.488Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T10:20:28.488Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-25T10:20:28.488Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-25T10:20:29.061Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-25T10:20:29.061Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-25T10:20:29.322Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-25T10:20:29.583Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-25T10:20:29.583Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-25T10:20:29.583Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-25T10:20:29.843Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-25T10:20:29.843Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-25T10:20:29.843Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T10:20:29.843Z] Selecting previously unselected package libexpat1:amd64. [2021-02-25T10:20:29.843Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-25T10:20:29.844Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-25T10:20:30.105Z] Selecting previously unselected package python3.6-minimal. [2021-02-25T10:20:30.105Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-25T10:20:30.105Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T10:20:30.367Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-25T10:20:30.367Z] Checking for services that may need to be restarted...done. [2021-02-25T10:20:30.367Z] Checking for services that may need to be restarted...done. [2021-02-25T10:20:30.367Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T10:20:30.628Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-25T10:20:30.628Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T10:20:30.889Z] Selecting previously unselected package python3-minimal. [2021-02-25T10:20:30.889Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-25T10:20:30.889Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-25T10:20:30.889Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-25T10:20:31.149Z] Selecting previously unselected package mime-support. [2021-02-25T10:20:31.149Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-25T10:20:31.149Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-25T10:20:31.149Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-25T10:20:31.149Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-25T10:20:31.149Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-25T10:20:31.149Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-25T10:20:31.410Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-25T10:20:31.410Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T10:20:31.671Z] Selecting previously unselected package python3.6. [2021-02-25T10:20:31.671Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-25T10:20:31.671Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T10:20:31.671Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-25T10:20:31.671Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-25T10:20:31.671Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-25T10:20:31.671Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-25T10:20:31.930Z] Selecting previously unselected package python3. [2021-02-25T10:20:31.931Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-25T10:20:31.931Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-25T10:20:31.931Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-25T10:20:31.931Z] Selecting previously unselected package multiarch-support. [2021-02-25T10:20:31.931Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T10:20:31.931Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-25T10:20:32.192Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-25T10:20:32.192Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-25T10:20:32.192Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-25T10:20:32.192Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-25T10:20:32.192Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-25T10:20:32.192Z] Selecting previously unselected package libbsd0:amd64. [2021-02-25T10:20:32.192Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-25T10:20:32.453Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-25T10:20:32.453Z] Selecting previously unselected package sudo. [2021-02-25T10:20:32.453Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-25T10:20:32.453Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-25T10:20:32.714Z] Selecting previously unselected package apparmor. [2021-02-25T10:20:32.714Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-25T10:20:32.714Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-25T10:20:32.714Z] Selecting previously unselected package libedit2:amd64. [2021-02-25T10:20:32.714Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-25T10:20:32.714Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-25T10:20:32.975Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-25T10:20:32.975Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T10:20:32.975Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T10:20:32.975Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-25T10:20:32.975Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T10:20:32.975Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T10:20:33.237Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-25T10:20:33.237Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-25T10:20:33.237Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-25T10:20:33.237Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-25T10:20:33.237Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T10:20:33.237Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T10:20:33.500Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-25T10:20:33.500Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T10:20:33.500Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T10:20:33.500Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-25T10:20:33.500Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-25T10:20:33.500Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-25T10:20:33.761Z] Selecting previously unselected package openssh-client. [2021-02-25T10:20:33.761Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-25T10:20:33.761Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-25T10:20:34.022Z] Selecting previously unselected package squashfs-tools. [2021-02-25T10:20:34.022Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-25T10:20:34.022Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-25T10:20:34.022Z] Selecting previously unselected package snapd. [2021-02-25T10:20:34.022Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-25T10:20:34.022Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-25T10:20:36.566Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-25T10:20:36.567Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-25T10:20:36.567Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-25T10:20:36.567Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-25T10:20:36.567Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-25T10:20:36.567Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T10:20:36.567Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T10:20:36.567Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-25T10:20:36.567Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-25T10:20:37.509Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-25T10:20:37.509Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-25T10:20:37.509Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-25T10:20:37.509Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T10:20:37.509Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T10:20:37.509Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-25T10:20:38.081Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-25T10:20:38.081Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T10:20:38.081Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-25T10:20:38.081Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-25T10:20:38.081Z] running python rtupdate hooks for python3.6... [2021-02-25T10:20:38.081Z] running python post-rtupdate hooks for python3.6... [2021-02-25T10:20:38.346Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-25T10:20:39.733Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-25T10:20:39.733Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T10:20:39.733Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-25T10:20:39.993Z] Setting up snapd (2.48.3+18.04) ... [2021-02-25T10:20:40.564Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-25T10:20:40.564Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-25T10:20:40.827Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-25T10:20:40.827Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-25T10:20:41.089Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-25T10:20:41.089Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-25T10:20:41.351Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-25T10:20:41.351Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-25T10:20:41.613Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-25T10:20:41.898Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-25T10:20:41.898Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-25T10:20:42.159Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T10:20:42.159Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-25T10:20:43.102Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-25T10:20:43.102Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T10:20:43.102Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T10:20:44.305Z] Reading package lists... [2021-02-25T10:20:44.305Z] Reading package lists... [2021-02-25T10:20:44.566Z] Building dependency tree... [2021-02-25T10:20:44.566Z] Reading state information... [2021-02-25T10:20:44.566Z] Calculating upgrade... [2021-02-25T10:20:44.835Z] The following packages will be upgraded: [2021-02-25T10:20:44.835Z] advancecomp base-files bash binutils binutils-common [2021-02-25T10:20:44.835Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-25T10:20:44.835Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-25T10:20:44.835Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-25T10:20:44.835Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-25T10:20:44.835Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-25T10:20:44.835Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-25T10:20:44.835Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-25T10:20:44.835Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-25T10:20:44.835Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-25T10:20:44.835Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-25T10:20:44.835Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-25T10:20:44.835Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-25T10:20:44.835Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-25T10:20:44.835Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-25T10:20:44.835Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T10:20:44.835Z] Need to get 63.8 MB of archives. [2021-02-25T10:20:44.835Z] After this operation, 5201 kB of additional disk space will be used. [2021-02-25T10:20:44.835Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-02-25T10:20:45.101Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-25T10:20:45.672Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-25T10:20:45.672Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-25T10:20:45.672Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-25T10:20:45.672Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-25T10:20:45.672Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-25T10:20:45.672Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-25T10:20:45.672Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-25T10:20:45.672Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-25T10:20:45.672Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-25T10:20:45.672Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-25T10:20:45.672Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-25T10:20:45.672Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-25T10:20:45.672Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-25T10:20:45.672Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-25T10:20:45.672Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-25T10:20:45.672Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-25T10:20:45.933Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-25T10:20:45.933Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-25T10:20:45.933Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-25T10:20:45.933Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-25T10:20:45.934Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-25T10:20:45.934Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-25T10:20:45.934Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-25T10:20:45.934Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-25T10:20:45.934Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-25T10:20:45.934Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-25T10:20:46.195Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-25T10:20:46.195Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-25T10:20:46.195Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-25T10:20:46.195Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-25T10:20:46.195Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-25T10:20:46.195Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-25T10:20:46.195Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-25T10:20:46.195Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-25T10:20:46.195Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-25T10:20:46.195Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-25T10:20:46.195Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-25T10:20:46.195Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-25T10:20:46.195Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-25T10:20:46.195Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-25T10:20:46.195Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-25T10:20:46.195Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-25T10:20:46.195Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-25T10:20:46.195Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-25T10:20:46.195Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-25T10:20:46.195Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-25T10:20:46.195Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-25T10:20:46.195Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-25T10:20:46.195Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-25T10:20:46.195Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-25T10:20:46.195Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-25T10:20:46.195Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-25T10:20:46.195Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-25T10:20:46.195Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-25T10:20:46.195Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-25T10:20:46.195Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-25T10:20:46.195Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-25T10:20:46.195Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-25T10:20:46.456Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-25T10:20:46.456Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-25T10:20:46.456Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-25T10:20:46.456Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-02-25T10:20:46.456Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-25T10:20:46.456Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-25T10:20:46.456Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-25T10:20:46.456Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-25T10:20:46.456Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-25T10:20:46.456Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-25T10:20:46.456Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-25T10:20:46.456Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-25T10:20:46.456Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-25T10:20:46.456Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-25T10:20:46.456Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-25T10:20:46.456Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-25T10:20:46.456Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-25T10:20:46.456Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-25T10:20:46.456Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-25T10:20:46.716Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-25T10:20:46.716Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-25T10:20:46.716Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-25T10:20:46.716Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-25T10:20:46.716Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-25T10:20:46.716Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-25T10:20:46.716Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-25T10:20:46.716Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-25T10:20:46.716Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-25T10:20:46.716Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-25T10:20:46.716Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-25T10:20:47.303Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-25T10:20:47.570Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-25T10:20:47.833Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-25T10:20:47.833Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-25T10:20:48.796Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-25T10:20:48.796Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-25T10:20:48.796Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-25T10:20:48.796Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-25T10:20:48.796Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-25T10:20:48.796Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T10:20:48.796Z] Fetched 63.8 MB in 4s (16.5 MB/s) [2021-02-25T10:20:48.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:48.796Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T10:20:48.796Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T10:20:49.742Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T10:20:49.742Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T10:20:49.742Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-02-25T10:20:49.742Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-02-25T10:20:50.687Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:50.687Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:50.687Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:50.687Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:50.948Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:50.948Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:50.948Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:50.948Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:51.210Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:51.210Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:51.210Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:51.210Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:51.472Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:51.472Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:51.472Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:20:51.472Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T10:20:51.472Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:51.734Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-25T10:20:51.734Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:20:51.995Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T10:20:51.995Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:51.995Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:51.995Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:51.995Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:52.257Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T10:20:52.257Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T10:20:52.518Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:20:52.518Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T10:20:52.518Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T10:20:52.778Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T10:20:53.350Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-25T10:20:53.350Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T10:20:53.350Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-25T10:20:53.611Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-25T10:20:53.611Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-25T10:20:53.611Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-25T10:20:53.872Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-25T10:20:53.872Z] Installing new version of config file /etc/issue ... [2021-02-25T10:20:53.872Z] Installing new version of config file /etc/issue.net ... [2021-02-25T10:20:53.872Z] Installing new version of config file /etc/lsb-release ... [2021-02-25T10:20:53.872Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-25T10:20:54.133Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-25T10:20:54.133Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-25T10:20:54.133Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-25T10:20:54.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:54.395Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-25T10:20:54.395Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-25T10:20:54.395Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-25T10:20:54.657Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-25T10:20:54.657Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:54.657Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:20:54.657Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-25T10:20:54.657Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:20:54.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:54.917Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-25T10:20:54.917Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-25T10:20:54.917Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-25T10:20:55.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:55.179Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-25T10:20:55.179Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T10:20:55.440Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-25T10:20:55.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:55.702Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T10:20:55.702Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T10:20:55.702Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T10:20:55.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:55.963Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T10:20:55.963Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T10:20:55.963Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-25T10:20:56.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:56.224Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-25T10:20:56.224Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-25T10:20:56.224Z] Setting up grep (3.1-2build1) ... [2021-02-25T10:20:56.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:56.224Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-25T10:20:56.224Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-25T10:20:56.485Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-25T10:20:56.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:56.485Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T10:20:56.485Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T10:20:56.746Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-25T10:20:56.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:56.746Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T10:20:56.746Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T10:20:57.318Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T10:20:57.318Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T10:20:57.318Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T10:20:57.579Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T10:20:58.151Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-25T10:20:58.151Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:58.151Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-25T10:20:58.151Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T10:20:59.091Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-25T10:20:59.091Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-25T10:20:59.352Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-25T10:20:59.352Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-25T10:20:59.352Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-25T10:20:59.352Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:59.352Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-25T10:20:59.612Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-25T10:20:59.612Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-25T10:20:59.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:59.873Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:20:59.873Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T10:20:59.873Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:20:59.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:20:59.873Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:20:59.873Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T10:21:00.135Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:21:00.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:00.135Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:21:00.135Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T10:21:00.395Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:21:00.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:00.395Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:21:00.395Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T10:21:00.656Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:21:00.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:00.656Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T10:21:00.656Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T10:21:00.917Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T10:21:00.917Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T10:21:00.917Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T10:21:01.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:01.179Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T10:21:01.179Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T10:21:01.179Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T10:21:01.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:01.443Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:21:01.443Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T10:21:01.443Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:21:01.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:01.711Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:21:01.711Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T10:21:01.711Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:21:01.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:01.979Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:21:01.979Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T10:21:02.554Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:21:02.815Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-25T10:21:03.074Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-25T10:21:03.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:03.075Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T10:21:03.075Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T10:21:03.345Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T10:21:03.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T10:21:03.606Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-25T10:21:03.606Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T10:21:03.606Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-25T10:21:03.868Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:03.868Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-25T10:21:03.868Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-25T10:21:03.868Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-25T10:21:04.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:04.129Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-25T10:21:04.129Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-25T10:21:04.389Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-25T10:21:04.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:04.390Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-25T10:21:04.390Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-25T10:21:04.652Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-25T10:21:04.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:04.652Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T10:21:04.652Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T10:21:04.913Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T10:21:05.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:05.174Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T10:21:05.174Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T10:21:05.174Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T10:21:05.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:05.174Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T10:21:05.435Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T10:21:05.435Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T10:21:05.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:05.701Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T10:21:05.701Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T10:21:05.962Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-25T10:21:05.963Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T10:21:05.963Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T10:21:05.963Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T10:21:06.228Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T10:21:06.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:06.228Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-25T10:21:06.228Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-25T10:21:06.489Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-25T10:21:06.489Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:06.489Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-25T10:21:06.489Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T10:21:06.749Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T10:21:07.012Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:07.012Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T10:21:07.012Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T10:21:07.012Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T10:21:07.288Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:07.288Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-25T10:21:07.288Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-25T10:21:07.288Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-25T10:21:07.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:07.549Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-25T10:21:07.549Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-25T10:21:07.810Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-25T10:21:08.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:08.071Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T10:21:08.071Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T10:21:08.332Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-02-25T10:21:08.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:08.332Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-25T10:21:08.332Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-25T10:21:08.593Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-25T10:21:08.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:08.593Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-25T10:21:08.853Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-25T10:21:08.853Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-25T10:21:08.853Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:08.853Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-25T10:21:08.853Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-25T10:21:09.113Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-25T10:21:09.113Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:09.113Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-25T10:21:09.113Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-25T10:21:09.375Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-25T10:21:09.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:09.375Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-25T10:21:09.375Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-25T10:21:09.637Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-25T10:21:09.637Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T10:21:09.637Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-25T10:21:09.637Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-25T10:21:09.900Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-25T10:21:09.900Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-25T10:21:09.900Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-25T10:21:09.900Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-25T10:21:10.161Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-25T10:21:10.161Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-25T10:21:10.161Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-25T10:21:10.161Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-25T10:21:10.450Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-25T10:21:10.450Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-25T10:21:10.716Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-25T10:21:10.716Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-25T10:21:10.716Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-25T10:21:10.716Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-25T10:21:10.976Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-25T10:21:10.976Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-25T10:21:10.976Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-25T10:21:10.976Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-25T10:21:11.243Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-25T10:21:11.243Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-25T10:21:11.243Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-25T10:21:11.506Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-25T10:21:11.506Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-25T10:21:11.506Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-25T10:21:11.767Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-25T10:21:11.767Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-25T10:21:13.155Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-25T10:21:13.155Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-25T10:21:13.155Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-25T10:21:13.155Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-25T10:21:13.416Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T10:21:13.416Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T10:21:13.678Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T10:21:13.678Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T10:21:13.678Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T10:21:13.678Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T10:21:13.940Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T10:21:13.940Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T10:21:13.940Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:13.940Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:14.202Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:14.202Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:14.462Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:14.462Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:14.462Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:14.462Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:15.405Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:15.405Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:16.345Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:16.345Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:16.915Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:17.176Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:17.437Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:17.437Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:18.377Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T10:21:18.377Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T10:21:18.377Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T10:21:18.377Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T10:21:18.638Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-25T10:21:18.638Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T10:21:18.899Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-25T10:21:18.899Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T10:21:18.899Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-25T10:21:18.899Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-25T10:21:19.160Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T10:21:19.160Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T10:21:19.160Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T10:21:19.160Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T10:21:19.421Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-25T10:21:19.421Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-25T10:21:19.421Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:21:19.421Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T10:21:19.421Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:21:19.421Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:21:19.421Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:21:19.681Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-25T10:21:19.681Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-25T10:21:19.681Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-25T10:21:19.681Z] [2021-02-25T10:21:19.681Z] Current default time zone: 'Etc/UTC' [2021-02-25T10:21:19.681Z] Local time is now: Thu Feb 25 10:21:19 UTC 2021. [2021-02-25T10:21:19.681Z] Universal Time is now: Thu Feb 25 10:21:19 UTC 2021. [2021-02-25T10:21:19.681Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-25T10:21:19.681Z] [2021-02-25T10:21:19.681Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-25T10:21:19.681Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:21:19.941Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-02-25T10:21:19.941Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-25T10:21:19.941Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-25T10:21:19.941Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-25T10:21:19.941Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-25T10:21:19.941Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-25T10:21:19.941Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-25T10:21:19.941Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-25T10:21:20.202Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:21:20.203Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-25T10:21:20.463Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:20.463Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-25T10:21:20.463Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:21:20.463Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-25T10:21:20.463Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-25T10:21:20.463Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-25T10:21:20.463Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-25T10:21:20.463Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-25T10:21:20.463Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-25T10:21:20.463Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-25T10:21:20.724Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-25T10:21:22.650Z] Updating certificates in /etc/ssl/certs... [2021-02-25T10:21:23.242Z] 23 added, 27 removed; done. [2021-02-25T10:21:23.242Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-25T10:21:23.242Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T10:21:23.242Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-25T10:21:23.506Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-25T10:21:23.506Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-25T10:21:23.506Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:23.506Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-25T10:21:23.506Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:23.506Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:23.506Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:23.768Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:23.768Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:23.768Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-25T10:21:23.768Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-25T10:21:23.768Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-25T10:21:23.768Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-25T10:21:23.768Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-25T10:21:23.768Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:24.029Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T10:21:24.029Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-25T10:21:24.029Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-25T10:21:24.029Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-25T10:21:24.029Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T10:21:24.029Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-25T10:21:24.289Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-25T10:21:24.289Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-25T10:21:24.289Z] Updating certificates in /etc/ssl/certs... [2021-02-25T10:21:24.871Z] 0 added, 0 removed; done. [2021-02-25T10:21:24.871Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-25T10:21:24.871Z] done. [2021-02-25T10:21:25.133Z] Reading package lists... [2021-02-25T10:21:25.395Z] Building dependency tree... [2021-02-25T10:21:25.395Z] Reading state information... [2021-02-25T10:21:25.660Z] The following NEW packages will be installed: [2021-02-25T10:21:25.660Z] apt-transport-https [2021-02-25T10:21:25.660Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T10:21:25.660Z] Need to get 1696 B of archives. [2021-02-25T10:21:25.660Z] After this operation, 153 kB of additional disk space will be used. [2021-02-25T10:21:25.660Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-25T10:21:25.921Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T10:21:25.921Z] Fetched 1696 B in 0s (21.0 kB/s) [2021-02-25T10:21:25.921Z] Selecting previously unselected package apt-transport-https. [2021-02-25T10:21:25.921Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-25T10:21:25.921Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-25T10:21:25.921Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-25T10:21:25.921Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-25T10:21:26.182Z] Waiting for network to be ready... [2021-02-25T10:21:30.388Z] 2021-02-25T10:21:29Z INFO Waiting for automatic snapd restart... [2021-02-25T10:21:30.648Z] snapd 2.48.2.1 from Canonical* installed [2021-02-25T10:21:30.909Z] "snapd" switched to the "latest/stable" channel [2021-02-25T10:21:30.909Z] [2021-02-25T10:21:33.456Z] core18 20210128 from Canonical* installed [2021-02-25T10:21:33.717Z] "core18" switched to the "latest/stable" channel [2021-02-25T10:21:33.717Z] [2021-02-25T10:21:37.017Z] snapcraft 4.5.1 from Canonical* installed [2021-02-25T10:21:37.017Z] "snapcraft" switched to the "latest/stable" channel [2021-02-25T10:21:37.017Z] [2021-02-25T10:21:40.321Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-25T10:21:40.321Z] - README.md [2021-02-25T10:21:40.321Z] - snapcraft.yaml.orig [2021-02-25T10:21:40.321Z] [2021-02-25T10:21:40.321Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-25T10:21:46.912Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T10:21:46.912Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-25T10:21:46.912Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T10:21:46.912Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T10:21:47.171Z] Fetched 88.7 kB in 1s (152 kB/s) [2021-02-25T10:21:48.112Z] Reading package lists... [2021-02-25T10:21:48.373Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-25T10:21:54.960Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T10:21:54.961Z] Reading package lists... [2021-02-25T10:21:54.961Z] Building dependency tree... [2021-02-25T10:21:54.961Z] Reading state information... [2021-02-25T10:21:54.961Z] Suggested packages: [2021-02-25T10:21:54.961Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-25T10:21:54.961Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-25T10:21:54.961Z] Recommended packages: [2021-02-25T10:21:54.961Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-25T10:21:54.961Z] The following NEW packages will be installed: [2021-02-25T10:21:54.961Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-25T10:21:54.961Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-25T10:21:54.961Z] pkg-config zip [2021-02-25T10:21:54.961Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T10:21:54.961Z] Need to get 7655 kB of archives. [2021-02-25T10:21:54.961Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-25T10:21:54.961Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-25T10:21:54.961Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-25T10:21:55.221Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-25T10:21:55.221Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-25T10:21:55.221Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-25T10:21:55.221Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-25T10:21:55.481Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-25T10:21:55.481Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-25T10:21:55.481Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-25T10:21:55.481Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-25T10:21:55.742Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-25T10:21:55.742Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-25T10:21:56.002Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-25T10:21:56.002Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-25T10:21:56.002Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-25T10:21:56.575Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T10:21:56.575Z] Fetched 7655 kB in 2s (4535 kB/s) [2021-02-25T10:21:56.575Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-25T10:21:56.575Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-25T10:21:56.575Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-25T10:21:56.575Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-25T10:21:56.835Z] Selecting previously unselected package libpsl5:amd64. [2021-02-25T10:21:56.835Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-25T10:21:56.835Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-25T10:21:56.835Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-25T10:21:56.835Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-25T10:21:57.096Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-25T10:21:57.096Z] Selecting previously unselected package librtmp1:amd64. [2021-02-25T10:21:57.096Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-25T10:21:57.096Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-25T10:21:57.096Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-25T10:21:57.096Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-25T10:21:57.096Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-25T10:21:57.096Z] Selecting previously unselected package liberror-perl. [2021-02-25T10:21:57.096Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-25T10:21:57.096Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-25T10:21:57.357Z] Selecting previously unselected package git-man. [2021-02-25T10:21:57.357Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-25T10:21:57.357Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-25T10:21:57.357Z] Selecting previously unselected package git. [2021-02-25T10:21:57.357Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-25T10:21:57.618Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-25T10:21:58.190Z] Selecting previously unselected package libnorm1:amd64. [2021-02-25T10:21:58.190Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-25T10:21:58.190Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-25T10:21:58.451Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-25T10:21:58.451Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-25T10:21:58.451Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-25T10:21:58.451Z] Selecting previously unselected package libsodium23:amd64. [2021-02-25T10:21:58.451Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-25T10:21:58.451Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-25T10:21:58.712Z] Selecting previously unselected package libzmq5:amd64. [2021-02-25T10:21:58.712Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-25T10:21:58.712Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T10:21:58.712Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-25T10:21:58.712Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-25T10:21:58.712Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T10:21:58.978Z] Selecting previously unselected package pkg-config. [2021-02-25T10:21:58.978Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-25T10:21:58.978Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-25T10:21:58.978Z] Selecting previously unselected package zip. [2021-02-25T10:21:58.978Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-25T10:21:58.978Z] Unpacking zip (3.0-11build1) ... [2021-02-25T10:21:59.239Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-25T10:21:59.239Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-25T10:21:59.239Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-25T10:21:59.239Z] Setting up liberror-perl (0.17025-1) ... [2021-02-25T10:21:59.239Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-25T10:21:59.239Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-25T10:21:59.239Z] No schema files found: doing nothing. [2021-02-25T10:21:59.239Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-25T10:21:59.501Z] Setting up zip (3.0-11build1) ... [2021-02-25T10:21:59.501Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-25T10:21:59.501Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-25T10:21:59.501Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-25T10:21:59.501Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T10:21:59.501Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-25T10:21:59.501Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T10:21:59.763Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-25T10:21:59.763Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T10:22:06.388Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T10:22:06.388Z] git set to automatically installed. [2021-02-25T10:22:06.388Z] git-man set to automatically installed. [2021-02-25T10:22:06.388Z] libcurl3-gnutls set to automatically installed. [2021-02-25T10:22:06.388Z] liberror-perl set to automatically installed. [2021-02-25T10:22:06.388Z] libglib2.0-0 set to automatically installed. [2021-02-25T10:22:06.388Z] libnghttp2-14 set to automatically installed. [2021-02-25T10:22:06.388Z] libnorm1 set to automatically installed. [2021-02-25T10:22:06.388Z] libpgm-5.2-0 set to automatically installed. [2021-02-25T10:22:06.388Z] libpsl5 set to automatically installed. [2021-02-25T10:22:06.388Z] librtmp1 set to automatically installed. [2021-02-25T10:22:06.388Z] libsodium23 set to automatically installed. [2021-02-25T10:22:06.388Z] libzmq3-dev set to automatically installed. [2021-02-25T10:22:06.388Z] libzmq5 set to automatically installed. [2021-02-25T10:22:06.388Z] pkg-config set to automatically installed. [2021-02-25T10:22:06.388Z] zip set to automatically installed. [2021-02-25T10:22:08.310Z] snapd is not logged in, snap install commands will use sudo [2021-02-25T10:22:14.898Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T10:22:14.898Z] snap "core18" has no updates available [2021-02-25T10:22:15.839Z] Pulling config-common [2021-02-25T10:22:15.839Z] + snapcraftctl pull [2021-02-25T10:22:16.780Z] Pulling go-build-helper [2021-02-25T10:22:16.780Z] + snapcraftctl pull [2021-02-25T10:22:38.747Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-25T10:22:38.747Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-25T10:22:38.747Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-25T10:22:38.747Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-25T10:22:38.747Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-25T10:22:38.747Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-25T10:22:38.747Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-25T10:22:38.747Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-25T10:22:38.747Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-25T10:22:38.747Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-25T10:22:38.747Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-25T10:22:38.747Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-25T10:22:38.747Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-25T10:22:38.747Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-25T10:22:38.747Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-25T10:22:38.747Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-25T10:22:38.747Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-25T10:22:38.747Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-25T10:22:38.747Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-25T10:22:38.747Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-25T10:22:38.747Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-25T10:22:38.747Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-25T10:22:38.747Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-25T10:22:38.747Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-25T10:22:38.747Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-25T10:22:38.747Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-25T10:22:38.747Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-25T10:22:38.747Z] Fetched 24.0 MB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-25T10:22:38.747Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-25T10:22:38.747Z] Fetched 279 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-25T10:22:38.747Z] Fetched 122 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-25T10:22:38.747Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-25T10:22:38.747Z] Fetched 8848 B in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-25T10:22:38.747Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-25T10:22:38.747Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-25T10:22:38.747Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-25T10:22:38.747Z] Fetched 214 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-25T10:22:38.747Z] Fetched 154 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-25T10:22:38.747Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-25T10:22:38.747Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-25T10:22:38.747Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-25T10:22:38.747Z] Fetched 499 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-25T10:22:38.747Z] Fetched 111 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-25T10:22:38.747Z] Fetched 240 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-25T10:22:38.747Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-25T10:22:38.747Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-25T10:22:38.747Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-25T10:22:38.747Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-25T10:22:38.747Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-25T10:22:38.747Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-25T10:22:38.747Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-25T10:22:38.748Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-25T10:22:38.748Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-25T10:22:38.748Z] Fetched 8720 B in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-25T10:22:38.748Z] Fetched 137 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-25T10:22:38.748Z] Fetched 119 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-25T10:22:38.748Z] Fetched 109 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-25T10:22:38.748Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-25T10:22:38.748Z] Fetched 645 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-25T10:22:38.748Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-25T10:22:38.748Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-25T10:22:38.748Z] Fetched 368 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-25T10:22:38.748Z] Fetched 187 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-25T10:22:38.748Z] Fetched 175 kB in 0s (0 B/s) [2021-02-25T10:22:38.748Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-25T10:22:42.956Z] Fetched 206 kB in 0s (0 B/s) [2021-02-25T10:22:42.956Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-25T10:22:42.956Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-25T10:22:42.956Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-25T10:22:42.956Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-25T10:22:42.956Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-25T10:22:42.956Z] Fetched 159 kB in 0s (0 B/s) [2021-02-25T10:22:42.956Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-25T10:22:42.956Z] Fetched 107 kB in 0s (0 B/s) [2021-02-25T10:22:42.956Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-25T10:22:42.956Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-25T10:22:42.956Z] Pulling static-packages [2021-02-25T10:22:42.956Z] + snapcraftctl pull [2021-02-25T10:22:43.217Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-25T10:22:43.218Z] Skipping pull go-build-helper (already ran) [2021-02-25T10:22:43.218Z] Skipping pull static-packages (already ran) [2021-02-25T10:22:43.218Z] Building go-build-helper [2021-02-25T10:22:43.218Z] + snapcraftctl build [2021-02-25T10:22:47.426Z] Building static-packages [2021-02-25T10:22:47.426Z] + snapcraftctl build [2021-02-25T10:22:48.813Z] Staging go-build-helper [2021-02-25T10:22:48.813Z] + snapcraftctl stage [2021-02-25T10:22:49.756Z] Staging static-packages [2021-02-25T10:22:49.756Z] + snapcraftctl stage [2021-02-25T10:22:50.699Z] Pulling go115 [2021-02-25T10:22:50.699Z] + snapcraftctl pull [2021-02-25T10:22:51.641Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-25T10:22:51.641Z] Skipping pull go115 (already ran) [2021-02-25T10:22:51.641Z] Building go115 [2021-02-25T10:22:51.641Z] + dpkg --print-architecture [2021-02-25T10:22:51.641Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-25T10:22:51.641Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-25T10:22:51.641Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-25T10:22:51.641Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T10:22:51.641Z] Dload Upload Total Spent Left Speed [2021-02-25T10:22:54.504Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 26.3M 0 0 35.1M 0 0:00:03 --:--:-- 0:00:03 35.0M 55 115M 55 64.0M 0 0 36.8M 0 0:00:03 0:00:01 0:00:02 36.8M 98 115M 98 113M 0 0 41.4M 0 0:00:02 0:00:02 --:--:-- 41.4M 100 115M 100 115M 0 0 41.6M 0 0:00:02 0:00:02 --:--:-- 41.5M [2021-02-25T10:22:54.504Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-25T10:22:54.504Z] + + sha256sumgrep -c OK sha256 [2021-02-25T10:22:54.504Z] [2021-02-25T10:22:55.078Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-25T10:22:55.078Z] + mkdir -p /root/stage/go1.15 [2021-02-25T10:22:55.078Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-25T10:22:58.383Z] Staging go115 [2021-02-25T10:22:58.383Z] + snapcraftctl stage [2021-02-25T10:23:04.971Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-25T10:23:04.971Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T10:23:04.971Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T10:23:04.971Z] Fetched 0 B in 0s (0 B/s) [2021-02-25T10:23:04.971Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-25T10:23:04.971Z] Fetched 224 kB in 0s (0 B/s) [2021-02-25T10:23:04.971Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-25T10:23:04.971Z] Fetched 157 kB in 0s (0 B/s) [2021-02-25T10:23:04.971Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-25T10:23:04.971Z] Fetched 221 kB in 0s (0 B/s) [2021-02-25T10:23:04.971Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-25T10:23:04.971Z] Fetched 143 kB in 0s (0 B/s) [2021-02-25T10:23:04.971Z] Pulling edgex-go [2021-02-25T10:23:04.971Z] + snapcraftctl pull [2021-02-25T10:23:04.971Z] Pulling version [2021-02-25T10:23:04.971Z] + cd /root/project [2021-02-25T10:23:04.971Z] + [ -f VERSION ] [2021-02-25T10:23:04.971Z] + PROJECT_VERSION=local-dev [2021-02-25T10:23:04.971Z] + git rev-parse --short HEAD [2021-02-25T10:23:04.971Z] + GIT_REVISION=2c30f229 [2021-02-25T10:23:04.971Z] + snapcraftctl set-version local-dev [2021-02-25T10:23:05.912Z] Building config-common [2021-02-25T10:23:05.912Z] + snapcraftctl build [2021-02-25T10:23:07.826Z] Skipping build go-build-helper (already ran) [2021-02-25T10:23:07.826Z] Skipping build static-packages (already ran) [2021-02-25T10:23:07.826Z] Skipping build go115 (already ran) [2021-02-25T10:23:07.826Z] Building edgex-go [2021-02-25T10:23:08.089Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-25T10:23:08.089Z] + cd /root/parts/edgex-go/src [2021-02-25T10:23:08.089Z] + make build [2021-02-25T10:23:08.089Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-25T10:23:10.640Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-25T10:23:10.640Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-25T10:23:10.640Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-25T10:23:10.640Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-25T10:23:10.640Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.38 [2021-02-25T10:23:10.640Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-02-25T10:23:10.901Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-25T10:23:10.901Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-25T10:23:10.901Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-25T10:23:10.901Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-25T10:23:10.901Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-25T10:23:10.901Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-25T10:23:10.901Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-25T10:23:10.901Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-25T10:23:10.901Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-25T10:23:10.901Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-25T10:23:10.901Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-25T10:23:10.901Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-25T10:23:10.901Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-25T10:23:10.901Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-25T10:23:10.901Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-25T10:23:10.901Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-02-25T10:23:10.901Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-25T10:23:10.901Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-25T10:23:11.162Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-25T10:23:11.162Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-25T10:23:11.162Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-25T10:23:11.162Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-25T10:23:11.162Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-25T10:23:11.162Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T10:23:11.162Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-25T10:23:11.162Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-25T10:23:11.162Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-25T10:23:11.422Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-25T10:23:11.422Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-25T10:23:11.422Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-25T10:23:11.422Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-25T10:23:11.422Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-25T10:23:11.422Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-25T10:23:11.422Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-25T10:23:11.684Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-25T10:23:11.684Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-25T10:23:11.684Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-25T10:23:11.684Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-25T10:23:18.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-25T10:23:18.265Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-25T10:23:22.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-25T10:23:23.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-25T10:23:24.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-25T10:23:25.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-25T10:23:25.318Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-25T10:23:25.318Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-25T10:23:25.318Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-25T10:23:25.318Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-25T10:23:27.227Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-25T10:23:27.227Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-25T10:23:27.227Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-25T10:23:28.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-25T10:23:29.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-25T10:23:29.108Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-25T10:23:30.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-25T10:23:31.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-25T10:23:31.433Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-25T10:23:32.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-25T10:23:32.375Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-25T10:23:34.286Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-25T10:23:34.286Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-25T10:23:34.286Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-25T10:23:34.286Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-25T10:23:34.286Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-25T10:23:34.286Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-25T10:23:34.286Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-25T10:23:34.286Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-25T10:23:34.286Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-25T10:23:34.286Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-25T10:23:34.286Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-25T10:23:35.227Z] Building version [2021-02-25T10:23:35.227Z] + snapcraftctl build [2021-02-25T10:23:37.142Z] Staging config-common [2021-02-25T10:23:37.142Z] + snapcraftctl stage [2021-02-25T10:23:38.083Z] Skipping stage go-build-helper (already ran) [2021-02-25T10:23:38.083Z] Skipping stage static-packages (already ran) [2021-02-25T10:23:38.083Z] Skipping stage go115 (already ran) [2021-02-25T10:23:38.083Z] Staging edgex-go [2021-02-25T10:23:38.083Z] + snapcraftctl stage [2021-02-25T10:23:39.023Z] Staging version [2021-02-25T10:23:39.023Z] + snapcraftctl stage [2021-02-25T10:23:39.592Z] Priming config-common [2021-02-25T10:23:39.852Z] + snapcraftctl prime [2021-02-25T10:23:40.831Z] Priming go-build-helper [2021-02-25T10:23:40.831Z] + snapcraftctl prime [2021-02-25T10:23:41.772Z] Priming static-packages [2021-02-25T10:23:41.772Z] + snapcraftctl prime [2021-02-25T10:23:43.704Z] Priming go115 [2021-02-25T10:23:43.704Z] + snapcraftctl prime [2021-02-25T10:23:44.645Z] Priming edgex-go [2021-02-25T10:23:44.645Z] + snapcraftctl prime [2021-02-25T10:23:46.028Z] Priming version [2021-02-25T10:23:46.028Z] + snapcraftctl prime [2021-02-25T10:23:46.600Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-25T10:23:52.847Z] provisioning config files... [2021-02-25T10:23:53.562Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config563261362322436921tmp [Pipeline] { [Pipeline] sh [2021-02-25T10:23:55.235Z] + set +x [2021-02-25T10:23:55.235Z] + bash -s -- [2021-02-25T10:23:55.235Z] + curl -s https://codecov.io/bash [2021-02-25T10:23:57.414Z] [2021-02-25T10:23:57.414Z] _____ _ [2021-02-25T10:23:57.414Z] / ____| | | [2021-02-25T10:23:57.414Z] | | ___ __| | ___ ___ _____ __ [2021-02-25T10:23:57.414Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-25T10:23:57.414Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-25T10:23:57.414Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-25T10:23:57.414Z] Bash-20210129-7c25fce [2021-02-25T10:23:57.414Z] [2021-02-25T10:23:57.414Z] [2021-02-25T10:23:57.414Z] ==> git version 2.24.3 found [2021-02-25T10:23:57.414Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-25T10:23:57.414Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-25T10:23:57.414Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-25T10:23:57.414Z] ==> Jenkins CI detected. [2021-02-25T10:23:57.414Z] project root: . [2021-02-25T10:23:57.414Z] --> token set from env [2021-02-25T10:23:57.414Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-25T10:23:57.721Z] ==> Running gcov in . (disable via -X gcov) [2021-02-25T10:23:57.721Z] ==> Python coveragepy not found [2021-02-25T10:23:57.721Z] ==> Searching for coverage reports in: [2021-02-25T10:23:57.721Z] + . [2021-02-25T10:23:58.054Z] -> Found 1 reports [2021-02-25T10:23:58.054Z] ==> Detecting git/mercurial file structure [2021-02-25T10:23:58.054Z] ==> Reading reports [2021-02-25T10:23:58.404Z] + ./coverage.out bytes=597902 [2021-02-25T10:23:58.404Z] ==> Appending adjustments [2021-02-25T10:23:58.404Z] https://docs.codecov.io/docs/fixing-reports [2021-02-25T10:24:15.068Z] + Found adjustments [2021-02-25T10:24:15.068Z] ==> Gzipping contents [2021-02-25T10:24:15.068Z] 88K /tmp/codecov.eTsnqy.gz [2021-02-25T10:24:15.068Z] ==> Uploading reports [2021-02-25T10:24:15.068Z] url: https://codecov.io [2021-02-25T10:24:15.068Z] query: branch=PR-3183&commit=2c30f229987106f00c437908f9cf932650acd681&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3183%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3183&job=&cmd_args= [2021-02-25T10:24:15.068Z] -> Pinging Codecov [2021-02-25T10:24:15.068Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3183&commit=2c30f229987106f00c437908f9cf932650acd681&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3183%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3183&job=&cmd_args= [2021-02-25T10:24:15.068Z] -> Uploading to [2021-02-25T10:24:15.068Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-25/00271124DB129430A58F1EEE437C3FCB/2c30f229987106f00c437908f9cf932650acd681/5adf9f1b-ae2a-43e5-8d33-36805711dd2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T102413Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=155b7d33502f67b44d1e6701fc53c96899df04426a9a3c77d901fb5370ecc719 [2021-02-25T10:24:15.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T10:24:15.068Z] Dload Upload Total Spent Left Speed [2021-02-25T10:24:15.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89151 0 0 100 89151 0 108k --:--:-- --:--:-- --:--:-- 108k [2021-02-25T10:24:15.068Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2c30f229987106f00c437908f9cf932650acd681 [Pipeline] } [2021-02-25T10:24:15.166Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:24:17.211Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:24:19.362Z] ---> package-listing.sh [2021-02-25T10:24:19.362Z] ++ facter osfamily [2021-02-25T10:24:19.362Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-25T10:24:19.659Z] + OS_FAMILY=redhat [2021-02-25T10:24:19.659Z] + workspace=/w/workspace/edgex-go/9 [2021-02-25T10:24:19.659Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-25T10:24:19.659Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-25T10:24:19.659Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-25T10:24:19.659Z] + PACKAGES=/tmp/packages_start.txt [2021-02-25T10:24:19.659Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-25T10:24:19.659Z] + PACKAGES=/tmp/packages_end.txt [2021-02-25T10:24:19.659Z] + case "${OS_FAMILY}" in [2021-02-25T10:24:19.659Z] + sort [2021-02-25T10:24:19.659Z] + rpm -qa [2021-02-25T10:24:33.082Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-25T10:24:33.082Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-25T10:24:33.082Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-25T10:24:33.082Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-25T10:24:33.082Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-02-25T10:24:33.082Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-02-25T10:24:33.099Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-25T10:24:33.521Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:24:34.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T10:24:34.778Z] [2021-02-25T10:24:34.778Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-25T10:24:35.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T10:24:36.418Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-25T10:24:36.418Z] df20fa9351a1: Pulling fs layer [2021-02-25T10:24:36.418Z] 36b3adc4ff6f: Pulling fs layer [2021-02-25T10:24:36.418Z] 8ad3a11d3b57: Pulling fs layer [2021-02-25T10:24:36.418Z] 46f8f816bc3b: Pulling fs layer [2021-02-25T10:24:36.418Z] 93b61091891f: Pulling fs layer [2021-02-25T10:24:36.418Z] 93b9cdb0e59b: Pulling fs layer [2021-02-25T10:24:36.418Z] 5e14af77c1be: Pulling fs layer [2021-02-25T10:24:36.418Z] 01666e4c0597: Pulling fs layer [2021-02-25T10:24:36.418Z] aa168da1d23b: Pulling fs layer [2021-02-25T10:24:36.418Z] 46f8f816bc3b: Waiting [2021-02-25T10:24:36.418Z] 93b9cdb0e59b: Waiting [2021-02-25T10:24:36.418Z] 93b61091891f: Waiting [2021-02-25T10:24:36.418Z] aa168da1d23b: Waiting [2021-02-25T10:24:36.418Z] 36b3adc4ff6f: Download complete [2021-02-25T10:24:36.418Z] 46f8f816bc3b: Verifying Checksum [2021-02-25T10:24:36.418Z] 46f8f816bc3b: Download complete [2021-02-25T10:24:36.729Z] df20fa9351a1: Verifying Checksum [2021-02-25T10:24:36.729Z] df20fa9351a1: Download complete [2021-02-25T10:24:36.729Z] 93b9cdb0e59b: Verifying Checksum [2021-02-25T10:24:36.729Z] 93b9cdb0e59b: Download complete [2021-02-25T10:24:36.729Z] 5e14af77c1be: Verifying Checksum [2021-02-25T10:24:36.729Z] 5e14af77c1be: Download complete [2021-02-25T10:24:37.052Z] 01666e4c0597: Verifying Checksum [2021-02-25T10:24:37.052Z] 01666e4c0597: Download complete [2021-02-25T10:24:38.251Z] df20fa9351a1: Pull complete [2021-02-25T10:24:38.251Z] 36b3adc4ff6f: Pull complete [2021-02-25T10:24:38.631Z] 93b61091891f: Download complete [2021-02-25T10:24:39.910Z] 8ad3a11d3b57: Verifying Checksum [2021-02-25T10:24:39.910Z] 8ad3a11d3b57: Download complete [2021-02-25T10:24:44.130Z] 8ad3a11d3b57: Pull complete [2021-02-25T10:24:45.763Z] 46f8f816bc3b: Pull complete [2021-02-25T10:24:48.502Z] 93b61091891f: Pull complete [2021-02-25T10:24:49.743Z] 93b9cdb0e59b: Pull complete [2021-02-25T10:24:50.122Z] 5e14af77c1be: Pull complete [2021-02-25T10:24:50.839Z] 01666e4c0597: Pull complete [2021-02-25T10:24:51.601Z] aa168da1d23b: Verifying Checksum [2021-02-25T10:24:51.601Z] aa168da1d23b: Download complete [2021-02-25T10:25:14.484Z] aa168da1d23b: Pull complete [2021-02-25T10:25:14.484Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-25T10:25:14.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T10:25:14.484Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-25T10:25:16.799Z] prd-centos7-docker-4c-2g-27630 does not seem to be running inside a container [2021-02-25T10:25:17.127Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-25T10:25:20.244Z] $ docker top a1d80a7342b7af2bfe0e688b24d58e41a24c7de3ac6932d9288606d13bd9e235 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T10:25:22.650Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-25T10:25:24.182Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-25T10:25:25.183Z] + ls /var/log/sa-host [2021-02-25T10:25:25.183Z] + sadf -c /var/log/sa-host/sa23 [2021-02-25T10:25:25.183Z] file_magic: OK [2021-02-25T10:25:25.183Z] HZ: Using current value: 100 [2021-02-25T10:25:25.183Z] file_header: OK [2021-02-25T10:25:25.183Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-25T10:25:25.183Z] Statistics: [2021-02-25T10:25:25.183Z] Hnuu...uuuununununu... [2021-02-25T10:25:25.183Z] File successfully converted to sysstat format version 12.2.1 [2021-02-25T10:25:25.183Z] + sadf -c /var/log/sa-host/sa25 [2021-02-25T10:25:25.183Z] file_magic: OK [2021-02-25T10:25:25.183Z] HZ: Using current value: 100 [2021-02-25T10:25:25.183Z] file_header: OK [2021-02-25T10:25:25.183Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-25T10:25:25.183Z] Statistics: [2021-02-25T10:25:25.183Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-25T10:25:25.183Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T10:25:25.521Z] provisioning config files... [2021-02-25T10:25:25.541Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config7829381659270046870tmp [Pipeline] { [Pipeline] echo [2021-02-25T10:25:25.615Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:25:26.445Z] ---> create-netrc.sh [Pipeline] } [2021-02-25T10:25:26.507Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-25T10:25:26.605Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:25:28.029Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-25T10:25:28.133Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:25:28.982Z] ---> sudo-logs.sh [2021-02-25T10:25:28.982Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-25T10:25:29.077Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:25:29.965Z] ---> job-cost.sh [2021-02-25T10:25:29.965Z] lf-activate-venv: SKIPPING [2021-02-25T10:25:29.965Z] DEBUG: total: 0.20999999344348907 [2021-02-25T10:25:29.965Z] INFO: Retrieving Stack Cost... [2021-02-25T10:25:30.969Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T10:25:31.659Z] INFO: Archiving Costs [Pipeline] echo [2021-02-25T10:25:31.691Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T10:25:33.684Z] ---> logs-deploy.sh [2021-02-25T10:25:33.684Z] lf-activate-venv: SKIPPING [2021-02-25T10:25:33.684Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3183/9 [2021-02-25T10:25:33.684Z] INFO: archiving workspace using pattern(s): [2021-02-25T10:25:37.568Z] Archives upload complete. [2021-02-25T10:25:37.568Z] INFO: archiving logs to Nexus [2021-02-25T10:25:39.029Z] ---> uname -a: [2021-02-25T10:25:39.029Z] Linux prd-centos7-docker-4c-2g-27630.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] ---> lscpu: [2021-02-25T10:25:39.029Z] Architecture: x86_64 [2021-02-25T10:25:39.029Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-25T10:25:39.029Z] Byte Order: Little Endian [2021-02-25T10:25:39.029Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-25T10:25:39.029Z] CPU(s): 4 [2021-02-25T10:25:39.029Z] On-line CPU(s) list: 0-3 [2021-02-25T10:25:39.029Z] Thread(s) per core: 1 [2021-02-25T10:25:39.029Z] Core(s) per socket: 1 [2021-02-25T10:25:39.029Z] Socket(s): 4 [2021-02-25T10:25:39.029Z] NUMA node(s): 1 [2021-02-25T10:25:39.029Z] Vendor ID: GenuineIntel [2021-02-25T10:25:39.029Z] CPU family: 6 [2021-02-25T10:25:39.029Z] Model: 44 [2021-02-25T10:25:39.029Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-25T10:25:39.029Z] Stepping: 1 [2021-02-25T10:25:39.029Z] CPU MHz: 2933.438 [2021-02-25T10:25:39.029Z] BogoMIPS: 5866.87 [2021-02-25T10:25:39.029Z] Virtualization: VT-x [2021-02-25T10:25:39.029Z] Hypervisor vendor: KVM [2021-02-25T10:25:39.029Z] Virtualization type: full [2021-02-25T10:25:39.029Z] L1d cache: 128 KiB [2021-02-25T10:25:39.029Z] L1i cache: 128 KiB [2021-02-25T10:25:39.029Z] L2 cache: 16 MiB [2021-02-25T10:25:39.029Z] L3 cache: 64 MiB [2021-02-25T10:25:39.029Z] NUMA node0 CPU(s): 0-3 [2021-02-25T10:25:39.029Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-25T10:25:39.029Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-25T10:25:39.029Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-25T10:25:39.029Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-25T10:25:39.029Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-25T10:25:39.029Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-25T10:25:39.029Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-25T10:25:39.029Z] Vulnerability Srbds: Not affected [2021-02-25T10:25:39.029Z] Vulnerability Tsx async abort: Not affected [2021-02-25T10:25:39.029Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] ---> nproc: [2021-02-25T10:25:39.029Z] 4 [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] ---> df -h: [2021-02-25T10:25:39.029Z] Filesystem Size Used Available Use% Mounted on [2021-02-25T10:25:39.029Z] overlay 50.0G 12.2G 37.8G 24% / [2021-02-25T10:25:39.029Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-25T10:25:39.029Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-25T10:25:39.029Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/9 [2021-02-25T10:25:39.029Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/9@tmp [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] ---> free -m: [2021-02-25T10:25:39.029Z] total used free shared buff/cache available [2021-02-25T10:25:39.029Z] Mem: 1837 821 156 0 859 949 [2021-02-25T10:25:39.029Z] Swap: 1023 88 935 [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] [2021-02-25T10:25:39.029Z] ---> ip addr: [2021-02-25T10:25:39.029Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-25T10:25:39.029Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-25T10:25:39.029Z] inet 127.0.0.1/8 scope host lo [2021-02-25T10:25:39.029Z] valid_lft forever preferred_lft forever [2021-02-25T10:25:39.029Z] inet6 ::1/128 scope host [2021-02-25T10:25:39.029Z] valid_lft forever preferred_lft forever [2021-02-25T10:25:39.029Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-25T10:25:39.029Z] link/ether fa:16:3e:3d:66:3a brd ff:ff:ff:ff:ff:ff [2021-02-25T10:25:39.029Z] inet 10.30.123.108/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-25T10:25:39.029Z] valid_lft 84301sec preferred_lft 84301sec [2021-02-25T10:25:39.029Z] inet6 fe80::f816:3eff:fe3d:663a/64 scope link [2021-02-25T10:25:39.029Z] valid_lft forever preferred_lft forever [2021-02-25T10:25:39.029Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-25T10:25:39.029Z] link/ether 02:42:c5:6b:d1:dd brd ff:ff:ff:ff:ff:ff [2021-02-25T10:25:39.030Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-25T10:25:39.030Z] valid_lft forever preferred_lft forever [2021-02-25T10:25:39.030Z] inet6 fe80::42:c5ff:fe6b:d1dd/64 scope link [2021-02-25T10:25:39.030Z] valid_lft forever preferred_lft forever [2021-02-25T10:25:39.030Z] [2021-02-25T10:25:39.030Z] [2021-02-25T10:25:39.394Z] ---> sar -b -r -n DEV: [2021-02-25T10:25:39.394Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) [2021-02-25T10:25:39.394Z] [2021-02-25T10:25:39.394Z] 09:50:22 LINUX RESTART (4 CPU) [2021-02-25T10:25:39.394Z] [2021-02-25T10:25:39.394Z] 09:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-25T10:25:39.394Z] 09:52:01 116.16 65.44 50.72 0.00 4231.75 36666.82 0.00 [2021-02-25T10:25:39.394Z] 09:53:02 19.96 1.41 18.55 0.00 116.70 5923.75 0.00 [2021-02-25T10:25:39.394Z] 09:54:01 39.58 12.44 27.15 0.00 4658.96 4952.66 0.00 [2021-02-25T10:25:39.394Z] 09:55:02 79.71 46.10 33.61 0.00 4357.42 17331.25 0.00 [2021-02-25T10:25:39.394Z] 09:56:01 159.83 55.00 104.84 0.00 2281.25 29379.02 0.00 [2021-02-25T10:25:39.394Z] 09:57:02 159.81 68.64 91.17 0.00 2177.90 12878.84 0.00 [2021-02-25T10:25:39.394Z] 09:58:01 92.84 31.64 61.20 0.00 1370.91 8778.43 0.00 [2021-02-25T10:25:39.394Z] 09:59:01 88.21 41.95 46.26 0.00 1356.86 3146.99 0.00 [2021-02-25T10:25:39.394Z] 10:00:02 92.18 37.28 54.90 0.00 2422.80 4914.00 0.00 [2021-02-25T10:25:39.394Z] 10:01:01 18.32 1.50 16.81 0.00 123.43 4266.42 0.00 [2021-02-25T10:25:39.394Z] 10:02:05 114.28 18.63 95.64 0.00 4332.70 33133.40 0.00 [2021-02-25T10:25:39.394Z] 10:03:06 239.65 121.23 118.42 0.00 57434.26 94372.09 0.00 [2021-02-25T10:25:39.394Z] 10:04:02 728.58 630.46 98.12 0.00 32856.35 37189.66 0.00 [2021-02-25T10:25:39.394Z] 10:05:08 1015.33 900.18 115.15 0.00 61588.03 66275.54 0.00 [2021-02-25T10:25:39.394Z] 10:06:03 1082.17 984.62 97.55 0.00 53601.31 59117.96 0.00 [2021-02-25T10:25:39.394Z] 10:07:02 522.53 446.01 76.53 0.00 26887.67 24904.78 0.00 [2021-02-25T10:25:39.394Z] 10:08:02 77.23 32.16 45.07 0.00 3522.76 9307.28 0.00 [2021-02-25T10:25:39.394Z] 10:09:02 197.54 67.18 130.36 0.00 6486.93 18184.80 0.00 [2021-02-25T10:25:39.394Z] 10:10:04 212.36 84.96 127.40 0.00 22876.36 48950.91 0.00 [2021-02-25T10:25:39.394Z] 10:11:08 541.87 445.51 96.36 0.00 46928.04 51376.91 0.00 [2021-02-25T10:25:39.394Z] 10:12:02 696.35 623.46 72.89 0.00 20546.82 25724.01 0.00 [2021-02-25T10:25:39.394Z] 10:13:02 1014.52 918.16 96.35 0.00 53004.42 56479.92 0.00 [2021-02-25T10:25:39.394Z] 10:14:03 967.61 873.48 94.13 0.00 49853.23 57090.90 0.00 [2021-02-25T10:25:39.394Z] 10:15:03 213.99 161.80 52.19 0.00 8526.11 8614.83 0.00 [2021-02-25T10:25:39.394Z] 10:16:02 111.80 23.74 88.06 0.00 3311.44 16515.02 0.00 [2021-02-25T10:25:39.394Z] 10:17:01 117.93 8.31 109.62 0.00 438.49 19821.56 0.00 [2021-02-25T10:25:39.394Z] 10:18:01 47.86 18.47 29.39 0.00 2981.49 1114.25 0.00 [2021-02-25T10:25:39.394Z] 10:19:02 4.62 0.03 4.59 0.00 0.66 141.00 0.00 [2021-02-25T10:25:39.394Z] 10:20:01 0.24 0.00 0.24 0.00 0.00 3.55 0.00 [2021-02-25T10:25:39.394Z] 10:21:01 1.75 1.55 0.20 0.00 42.57 2.34 0.00 [2021-02-25T10:25:39.394Z] 10:22:02 100.88 95.00 5.88 0.00 1144.03 268.28 0.00 [2021-02-25T10:25:39.394Z] 10:23:01 122.82 98.80 24.02 0.00 1188.09 777.50 0.00 [2021-02-25T10:25:39.394Z] 10:24:01 129.54 127.33 2.21 0.00 3294.28 227.09 0.00 [2021-02-25T10:25:39.394Z] 10:25:01 118.18 65.63 52.55 0.00 5639.49 11698.90 0.00 [2021-02-25T10:25:39.394Z] Average: 271.06 208.02 63.04 0.00 14518.86 22811.51 0.00 [2021-02-25T10:25:39.394Z] [2021-02-25T10:25:39.394Z] 09:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-25T10:25:39.394Z] 09:52:01 64544 0 538540 28.62 2620 1275840 1095328 37.38 363764 1256380 16184 [2021-02-25T10:25:39.394Z] 09:53:02 99744 0 555524 29.52 2620 1223656 1110204 37.89 511704 1069944 12520 [2021-02-25T10:25:39.394Z] 09:54:01 73948 0 678128 36.04 2620 1126848 1405752 47.98 547996 1051316 3696 [2021-02-25T10:25:39.394Z] 09:55:02 96768 0 633932 33.69 2596 1148248 1341724 45.79 706732 863840 65224 [2021-02-25T10:25:39.394Z] 09:56:01 123292 0 696144 37.00 1684 1060424 1537360 52.47 578308 934208 1580 [2021-02-25T10:25:39.394Z] 09:57:02 110884 0 851380 45.25 1492 917788 1536652 52.44 649232 842092 5748 [2021-02-25T10:25:39.394Z] 09:58:01 132704 0 787696 41.86 768 960376 1652744 56.41 673448 788924 34492 [2021-02-25T10:25:39.394Z] 09:59:01 374500 0 776540 41.27 564 729940 1751932 59.79 525104 695148 34652 [2021-02-25T10:25:39.394Z] 10:00:02 281080 0 801736 42.61 476 798252 1434104 48.94 624700 681988 27148 [2021-02-25T10:25:39.394Z] 10:01:01 154176 0 778356 41.37 476 948536 1650568 56.33 635412 796128 51456 [2021-02-25T10:25:39.394Z] 10:02:05 77252 0 745620 39.63 256 1058416 1296888 44.26 703212 824596 45400 [2021-02-25T10:25:39.394Z] 10:03:06 75396 0 838044 44.54 0 968104 2290516 78.17 780936 817452 78636 [2021-02-25T10:25:39.394Z] 10:04:02 363756 0 740988 39.38 0 776800 1750952 59.76 577996 727816 4 [2021-02-25T10:25:39.394Z] 10:05:08 75744 0 840756 44.68 0 965044 2352120 80.27 776772 810600 45980 [2021-02-25T10:25:39.394Z] 10:06:03 75536 0 845924 44.96 0 960084 2349968 80.20 769388 804252 34592 [2021-02-25T10:25:39.394Z] 10:07:02 108060 0 1266308 67.30 0 507176 4485576 153.09 926468 576700 19236 [2021-02-25T10:25:39.394Z] 10:08:02 305936 0 1009312 53.64 0 566296 3808144 129.97 641220 661436 17032 [2021-02-25T10:25:39.394Z] 10:09:02 485732 0 697484 37.07 0 698328 1486704 50.74 432196 717048 28 [2021-02-25T10:25:39.394Z] 10:10:04 64668 0 679788 36.13 0 1137088 1403756 47.91 734252 846124 82956 [2021-02-25T10:25:39.394Z] 10:11:08 77420 0 771364 41.00 0 1032760 2267900 77.40 787640 803636 95664 [2021-02-25T10:25:39.394Z] 10:12:02 393768 0 674492 35.85 0 813284 1855324 63.32 597428 668644 60 [2021-02-25T10:25:39.394Z] 10:13:02 135384 0 716320 38.07 0 1029840 1839884 62.79 735388 784276 88868 [2021-02-25T10:25:39.394Z] 10:14:03 71096 0 762312 40.52 0 1048136 2160800 73.74 698456 889324 78272 [2021-02-25T10:25:39.394Z] 10:15:03 259768 0 988576 52.54 0 633200 2990608 102.06 720040 643152 38888 [2021-02-25T10:25:39.394Z] 10:16:02 383564 0 700144 37.21 0 797836 1693704 57.80 560636 693592 4884 [2021-02-25T10:25:39.394Z] 10:17:01 125276 0 713680 37.93 0 1042588 1623980 55.42 623472 864672 812 [2021-02-25T10:25:39.394Z] 10:18:01 112572 0 633392 33.66 0 1135580 1229424 41.96 597596 910748 20 [2021-02-25T10:25:39.394Z] 10:19:02 117052 0 628908 33.43 0 1135584 1201644 41.01 595240 910700 24 [2021-02-25T10:25:39.394Z] 10:20:01 117996 0 627956 33.37 0 1135592 1190336 40.62 594296 910612 12 [2021-02-25T10:25:39.394Z] 10:21:01 115960 0 629336 33.45 0 1136248 1192048 40.68 595288 911112 16 [2021-02-25T10:25:39.394Z] 10:22:02 92764 0 644096 34.23 0 1144684 1198048 40.89 619712 898048 648 [2021-02-25T10:25:39.394Z] 10:23:01 162788 0 658500 35.00 0 1060256 1192044 40.68 581672 848256 80 [2021-02-25T10:25:39.394Z] 10:24:01 248860 0 756364 40.20 0 876320 1328132 45.33 445904 809248 2612 [2021-02-25T10:25:39.394Z] 10:25:01 81028 0 821728 43.67 0 978788 1658804 56.61 542596 876196 92456 [2021-02-25T10:25:39.394Z] Average: 165853 0 749687 39.84 476 965528 1775402 60.59 631006 829065 28820 [2021-02-25T10:25:39.394Z] [2021-02-25T10:25:39.394Z] 09:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-25T10:25:39.394Z] 09:52:01 eth0 136.49 106.85 576.14 44.07 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:53:02 eth0 518.23 376.55 2772.34 37.57 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:54:01 eth0 418.82 385.39 1775.05 83.02 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:54:01 vetha9e8cae 324.79 342.13 37.58 1431.69 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:54:01 docker0 324.77 342.00 33.12 1431.68 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:55:02 eth0 332.41 239.80 1617.01 34.88 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:55:02 docker0 191.04 269.31 21.32 1218.19 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:56:01 eth0 335.22 263.06 2874.17 27.77 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:56:01 veth5a55fc5 24.45 31.45 2.42 22.80 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:56:01 docker0 52.14 93.88 3.73 388.69 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:57:02 eth0 155.46 59.56 474.85 65.48 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:57:02 veth7d25a08 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:57:02 docker0 27.17 122.54 2.09 451.80 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:58:01 eth0 17.85 12.32 14.01 7.15 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:58:01 veth7d25a08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:59:01 eth0 25.20 19.62 18.67 10.52 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:59:01 veth7d25a08 1.54 1.54 0.12 0.12 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 09:59:01 docker0 1.54 1.54 0.10 0.12 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 10:00:02 eth0 12.53 9.53 10.99 6.06 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 10:00:02 veth7d25a08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 10:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 10:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.394Z] 10:01:01 eth0 31.23 31.60 17.09 84.06 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:01:01 veth7d25a08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:02:05 vethb919c1e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:02:05 eth0 188.82 153.51 1604.65 21.72 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:02:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:02:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:03:06 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:03:06 eth0 3.36 2.70 2.73 1.38 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:03:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:03:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:04:02 vethb919c1e 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:04:02 eth0 37.20 26.58 163.39 5.54 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:04:02 docker0 18.55 26.83 1.07 155.78 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:05:08 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:05:08 eth0 11.29 9.10 9.07 5.02 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:05:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:05:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:06:03 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:06:03 eth0 1.83 1.12 1.09 0.56 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:06:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:06:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:07:02 veth3dedb7b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:07:02 veth54fcee5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:07:02 vethe4a8341 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:07:02 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:08:02 veth3dedb7b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:08:02 veth54fcee5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:08:02 vethe4a8341 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:08:02 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:09:02 vethb919c1e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:09:02 vethf030efa 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:09:02 eth0 2385.60 1797.61 12383.44 514.24 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:09:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:10:04 vethb919c1e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:10:04 eth0 43.12 31.05 70.46 15.12 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:10:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:10:04 docker0 615.83 878.43 60.65 3702.91 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:11:08 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:11:08 eth0 33.31 32.26 17.22 80.48 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:11:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:11:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:12:02 vethb919c1e 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:12:02 veth07bd6f5 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:12:02 eth0 42.62 29.18 117.40 11.32 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:13:02 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:13:02 eth0 7.21 5.81 5.77 3.15 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:13:02 docker0 637.69 913.53 62.45 3872.51 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:14:03 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:14:03 eth0 1.24 1.16 0.94 0.49 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:14:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:14:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:15:03 vetha2d5892 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:15:03 vethc3a7aaf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:15:03 vethb919c1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:15:03 veth1181a08 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:16:02 vethb919c1e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:16:02 eth0 2589.68 1948.77 12914.44 646.63 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:16:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:16:02 veth22d0868 3.85 11.24 0.26 34.09 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:17:01 vethb919c1e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:17:01 vethf5e1955 0.84 1.03 0.09 2.81 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:17:01 eth0 214.15 113.40 1480.36 80.78 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:18:01 eth0 40.38 27.31 75.30 11.89 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:18:01 docker0 672.19 1017.98 64.75 4332.48 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:19:02 eth0 1.12 0.54 0.67 0.22 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:20:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:21:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:22:02 eth0 0.18 0.18 0.08 0.04 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:23:01 eth0 0.15 0.10 0.06 0.03 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:24:01 eth0 13.61 15.48 6.86 58.83 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:25:01 eth0 207.51 165.00 2173.25 22.89 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] Average: eth0 87.95 65.12 480.15 23.69 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] Average: docker0 19.88 30.10 1.91 128.13 0.00 0.00 0.00 0.00 [2021-02-25T10:25:39.395Z] [2021-02-25T10:25:39.395Z] [2021-02-25T10:25:39.395Z] ---> sar -P ALL: [2021-02-25T10:25:39.395Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) [2021-02-25T10:25:39.395Z] [2021-02-25T10:25:39.395Z] 09:50:22 LINUX RESTART (4 CPU) [2021-02-25T10:25:39.395Z] [2021-02-25T10:25:39.395Z] 09:51:02 CPU %user %nice %system %iowait %steal %idle [2021-02-25T10:25:39.395Z] 09:52:01 all 11.08 0.00 6.80 8.01 36.04 38.07 [2021-02-25T10:25:39.395Z] 09:52:01 0 9.68 0.00 6.84 5.56 38.04 39.88 [2021-02-25T10:25:39.395Z] 09:52:01 1 8.27 0.00 5.57 9.88 35.54 40.74 [2021-02-25T10:25:39.395Z] 09:52:01 2 12.02 0.00 8.25 6.17 35.45 38.11 [2021-02-25T10:25:39.395Z] 09:52:01 3 14.71 0.00 6.63 10.47 35.02 33.18 [2021-02-25T10:25:39.395Z] 09:53:02 all 3.16 0.00 1.39 0.27 24.56 70.63 [2021-02-25T10:25:39.395Z] 09:53:02 0 3.05 0.00 1.55 0.87 32.21 62.33 [2021-02-25T10:25:39.395Z] 09:53:02 1 3.41 0.00 1.26 0.00 22.30 73.03 [2021-02-25T10:25:39.395Z] 09:53:02 2 3.00 0.00 1.35 0.05 21.81 73.80 [2021-02-25T10:25:39.395Z] 09:53:02 3 3.18 0.00 1.39 0.14 21.62 73.67 [2021-02-25T10:25:39.395Z] 09:54:01 all 3.40 0.00 3.38 0.82 33.80 58.60 [2021-02-25T10:25:39.395Z] 09:54:01 0 2.21 0.00 2.89 0.62 37.67 56.60 [2021-02-25T10:25:39.395Z] 09:54:01 1 3.70 0.00 3.70 0.28 33.69 58.63 [2021-02-25T10:25:39.395Z] 09:54:01 2 3.54 0.00 3.57 1.09 31.11 60.69 [2021-02-25T10:25:39.395Z] 09:54:01 3 4.20 0.00 3.38 1.30 32.57 58.55 [2021-02-25T10:25:39.395Z] 09:55:02 all 6.65 0.00 3.26 1.42 23.79 64.87 [2021-02-25T10:25:39.395Z] 09:55:02 0 6.80 0.00 3.75 2.64 25.38 61.43 [2021-02-25T10:25:39.395Z] 09:55:02 1 6.45 0.00 2.39 1.77 24.42 64.97 [2021-02-25T10:25:39.395Z] 09:55:02 2 5.57 0.00 3.51 0.33 21.73 68.87 [2021-02-25T10:25:39.395Z] 09:55:02 3 7.81 0.00 3.41 0.91 23.57 64.31 [2021-02-25T10:25:39.395Z] 09:56:01 all 3.46 0.00 4.04 1.84 27.57 63.09 [2021-02-25T10:25:39.395Z] 09:56:01 0 4.00 0.00 4.79 2.08 31.01 58.12 [2021-02-25T10:25:39.395Z] 09:56:01 1 3.02 0.00 3.77 1.86 24.87 66.48 [2021-02-25T10:25:39.395Z] 09:56:01 2 3.49 0.00 3.83 1.05 27.29 64.34 [2021-02-25T10:25:39.395Z] 09:56:01 3 3.31 0.00 3.79 2.39 27.16 63.35 [2021-02-25T10:25:39.395Z] 09:57:02 all 6.20 0.00 6.07 8.10 26.62 53.01 [2021-02-25T10:25:39.395Z] 09:57:02 0 6.95 0.00 6.48 4.64 27.73 54.20 [2021-02-25T10:25:39.395Z] 09:57:02 1 4.68 0.00 5.56 10.22 25.34 54.20 [2021-02-25T10:25:39.395Z] 09:57:02 2 6.04 0.00 5.76 8.38 26.35 53.47 [2021-02-25T10:25:39.395Z] 09:57:02 3 7.18 0.00 6.51 9.20 27.09 50.02 [2021-02-25T10:25:39.395Z] 09:58:01 all 40.47 0.00 11.91 3.06 24.60 19.96 [2021-02-25T10:25:39.395Z] 09:58:01 0 39.94 0.00 12.05 3.05 25.13 19.84 [2021-02-25T10:25:39.395Z] 09:58:01 1 40.86 0.00 12.02 4.36 23.10 19.66 [2021-02-25T10:25:39.395Z] 09:58:01 2 39.80 0.00 11.48 2.94 25.53 20.26 [2021-02-25T10:25:39.395Z] 09:58:01 3 41.29 0.00 12.11 1.90 24.64 20.07 [2021-02-25T10:25:39.395Z] 09:59:01 all 29.03 0.00 10.25 3.99 26.03 30.70 [2021-02-25T10:25:39.395Z] 09:59:01 0 29.99 0.00 9.32 3.80 26.40 30.49 [2021-02-25T10:25:39.395Z] 09:59:01 1 26.70 0.00 10.84 3.99 26.65 31.81 [2021-02-25T10:25:39.395Z] 09:59:01 2 26.31 0.00 9.71 3.36 26.84 33.79 [2021-02-25T10:25:39.395Z] 09:59:01 3 33.30 0.00 11.18 4.87 24.14 26.51 [2021-02-25T10:25:39.395Z] 10:00:02 all 28.00 0.00 11.24 4.30 24.75 31.71 [2021-02-25T10:25:39.395Z] 10:00:02 0 27.80 0.00 11.58 3.33 25.80 31.49 [2021-02-25T10:25:39.395Z] 10:00:02 1 25.98 0.00 10.07 4.43 25.81 33.72 [2021-02-25T10:25:39.395Z] 10:00:02 2 27.83 0.00 10.90 4.88 23.75 32.65 [2021-02-25T10:25:39.395Z] 10:00:02 3 30.47 0.00 12.47 4.56 23.61 28.88 [2021-02-25T10:25:39.395Z] 10:01:01 all 14.63 0.00 7.25 0.28 36.38 41.46 [2021-02-25T10:25:39.395Z] 10:01:01 0 13.48 0.00 6.95 0.08 37.87 41.62 [2021-02-25T10:25:39.395Z] 10:01:01 1 14.85 0.00 7.92 0.36 35.31 41.57 [2021-02-25T10:25:39.395Z] 10:01:01 2 15.90 0.00 7.05 0.60 35.68 40.77 [2021-02-25T10:25:39.395Z] 10:01:01 3 14.32 0.00 7.09 0.09 36.61 41.89 [2021-02-25T10:25:39.395Z] 10:02:05 all 3.95 0.00 5.50 4.36 29.47 56.72 [2021-02-25T10:25:39.395Z] 10:02:05 0 3.36 0.00 4.98 5.01 32.57 54.09 [2021-02-25T10:25:39.396Z] 10:02:05 1 3.30 0.00 5.94 4.28 27.60 58.88 [2021-02-25T10:25:39.396Z] 10:02:05 2 4.51 0.00 6.06 3.67 29.25 56.51 [2021-02-25T10:25:39.396Z] 10:02:05 3 4.65 0.00 5.00 4.51 28.42 57.42 [2021-02-25T10:25:39.396Z] [2021-02-25T10:25:39.396Z] 10:02:05 CPU %user %nice %system %iowait %steal %idle [2021-02-25T10:25:39.396Z] 10:03:06 all 7.09 0.00 7.85 19.53 41.00 24.53 [2021-02-25T10:25:39.396Z] 10:03:06 0 6.85 0.00 6.90 18.96 41.94 25.35 [2021-02-25T10:25:39.396Z] 10:03:06 1 6.34 0.00 7.96 21.01 40.21 24.49 [2021-02-25T10:25:39.396Z] 10:03:06 2 8.10 0.00 8.35 19.40 41.02 23.11 [2021-02-25T10:25:39.396Z] 10:03:06 3 7.09 0.00 8.20 18.77 40.81 25.13 [2021-02-25T10:25:39.396Z] 10:04:02 all 6.79 0.00 7.83 21.40 38.69 25.29 [2021-02-25T10:25:39.396Z] 10:04:02 0 6.11 0.00 7.76 23.21 39.89 23.03 [2021-02-25T10:25:39.396Z] 10:04:02 1 6.64 0.00 7.85 24.07 38.04 23.40 [2021-02-25T10:25:39.396Z] 10:04:02 2 6.96 0.00 7.92 21.05 37.61 26.45 [2021-02-25T10:25:39.396Z] 10:04:02 3 7.44 0.00 7.79 17.30 39.23 28.25 [2021-02-25T10:25:39.396Z] 10:05:08 all 2.06 0.00 6.40 40.35 29.71 21.48 [2021-02-25T10:25:39.396Z] 10:05:08 0 1.84 0.00 6.06 40.59 30.35 21.16 [2021-02-25T10:25:39.396Z] 10:05:08 1 2.14 0.00 7.25 32.61 28.65 29.35 [2021-02-25T10:25:39.396Z] 10:05:08 2 2.27 0.00 6.34 43.97 28.60 18.83 [2021-02-25T10:25:39.396Z] 10:05:08 3 2.01 0.00 5.99 44.11 31.20 16.70 [2021-02-25T10:25:39.396Z] 10:06:03 all 6.47 0.00 4.98 33.89 35.08 19.58 [2021-02-25T10:25:39.396Z] 10:06:03 0 6.44 0.00 5.16 29.78 35.10 23.53 [2021-02-25T10:25:39.396Z] 10:06:03 1 6.30 0.00 4.79 38.04 34.96 15.91 [2021-02-25T10:25:39.396Z] 10:06:03 2 7.09 0.00 5.09 31.77 33.72 22.32 [2021-02-25T10:25:39.396Z] 10:06:03 3 6.08 0.00 4.87 35.89 36.50 16.66 [2021-02-25T10:25:39.396Z] 10:07:02 all 10.28 0.00 7.37 27.35 37.36 17.64 [2021-02-25T10:25:39.396Z] 10:07:02 0 7.97 0.00 6.86 26.98 40.72 17.47 [2021-02-25T10:25:39.396Z] 10:07:02 1 10.86 0.00 7.13 29.53 36.63 15.85 [2021-02-25T10:25:39.396Z] 10:07:02 2 9.58 0.00 6.90 26.95 37.49 19.08 [2021-02-25T10:25:39.396Z] 10:07:02 3 12.90 0.00 8.67 25.91 34.36 18.15 [2021-02-25T10:25:39.396Z] 10:08:02 all 41.01 0.00 9.44 0.11 49.10 0.34 [2021-02-25T10:25:39.396Z] 10:08:02 0 40.72 0.00 9.45 0.20 49.27 0.35 [2021-02-25T10:25:39.396Z] 10:08:02 1 35.60 0.00 8.16 0.12 55.88 0.24 [2021-02-25T10:25:39.396Z] 10:08:02 2 45.30 0.00 10.63 0.10 43.67 0.30 [2021-02-25T10:25:39.396Z] 10:08:02 3 42.39 0.00 9.50 0.02 47.60 0.48 [2021-02-25T10:25:39.396Z] 10:09:02 all 14.70 0.00 8.33 12.53 41.16 23.28 [2021-02-25T10:25:39.396Z] 10:09:02 0 12.66 0.00 7.33 11.59 44.06 24.36 [2021-02-25T10:25:39.396Z] 10:09:02 1 13.92 0.00 8.25 12.83 41.59 23.41 [2021-02-25T10:25:39.396Z] 10:09:02 2 15.06 0.00 8.46 11.35 39.30 25.83 [2021-02-25T10:25:39.396Z] 10:09:02 3 17.32 0.00 9.33 14.43 39.58 19.33 [2021-02-25T10:25:39.396Z] 10:10:04 all 3.62 0.00 6.26 20.96 41.43 27.74 [2021-02-25T10:25:39.396Z] 10:10:04 0 3.22 0.00 5.61 20.87 42.62 27.68 [2021-02-25T10:25:39.396Z] 10:10:04 1 3.96 0.00 6.55 19.91 42.40 27.18 [2021-02-25T10:25:39.396Z] 10:10:04 2 3.32 0.00 5.84 24.23 39.07 27.53 [2021-02-25T10:25:39.396Z] 10:10:04 3 4.00 0.00 7.09 18.72 41.60 28.59 [2021-02-25T10:25:39.396Z] 10:11:08 all 5.01 0.00 4.59 18.70 50.30 21.40 [2021-02-25T10:25:39.396Z] 10:11:08 0 4.85 0.00 3.99 16.00 50.48 24.68 [2021-02-25T10:25:39.396Z] 10:11:08 1 5.30 0.00 4.86 19.32 51.76 18.76 [2021-02-25T10:25:39.396Z] 10:11:08 2 5.05 0.00 4.82 21.39 49.66 19.08 [2021-02-25T10:25:39.396Z] 10:11:08 3 4.85 0.00 4.71 18.16 49.31 22.97 [2021-02-25T10:25:39.396Z] 10:12:02 all 3.97 0.00 4.59 17.06 43.67 30.71 [2021-02-25T10:25:39.396Z] 10:12:02 0 4.27 0.00 4.75 17.53 43.58 29.87 [2021-02-25T10:25:39.396Z] 10:12:02 1 4.18 0.00 4.87 19.13 44.61 27.22 [2021-02-25T10:25:39.396Z] 10:12:02 2 4.20 0.00 4.42 17.26 42.98 31.13 [2021-02-25T10:25:39.396Z] 10:12:02 3 3.23 0.00 4.33 14.40 43.54 34.50 [2021-02-25T10:25:39.396Z] 10:13:02 all 1.02 0.00 3.81 42.18 26.74 26.24 [2021-02-25T10:25:39.396Z] 10:13:02 0 0.97 0.00 3.56 39.19 26.96 29.32 [2021-02-25T10:25:39.396Z] 10:13:02 1 1.07 0.00 3.81 47.54 25.77 21.80 [2021-02-25T10:25:39.396Z] 10:13:02 2 1.11 0.00 3.93 40.64 26.28 28.04 [2021-02-25T10:25:39.396Z] 10:13:02 3 0.94 0.00 3.94 41.40 27.94 25.78 [2021-02-25T10:25:39.396Z] [2021-02-25T10:25:39.396Z] 10:13:02 CPU %user %nice %system %iowait %steal %idle [2021-02-25T10:25:39.396Z] 10:14:03 all 5.52 0.00 3.65 30.59 36.39 23.85 [2021-02-25T10:25:39.396Z] 10:14:03 0 5.16 0.00 3.07 24.82 36.56 30.38 [2021-02-25T10:25:39.396Z] 10:14:03 1 5.52 0.00 3.77 32.27 36.59 21.85 [2021-02-25T10:25:39.396Z] 10:14:03 2 5.58 0.00 3.99 36.44 35.14 18.86 [2021-02-25T10:25:39.396Z] 10:14:03 3 5.85 0.00 3.78 29.06 37.25 24.06 [2021-02-25T10:25:39.396Z] 10:15:03 all 22.62 0.00 7.91 17.14 41.58 10.75 [2021-02-25T10:25:39.396Z] 10:15:03 0 24.13 0.00 9.04 14.50 38.84 13.48 [2021-02-25T10:25:39.396Z] 10:15:03 1 20.70 0.00 8.21 21.82 41.25 8.02 [2021-02-25T10:25:39.396Z] 10:15:03 2 20.61 0.00 7.07 15.48 44.97 11.87 [2021-02-25T10:25:39.396Z] 10:15:03 3 25.00 0.00 7.32 17.08 41.16 9.44 [2021-02-25T10:25:39.396Z] 10:16:02 all 25.72 0.00 9.20 4.32 48.25 12.51 [2021-02-25T10:25:39.396Z] 10:16:02 0 24.91 0.00 8.62 2.10 48.97 15.39 [2021-02-25T10:25:39.396Z] 10:16:02 1 24.63 0.00 8.34 3.97 49.21 13.84 [2021-02-25T10:25:39.396Z] 10:16:02 2 26.47 0.00 9.51 7.06 48.57 8.38 [2021-02-25T10:25:39.396Z] 10:16:02 3 26.95 0.00 10.40 4.29 46.17 12.20 [2021-02-25T10:25:39.396Z] 10:17:01 all 4.55 0.00 5.59 4.05 36.67 49.13 [2021-02-25T10:25:39.396Z] 10:17:01 0 4.10 0.00 4.97 5.48 38.56 46.89 [2021-02-25T10:25:39.396Z] 10:17:01 1 3.52 0.00 5.21 2.49 35.17 53.61 [2021-02-25T10:25:39.396Z] 10:17:01 2 4.17 0.00 5.22 3.22 36.24 51.15 [2021-02-25T10:25:39.396Z] 10:17:01 3 6.57 0.00 7.07 5.10 36.72 44.53 [2021-02-25T10:25:39.396Z] 10:18:01 all 3.52 0.00 2.19 2.71 23.03 68.55 [2021-02-25T10:25:39.396Z] 10:18:01 0 3.63 0.00 1.89 2.47 25.50 66.52 [2021-02-25T10:25:39.396Z] 10:18:01 1 2.38 0.00 2.16 1.11 23.34 71.01 [2021-02-25T10:25:39.396Z] 10:18:01 2 4.64 0.00 2.00 3.93 22.27 67.16 [2021-02-25T10:25:39.396Z] 10:18:01 3 3.45 0.00 2.74 3.37 20.86 69.57 [2021-02-25T10:25:39.396Z] 10:19:02 all 0.09 0.00 0.06 0.00 0.96 98.90 [2021-02-25T10:25:39.396Z] 10:19:02 0 0.03 0.00 0.07 0.00 0.87 99.03 [2021-02-25T10:25:39.396Z] 10:19:02 1 0.26 0.00 0.07 0.00 1.51 98.16 [2021-02-25T10:25:39.396Z] 10:19:02 2 0.03 0.00 0.05 0.00 0.71 99.21 [2021-02-25T10:25:39.396Z] 10:19:02 3 0.02 0.00 0.05 0.00 0.76 99.18 [2021-02-25T10:25:39.396Z] 10:20:01 all 0.07 0.00 0.10 0.00 3.01 96.82 [2021-02-25T10:25:39.396Z] 10:20:01 0 0.02 0.00 0.10 0.00 2.74 97.15 [2021-02-25T10:25:39.396Z] 10:20:01 1 0.18 0.00 0.10 0.00 3.63 96.09 [2021-02-25T10:25:39.396Z] 10:20:01 2 0.07 0.00 0.10 0.00 3.30 96.54 [2021-02-25T10:25:39.396Z] 10:20:01 3 0.03 0.00 0.10 0.00 2.36 97.51 [2021-02-25T10:25:39.396Z] 10:21:01 all 0.05 0.00 0.05 0.07 2.36 97.47 [2021-02-25T10:25:39.396Z] 10:21:01 0 0.02 0.00 0.07 0.12 1.27 98.53 [2021-02-25T10:25:39.396Z] 10:21:01 1 0.13 0.00 0.05 0.05 1.21 98.56 [2021-02-25T10:25:39.396Z] 10:21:01 2 0.02 0.00 0.05 0.03 4.17 95.73 [2021-02-25T10:25:39.396Z] 10:21:01 3 0.03 0.00 0.05 0.08 2.77 97.07 [2021-02-25T10:25:39.396Z] 10:22:02 all 0.05 1.07 5.53 4.59 32.83 55.93 [2021-02-25T10:25:39.396Z] 10:22:02 0 0.07 0.98 4.79 5.46 33.51 55.19 [2021-02-25T10:25:39.396Z] 10:22:02 1 0.06 1.11 6.02 3.87 33.00 55.94 [2021-02-25T10:25:39.396Z] 10:22:02 2 0.01 1.15 5.84 6.71 32.34 53.94 [2021-02-25T10:25:39.396Z] 10:22:02 3 0.06 1.03 5.45 2.33 32.48 58.64 [2021-02-25T10:25:39.396Z] 10:23:01 all 0.05 0.97 5.81 5.36 28.07 59.74 [2021-02-25T10:25:39.396Z] 10:23:01 0 0.07 1.00 5.84 4.24 28.75 60.11 [2021-02-25T10:25:39.396Z] 10:23:01 1 0.03 1.04 5.89 6.08 28.29 58.67 [2021-02-25T10:25:39.396Z] 10:23:01 2 0.05 0.93 5.76 5.35 28.46 59.44 [2021-02-25T10:25:39.396Z] 10:23:01 3 0.05 0.92 5.74 5.77 26.75 60.76 [2021-02-25T10:25:39.396Z] 10:24:01 all 0.67 0.06 1.26 1.74 17.48 78.79 [2021-02-25T10:25:39.396Z] 10:24:01 0 0.49 0.07 1.08 0.70 16.08 81.57 [2021-02-25T10:25:39.396Z] 10:24:01 1 1.11 0.06 1.62 4.38 17.79 75.04 [2021-02-25T10:25:39.396Z] 10:24:01 2 0.42 0.04 0.98 1.20 18.62 78.73 [2021-02-25T10:25:39.396Z] 10:24:01 3 0.64 0.07 1.36 0.70 17.44 79.78 [2021-02-25T10:25:39.396Z] [2021-02-25T10:25:39.396Z] 10:24:01 CPU %user %nice %system %iowait %steal %idle [2021-02-25T10:25:39.396Z] 10:25:01 all 3.47 0.00 3.96 4.59 28.83 59.14 [2021-02-25T10:25:39.396Z] 10:25:01 0 2.70 0.00 3.19 1.49 31.00 61.62 [2021-02-25T10:25:39.396Z] 10:25:01 1 3.53 0.00 3.33 6.61 28.98 57.56 [2021-02-25T10:25:39.396Z] 10:25:01 2 3.72 0.00 3.05 6.62 28.50 58.11 [2021-02-25T10:25:39.396Z] 10:25:01 3 3.98 0.00 6.41 3.66 26.71 59.24 [2021-02-25T10:25:39.396Z] Average: all 8.49 0.07 5.40 11.09 30.87 44.07 [2021-02-25T10:25:39.396Z] Average: 0 8.18 0.07 5.19 10.28 32.16 44.12 [2021-02-25T10:25:39.396Z] Average: 1 8.00 0.08 5.34 11.66 30.75 44.17 [2021-02-25T10:25:39.396Z] Average: 2 8.60 0.07 5.40 11.43 30.25 44.25 [2021-02-25T10:25:39.396Z] Average: 3 9.20 0.07 5.67 11.02 30.30 43.74 [2021-02-25T10:25:39.396Z] [2021-02-25T10:25:39.396Z] [2021-02-25T10:25:39.396Z]