Pull request #3164 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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84+2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 (0c3447e3cdf2712f78dc722a3463be3aeb570fdc) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26814’ is offline Running on prd-centos7-docker-4c-2g-26819 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 into PR head commit a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 Merge succeeded, producing a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 Checking out Revision a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 (PR-3164) > git config core.sparsecheckout # timeout=10 > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # 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 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 Commit message: "Merge branch 'master' into attr-upd-for-consul" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T21:10:34.310Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 55326834ffc8ed0ef16efc4db2edace1313f2b8c # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T21:10:34.616Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T21:10:34.751Z] ========================================================= [2021-02-18T21:10:34.751Z] EdgeX Global Pipelines Version Info [2021-02-18T21:10:34.751Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:10:36.284Z] ------------------- [2021-02-18T21:10:36.284Z] stable info: [2021-02-18T21:10:36.284Z] ------------------- [2021-02-18T21:10:36.284Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T21:10:36.284Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T21:10:36.284Z] Message: update stable to v1.0.179 [2021-02-18T21:10:37.231Z] ------------------- [2021-02-18T21:10:37.231Z] experimental info: [2021-02-18T21:10:37.231Z] ------------------- [2021-02-18T21:10:37.231Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T21:10:37.231Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T21:10:37.231Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T21:10:37.500Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T21:10:37.611Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T21:10:37.706Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T21:10:37.819Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T21:10:37.921Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T21:10:38.014Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T21:10:38.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T21:10:38.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T21:10:38.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T21:10:38.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T21:10:38.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T21:10:38.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T21:10:38.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T21:10:38.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T21:10:38.879Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T21:10:38.981Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T21:10:39.068Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T21:10:39.163Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T21:10:39.263Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T21:10:39.430Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T21:10:39.549Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T21:10:39.662Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T21:10:39.756Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T21:10:39.845Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3164 [Pipeline] echo [2021-02-18T21:10:39.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3164 [Pipeline] echo [2021-02-18T21:10:40.025Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3164 [Pipeline] echo [2021-02-18T21:10:40.123Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [Pipeline] echo [2021-02-18T21:10:40.239Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a3c2caa [Pipeline] echo [2021-02-18T21:10:40.390Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T21:10:40.638Z] provisioning config files... [2021-02-18T21:10:40.682Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config6975452927869190611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:10:41.048Z] ---> docker-login.sh [2021-02-18T21:10:41.048Z] nexus3.edgexfoundry.org:10001 [2021-02-18T21:10:41.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:10:41.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:10:41.580Z] Configure a credential helper to remove this warning. See [2021-02-18T21:10:41.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:10:41.580Z] [2021-02-18T21:10:41.580Z] Login Succeeded [2021-02-18T21:10:41.580Z] nexus3.edgexfoundry.org:10002 [2021-02-18T21:10:41.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:10:41.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:10:41.847Z] Configure a credential helper to remove this warning. See [2021-02-18T21:10:41.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:10:41.847Z] [2021-02-18T21:10:41.847Z] Login Succeeded [2021-02-18T21:10:41.847Z] nexus3.edgexfoundry.org:10003 [2021-02-18T21:10:41.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:10:42.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:10:42.113Z] Configure a credential helper to remove this warning. See [2021-02-18T21:10:42.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:10:42.113Z] [2021-02-18T21:10:42.113Z] Login Succeeded [2021-02-18T21:10:42.113Z] nexus3.edgexfoundry.org:10004 [2021-02-18T21:10:42.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:10:42.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:10:42.113Z] Configure a credential helper to remove this warning. See [2021-02-18T21:10:42.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:10:42.113Z] [2021-02-18T21:10:42.113Z] Login Succeeded [2021-02-18T21:10:42.113Z] docker.io [2021-02-18T21:10:42.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:10:42.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:10:42.640Z] Configure a credential helper to remove this warning. See [2021-02-18T21:10:42.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:10:42.640Z] [2021-02-18T21:10:42.640Z] Login Succeeded [2021-02-18T21:10:42.640Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T21:10:42.652Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T21:10:43.130Z] ++ 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-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T21:10:43.130Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T21:10:43.130Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T21:10:43.130Z] ++ cut -d/ -f2 [2021-02-18T21:10:43.130Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T21:10:43.206Z] 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-18T21:10:44.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:10:44.790Z] [2021-02-18T21:10:44.790Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:10:45.138Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:10:45.138Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T21:10:45.138Z] 31603596830f: Pulling fs layer [2021-02-18T21:10:45.138Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T21:10:45.138Z] 6ca5941a6612: Pulling fs layer [2021-02-18T21:10:45.138Z] ecc8261a40a4: Pulling fs layer [2021-02-18T21:10:45.138Z] ecc8261a40a4: Waiting [2021-02-18T21:10:45.138Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T21:10:45.138Z] 2a8b12db71e7: Download complete [2021-02-18T21:10:45.402Z] 31603596830f: Verifying Checksum [2021-02-18T21:10:45.402Z] 31603596830f: Download complete [2021-02-18T21:10:45.402Z] ecc8261a40a4: Verifying Checksum [2021-02-18T21:10:45.402Z] ecc8261a40a4: Download complete [2021-02-18T21:10:45.402Z] 6ca5941a6612: Verifying Checksum [2021-02-18T21:10:45.402Z] 6ca5941a6612: Download complete [2021-02-18T21:10:45.666Z] 31603596830f: Pull complete [2021-02-18T21:10:45.929Z] 2a8b12db71e7: Pull complete [2021-02-18T21:10:46.505Z] 6ca5941a6612: Pull complete [2021-02-18T21:10:46.768Z] ecc8261a40a4: Pull complete [2021-02-18T21:10:47.031Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T21:10:47.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T21:10:47.031Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T21:10:47.136Z] prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container [2021-02-18T21:10:47.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10004/edgex-devops/git-semver:latest cat [2021-02-18T21:10:49.669Z] $ docker top ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T21:10:49.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T21:10:49.951Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T21:10:50.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T21:10:50.179Z] $ docker exec ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 ssh-agent [2021-02-18T21:10:50.352Z] SSH_AUTH_SOCK=/tmp/ssh-22BkbDGijdHE/agent.12 [2021-02-18T21:10:50.352Z] SSH_AGENT_PID=18 [2021-02-18T21:10:50.362Z] Running ssh-add (command line suppressed) [2021-02-18T21:10:50.492Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_1549752038285538828.key (/w/workspace/edgex-go/7@tmp/private_key_1549752038285538828.key) [2021-02-18T21:10:50.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T21:10:50.962Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T21:10:50.988Z] $ docker exec --env ******** --env ******** ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 ssh-agent -k [2021-02-18T21:10:51.110Z] unset SSH_AUTH_SOCK; [2021-02-18T21:10:51.110Z] unset SSH_AGENT_PID; [2021-02-18T21:10:51.110Z] echo Agent pid 18 killed; [2021-02-18T21:10:51.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T21:10:51.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T21:10:51.340Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T21:10:51.556Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T21:10:51.565Z] $ docker exec ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 ssh-agent [2021-02-18T21:10:51.746Z] SSH_AUTH_SOCK=/tmp/ssh-qEJdUP6YiFDN/agent.46 [2021-02-18T21:10:51.746Z] SSH_AGENT_PID=52 [2021-02-18T21:10:51.754Z] Running ssh-add (command line suppressed) [2021-02-18T21:10:51.880Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_787923732640009286.key (/w/workspace/edgex-go/7@tmp/private_key_787923732640009286.key) [2021-02-18T21:10:51.936Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T21:10:52.274Z] + git semver init [2021-02-18T21:10:52.274Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T21:10:52.274Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-02-18T21:10:52.274Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-02-18T21:10:52.274Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T21:10:52.274Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T21:10:52.274Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T21:10:52.274Z] # $SEMVER_BRANCH = PR-3164 [2021-02-18T21:10:52.274Z] # $SEMVER_TEMP = /tmp/semver-573406136 [2021-02-18T21:10:52.274Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T21:11:18.895Z] # '/tmp/semver-573406136' -> '/w/workspace/edgex-go/7/.semver' [2021-02-18T21:11:18.895Z] # -> Force: false [2021-02-18T21:11:18.895Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-02-18T21:11:18.916Z] $ docker exec --env ******** --env ******** ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 ssh-agent -k [2021-02-18T21:11:19.212Z] unset SSH_AUTH_SOCK; [2021-02-18T21:11:19.212Z] unset SSH_AGENT_PID; [2021-02-18T21:11:19.212Z] echo Agent pid 52 killed; [2021-02-18T21:11:19.327Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T21:11:19.808Z] + git semver [Pipeline] } [2021-02-18T21:11:19.832Z] $ docker stop --time=1 ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 [2021-02-18T21:11:21.621Z] $ docker rm -f ffdefb0e9d77f0abd9d102b9aff5a96bd56350a77f0b747e59cdce2528b80376 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T21:11:22.153Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T21:11:22.725Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T21:11:22.729Z] [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-18T21:11:23.609Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:11:23.911Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:11:24.214Z] + true [2021-02-18T21:11:24.214Z] + sudo service docker restart [2021-02-18T21:11:24.214Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T21:11:24.810Z] ========================================================= [2021-02-18T21:11:24.810Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T21:11:24.810Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:11:25.157Z] + 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-18T21:11:29.387Z] Sending build context to Docker daemon 327.9MB [2021-02-18T21:11:29.387Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T21:11:29.387Z] Step 2/6 : FROM ${BASE} [2021-02-18T21:11:29.387Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T21:11:29.387Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T21:11:29.387Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T21:11:29.387Z] de9db76c5a1d: Pulling fs layer [2021-02-18T21:11:29.387Z] bca2f99d35d6: Pulling fs layer [2021-02-18T21:11:29.387Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T21:11:29.387Z] 7c6f9722023f: Pulling fs layer [2021-02-18T21:11:29.387Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T21:11:29.387Z] 93359f2a8cfa: Waiting [2021-02-18T21:11:29.387Z] 7c6f9722023f: Waiting [2021-02-18T21:11:29.387Z] a35cf1a2eb13: Waiting [2021-02-18T21:11:29.387Z] bca2f99d35d6: Waiting [2021-02-18T21:11:29.387Z] de9db76c5a1d: Verifying Checksum [2021-02-18T21:11:29.387Z] de9db76c5a1d: Download complete [2021-02-18T21:11:29.387Z] 0ef7d3d256c8: Download complete [2021-02-18T21:11:29.387Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T21:11:29.387Z] 93359f2a8cfa: Download complete [2021-02-18T21:11:29.387Z] 7c6f9722023f: Verifying Checksum [2021-02-18T21:11:29.387Z] 7c6f9722023f: Download complete [2021-02-18T21:11:29.650Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T21:11:29.650Z] 188c0c94c7c5: Download complete [2021-02-18T21:11:29.913Z] 188c0c94c7c5: Pull complete [2021-02-18T21:11:30.188Z] 0ef7d3d256c8: Pull complete [2021-02-18T21:11:30.188Z] de9db76c5a1d: Pull complete [2021-02-18T21:11:31.595Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T21:11:31.595Z] a35cf1a2eb13: Download complete [2021-02-18T21:11:32.184Z] bca2f99d35d6: Verifying Checksum [2021-02-18T21:11:32.184Z] bca2f99d35d6: Download complete [2021-02-18T21:11:37.516Z] bca2f99d35d6: Pull complete [2021-02-18T21:11:37.516Z] 93359f2a8cfa: Pull complete [2021-02-18T21:11:37.784Z] 7c6f9722023f: Pull complete [2021-02-18T21:11:38.085Z] Still waiting to schedule task [2021-02-18T21:11:38.085Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-18T21:11:43.101Z] a35cf1a2eb13: Pull complete [2021-02-18T21:11:43.101Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T21:11:43.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T21:11:43.101Z] ---> a62c8e92a672 [2021-02-18T21:11:43.101Z] 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-18T21:11:43.101Z] ---> Running in 82fbf14b9722 [2021-02-18T21:11:43.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:11:43.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:11:44.521Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T21:11:44.783Z] (2/12) Installing file (5.38-r0) [2021-02-18T21:11:44.783Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T21:11:44.783Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T21:11:49.003Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T21:11:49.003Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T21:11:49.003Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T21:11:49.003Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T21:11:49.003Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T21:11:49.003Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T21:11:49.003Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T21:11:49.003Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T21:11:49.003Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:11:49.003Z] OK: 233 MiB in 51 packages [2021-02-18T21:11:53.227Z] Removing intermediate container 82fbf14b9722 [2021-02-18T21:11:53.227Z] ---> e085f5d3e509 [2021-02-18T21:11:53.227Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T21:11:53.227Z] ---> Running in ac7b09a123a2 [2021-02-18T21:11:53.227Z] Removing intermediate container ac7b09a123a2 [2021-02-18T21:11:53.227Z] ---> 871af0871efa [2021-02-18T21:11:53.227Z] Step 5/6 : COPY go.mod . [2021-02-18T21:11:53.490Z] ---> d48a8b1e3c8e [2021-02-18T21:11:53.490Z] Step 6/6 : RUN go mod download [2021-02-18T21:11:53.753Z] ---> Running in 117a55442e5a [2021-02-18T21:12:20.388Z] Removing intermediate container 117a55442e5a [2021-02-18T21:12:20.388Z] ---> 37c241111119 [2021-02-18T21:12:20.388Z] Successfully built 37c241111119 [2021-02-18T21:12:20.388Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:12:20.713Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T21:12:20.713Z] . [Pipeline] withDockerContainer [2021-02-18T21:12:20.843Z] prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container [2021-02-18T21:12:20.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T21:12:22.295Z] $ docker top 2a763e4229cf961e5c0519456db62af4312689d70061a77482203c8229c11d01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T21:12:22.868Z] + go version [2021-02-18T21:12:22.868Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T21:12:22.889Z] $ docker stop --time=1 2a763e4229cf961e5c0519456db62af4312689d70061a77482203c8229c11d01 [2021-02-18T21:12:24.280Z] $ docker rm -f 2a763e4229cf961e5c0519456db62af4312689d70061a77482203c8229c11d01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:12:25.074Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T21:12:25.074Z] . [Pipeline] withDockerContainer [2021-02-18T21:12:25.176Z] prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container [2021-02-18T21:12:25.233Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T21:12:25.967Z] $ docker top e8f77fb04098ed07d9f1296e5476a77b2ee613fa9814545dda3dcdc8afcb7b66 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T21:12:26.166Z] ========================================================= [2021-02-18T21:12:26.167Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T21:12:26.167Z] ========================================================= [Pipeline] sh [2021-02-18T21:12:26.458Z] + make test [2021-02-18T21:12:26.458Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T21:12:36.535Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T21:12:51.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T21:12:58.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T21:12:58.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T21:12:58.309Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T21:13:01.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T21:13:01.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T21:13:01.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T21:13:01.308Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T21:13:01.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T21:13:02.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T21:13:04.763Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T21:13:04.763Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T21:13:04.763Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T21:13:08.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 45.9% of statements [2021-02-18T21:13:08.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T21:13:08.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T21:13:08.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T21:13:08.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T21:13:08.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T21:13:08.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T21:13:08.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T21:13:08.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements [2021-02-18T21:13:09.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T21:13:09.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T21:13:09.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T21:13:09.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T21:13:10.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 65.8% of statements [2021-02-18T21:13:10.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T21:13:10.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T21:13:11.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements [2021-02-18T21:13:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T21:13:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:13:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T21:13:11.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T21:13:13.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.322s coverage: 28.6% of statements [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T21:13:13.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T21:13:13.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T21:13:13.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T21:13:13.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T21:13:13.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T21:13:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T21:13:16.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.417s coverage: 92.8% of statements [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T21:13:16.271Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T21:13:16.271Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T21:13:16.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T21:13:16.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements [2021-02-18T21:13:16.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements [2021-02-18T21:13:16.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-02-18T21:13:16.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-02-18T21:13:16.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-02-18T21:13:28.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements [2021-02-18T21:13:28.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-02-18T21:13:36.208Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26820 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws [2021-02-18T21:13:36.265Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-02-18T21:13:40.831Z] using credential edgex-jenkins-ssh [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 77.8% of statements [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.048s coverage: 87.2% of statements [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T21:13:40.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-18T21:13:40.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 37.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.0% of statements [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.098s coverage: 89.4% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T21:13:40.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-02-18T21:13:40.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-18T21:13:40.839Z] GO111MODULE=on go vet ./... [2021-02-18T21:13:40.886Z] Cloning the remote Git repository [2021-02-18T21:13:40.946Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:13:41.061Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-02-18T21:13:41.125Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:13:41.126Z] > git --version # timeout=10 [2021-02-18T21:13:41.142Z] > git --version # 'git version 2.17.1' [2021-02-18T21:13:41.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:13:41.213Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T21:13:56.359Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T21:13:56.380Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T21:13:56.405Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T21:13:56.432Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:13:56.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:13:56.443Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T21:13:57.204Z] Merging remotes/origin/master commit 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 into PR head commit a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:13:57.632Z] Merge succeeded, producing a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:13:57.633Z] Checking out Revision a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 (PR-3164) [2021-02-18T21:13:57.228Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T21:13:57.249Z] > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 [2021-02-18T21:13:57.554Z] > git remote # timeout=10 [2021-02-18T21:13:57.570Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T21:13:57.582Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:13:57.599Z] > git merge 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 # timeout=10 [2021-02-18T21:13:57.622Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T21:13:57.643Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T21:13:57.708Z] > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 [2021-02-18T21:14:02.199Z] Commit message: "Merge branch 'master' into attr-upd-for-consul" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T21:14:03.805Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:14:04.212Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T21:14:04.602Z] + sudo service docker restart [2021-02-18T21:14:04.602Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T21:14:06.663Z] provisioning config files... [2021-02-18T21:14:06.710Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4863097051491750708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:14:07.139Z] ---> docker-login.sh [2021-02-18T21:14:07.139Z] nexus3.edgexfoundry.org:10001 [2021-02-18T21:14:07.585Z] gofmt -l . [2021-02-18T21:14:07.585Z] [ "`gofmt -l .`" = "" ] [2021-02-18T21:14:07.585Z] ./bin/test-go-mod-tidy.sh [2021-02-18T21:14:07.586Z] ./bin/test-attribution-txt.sh [2021-02-18T21:14:07.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-02-18T21:14:08.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:14:08.340Z] Configure a credential helper to remove this warning. See [2021-02-18T21:14:08.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:14:08.340Z] [2021-02-18T21:14:08.340Z] Login Succeeded [2021-02-18T21:14:08.340Z] nexus3.edgexfoundry.org:10002 [2021-02-18T21:14:08.477Z] + ls -al . [2021-02-18T21:14:08.477Z] total 708 [2021-02-18T21:14:08.477Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 21:14 . [2021-02-18T21:14:08.477Z] drwxr-xr-x 4 root root 28 Feb 18 21:12 .. [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 21:10 .dockerignore [2021-02-18T21:14:08.477Z] drwxrwxr-x 8 1001 1001 179 Feb 18 21:10 .git [2021-02-18T21:14:08.477Z] drwxrwxr-x 3 1001 1001 125 Feb 18 21:10 .github [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 21:10 .gitignore [2021-02-18T21:14:08.477Z] drwx------ 3 1001 1001 60 Feb 18 21:11 .semver [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 21:10 .sonarcloud.properties [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:10 Attribution.txt [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:10 CONTRIBUTING.md [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 21:10 Dockerfile.build [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 21:10 Jenkinsfile [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:10 LICENSE [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:10 Makefile [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:10 README.md [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:10 SECURITY.md [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 21:11 VERSION [2021-02-18T21:14:08.477Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:10 ZMQWindows.md [2021-02-18T21:14:08.477Z] drwxrwxr-x 2 1001 1001 117 Feb 18 21:10 bin [2021-02-18T21:14:08.477Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 21:10 cmd [2021-02-18T21:14:08.477Z] -rw-r--r-- 1 root root 597520 Feb 18 21:13 coverage.out [2021-02-18T21:14:08.477Z] -rw-r--r-- 1 root root 1054 Feb 18 21:14 go.mod [2021-02-18T21:14:08.477Z] -rw-r--r-- 1 root root 23562 Feb 18 21:14 go.sum [2021-02-18T21:14:08.477Z] drwxrwxr-x 8 1001 1001 127 Feb 18 21:10 internal [2021-02-18T21:14:08.478Z] drwxrwxr-x 4 1001 1001 26 Feb 18 21:10 openapi [2021-02-18T21:14:08.478Z] drwxrwxr-x 4 1001 1001 71 Feb 18 21:10 snap [2021-02-18T21:14:08.478Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 21:10 version.go [Pipeline] sh [2021-02-18T21:14:08.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:14:08.781Z] + '[' -e coverage.out ] [2021-02-18T21:14:08.781Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T21:14:08.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:14:08.890Z] Configure a credential helper to remove this warning. See [2021-02-18T21:14:08.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:14:08.890Z] [2021-02-18T21:14:08.890Z] Login Succeeded [2021-02-18T21:14:08.890Z] nexus3.edgexfoundry.org:10003 [2021-02-18T21:14:08.990Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T21:14:09.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:14:09.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:14:09.167Z] Configure a credential helper to remove this warning. See [2021-02-18T21:14:09.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:14:09.167Z] [2021-02-18T21:14:09.167Z] Login Succeeded [2021-02-18T21:14:09.284Z] + make build [2021-02-18T21:14:09.284Z] 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-18T21:14:09.440Z] nexus3.edgexfoundry.org:10004 [2021-02-18T21:14:09.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:14:09.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:14:09.714Z] Configure a credential helper to remove this warning. See [2021-02-18T21:14:09.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:14:09.714Z] [2021-02-18T21:14:09.714Z] Login Succeeded [2021-02-18T21:14:09.714Z] docker.io [2021-02-18T21:14:10.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T21:14:10.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T21:14:10.585Z] Configure a credential helper to remove this warning. See [2021-02-18T21:14:10.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T21:14:10.585Z] [2021-02-18T21:14:10.585Z] Login Succeeded [2021-02-18T21:14:10.585Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T21:14:10.605Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T21:14:11.120Z] ========================================================= [2021-02-18T21:14:11.120Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T21:14:11.120Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:14:11.492Z] + 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-18T21:14:14.130Z] Sending build context to Docker daemon 166.4MB [2021-02-18T21:14:14.130Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T21:14:14.130Z] Step 2/6 : FROM ${BASE} [2021-02-18T21:14:14.130Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T21:14:14.130Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T21:14:14.130Z] a4357932f1b6: Pulling fs layer [2021-02-18T21:14:14.130Z] 18c013af1878: Pulling fs layer [2021-02-18T21:14:14.130Z] 00ac8860ef70: Pulling fs layer [2021-02-18T21:14:14.130Z] 63d7cb157983: Pulling fs layer [2021-02-18T21:14:14.130Z] b116817d02f9: Pulling fs layer [2021-02-18T21:14:14.130Z] 745a02a5169b: Pulling fs layer [2021-02-18T21:14:14.130Z] 00ac8860ef70: Waiting [2021-02-18T21:14:14.130Z] 63d7cb157983: Waiting [2021-02-18T21:14:14.130Z] b116817d02f9: Waiting [2021-02-18T21:14:14.130Z] 745a02a5169b: Waiting [2021-02-18T21:14:14.130Z] 18c013af1878: Verifying Checksum [2021-02-18T21:14:14.130Z] 18c013af1878: Download complete [2021-02-18T21:14:14.130Z] a4357932f1b6: Verifying Checksum [2021-02-18T21:14:14.130Z] a4357932f1b6: Download complete [2021-02-18T21:14:14.130Z] 63d7cb157983: Download complete [2021-02-18T21:14:14.130Z] b116817d02f9: Download complete [2021-02-18T21:14:14.408Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T21:14:14.408Z] 5f621e34cdf4: Download complete [2021-02-18T21:14:14.600Z] 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-18T21:14:15.012Z] 5f621e34cdf4: Pull complete [2021-02-18T21:14:16.006Z] a4357932f1b6: Pull complete [2021-02-18T21:14:16.006Z] 18c013af1878: Pull complete [2021-02-18T21:14:16.989Z] 745a02a5169b: Verifying Checksum [2021-02-18T21:14:17.970Z] 00ac8860ef70: Verifying Checksum [2021-02-18T21:14:17.970Z] 00ac8860ef70: Download complete [2021-02-18T21:14:22.835Z] 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-18T21:14:23.786Z] 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-18T21:14:25.208Z] 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-18T21:14:25.789Z] 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-18T21:14:27.199Z] 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-18T21:14:28.145Z] 00ac8860ef70: Pull complete [2021-02-18T21:14:28.145Z] 63d7cb157983: Pull complete [2021-02-18T21:14:28.421Z] b116817d02f9: Pull complete [2021-02-18T21:14:29.131Z] 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-18T21:14:30.084Z] 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-18T21:14:31.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-18T21:14:32.457Z] 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-18T21:14:32.734Z] 745a02a5169b: Pull complete [2021-02-18T21:14:32.734Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T21:14:32.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T21:14:32.734Z] ---> b7e6874047d6 [2021-02-18T21:14:32.734Z] 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-18T21:14:33.857Z] 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-18T21:14:35.833Z] $ docker stop --time=1 e8f77fb04098ed07d9f1296e5476a77b2ee613fa9814545dda3dcdc8afcb7b66 [2021-02-18T21:14:36.140Z] ---> Running in 4294df924d0b [2021-02-18T21:14:36.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:14:37.551Z] $ docker rm -f e8f77fb04098ed07d9f1296e5476a77b2ee613fa9814545dda3dcdc8afcb7b66 [2021-02-18T21:14:37.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-18T21:14:38.314Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-18T21:14:38.588Z] (2/12) Installing file (5.38-r0) [2021-02-18T21:14:38.862Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T21:14:38.862Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:14:41.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T21:14:41.385Z] [2021-02-18T21:14:41.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:14:41.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T21:14:41.747Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T21:14:41.747Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T21:14:41.747Z] ca9280d653b3: Pulling fs layer [2021-02-18T21:14:41.747Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T21:14:42.030Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-18T21:14:42.030Z] cbdbe7a5bc2a: Download complete [2021-02-18T21:14:42.304Z] ca9280d653b3: Verifying Checksum [2021-02-18T21:14:42.304Z] ca9280d653b3: Download complete [2021-02-18T21:14:42.304Z] cbdbe7a5bc2a: Pull complete [2021-02-18T21:14:43.273Z] 7e9c9ca2126c: Download complete [2021-02-18T21:14:43.273Z] ca9280d653b3: Pull complete [2021-02-18T21:14:51.506Z] 7e9c9ca2126c: Pull complete [2021-02-18T21:14:51.506Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T21:14:51.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T21:14:51.506Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T21:14:51.634Z] prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container [2021-02-18T21:14:51.688Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T21:14:53.517Z] $ docker top 91126751cc1af08f1a2386155c1783fb234ecc876ea7481cdcbb7ebbe7321179 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T21:14:54.003Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T21:14:54.003Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T21:14:54.003Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T21:14:54.003Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T21:14:54.003Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T21:14:54.003Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T21:14:54.003Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T21:14:54.003Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T21:14:54.003Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:14:54.003Z] OK: 217 MiB in 51 packages [2021-02-18T21:14:54.085Z] + docker-compose build --help [2021-02-18T21:14:54.085Z] + grep parallel [2021-02-18T21:14:55.032Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T21:14:55.050Z] $ docker stop --time=1 91126751cc1af08f1a2386155c1783fb234ecc876ea7481cdcbb7ebbe7321179 [2021-02-18T21:14:56.413Z] $ docker rm -f 91126751cc1af08f1a2386155c1783fb234ecc876ea7481cdcbb7ebbe7321179 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:14:57.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T21:14:57.049Z] . [Pipeline] withDockerContainer [2021-02-18T21:14:57.148Z] prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container [2021-02-18T21:14:57.199Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-18T21:14:57.393Z] Removing intermediate container 4294df924d0b [2021-02-18T21:14:57.393Z] ---> 25b6f7cedcb2 [2021-02-18T21:14:57.393Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T21:14:57.393Z] ---> Running in 32ff962bc9ed [2021-02-18T21:14:57.393Z] Removing intermediate container 32ff962bc9ed [2021-02-18T21:14:57.393Z] ---> abdee7777f34 [2021-02-18T21:14:57.393Z] Step 5/6 : COPY go.mod . [2021-02-18T21:14:58.027Z] $ docker top 2d1447832bf24440fe80b6576ebe94199eff581b5c218434bfcfed13bb4e3b6c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T21:14:58.381Z] ---> 54415b098f0c [2021-02-18T21:14:58.381Z] Step 6/6 : RUN go mod download [2021-02-18T21:14:58.381Z] ---> Running in 1e620b85741a [2021-02-18T21:14:58.651Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T21:14:59.606Z] Building docker-core-command-go ... [2021-02-18T21:14:59.606Z] Building docker-core-data-go ... [2021-02-18T21:14:59.606Z] Building docker-core-metadata-go ... [2021-02-18T21:14:59.606Z] Building docker-security-bootstrapper-go ... [2021-02-18T21:14:59.606Z] Building docker-security-proxy-setup-go ... [2021-02-18T21:14:59.606Z] Building docker-security-secretstore-setup-go ... [2021-02-18T21:14:59.606Z] Building docker-support-notifications-go ... [2021-02-18T21:14:59.606Z] Building docker-support-scheduler-go ... [2021-02-18T21:14:59.606Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T21:14:59.606Z] Building docker-core-command-go [2021-02-18T21:14:59.606Z] Building docker-sys-mgmt-agent-go [2021-02-18T21:14:59.606Z] Building docker-security-bootstrapper-go [2021-02-18T21:14:59.606Z] Building docker-core-metadata-go [2021-02-18T21:14:59.606Z] Building docker-support-scheduler-go [2021-02-18T21:15:30.762Z] Removing intermediate container 1e620b85741a [2021-02-18T21:15:30.762Z] ---> 1c720c03e8f1 [2021-02-18T21:15:30.762Z] Successfully built 1c720c03e8f1 [2021-02-18T21:15:30.762Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:15:31.106Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T21:15:31.106Z] . [Pipeline] withDockerContainer [2021-02-18T21:15:31.347Z] prd-ubuntu18.04-docker-arm64-4c-16g-26820 does not seem to be running inside a container [2021-02-18T21:15:31.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T21:15:31.858Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:15:31.858Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:15:31.858Z] ---> 37c241111119 [2021-02-18T21:15:31.858Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T21:15:31.858Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:15:31.858Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:15:31.858Z] ---> 37c241111119 [2021-02-18T21:15:31.858Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T21:15:32.144Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:15:32.144Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:15:32.144Z] ---> 37c241111119 [2021-02-18T21:15:32.144Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T21:15:32.595Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:15:32.595Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:15:32.595Z] ---> 37c241111119 [2021-02-18T21:15:32.595Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T21:15:32.859Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:15:32.859Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:15:32.859Z] ---> 37c241111119 [2021-02-18T21:15:32.859Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T21:15:32.966Z] $ docker top c51c54b806cf7a8c4e4be610b1bf6184f346297160cbc984e972c6ea4771bac9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T21:15:33.444Z] ---> Running in 2e3eab122b97 [2021-02-18T21:15:33.444Z] ---> Running in 2bab4a7bb602 [2021-02-18T21:15:33.444Z] ---> Running in f1f01de020ca [2021-02-18T21:15:33.444Z] ---> Running in 97837478eb9e [2021-02-18T21:15:33.444Z] ---> Running in 8b130b833462 [2021-02-18T21:15:33.712Z] Removing intermediate container 8b130b833462 [2021-02-18T21:15:33.712Z] ---> d2ce0ae8737a [2021-02-18T21:15:33.712Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:15:33.712Z] Removing intermediate container f1f01de020ca [2021-02-18T21:15:33.712Z] ---> e6e0e34b923b [2021-02-18T21:15:33.712Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:15:33.977Z] Removing intermediate container 2e3eab122b97 [2021-02-18T21:15:33.977Z] ---> 696616d64b82 [2021-02-18T21:15:33.977Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:15:33.977Z] Removing intermediate container 97837478eb9e [2021-02-18T21:15:33.977Z] ---> af2bc6c8b1b9 [2021-02-18T21:15:33.977Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:15:33.977Z] Removing intermediate container 2bab4a7bb602 [2021-02-18T21:15:33.977Z] ---> 8b63a56e3c8a [2021-02-18T21:15:33.977Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:15:33.977Z] ---> Running in 577dc1a65a6d [2021-02-18T21:15:33.977Z] ---> Running in f3c72c87fd02 [2021-02-18T21:15:33.977Z] ---> Running in cc1ebe4bb52d [2021-02-18T21:15:33.977Z] ---> Running in 3e949ae38c37 [2021-02-18T21:15:33.977Z] ---> Running in 9052fb3cb2b8 [2021-02-18T21:15:34.035Z] + go version [2021-02-18T21:15:34.035Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T21:15:34.061Z] $ docker stop --time=1 c51c54b806cf7a8c4e4be610b1bf6184f346297160cbc984e972c6ea4771bac9 [2021-02-18T21:15:36.032Z] $ docker rm -f c51c54b806cf7a8c4e4be610b1bf6184f346297160cbc984e972c6ea4771bac9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-18T21:15:36.574Z] Removing intermediate container 577dc1a65a6d [2021-02-18T21:15:36.574Z] ---> f7c463aab717 [2021-02-18T21:15:36.574Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T21:15:36.574Z] Removing intermediate container 3e949ae38c37 [2021-02-18T21:15:36.574Z] ---> 79262735f4cf [2021-02-18T21:15:36.574Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T21:15:36.574Z] Removing intermediate container f3c72c87fd02 [2021-02-18T21:15:36.574Z] ---> 7c0245a0be29 [2021-02-18T21:15:36.574Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T21:15:36.574Z] ---> Running in 4b080217ba5e [2021-02-18T21:15:36.574Z] Removing intermediate container 9052fb3cb2b8 [2021-02-18T21:15:36.574Z] ---> a983c822ba0a [2021-02-18T21:15:36.574Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T21:15:36.574Z] Removing intermediate container cc1ebe4bb52d [2021-02-18T21:15:36.574Z] ---> 2843c34eea73 [2021-02-18T21:15:36.574Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T21:15:36.574Z] ---> Running in 824a15760208 [2021-02-18T21:15:36.574Z] ---> Running in 8e3dffbc57fe [2021-02-18T21:15:36.574Z] ---> Running in 3db108d23e78 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:15:36.840Z] ---> Running in 858881676f49 [2021-02-18T21:15:37.082Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T21:15:37.082Z] . [Pipeline] withDockerContainer [2021-02-18T21:15:37.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-26820 does not seem to be running inside a container [2021-02-18T21:15:37.431Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T21:15:37.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:37.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:37.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:37.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:37.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:38.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:38.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:38.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:38.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:15:38.900Z] $ docker top 0e0f74496ae24fbd54625b9e4c2673c867dcf91b056156d1642fc885f1e06e2b -eo pid,comm [2021-02-18T21:15:39.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2021-02-18T21:15:39.291Z] ========================================================= [2021-02-18T21:15:39.291Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T21:15:39.291Z] ========================================================= [Pipeline] sh [2021-02-18T21:15:39.938Z] + make test [2021-02-18T21:15:39.938Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T21:15:39.973Z] OK: 233 MiB in 51 packages [2021-02-18T21:15:39.973Z] OK: 233 MiB in 51 packages [2021-02-18T21:15:39.973Z] OK: 233 MiB in 51 packages [2021-02-18T21:15:40.238Z] OK: 233 MiB in 51 packages [2021-02-18T21:15:40.238Z] OK: 233 MiB in 51 packages [2021-02-18T21:15:40.502Z] Removing intermediate container 824a15760208 [2021-02-18T21:15:40.502Z] ---> bbc18c894dc8 [2021-02-18T21:15:40.502Z] Step 6/30 : COPY go.mod . [2021-02-18T21:15:40.767Z] Removing intermediate container 4b080217ba5e [2021-02-18T21:15:40.767Z] ---> f6134d13a90c [2021-02-18T21:15:40.767Z] Step 6/26 : COPY go.mod . [2021-02-18T21:15:41.035Z] Removing intermediate container 8e3dffbc57fe [2021-02-18T21:15:41.035Z] ---> 717b3658a846 [2021-02-18T21:15:41.035Z] Step 6/22 : COPY go.mod . [2021-02-18T21:15:41.035Z] ---> a029bdd715a4 [2021-02-18T21:15:41.035Z] Step 7/30 : RUN go mod download [2021-02-18T21:15:41.302Z] ---> Running in bfb7d44021ec [2021-02-18T21:15:41.302Z] ---> b09f65299d51 [2021-02-18T21:15:41.302Z] Step 7/26 : RUN go mod download [2021-02-18T21:15:41.302Z] Removing intermediate container 858881676f49 [2021-02-18T21:15:41.302Z] ---> 5c0fcb711329 [2021-02-18T21:15:41.302Z] Step 6/23 : COPY go.mod . [2021-02-18T21:15:41.302Z] Removing intermediate container 3db108d23e78 [2021-02-18T21:15:41.302Z] ---> 30eb3f9c7e5d [2021-02-18T21:15:41.302Z] Step 6/23 : COPY go.mod . [2021-02-18T21:15:41.567Z] ---> 1a18f7f11629 [2021-02-18T21:15:41.568Z] Step 7/22 : RUN go mod download [2021-02-18T21:15:41.568Z] ---> Running in a7960291f443 [2021-02-18T21:15:41.833Z] ---> Running in 8d8d88aff865 [2021-02-18T21:15:41.833Z] ---> 4cff81806e7c [2021-02-18T21:15:41.833Z] Step 7/23 : RUN go mod download [2021-02-18T21:15:41.833Z] ---> a1bcad526842 [2021-02-18T21:15:41.833Z] Step 7/23 : RUN go mod download [2021-02-18T21:15:42.796Z] ---> Running in 66a11416ba2c [2021-02-18T21:15:42.796Z] ---> Running in 11d36dcc7a5b [2021-02-18T21:15:44.761Z] Removing intermediate container bfb7d44021ec [2021-02-18T21:15:44.761Z] ---> 609207b18c1b [2021-02-18T21:15:44.761Z] Step 8/30 : COPY . . [2021-02-18T21:15:44.761Z] Removing intermediate container a7960291f443 [2021-02-18T21:15:44.761Z] ---> 19ce79d58425 [2021-02-18T21:15:44.761Z] Step 8/26 : COPY . . [2021-02-18T21:15:44.761Z] Removing intermediate container 8d8d88aff865 [2021-02-18T21:15:44.761Z] ---> 116038729f65 [2021-02-18T21:15:44.761Z] Step 8/22 : COPY . . [2021-02-18T21:15:45.347Z] Removing intermediate container 11d36dcc7a5b [2021-02-18T21:15:45.347Z] ---> debcb7137b24 [2021-02-18T21:15:45.347Z] Step 8/23 : COPY . . [2021-02-18T21:15:49.592Z] Removing intermediate container 66a11416ba2c [2021-02-18T21:15:49.592Z] ---> 52fe1ab5a5fd [2021-02-18T21:15:49.592Z] Step 8/23 : COPY . . [2021-02-18T21:16:02.124Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T21:16:21.998Z] ---> 28507575c6b0 [2021-02-18T21:16:21.998Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T21:16:21.998Z] ---> 372291a020db [2021-02-18T21:16:21.998Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T21:16:21.998Z] ---> 74014be69361 [2021-02-18T21:16:21.998Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T21:16:21.998Z] ---> b8d58978d01a [2021-02-18T21:16:21.998Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T21:16:21.998Z] ---> 1d250131fa0f [2021-02-18T21:16:21.998Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T21:16:21.998Z] ---> Running in 903cc8eea1fc [2021-02-18T21:16:21.998Z] ---> Running in 9a4f65c9e394 [2021-02-18T21:16:21.998Z] ---> Running in 0de9539f245c [2021-02-18T21:16:21.998Z] ---> Running in 31293703ebe6 [2021-02-18T21:16:21.998Z] ---> Running in 5b7e951d0604 [2021-02-18T21:16:21.998Z] 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-18T21:16:21.998Z] 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-18T21:16:21.998Z] 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-18T21:16:21.998Z] 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-18T21:16:21.998Z] 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-18T21:16:49.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T21:16:57.625Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T21:17:00.948Z] Removing intermediate container 31293703ebe6 [2021-02-18T21:17:00.948Z] ---> 1eb1c86beb81 [2021-02-18T21:17:00.948Z] [2021-02-18T21:17:00.948Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T21:17:00.948Z] 3.12: Pulling from library/alpine [2021-02-18T21:17:00.948Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T21:17:00.948Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T21:17:00.948Z] ---> 389fef711851 [2021-02-18T21:17:00.948Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T21:17:00.948Z] Removing intermediate container 0de9539f245c [2021-02-18T21:17:00.948Z] ---> c3ec1e271256 [2021-02-18T21:17:00.948Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T21:17:00.948Z] ---> Running in 44fc0c6e3b2f [2021-02-18T21:17:00.948Z] ---> Running in 81f630107c22 [2021-02-18T21:17:00.948Z] Removing intermediate container 81f630107c22 [2021-02-18T21:17:00.948Z] ---> 4e33d9e69709 [2021-02-18T21:17:00.948Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T21:17:00.948Z] ---> Running in ae732934650a [2021-02-18T21:17:00.948Z] 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-18T21:17:00.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:00.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:00.948Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T21:17:00.948Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T21:17:00.948Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:17:00.948Z] OK: 6 MiB in 16 packages [2021-02-18T21:17:05.201Z] Removing intermediate container 9a4f65c9e394 [2021-02-18T21:17:05.201Z] ---> 90debb7633e8 [2021-02-18T21:17:05.201Z] [2021-02-18T21:17:05.201Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T21:17:05.201Z] ---> 389fef711851 [2021-02-18T21:17:05.201Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T21:17:05.201Z] Removing intermediate container 5b7e951d0604 [2021-02-18T21:17:05.201Z] ---> 750cdfbb5864 [2021-02-18T21:17:05.201Z] [2021-02-18T21:17:05.201Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T21:17:05.201Z] ---> 389fef711851 [2021-02-18T21:17:05.201Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T21:17:05.201Z] Removing intermediate container ae732934650a [2021-02-18T21:17:05.201Z] ---> 856cbf9b27cb [2021-02-18T21:17:05.201Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T21:17:05.201Z] ---> Running in 40074992de39 [2021-02-18T21:17:05.959Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T21:17:05.959Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T21:17:06.599Z] ---> Running in 3feb924dc1b9 [2021-02-18T21:17:06.599Z] ---> Running in ede38201828f [2021-02-18T21:17:06.864Z] Removing intermediate container 44fc0c6e3b2f [2021-02-18T21:17:06.864Z] ---> 83bd2d3e6bee [2021-02-18T21:17:06.864Z] [2021-02-18T21:17:06.864Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T21:17:06.864Z] 20.10.0: Pulling from library/docker [2021-02-18T21:17:07.128Z] Removing intermediate container 903cc8eea1fc [2021-02-18T21:17:07.128Z] ---> 23ab9862754b [2021-02-18T21:17:07.128Z] [2021-02-18T21:17:07.128Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T21:17:07.128Z] ---> 389fef711851 [2021-02-18T21:17:07.128Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T21:17:07.128Z] Removing intermediate container ede38201828f [2021-02-18T21:17:07.128Z] ---> 14d8dd35632c [2021-02-18T21:17:07.128Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T21:17:07.396Z] ---> Running in 00b0c34f9146 [2021-02-18T21:17:07.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:07.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:07.396Z] ---> Running in ca19a3bae0b5 [2021-02-18T21:17:07.403Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T21:17:07.403Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T21:17:07.403Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T21:17:07.403Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T21:17:07.662Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T21:17:07.662Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:17:07.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:07.662Z] OK: 6 MiB in 15 packages [2021-02-18T21:17:07.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:07.928Z] Removing intermediate container ca19a3bae0b5 [2021-02-18T21:17:07.928Z] ---> 5e4bedca4bf7 [2021-02-18T21:17:07.928Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T21:17:07.928Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T21:17:07.928Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:17:07.928Z] OK: 6 MiB in 15 packages [2021-02-18T21:17:08.887Z] ---> Running in 3f8f091bca0c [2021-02-18T21:17:08.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:08.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:08.887Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T21:17:08.887Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:17:08.887Z] OK: 6 MiB in 15 packages [2021-02-18T21:17:09.477Z] Removing intermediate container 40074992de39 [2021-02-18T21:17:09.477Z] ---> d37bad06d17d [2021-02-18T21:17:09.477Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T21:17:10.046Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T21:17:10.053Z] ---> Running in 13dc0d1328be [2021-02-18T21:17:11.018Z] Removing intermediate container 3feb924dc1b9 [2021-02-18T21:17:11.018Z] ---> fb009f5d0f67 [2021-02-18T21:17:11.018Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T21:17:11.018Z] Removing intermediate container 00b0c34f9146 [2021-02-18T21:17:11.018Z] ---> 5a9ce3c3cc13 [2021-02-18T21:17:11.018Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T21:17:11.018Z] ---> Running in 965ae12989a4 [2021-02-18T21:17:11.018Z] Removing intermediate container 13dc0d1328be [2021-02-18T21:17:11.018Z] ---> 4becbcff6df0 [2021-02-18T21:17:11.018Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T21:17:11.291Z] ---> Running in 25910213a49e [2021-02-18T21:17:11.291Z] ---> Running in 1cf5b0c05fe6 [2021-02-18T21:17:11.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T21:17:11.558Z] Removing intermediate container 965ae12989a4 [2021-02-18T21:17:11.558Z] ---> 6b6e0c9688ea [2021-02-18T21:17:11.558Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T21:17:11.823Z] ---> Running in 240cd6d7be69 [2021-02-18T21:17:11.823Z] Removing intermediate container 25910213a49e [2021-02-18T21:17:11.823Z] ---> 160f363dae96 [2021-02-18T21:17:11.823Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T21:17:11.823Z] Removing intermediate container 1cf5b0c05fe6 [2021-02-18T21:17:11.823Z] ---> 22e7310f0b28 [2021-02-18T21:17:11.823Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T21:17:11.823Z] Removing intermediate container 3f8f091bca0c [2021-02-18T21:17:11.823Z] ---> cb14d3acfd12 [2021-02-18T21:17:11.823Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T21:17:12.087Z] ---> Running in 7d1f856826b5 [2021-02-18T21:17:12.087Z] ---> Running in b367c83c8e03 [2021-02-18T21:17:12.087Z] Removing intermediate container 240cd6d7be69 [2021-02-18T21:17:12.087Z] ---> 60f782cb3a8e [2021-02-18T21:17:12.087Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T21:17:12.087Z] ---> Running in 3b14c01dc053 [2021-02-18T21:17:12.350Z] ---> Running in f568e51c5101 [2021-02-18T21:17:12.350Z] Removing intermediate container b367c83c8e03 [2021-02-18T21:17:12.350Z] ---> d4cae0dc3c9d [2021-02-18T21:17:12.350Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:17:12.350Z] Removing intermediate container 7d1f856826b5 [2021-02-18T21:17:12.350Z] ---> 1c2036d9969f [2021-02-18T21:17:12.350Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T21:17:12.350Z] Removing intermediate container 3b14c01dc053 [2021-02-18T21:17:12.350Z] ---> 09f060f8ab28 [2021-02-18T21:17:12.350Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T21:17:12.925Z] ---> Running in 6938cc242335 [2021-02-18T21:17:12.925Z] Removing intermediate container f568e51c5101 [2021-02-18T21:17:12.925Z] ---> 9ca6583786db [2021-02-18T21:17:12.925Z] Step 15/23 : WORKDIR / [2021-02-18T21:17:13.196Z] ---> d553e450fac8 [2021-02-18T21:17:13.196Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T21:17:13.196Z] ---> 48153882bbf4 [2021-02-18T21:17:13.196Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T21:17:13.196Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T21:17:13.196Z] ---> Running in 0714f93d3eeb [2021-02-18T21:17:13.459Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T21:17:13.459Z] ---> aefe523efa57 [2021-02-18T21:17:13.459Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T21:17:13.459Z] Removing intermediate container 6938cc242335 [2021-02-18T21:17:13.459Z] ---> d6cf54477656 [2021-02-18T21:17:13.459Z] Step 15/23 : WORKDIR / [2021-02-18T21:17:13.459Z] ---> Running in 807aae27e26f [2021-02-18T21:17:13.459Z] ---> Running in 5065fb3b502e [2021-02-18T21:17:13.459Z] ---> Running in 1d8e053543c8 [2021-02-18T21:17:13.722Z] Removing intermediate container 0714f93d3eeb [2021-02-18T21:17:13.722Z] ---> 99d77d15257b [2021-02-18T21:17:13.722Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:17:13.985Z] ---> 83b48fb92c88 [2021-02-18T21:17:13.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T21:17:14.946Z] Removing intermediate container 5065fb3b502e [2021-02-18T21:17:14.946Z] ---> 7e308de35506 [2021-02-18T21:17:14.946Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:17:14.946Z] ---> 5b8525ccd07f [2021-02-18T21:17:14.946Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T21:17:14.946Z] ---> 6aa7aefd4205 [2021-02-18T21:17:14.946Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T21:17:15.215Z] ---> 7654bfce9d3c [2021-02-18T21:17:15.215Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T21:17:15.215Z] ---> Running in 6f76c74c3fe2 [2021-02-18T21:17:15.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:15.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:15.755Z] Removing intermediate container 6f76c74c3fe2 [2021-02-18T21:17:15.755Z] ---> 194601681f7f [2021-02-18T21:17:15.755Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:17:15.755Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T21:17:15.755Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T21:17:15.755Z] Executing bash-5.0.17-r0.post-install [2021-02-18T21:17:15.755Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:17:15.755Z] OK: 12 MiB in 22 packages [2021-02-18T21:17:15.755Z] ---> Running in bbe73931fcf9 [2021-02-18T21:17:16.024Z] ---> f23cc9db8d47 [2021-02-18T21:17:16.024Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T21:17:16.024Z] ---> fa5d637842ce [2021-02-18T21:17:16.024Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T21:17:16.290Z] Removing intermediate container bbe73931fcf9 [2021-02-18T21:17:16.290Z] ---> 048443c152f3 [2021-02-18T21:17:16.290Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T21:17:16.553Z] Removing intermediate container 807aae27e26f [2021-02-18T21:17:16.553Z] ---> 805d022c810c [2021-02-18T21:17:16.553Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:17:16.553Z] ---> Running in 45913677ddad [2021-02-18T21:17:16.553Z] ---> 723acaae4daf [2021-02-18T21:17:16.553Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T21:17:16.553Z] ---> 3b9d1aed9dbb [2021-02-18T21:17:16.553Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T21:17:16.820Z] Removing intermediate container 1d8e053543c8 [2021-02-18T21:17:16.820Z] ---> 806e9cdb184b [2021-02-18T21:17:16.820Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T21:17:16.820Z] ---> Running in c929fba91005 [2021-02-18T21:17:16.820Z] ---> Running in c1027771858c [2021-02-18T21:17:16.820Z] ---> Running in f3eef959d9e4 [2021-02-18T21:17:17.085Z] Removing intermediate container 45913677ddad [2021-02-18T21:17:17.085Z] ---> 64c3e04c4513 [2021-02-18T21:17:17.085Z] Step 21/22 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:17:17.085Z] ---> 605fabfc3c39 [2021-02-18T21:17:17.085Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T21:17:17.085Z] ---> Running in 383577e5181e [2021-02-18T21:17:17.348Z] Removing intermediate container c929fba91005 [2021-02-18T21:17:17.348Z] ---> d4af4b9f04c4 [2021-02-18T21:17:17.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:17:17.348Z] Removing intermediate container c1027771858c [2021-02-18T21:17:17.348Z] ---> 8673b9e56b6f [2021-02-18T21:17:17.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:17:17.348Z] Removing intermediate container f3eef959d9e4 [2021-02-18T21:17:17.348Z] ---> f24b2c1df61d [2021-02-18T21:17:17.348Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T21:17:17.348Z] ---> Running in c0379316b211 [2021-02-18T21:17:17.612Z] ---> Running in dfc3cc973b22 [2021-02-18T21:17:17.612Z] ---> Running in 4ed9bdfb9641 [2021-02-18T21:17:17.612Z] Removing intermediate container 383577e5181e [2021-02-18T21:17:17.612Z] ---> 3594104de2c2 [2021-02-18T21:17:17.612Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T21:17:17.876Z] ---> Running in d7a7fcaa21c8 [2021-02-18T21:17:17.876Z] ---> 251775d95e20 [2021-02-18T21:17:17.876Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T21:17:17.876Z] Removing intermediate container c0379316b211 [2021-02-18T21:17:17.876Z] ---> 2ceea4482b5f [2021-02-18T21:17:17.876Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T21:17:17.876Z] Removing intermediate container dfc3cc973b22 [2021-02-18T21:17:17.876Z] ---> c554b511b566 [2021-02-18T21:17:17.876Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T21:17:18.151Z] Removing intermediate container 4ed9bdfb9641 [2021-02-18T21:17:18.151Z] ---> df5153821fe4 [2021-02-18T21:17:18.151Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T21:17:18.151Z] ---> Running in bced328eafb6 [2021-02-18T21:17:18.151Z] ---> Running in 1c0ba7f2d78a [2021-02-18T21:17:18.151Z] ---> Running in cf7924097d7c [2021-02-18T21:17:18.151Z] Removing intermediate container d7a7fcaa21c8 [2021-02-18T21:17:18.151Z] ---> 590473a4d1cd [2021-02-18T21:17:18.151Z] [2021-02-18T21:17:18.151Z] ---> eba18b474359 [2021-02-18T21:17:18.151Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T21:17:18.226Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T21:17:18.226Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T21:17:18.226Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T21:17:18.421Z] Removing intermediate container bced328eafb6 [2021-02-18T21:17:18.421Z] ---> dc1b5d6612e2 [2021-02-18T21:17:18.421Z] Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:17:18.421Z] Successfully built 590473a4d1cd [2021-02-18T21:17:18.421Z] Removing intermediate container 1c0ba7f2d78a [2021-02-18T21:17:18.421Z] ---> 0473afa55c29 [2021-02-18T21:17:18.421Z] Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:17:18.685Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T21:17:18.685Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-18T21:17:18.685Z] Removing intermediate container cf7924097d7c [2021-02-18T21:17:18.685Z] ---> d37e91e2ae24 [2021-02-18T21:17:18.685Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T21:17:18.685Z] ---> Running in 5bc602d58a20 [2021-02-18T21:17:18.685Z] ---> c980d84a128a [2021-02-18T21:17:18.685Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T21:17:18.685Z] ---> Running in 8f15c3b00c85 [2021-02-18T21:17:18.950Z] ---> Running in 18fcb6886c79 [2021-02-18T21:17:18.950Z] Removing intermediate container 8f15c3b00c85 [2021-02-18T21:17:18.950Z] ---> 90a1405969d9 [2021-02-18T21:17:18.950Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T21:17:19.220Z] Removing intermediate container 5bc602d58a20 [2021-02-18T21:17:19.220Z] ---> ec07d485dea1 [2021-02-18T21:17:19.220Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T21:17:19.220Z] ---> Running in 2a04a857a337 [2021-02-18T21:17:19.483Z] ---> Running in c6889ea09393 [2021-02-18T21:17:20.058Z] ---> 8e0b7a0c8b9d [2021-02-18T21:17:20.058Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T21:17:20.321Z] Removing intermediate container 18fcb6886c79 [2021-02-18T21:17:20.321Z] ---> 3b8346a24f7e [2021-02-18T21:17:20.321Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T21:17:22.895Z] Removing intermediate container 2a04a857a337 [2021-02-18T21:17:22.895Z] ---> 816b7018ec45 [2021-02-18T21:17:22.895Z] [2021-02-18T21:17:22.895Z] ---> afcbd0bf227e [2021-02-18T21:17:22.895Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T21:17:22.895Z] Removing intermediate container c6889ea09393 [2021-02-18T21:17:22.895Z] ---> 4c328cbe5998 [2021-02-18T21:17:22.895Z] [2021-02-18T21:17:23.166Z] Successfully built 4c328cbe5998 [2021-02-18T21:17:23.166Z] Successfully tagged docker-core-command-go:latest [2021-02-18T21:17:23.166Z] Building docker-support-notifications-go [2021-02-18T21:17:23.432Z]  Building docker-core-command-go ... done Successfully built 816b7018ec45 [2021-02-18T21:17:23.695Z] ---> fddacaca9900 [2021-02-18T21:17:23.695Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T21:17:23.958Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T21:17:23.958Z] Building docker-core-data-go [2021-02-18T21:17:24.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.305s coverage: 45.9% of statements [2021-02-18T21:17:24.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T21:17:24.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T21:17:24.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T21:17:24.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T21:17:24.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T21:17:24.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T21:17:24.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T21:17:24.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.196s coverage: 100.0% of statements [2021-02-18T21:17:26.523Z]  Building docker-core-metadata-go ... done  ---> d1c84c68adf4 [2021-02-18T21:17:26.523Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T21:17:27.472Z] ---> Running in 29ef6be7b542 [2021-02-18T21:17:27.472Z] ---> Running in 569c373ec5c5 [2021-02-18T21:17:30.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:30.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:30.409Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T21:17:30.410Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T21:17:30.410Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T21:17:30.410Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T21:17:30.675Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T21:17:30.675Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T21:17:30.675Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T21:17:31.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.1% of statements [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T21:17:31.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.108s coverage: 100.0% of statements [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T21:17:31.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T21:17:31.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T21:17:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements [2021-02-18T21:17:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T21:17:32.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T21:17:34.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.755s coverage: 82.3% of statements [2021-02-18T21:17:34.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T21:17:34.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:17:34.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T21:17:34.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T21:17:36.023Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:17:36.024Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:17:36.024Z] ---> 37c241111119 [2021-02-18T21:17:36.024Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T21:17:36.024Z] ---> Using cache [2021-02-18T21:17:36.024Z] ---> 8b63a56e3c8a [2021-02-18T21:17:36.024Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:17:36.024Z] ---> Using cache [2021-02-18T21:17:36.024Z] ---> a983c822ba0a [2021-02-18T21:17:36.024Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T21:17:36.024Z] ---> Using cache [2021-02-18T21:17:36.024Z] ---> 30eb3f9c7e5d [2021-02-18T21:17:36.024Z] Step 6/24 : COPY go.mod . [2021-02-18T21:17:36.024Z] ---> Using cache [2021-02-18T21:17:36.024Z] ---> a1bcad526842 [2021-02-18T21:17:36.024Z] Step 7/24 : RUN go mod download [2021-02-18T21:17:36.024Z] ---> Using cache [2021-02-18T21:17:36.024Z] ---> 52fe1ab5a5fd [2021-02-18T21:17:36.024Z] Step 8/24 : COPY . . [2021-02-18T21:17:36.024Z] ---> Using cache [2021-02-18T21:17:36.024Z] ---> 372291a020db [2021-02-18T21:17:36.024Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T21:17:36.288Z] ---> Running in fe7c8e881a74 [2021-02-18T21:17:36.288Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T21:17:36.288Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T21:17:36.288Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T21:17:36.288Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T21:17:36.288Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T21:17:36.288Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T21:17:36.288Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T21:17:36.560Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T21:17:36.560Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T21:17:36.560Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T21:17:36.560Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T21:17:36.560Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T21:17:36.560Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T21:17:36.560Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T21:17:37.531Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T21:17:38.485Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T21:17:39.437Z] 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-18T21:17:40.019Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T21:17:40.019Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T21:17:40.019Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T21:17:40.288Z] Removing intermediate container 29ef6be7b542 [2021-02-18T21:17:40.288Z] ---> ffd0797b46e2 [2021-02-18T21:17:40.288Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T21:17:40.288Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T21:17:40.898Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T21:17:40.898Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T21:17:40.898Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T21:17:41.862Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T21:17:42.127Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T21:17:42.127Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T21:17:43.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T21:17:43.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T21:17:43.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T21:17:43.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T21:17:43.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.408s coverage: 97.5% of statements [2021-02-18T21:17:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T21:17:43.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements [2021-02-18T21:17:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T21:17:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T21:17:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T21:17:43.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T21:17:44.732Z] ---> Running in afb032b8837d [2021-02-18T21:17:44.732Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:17:45.024Z] OK: 71 MiB in 55 packages [2021-02-18T21:17:46.466Z] Removing intermediate container afb032b8837d [2021-02-18T21:17:46.466Z] ---> 6048c3635ae3 [2021-02-18T21:17:46.466Z] Step 27/30 : CMD ["gate"] [2021-02-18T21:17:47.430Z] ---> Running in 6bef3d444ce8 [2021-02-18T21:17:48.162Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:17:48.162Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:17:48.162Z] ---> 37c241111119 [2021-02-18T21:17:48.162Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T21:17:48.162Z] ---> Using cache [2021-02-18T21:17:48.162Z] ---> 8b63a56e3c8a [2021-02-18T21:17:48.162Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:17:48.162Z] ---> Using cache [2021-02-18T21:17:48.162Z] ---> a983c822ba0a [2021-02-18T21:17:48.162Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T21:17:48.532Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:17:48.532Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:17:48.817Z] ---> 37c241111119 [2021-02-18T21:17:48.817Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T21:17:48.817Z] ---> Using cache [2021-02-18T21:17:48.817Z] ---> 8b63a56e3c8a [2021-02-18T21:17:48.817Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:17:48.817Z] ---> Using cache [2021-02-18T21:17:48.817Z] ---> a983c822ba0a [2021-02-18T21:17:48.817Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T21:17:49.830Z] ---> Running in a42226752b45 [2021-02-18T21:17:50.506Z] Removing intermediate container 6bef3d444ce8 [2021-02-18T21:17:50.506Z] ---> f4677f7d3f98 [2021-02-18T21:17:50.506Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T21:17:51.092Z] ---> Running in c9cbed07448b [2021-02-18T21:17:51.674Z] ---> Running in 4a36e5a23319 [2021-02-18T21:17:52.639Z] Removing intermediate container 4a36e5a23319 [2021-02-18T21:17:52.639Z] ---> e4b9e9de25e9 [2021-02-18T21:17:52.639Z] Step 29/30 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:17:52.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:52.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:53.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.229s coverage: 92.8% of statements [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T21:17:53.275Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T21:17:53.275Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T21:17:53.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T21:17:53.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 45.5% of statements [2021-02-18T21:17:53.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.080s coverage: 79.5% of statements [2021-02-18T21:17:53.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-18T21:17:53.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.117s coverage: 96.3% of statements [2021-02-18T21:17:53.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-02-18T21:17:53.887Z] ---> Running in 6c4ed3b21c9c [2021-02-18T21:17:53.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:53.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:17:54.840Z] Removing intermediate container 6c4ed3b21c9c [2021-02-18T21:17:54.840Z] ---> 3d04b2f37ec6 [2021-02-18T21:17:54.840Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T21:17:54.840Z] OK: 233 MiB in 51 packages [2021-02-18T21:17:55.114Z] OK: 233 MiB in 51 packages [2021-02-18T21:17:56.064Z] ---> Running in 76717cfdb719 [2021-02-18T21:17:57.990Z] 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-18T21:17:58.256Z] Removing intermediate container 76717cfdb719 [2021-02-18T21:17:58.256Z] ---> 6b9c48dddbe1 [2021-02-18T21:17:58.256Z] [2021-02-18T21:17:58.256Z] Removing intermediate container a42226752b45 [2021-02-18T21:17:58.256Z] ---> 8979409a3773 [2021-02-18T21:17:58.256Z] Step 6/22 : COPY go.mod . [2021-02-18T21:17:58.535Z] Successfully built 6b9c48dddbe1 [2021-02-18T21:17:58.535Z] Removing intermediate container 569c373ec5c5 [2021-02-18T21:17:58.535Z] ---> 56a3d2fd4caf [2021-02-18T21:17:58.535Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T21:17:58.535Z] Removing intermediate container c9cbed07448b [2021-02-18T21:17:58.535Z] ---> 88310043e86e [2021-02-18T21:17:58.535Z] Step 6/23 : COPY go.mod . [2021-02-18T21:17:58.807Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T21:17:58.807Z] Building docker-security-proxy-setup-go [2021-02-18T21:17:58.807Z]  Building docker-security-bootstrapper-go ... done  ---> Running in ee32bd930b37 [2021-02-18T21:17:58.807Z] ---> 58fbe5cdd85d [2021-02-18T21:17:58.807Z] Step 7/22 : RUN go mod download [2021-02-18T21:17:59.075Z] ---> db6ac747c234 [2021-02-18T21:17:59.075Z] Step 7/23 : RUN go mod download [2021-02-18T21:17:59.660Z] ---> Running in cfa2dd530c12 [2021-02-18T21:17:59.660Z] ---> Running in 57d5a90a95fa [2021-02-18T21:18:03.931Z] Collecting docker-compose==1.23.2 [2021-02-18T21:18:03.931Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T21:18:03.931Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T21:18:03.931Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T21:18:05.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements [2021-02-18T21:18:05.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-18T21:18:05.860Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T21:18:05.860Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T21:18:06.436Z] Removing intermediate container cfa2dd530c12 [2021-02-18T21:18:06.436Z] ---> 5aa48618ec1a [2021-02-18T21:18:06.436Z] Step 8/22 : COPY . . [2021-02-18T21:18:06.436Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T21:18:06.436Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T21:18:06.706Z] Removing intermediate container fe7c8e881a74 [2021-02-18T21:18:06.706Z] ---> 2ba8851b8f17 [2021-02-18T21:18:06.706Z] [2021-02-18T21:18:06.706Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T21:18:06.706Z] ---> 389fef711851 [2021-02-18T21:18:06.706Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T21:18:06.984Z] Removing intermediate container 57d5a90a95fa [2021-02-18T21:18:06.984Z] ---> d7257f0644c0 [2021-02-18T21:18:06.984Z] Step 8/23 : COPY . . [2021-02-18T21:18:06.984Z] ---> Running in 9a7cf2c590f1 [2021-02-18T21:18:07.250Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T21:18:07.251Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T21:18:08.652Z] Collecting PyYAML<4,>=3.10 [2021-02-18T21:18:08.652Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T21:18:12.895Z] 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-18T21:18:13.162Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T21:18:13.162Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T21:18:15.738Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T21:18:15.738Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T21:18:17.671Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T21:18:17.671Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T21:18:18.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:18:18.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:18:18.525Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:18:18.525Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:18:18.525Z] ---> 37c241111119 [2021-02-18T21:18:18.525Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T21:18:18.525Z] ---> Using cache [2021-02-18T21:18:18.525Z] ---> 8b63a56e3c8a [2021-02-18T21:18:18.525Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:18:18.525Z] ---> Using cache [2021-02-18T21:18:18.525Z] ---> a983c822ba0a [2021-02-18T21:18:18.525Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T21:18:18.525Z] ---> Using cache [2021-02-18T21:18:18.525Z] ---> 30eb3f9c7e5d [2021-02-18T21:18:18.525Z] Step 6/21 : COPY go.mod . [2021-02-18T21:18:18.525Z] ---> Using cache [2021-02-18T21:18:18.525Z] ---> a1bcad526842 [2021-02-18T21:18:18.525Z] Step 7/21 : RUN go mod download [2021-02-18T21:18:18.525Z] ---> Using cache [2021-02-18T21:18:18.525Z] ---> 52fe1ab5a5fd [2021-02-18T21:18:18.525Z] Step 8/21 : COPY . . [2021-02-18T21:18:18.525Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T21:18:18.791Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T21:18:18.791Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T21:18:18.791Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T21:18:18.791Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T21:18:18.791Z] ---> Using cache [2021-02-18T21:18:18.791Z] ---> 372291a020db [2021-02-18T21:18:18.791Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T21:18:18.791Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T21:18:18.791Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T21:18:18.791Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:18:19.370Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T21:18:19.633Z] OK: 7 MiB in 19 packages [2021-02-18T21:18:20.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.140s coverage: 92.9% of statements [2021-02-18T21:18:20.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.172s coverage: 91.4% of statements [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 63.5% of statements [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.788s coverage: 68.9% of statements [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T21:18:20.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.0% of statements [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T21:18:20.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T21:18:21.566Z] 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-18T21:18:21.566Z] 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-18T21:18:21.831Z] Collecting idna<2.8,>=2.5 [2021-02-18T21:18:21.831Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T21:18:22.097Z] ---> Running in 8ffd1db5072f [2021-02-18T21:18:22.097Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T21:18:22.097Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T21:18:22.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.701s coverage: 84.0% of statements [2021-02-18T21:18:22.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.070s coverage: 100.0% of statements [2021-02-18T21:18:25.429Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T21:18:25.429Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T21:18:26.833Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T21:18:26.833Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T21:18:26.833Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T21:18:26.833Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T21:18:26.833Z] Installing collected packages: docopt, texttable, cached-property, idna, urllib3, requests, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2021-02-18T21:18:26.833Z] Running setup.py install for docopt: started [2021-02-18T21:18:27.094Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T21:18:27.094Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.147s coverage: 100.0% of statements [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T21:18:27.094Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.167s coverage: 100.0% of statements [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T21:18:27.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T21:18:27.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.307s coverage: 89.4% of statements [2021-02-18T21:18:27.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T21:18:27.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:18:27.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T21:18:27.817Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T21:18:27.817Z] Running setup.py install for texttable: started [2021-02-18T21:18:27.817Z] Removing intermediate container 9a7cf2c590f1 [2021-02-18T21:18:27.817Z] ---> f72b8a9de888 [2021-02-18T21:18:27.817Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T21:18:28.407Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T21:18:28.407Z] 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-18T21:18:28.984Z] Attempting uninstall: idna [2021-02-18T21:18:28.984Z] Found existing installation: idna 2.9 [2021-02-18T21:18:28.984Z] Uninstalling idna-2.9: [2021-02-18T21:18:29.563Z] Successfully uninstalled idna-2.9 [2021-02-18T21:18:29.563Z] ---> Running in 63535a98e2b3 [2021-02-18T21:18:29.828Z] Attempting uninstall: urllib3 [2021-02-18T21:18:29.828Z] Found existing installation: urllib3 1.25.9 [2021-02-18T21:18:29.828Z] Uninstalling urllib3-1.25.9: [2021-02-18T21:18:30.099Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T21:18:30.099Z] Removing intermediate container 63535a98e2b3 [2021-02-18T21:18:30.099Z] ---> 6eabd401cafc [2021-02-18T21:18:30.099Z] Step 13/24 : WORKDIR / [2021-02-18T21:18:32.695Z] Attempting uninstall: requests [2021-02-18T21:18:32.695Z] ---> Running in 2c6f5194e839 [2021-02-18T21:18:32.695Z] Found existing installation: requests 2.23.0 [2021-02-18T21:18:32.695Z] Uninstalling requests-2.23.0: [2021-02-18T21:18:32.975Z] Successfully uninstalled requests-2.23.0 [2021-02-18T21:18:33.246Z] Running setup.py install for PyYAML: started [2021-02-18T21:18:34.671Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T21:18:34.940Z] Removing intermediate container 2c6f5194e839 [2021-02-18T21:18:34.940Z] ---> 7fcefad2b1b2 [2021-02-18T21:18:34.940Z] 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-18T21:18:35.975Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.949s coverage: 29.1% of statements [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T21:18:35.975Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.164s coverage: 99.0% of statements [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T21:18:35.975Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T21:18:35.975Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.187s coverage: 100.0% of statements [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T21:18:35.975Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T21:18:35.975Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T21:18:35.975Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T21:18:35.975Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T21:18:35.975Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements [2021-02-18T21:18:36.354Z] Running setup.py install for dockerpty: started [2021-02-18T21:18:36.622Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.074s coverage: 32.1% of statements [2021-02-18T21:18:37.322Z] ---> 9d9c375e7662 [2021-02-18T21:18:37.322Z] 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-18T21:18:37.322Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T21:18:37.593Z] ---> 4f14e6fc60b4 [2021-02-18T21:18:37.593Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T21:18:37.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-18T21:18:37.859Z] ---> f24e0029d399 [2021-02-18T21:18:37.859Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T21:18:38.156Z] ---> 37472e51b6bb [2021-02-18T21:18:38.156Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T21:18:38.156Z] 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-18T21:18:38.156Z] ---> Running in efc308647520 [2021-02-18T21:18:38.156Z] ---> Running in a0b90c688514 [2021-02-18T21:18:38.194Z] GO111MODULE=on go vet ./... [2021-02-18T21:18:38.751Z] ---> 42adcceec127 [2021-02-18T21:18:38.751Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T21:18:39.725Z] ---> 759cb39d4b2f [2021-02-18T21:18:39.726Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T21:18:39.726Z] 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-18T21:18:39.726Z] 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-18T21:18:42.312Z] ---> d485772449b2 [2021-02-18T21:18:42.312Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T21:18:42.312Z] Removing intermediate container ee32bd930b37 [2021-02-18T21:18:42.312Z] ---> 4d0ba74b5c8d [2021-02-18T21:18:42.312Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T21:18:42.584Z] ---> 23b9c1a39ea1 [2021-02-18T21:18:42.584Z] 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-18T21:18:42.584Z] ---> Running in c4f744f4c68b [2021-02-18T21:18:42.863Z] ---> Running in c96dc9d704c0 [2021-02-18T21:18:44.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:18:44.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:18:45.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-18T21:18:45.090Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T21:18:45.090Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T21:18:45.090Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T21:18:45.359Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:18:45.359Z] OK: 72 MiB in 58 packages [2021-02-18T21:18:46.336Z] Removing intermediate container c96dc9d704c0 [2021-02-18T21:18:46.336Z] ---> 9acd655dd545 [2021-02-18T21:18:46.336Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T21:18:46.336Z] ---> Running in 9c63a58b12fc [2021-02-18T21:18:46.612Z] Removing intermediate container c4f744f4c68b [2021-02-18T21:18:46.612Z] ---> c450fe1c512b [2021-02-18T21:18:46.612Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T21:18:46.881Z] ---> Running in 04a904c50810 [2021-02-18T21:18:46.881Z] Removing intermediate container 9c63a58b12fc [2021-02-18T21:18:46.881Z] ---> 2135582ab778 [2021-02-18T21:18:46.881Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T21:18:47.148Z] ---> Running in e7339fda001e [2021-02-18T21:18:48.117Z] Removing intermediate container 04a904c50810 [2021-02-18T21:18:48.117Z] ---> 0d29062c6046 [2021-02-18T21:18:48.117Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:18:48.716Z] ---> Running in 0e192d5bf51f [2021-02-18T21:18:48.716Z] Removing intermediate container e7339fda001e [2021-02-18T21:18:48.716Z] ---> f76baac37497 [2021-02-18T21:18:48.716Z] Step 23/24 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:18:48.984Z] ---> Running in 615659b636ba [2021-02-18T21:18:48.984Z] Removing intermediate container 0e192d5bf51f [2021-02-18T21:18:48.984Z] ---> ffafece03015 [2021-02-18T21:18:48.984Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T21:18:49.248Z] ---> Running in 7353142a38da [2021-02-18T21:18:49.248Z] Removing intermediate container 615659b636ba [2021-02-18T21:18:49.248Z] ---> 89e1bb827108 [2021-02-18T21:18:49.248Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T21:18:51.203Z] ---> Running in 4871378513c3 [2021-02-18T21:18:51.203Z] Removing intermediate container 7353142a38da [2021-02-18T21:18:51.203Z] ---> 641973a96ae7 [2021-02-18T21:18:51.203Z] Step 25/26 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:18:51.203Z] ---> Running in 39ff0482f21e [2021-02-18T21:18:51.203Z] Removing intermediate container 4871378513c3 [2021-02-18T21:18:51.203Z] ---> ebdf356610d7 [2021-02-18T21:18:51.203Z] [2021-02-18T21:18:51.493Z] Removing intermediate container 39ff0482f21e [2021-02-18T21:18:51.493Z] ---> 625803cbd8bf [2021-02-18T21:18:51.493Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T21:18:51.493Z] Successfully built ebdf356610d7 [2021-02-18T21:18:51.493Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T21:18:52.482Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b490462bc434 [2021-02-18T21:18:53.913Z] Removing intermediate container b490462bc434 [2021-02-18T21:18:53.913Z] ---> 932de6adb3db [2021-02-18T21:18:53.913Z] [2021-02-18T21:18:53.913Z] Successfully built 932de6adb3db [2021-02-18T21:18:54.500Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T21:18:54.500Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8ffd1db5072f [2021-02-18T21:18:54.500Z] ---> 85b680f9d336 [2021-02-18T21:18:54.500Z] [2021-02-18T21:18:54.500Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T21:18:54.500Z] ---> 389fef711851 [2021-02-18T21:18:54.500Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T21:18:54.767Z] ---> Running in df0abaa479fa [2021-02-18T21:18:55.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:18:55.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:18:56.008Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T21:18:56.284Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T21:18:56.284Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T21:18:56.284Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T21:18:56.284Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:18:56.284Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T21:18:56.284Z] OK: 7 MiB in 18 packages [2021-02-18T21:18:58.889Z] Removing intermediate container df0abaa479fa [2021-02-18T21:18:58.889Z] ---> 6a9ddf9ca591 [2021-02-18T21:18:58.889Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T21:18:58.889Z] ---> Running in 54f185a6b7d9 [2021-02-18T21:18:59.161Z] Removing intermediate container 54f185a6b7d9 [2021-02-18T21:18:59.161Z] ---> a589cc54fe12 [2021-02-18T21:18:59.161Z] Step 13/21 : WORKDIR /edgex [2021-02-18T21:18:59.161Z] ---> Running in 1e466043a272 [2021-02-18T21:18:59.566Z] Removing intermediate container 1e466043a272 [2021-02-18T21:18:59.566Z] ---> 6bfe3cdcf162 [2021-02-18T21:18:59.566Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T21:19:00.075Z] ---> 6ab217b3a46c [2021-02-18T21:19:00.075Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T21:19:00.841Z] ---> 8ced292025cc [2021-02-18T21:19:00.841Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T21:19:01.173Z] ---> aa0e2288f76c [2021-02-18T21:19:01.173Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T21:19:01.444Z] ---> Running in da430d74607a [2021-02-18T21:19:04.007Z] Removing intermediate container da430d74607a [2021-02-18T21:19:04.007Z] ---> b501414bb7c9 [2021-02-18T21:19:04.007Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T21:19:05.581Z] ---> Running in e2a0f46d6e67 [2021-02-18T21:19:05.581Z] Removing intermediate container a0b90c688514 [2021-02-18T21:19:05.581Z] ---> 80ef807d1b52 [2021-02-18T21:19:05.581Z] [2021-02-18T21:19:05.581Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T21:19:05.581Z] ---> 389fef711851 [2021-02-18T21:19:05.581Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T21:19:05.581Z] ---> Running in f3408a691ee4 [2021-02-18T21:19:05.845Z] Removing intermediate container e2a0f46d6e67 [2021-02-18T21:19:05.845Z] ---> 5865ad38cd1f [2021-02-18T21:19:05.845Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T21:19:06.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:19:06.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:19:06.680Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T21:19:06.680Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T21:19:06.680Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:19:06.680Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T21:19:06.942Z] OK: 6 MiB in 16 packages [2021-02-18T21:19:07.208Z] ---> Running in a4ba63df405a [2021-02-18T21:19:08.157Z] Removing intermediate container efc308647520 [2021-02-18T21:19:08.157Z] ---> e9d3116494a0 [2021-02-18T21:19:08.157Z] [2021-02-18T21:19:08.157Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T21:19:08.157Z] ---> 389fef711851 [2021-02-18T21:19:08.157Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T21:19:08.157Z] Removing intermediate container a4ba63df405a [2021-02-18T21:19:08.157Z] ---> 29f08e5f5b94 [2021-02-18T21:19:08.157Z] Step 20/21 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:19:08.157Z] ---> Running in c9d923e64c3e [2021-02-18T21:19:08.421Z] ---> Running in 2fa8d3128cff [2021-02-18T21:19:08.996Z] Removing intermediate container f3408a691ee4 [2021-02-18T21:19:08.996Z] ---> 535301e22904 [2021-02-18T21:19:08.996Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T21:19:08.996Z] Removing intermediate container 2fa8d3128cff [2021-02-18T21:19:08.996Z] ---> 51737134b160 [2021-02-18T21:19:08.996Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T21:19:08.996Z] Removing intermediate container c9d923e64c3e [2021-02-18T21:19:08.996Z] ---> dd355a7edb01 [2021-02-18T21:19:08.996Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T21:19:09.259Z] ---> Running in 9d614a237c93 [2021-02-18T21:19:09.259Z] ---> Running in 74f410c1802a [2021-02-18T21:19:09.259Z] ---> Running in 76cbde5655b8 [2021-02-18T21:19:09.259Z] Removing intermediate container 9d614a237c93 [2021-02-18T21:19:09.259Z] ---> 8ac54f276262 [2021-02-18T21:19:09.259Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T21:19:09.259Z] Removing intermediate container 76cbde5655b8 [2021-02-18T21:19:09.259Z] ---> 874082bc75be [2021-02-18T21:19:09.259Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T21:19:09.521Z] Removing intermediate container 74f410c1802a [2021-02-18T21:19:09.521Z] ---> 42654fab1c9a [2021-02-18T21:19:09.521Z] [2021-02-18T21:19:09.521Z] ---> Running in 3a3797ca5ff0 [2021-02-18T21:19:09.521Z] ---> Running in 4fe2bafd14d6 [2021-02-18T21:19:10.096Z] Successfully built 42654fab1c9a [2021-02-18T21:19:10.358Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T21:19:10.359Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4fe2bafd14d6 [2021-02-18T21:19:10.359Z] ---> 4cbba8fd2274 [2021-02-18T21:19:10.359Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:19:10.359Z] Removing intermediate container 3a3797ca5ff0 [2021-02-18T21:19:10.359Z] ---> 50b85b9c4130 [2021-02-18T21:19:10.359Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T21:19:10.359Z] ---> Running in 2a407c25b148 [2021-02-18T21:19:10.359Z] ---> Running in a9669ffab814 [2021-02-18T21:19:10.626Z] Removing intermediate container 2a407c25b148 [2021-02-18T21:19:10.626Z] ---> 417865c60f72 [2021-02-18T21:19:10.626Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:19:10.888Z] ---> 328b91df20b6 [2021-02-18T21:19:10.888Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T21:19:11.464Z] ---> 8599b5ec3653 [2021-02-18T21:19:11.464Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T21:19:11.464Z] Removing intermediate container a9669ffab814 [2021-02-18T21:19:11.464Z] ---> 0432f0216aaf [2021-02-18T21:19:11.464Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T21:19:11.729Z] ---> Running in 642032a7e710 [2021-02-18T21:19:11.729Z] ---> f76511016d38 [2021-02-18T21:19:11.729Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T21:19:11.729Z] ---> Running in b2a09348eed5 [2021-02-18T21:19:11.991Z] Removing intermediate container b2a09348eed5 [2021-02-18T21:19:11.991Z] ---> fda0f2b4752a [2021-02-18T21:19:11.991Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:19:11.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T21:19:11.991Z] ---> Running in 3804e760c4c5 [2021-02-18T21:19:12.253Z] Removing intermediate container 3804e760c4c5 [2021-02-18T21:19:12.253Z] ---> e55e3597a8c9 [2021-02-18T21:19:12.253Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T21:19:12.253Z] ---> Running in 2c0bbca386bc [2021-02-18T21:19:12.522Z] Removing intermediate container 2c0bbca386bc [2021-02-18T21:19:12.522Z] ---> bd5a10456e66 [2021-02-18T21:19:12.522Z] Step 21/22 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:19:12.522Z] ---> Running in 139770adc3a3 [2021-02-18T21:19:12.790Z] Removing intermediate container 139770adc3a3 [2021-02-18T21:19:12.790Z] ---> bd45889e76ea [2021-02-18T21:19:12.790Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T21:19:12.790Z] ---> Running in e6d1def176c9 [2021-02-18T21:19:13.052Z] Removing intermediate container e6d1def176c9 [2021-02-18T21:19:13.052Z] ---> dcc270a59b60 [2021-02-18T21:19:13.052Z] [2021-02-18T21:19:13.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T21:19:13.052Z] Successfully built dcc270a59b60 [2021-02-18T21:19:13.052Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T21:19:13.997Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T21:19:13.997Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T21:19:14.259Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T21:19:14.259Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T21:19:14.520Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T21:19:15.465Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T21:19:15.465Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:19:15.465Z] OK: 8 MiB in 20 packages [2021-02-18T21:19:15.727Z] Removing intermediate container 642032a7e710 [2021-02-18T21:19:15.727Z] ---> e689b3dbad2b [2021-02-18T21:19:15.727Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:19:15.992Z] ---> 347d0c913217 [2021-02-18T21:19:15.992Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T21:19:16.566Z] ---> cb24ffbee011 [2021-02-18T21:19:16.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T21:19:16.829Z] ---> 3d73f14fabab [2021-02-18T21:19:16.829Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T21:19:17.094Z] ---> Running in ad65ff5e3bae [2021-02-18T21:19:17.094Z] Removing intermediate container ad65ff5e3bae [2021-02-18T21:19:17.094Z] ---> 0d4eb281d47b [2021-02-18T21:19:17.094Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:19:17.094Z] ---> Running in e2c059701d2e [2021-02-18T21:19:17.357Z] Removing intermediate container e2c059701d2e [2021-02-18T21:19:17.358Z] ---> 4a998beb3c9c [2021-02-18T21:19:17.358Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T21:19:17.358Z] ---> Running in 76746031d10b [2021-02-18T21:19:17.619Z] Removing intermediate container 76746031d10b [2021-02-18T21:19:17.619Z] ---> d2be28de2ef7 [2021-02-18T21:19:17.619Z] Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:19:17.619Z] ---> Running in fe4b36f75510 [2021-02-18T21:19:17.882Z] Removing intermediate container fe4b36f75510 [2021-02-18T21:19:17.882Z] ---> 4459a18348e4 [2021-02-18T21:19:17.882Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T21:19:17.882Z] ---> Running in 7a1317db355b [2021-02-18T21:19:18.145Z] Removing intermediate container 7a1317db355b [2021-02-18T21:19:18.145Z] ---> d64a16db28a1 [2021-02-18T21:19:18.145Z] [2021-02-18T21:19:18.145Z] Successfully built d64a16db28a1 [2021-02-18T21:19:18.145Z] Successfully tagged docker-core-data-go:latest [2021-02-18T21:19:18.423Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-18T21:19:18.444Z] $ docker stop --time=1 2d1447832bf24440fe80b6576ebe94199eff581b5c218434bfcfed13bb4e3b6c [2021-02-18T21:19:20.032Z] $ docker rm -f 2d1447832bf24440fe80b6576ebe94199eff581b5c218434bfcfed13bb4e3b6c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T21:19:20.650Z] + docker images [2021-02-18T21:19:20.650Z] + grep docker [2021-02-18T21:19:20.912Z] docker-core-data-go latest d64a16db28a1 3 seconds ago 22.4MB [2021-02-18T21:19:20.912Z] docker-support-notifications-go latest dcc270a59b60 8 seconds ago 17.7MB [2021-02-18T21:19:20.912Z] docker-security-proxy-setup-go latest 42654fab1c9a 11 seconds ago 24.7MB [2021-02-18T21:19:20.912Z] docker-sys-mgmt-agent-go latest 932de6adb3db 28 seconds ago 313MB [2021-02-18T21:19:20.912Z] docker-security-secretstore-setup-go latest ebdf356610d7 29 seconds ago 24.9MB [2021-02-18T21:19:20.912Z] docker-security-bootstrapper-go latest 6b9c48dddbe1 About a minute ago 18.2MB [2021-02-18T21:19:20.912Z] docker-core-command-go latest 4c328cbe5998 About a minute ago 17.1MB [2021-02-18T21:19:20.912Z] docker-core-metadata-go latest 816b7018ec45 About a minute ago 19MB [2021-02-18T21:19:20.912Z] docker-support-scheduler-go latest 590473a4d1cd 2 minutes ago 17.2MB [2021-02-18T21:19:20.912Z] 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-18T21:19:36.642Z] Still waiting to schedule task [2021-02-18T21:19:36.643Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T21:19:59.991Z] gofmt -l . [2021-02-18T21:19:59.992Z] [ "`gofmt -l .`" = "" ] [2021-02-18T21:19:59.992Z] ./bin/test-go-mod-tidy.sh [2021-02-18T21:19:59.992Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T21:20:00.653Z] + ls -al . [2021-02-18T21:20:00.653Z] total 736 [2021-02-18T21:20:00.653Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 21:19 . [2021-02-18T21:20:00.653Z] drwxr-xr-x 4 root root 4096 Feb 18 21:15 .. [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 21:13 .dockerignore [2021-02-18T21:20:00.653Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 21:14 .git [2021-02-18T21:20:00.653Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 21:13 .github [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 21:13 .gitignore [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 21:13 .sonarcloud.properties [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 8475 Feb 18 21:13 Attribution.txt [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 21:13 CONTRIBUTING.md [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 21:13 Dockerfile.build [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 21:13 Jenkinsfile [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 21:13 LICENSE [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 21:13 Makefile [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 21:13 README.md [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 21:13 SECURITY.md [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 21:11 VERSION [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 21:13 ZMQWindows.md [2021-02-18T21:20:00.653Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 21:13 bin [2021-02-18T21:20:00.653Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 21:13 cmd [2021-02-18T21:20:00.653Z] -rw-r--r-- 1 root root 597520 Feb 18 21:18 coverage.out [2021-02-18T21:20:00.653Z] -rw-r--r-- 1 root root 1054 Feb 18 21:19 go.mod [2021-02-18T21:20:00.653Z] -rw-r--r-- 1 root root 23562 Feb 18 21:19 go.sum [2021-02-18T21:20:00.653Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 21:13 internal [2021-02-18T21:20:00.653Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 21:13 openapi [2021-02-18T21:20:00.653Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 21:13 snap [2021-02-18T21:20:00.653Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 21:13 version.go [Pipeline] sh [2021-02-18T21:20:01.347Z] + '[' -e coverage.out ] [2021-02-18T21:20:01.347Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T21:20:01.382Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T21:20:02.594Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T21:20:03.259Z] + make build [2021-02-18T21:20:03.259Z] 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-18T21:20:15.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-18T21:20:31.128Z] Running on prd-ubuntu18.04-docker-8c-8g-26821 in /w/workspace/edgexfoundry_edgex-go_PR-3164 [Pipeline] { [Pipeline] ws [2021-02-18T21:20:31.245Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-02-18T21:20:33.748Z] using credential edgex-jenkins-ssh [2021-02-18T21:20:33.806Z] Cloning the remote Git repository [2021-02-18T21:20:33.834Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:20:33.902Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-02-18T21:20:33.931Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:20:33.931Z] > git --version # timeout=10 [2021-02-18T21:20:33.942Z] > git --version # 'git version 2.17.1' [2021-02-18T21:20:33.942Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:20:33.970Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T21:20:37.854Z] 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-18T21:20:42.169Z] 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-18T21:20:47.598Z] 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-18T21:20:48.722Z] Merging remotes/origin/master commit 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 into PR head commit a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:20:48.859Z] Merge succeeded, producing a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:20:48.860Z] Checking out Revision a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 (PR-3164) [2021-02-18T21:20:49.031Z] 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-18T21:20:48.053Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T21:20:48.063Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T21:20:48.074Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T21:20:48.086Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T21:20:48.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:20:48.091Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3164/head:refs/remotes/origin/PR-3164 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T21:20:48.734Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T21:20:48.741Z] > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 [2021-02-18T21:20:48.822Z] > git remote # timeout=10 [2021-02-18T21:20:48.830Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T21:20:48.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T21:20:48.839Z] > git merge 2dfe06adc26b1e386d7fcdf7d10bde116511fbf6 # timeout=10 [2021-02-18T21:20:48.855Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T21:20:48.866Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T21:20:48.885Z] > git checkout -f a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 # timeout=10 [2021-02-18T21:20:52.574Z] Commit message: "Merge branch 'master' into attr-upd-for-consul" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:20:53.808Z] + echo snap-build.sh [2021-02-18T21:20:53.809Z] snap-build.sh [2021-02-18T21:20:53.809Z] + SNAP_BASE_DIR=. [2021-02-18T21:20:53.809Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-02-18T21:20:53.809Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-02-18T21:20:53.809Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-02-18T21:20:53.809Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-02-18T21:20:53.809Z] + cd /w/workspace/edgex-go/7 [2021-02-18T21:20:53.809Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-18T21:20:53.809Z] Reading package lists... [2021-02-18T21:20:53.809Z] Building dependency tree... [2021-02-18T21:20:53.809Z] Reading state information... [2021-02-18T21:20:54.072Z] The following packages were automatically installed and are no longer required: [2021-02-18T21:20:54.072Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-18T21:20:54.072Z] uidmap xdelta3 [2021-02-18T21:20:54.072Z] Use 'sudo apt autoremove' to remove them. [2021-02-18T21:20:54.072Z] The following packages will be REMOVED: [2021-02-18T21:20:54.072Z] lxd* lxd-client* [2021-02-18T21:20:54.334Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-18T21:20:54.334Z] After this operation, 31.7 MB disk space will be freed. [2021-02-18T21:20:54.444Z] 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-18T21:20:55.648Z] (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-18T21:20:55.648Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T21:20:56.229Z] Removing lxd dnsmasq configuration [2021-02-18T21:20:56.492Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T21:20:56.492Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-18T21:20:57.438Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-18T21:20:57.699Z] (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-18T21:20:57.699Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T21:20:59.101Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-18T21:20:59.101Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-18T21:20:59.847Z] 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-18T21:21:00.492Z] + sudo snap remove --purge lxd [2021-02-18T21:21:00.755Z] snap "lxd" is not installed [2021-02-18T21:21:00.755Z] + sudo groupadd --force --system lxd [2021-02-18T21:21:00.755Z] ++ whoami [2021-02-18T21:21:00.755Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-18T21:21:00.755Z] + newgrp - lxd [2021-02-18T21:21:00.755Z] + sudo snap install lxd [2021-02-18T21:21:03.223Z] 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-18T21:21:08.618Z] 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-18T21:21:12.939Z] 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-18T21:21:13.083Z] 2021-02-18T21:21:08Z INFO Waiting for automatic snapd restart... [2021-02-18T21:21:17.256Z] 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-18T21:21:22.686Z] $ docker stop --time=1 0e0f74496ae24fbd54625b9e4c2673c867dcf91b056156d1642fc885f1e06e2b [2021-02-18T21:21:25.944Z] $ docker rm -f 0e0f74496ae24fbd54625b9e4c2673c867dcf91b056156d1642fc885f1e06e2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:21:28.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T21:21:28.058Z] [2021-02-18T21:21:28.059Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:21:28.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T21:21:28.993Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T21:21:28.993Z] 29e5d40040c1: Pulling fs layer [2021-02-18T21:21:28.993Z] 1ce36da41761: Pulling fs layer [2021-02-18T21:21:28.993Z] 25b303627fd3: Pulling fs layer [2021-02-18T21:21:29.590Z] 29e5d40040c1: Verifying Checksum [2021-02-18T21:21:29.590Z] 29e5d40040c1: Download complete [2021-02-18T21:21:30.190Z] 1ce36da41761: Verifying Checksum [2021-02-18T21:21:30.190Z] 1ce36da41761: Download complete [2021-02-18T21:21:30.464Z] 29e5d40040c1: Pull complete [2021-02-18T21:21:31.227Z] lxd 4.11 from Canonical* installed [2021-02-18T21:21:31.227Z] + sudo lxd init --auto [2021-02-18T21:21:31.901Z] 1ce36da41761: Pull complete [2021-02-18T21:21:31.901Z] 25b303627fd3: Verifying Checksum [2021-02-18T21:21:31.901Z] 25b303627fd3: Download complete [2021-02-18T21:21:39.401Z] + sudo snap install --classic snapcraft [2021-02-18T21:21:42.047Z] 25b303627fd3: Pull complete [2021-02-18T21:21:42.047Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T21:21:42.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T21:21:42.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T21:21:42.285Z] prd-ubuntu18.04-docker-arm64-4c-16g-26820 does not seem to be running inside a container [2021-02-18T21:21:42.363Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T21:21:43.621Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T21:21:43.621Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-18T21:21:43.621Z] + patch --verbose -p1 [2021-02-18T21:21:43.621Z] Hmm... Looks like a unified diff to me... [2021-02-18T21:21:43.621Z] The text leading up to this was: [2021-02-18T21:21:43.621Z] -------------------------- [2021-02-18T21:21:43.621Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-18T21:21:43.621Z] |From: Tony Espy [2021-02-18T21:21:43.621Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-18T21:21:43.621Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-18T21:21:43.621Z] | [2021-02-18T21:21:43.621Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-18T21:21:43.621Z] |optimize the snap CI check run for pull requests. When [2021-02-18T21:21:43.621Z] |applied, it essentially strips out everything (apps and [2021-02-18T21:21:43.621Z] |parts) from the snapcraft.yaml file except those required [2021-02-18T21:21:43.621Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-18T21:21:43.621Z] |catch changes to edgex-go that break the snap build. [2021-02-18T21:21:43.621Z] | [2021-02-18T21:21:43.621Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-18T21:21:43.621Z] |to update this patch file, otherwise it may fail to apply, [2021-02-18T21:21:43.621Z] |resulting in a failed snap build CI check in the associated [2021-02-18T21:21:43.621Z] |pull request. [2021-02-18T21:21:43.621Z] | [2021-02-18T21:21:43.621Z] |Note - in addition to applying this patch, the pipeline also [2021-02-18T21:21:43.621Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-18T21:21:43.621Z] |need to build the finally binary .snap file (and it won't [2021-02-18T21:21:43.621Z] |work with the patch applied). This further reduces the build [2021-02-18T21:21:43.621Z] |time. [2021-02-18T21:21:43.621Z] |--- [2021-02-18T21:21:43.621Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-18T21:21:43.621Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-18T21:21:43.621Z] | [2021-02-18T21:21:43.621Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-18T21:21:43.621Z] |index 1e537489..faf42425 100644 [2021-02-18T21:21:43.621Z] |--- a/snap/snapcraft.yaml [2021-02-18T21:21:43.621Z] |+++ b/snap/snapcraft.yaml [2021-02-18T21:21:43.621Z] -------------------------- [2021-02-18T21:21:43.621Z] patching file snap/snapcraft.yaml [2021-02-18T21:21:43.621Z] Using Plan A... [2021-02-18T21:21:43.621Z] Hunk #1 succeeded at 73. [2021-02-18T21:21:43.621Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-18T21:21:43.621Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-18T21:21:43.621Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-18T21:21:43.621Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-18T21:21:43.621Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-18T21:21:43.621Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-18T21:21:43.621Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-18T21:21:43.621Z] Hmm... Ignoring the trailing garbage. [2021-02-18T21:21:43.621Z] done [2021-02-18T21:21:43.621Z] + sudo snapcraft prime --use-lxd [2021-02-18T21:21:45.009Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-18T21:21:45.009Z] 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-18T21:21:45.009Z] - README.md [2021-02-18T21:21:45.009Z] - snapcraft.yaml.orig [2021-02-18T21:21:45.009Z] [2021-02-18T21:21:45.009Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T21:21:45.366Z] $ docker top 367b6aa89e05647b13ba540ecb4aa033624832ed816deaab938981397c572a4a -eo pid,comm [2021-02-18T21:21:45.583Z] Launching a container. [Pipeline] { [Pipeline] sh [2021-02-18T21:21:46.461Z] + grep parallel [2021-02-18T21:21:46.461Z] + docker-compose build --help [2021-02-18T21:21:49.833Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T21:21:50.121Z] $ docker stop --time=1 367b6aa89e05647b13ba540ecb4aa033624832ed816deaab938981397c572a4a [2021-02-18T21:21:52.079Z] $ docker rm -f 367b6aa89e05647b13ba540ecb4aa033624832ed816deaab938981397c572a4a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:21:52.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T21:21:52.969Z] . [Pipeline] withDockerContainer [2021-02-18T21:21:53.235Z] prd-ubuntu18.04-docker-arm64-4c-16g-26820 does not seem to be running inside a container [2021-02-18T21:21:53.306Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-18T21:21:54.724Z] $ docker top ef849bfaea0020e759ddf9ebc7ae8da266228473df9b48a37863620419b3999a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T21:21:55.793Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T21:21:57.836Z] Waiting for container to be ready [2021-02-18T21:21:57.836Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-18T21:21:57.836Z] [2021-02-18T21:22:00.137Z] Building docker-core-command-go ... [2021-02-18T21:22:00.137Z] Building docker-core-data-go ... [2021-02-18T21:22:00.137Z] Building docker-core-metadata-go ... [2021-02-18T21:22:00.137Z] Building docker-security-bootstrapper-go ... [2021-02-18T21:22:00.137Z] Building docker-security-proxy-setup-go ... [2021-02-18T21:22:00.137Z] Building docker-security-secretstore-setup-go ... [2021-02-18T21:22:00.137Z] Building docker-support-notifications-go ... [2021-02-18T21:22:00.137Z] Building docker-support-scheduler-go ... [2021-02-18T21:22:00.137Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T21:22:00.137Z] Building docker-support-notifications-go [2021-02-18T21:22:00.137Z] Building docker-security-proxy-setup-go [2021-02-18T21:22:00.137Z] Building docker-security-secretstore-setup-go [2021-02-18T21:22:00.137Z] Building docker-support-scheduler-go [2021-02-18T21:22:00.137Z] Building docker-security-bootstrapper-go [2021-02-18T21:22:01.148Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-18T21:22:01.148Z] Waiting for network to be ready... [2021-02-18T21:22:01.724Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T21:22:01.724Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T21:22:01.724Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T21:22:01.985Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T21:22:01.986Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T21:22:01.986Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T21:22:01.986Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T21:22:01.986Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T21:22:01.986Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T21:22:01.986Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T21:22:02.248Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T21:22:02.511Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T21:22:02.772Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T21:22:02.773Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T21:22:02.773Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T21:22:02.773Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T21:22:02.773Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T21:22:02.773Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T21:22:03.347Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T21:22:03.347Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-18T21:22:03.608Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T21:22:03.608Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T21:22:03.608Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T21:22:03.608Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T21:22:03.608Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T21:22:03.608Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T21:22:03.608Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T21:22:05.525Z] Fetched 23.9 MB in 4s (5868 kB/s) [2021-02-18T21:22:06.471Z] Reading package lists... [2021-02-18T21:22:06.732Z] Reading package lists... [2021-02-18T21:22:06.993Z] Building dependency tree... [2021-02-18T21:22:06.993Z] Reading state information... [2021-02-18T21:22:07.255Z] The following additional packages will be installed: [2021-02-18T21:22:07.255Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T21:22:07.255Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T21:22:07.255Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T21:22:07.255Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-18T21:22:07.255Z] Suggested packages: [2021-02-18T21:22:07.255Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-18T21:22:07.255Z] Recommended packages: [2021-02-18T21:22:07.255Z] gnupg libsasl2-modules [2021-02-18T21:22:07.255Z] The following NEW packages will be installed: [2021-02-18T21:22:07.255Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T21:22:07.255Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T21:22:07.255Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T21:22:07.255Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-18T21:22:07.255Z] The following packages will be upgraded: [2021-02-18T21:22:07.255Z] gpg gpg-agent gpgconf libudev1 [2021-02-18T21:22:07.517Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-18T21:22:07.517Z] Need to get 3532 kB of archives. [2021-02-18T21:22:07.517Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-18T21:22:07.517Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-18T21:22:07.517Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-18T21:22:07.779Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-18T21:22:08.041Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-18T21:22:08.041Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-18T21:22:08.041Z] Get:6 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-18T21:22:08.041Z] Get:7 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-18T21:22:08.041Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-18T21:22:08.041Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-18T21:22:08.041Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-18T21:22:08.041Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-18T21:22:08.041Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-18T21:22:08.041Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-18T21:22:08.041Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-18T21:22:08.041Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-18T21:22:08.304Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-18T21:22:08.305Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-18T21:22:08.305Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-18T21:22:08.305Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-18T21:22:08.305Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-18T21:22:08.305Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-18T21:22:08.305Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-18T21:22:08.305Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T21:22:08.305Z] Fetched 3532 kB in 1s (3225 kB/s) [2021-02-18T21:22:08.566Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T21:22:08.566Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-18T21:22:08.566Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T21:22:08.566Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-18T21:22:08.827Z] Selecting previously unselected package udev. [2021-02-18T21:22:08.827Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T21:22:08.827Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-18T21:22:08.827Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-18T21:22:09.089Z] Selecting previously unselected package libfuse2:amd64. [2021-02-18T21:22:09.089Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T21:22:09.089Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T21:22:09.089Z] Selecting previously unselected package fuse. [2021-02-18T21:22:09.089Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T21:22:09.089Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-18T21:22:09.089Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:09.351Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T21:22:09.351Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:09.351Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T21:22:09.614Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:09.614Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T21:22:09.614Z] Selecting previously unselected package libksba8:amd64. [2021-02-18T21:22:09.614Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-18T21:22:09.614Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-18T21:22:09.614Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-18T21:22:09.614Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:09.614Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:09.876Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-18T21:22:09.876Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:09.876Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:09.876Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-18T21:22:09.876Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:09.876Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:10.138Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-18T21:22:10.138Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:10.138Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:10.138Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-18T21:22:10.138Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:10.138Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:10.138Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-18T21:22:10.138Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:10.138Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:10.398Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-18T21:22:10.398Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:10.398Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:10.398Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-18T21:22:10.398Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:10.398Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:10.661Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-18T21:22:10.661Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T21:22:10.661Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:10.661Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T21:22:10.661Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T21:22:10.661Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T21:22:10.661Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T21:22:10.661Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T21:22:10.661Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T21:22:10.922Z] Selecting previously unselected package libldap-common. [2021-02-18T21:22:10.923Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-18T21:22:10.923Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T21:22:10.923Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T21:22:10.923Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-18T21:22:10.923Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T21:22:11.186Z] Selecting previously unselected package dirmngr. [2021-02-18T21:22:11.186Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:11.186Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T21:22:11.186Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T21:22:11.186Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-18T21:22:11.186Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T21:22:11.186Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T21:22:11.449Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T21:22:11.449Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-18T21:22:11.449Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:11.449Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-18T21:22:11.449Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T21:22:11.449Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-18T21:22:11.714Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T21:22:11.976Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:11.976Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-18T21:22:11.976Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-18T21:22:11.976Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-18T21:22:12.237Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:12.237Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:12.237Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:12.237Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:12.237Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:12.237Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:12.237Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T21:22:12.237Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T21:22:12.237Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T21:22:12.498Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T21:22:12.759Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-18T21:22:12.759Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-18T21:22:12.759Z] This means they are not meant to be enabled using systemctl. [2021-02-18T21:22:12.759Z] Possible reasons for having this kind of units are: [2021-02-18T21:22:12.759Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-18T21:22:12.759Z] .wants/ or .requires/ directory. [2021-02-18T21:22:12.759Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-18T21:22:12.759Z] a requirement dependency on it. [2021-02-18T21:22:12.759Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-18T21:22:12.759Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-18T21:22:12.759Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-18T21:22:12.759Z] instance name specified. [2021-02-18T21:22:13.019Z] Reading package lists... [2021-02-18T21:22:13.279Z] Building dependency tree... [2021-02-18T21:22:13.279Z] Reading state information... [2021-02-18T21:22:13.541Z] The following additional packages will be installed: [2021-02-18T21:22:13.541Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-18T21:22:13.541Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-18T21:22:13.541Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-18T21:22:13.541Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-18T21:22:13.541Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-18T21:22:13.541Z] Suggested packages: [2021-02-18T21:22:13.541Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-18T21:22:13.541Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-18T21:22:13.541Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-18T21:22:13.541Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-18T21:22:13.541Z] systemd-container policykit-1 [2021-02-18T21:22:13.541Z] Recommended packages: [2021-02-18T21:22:13.541Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-18T21:22:13.541Z] The following NEW packages will be installed: [2021-02-18T21:22:13.541Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-18T21:22:13.541Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-18T21:22:13.541Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-18T21:22:13.541Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-18T21:22:13.541Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-18T21:22:13.541Z] The following packages will be upgraded: [2021-02-18T21:22:13.541Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-18T21:22:13.541Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-18T21:22:13.541Z] Need to get 35.2 MB of archives. [2021-02-18T21:22:13.541Z] After this operation, 141 MB of additional disk space will be used. [2021-02-18T21:22:13.541Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-18T21:22:13.805Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-18T21:22:13.805Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-18T21:22:13.805Z] 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-18T21:22:13.805Z] 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-18T21:22:13.805Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-18T21:22:13.805Z] 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-18T21:22:13.805Z] 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-18T21:22:13.805Z] 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-18T21:22:13.805Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-18T21:22:13.805Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-18T21:22:13.805Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-18T21:22:13.805Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-18T21:22:13.805Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-18T21:22:13.805Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-18T21:22:13.805Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-18T21:22:13.805Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-18T21:22:14.067Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-18T21:22:14.067Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-18T21:22:14.640Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-18T21:22:14.640Z] 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-18T21:22:14.640Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-18T21:22:14.640Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-18T21:22:14.640Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-18T21:22:14.640Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-18T21:22:14.640Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-18T21:22:14.640Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-18T21:22:14.640Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-18T21:22:14.903Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-18T21:22:14.903Z] 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-18T21:22:14.903Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T21:22:14.903Z] Fetched 35.2 MB in 1s (26.8 MB/s) [2021-02-18T21:22:15.165Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T21:22:15.165Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-18T21:22:15.165Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T21:22:15.741Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-18T21:22:15.741Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T21:22:16.004Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-18T21:22:16.004Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T21:22:16.004Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T21:22:16.004Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T21:22:16.265Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-18T21:22:16.527Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T21:22:16.527Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T21:22:16.527Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T21:22:16.790Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-18T21:22:16.790Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-18T21:22:17.061Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-18T21:22:17.323Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-18T21:22:17.323Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-18T21:22:17.323Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-18T21:22:17.585Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-18T21:22:17.585Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T21:22:17.585Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T21:22:17.585Z] Selecting previously unselected package libexpat1:amd64. [2021-02-18T21:22:17.585Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-18T21:22:17.585Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T21:22:17.852Z] Selecting previously unselected package python3.6-minimal. [2021-02-18T21:22:17.852Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T21:22:17.852Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T21:22:18.117Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-18T21:22:18.117Z] Checking for services that may need to be restarted...done. [2021-02-18T21:22:18.117Z] Checking for services that may need to be restarted...done. [2021-02-18T21:22:18.117Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T21:22:18.378Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T21:22:18.378Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T21:22:18.641Z] Selecting previously unselected package python3-minimal. [2021-02-18T21:22:18.641Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-18T21:22:18.641Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-18T21:22:18.641Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-18T21:22:18.903Z] Selecting previously unselected package mime-support. [2021-02-18T21:22:18.903Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-18T21:22:18.903Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-18T21:22:18.903Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-18T21:22:18.903Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-18T21:22:18.903Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T21:22:19.165Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-18T21:22:19.165Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T21:22:19.165Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T21:22:19.427Z] Selecting previously unselected package python3.6. [2021-02-18T21:22:19.427Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T21:22:19.427Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T21:22:19.427Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T21:22:19.427Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-18T21:22:19.427Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T21:22:19.427Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-18T21:22:19.690Z] Selecting previously unselected package python3. [2021-02-18T21:22:19.691Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-18T21:22:19.691Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-18T21:22:19.691Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-18T21:22:19.957Z] Selecting previously unselected package multiarch-support. [2021-02-18T21:22:19.957Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T21:22:19.957Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T21:22:20.218Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T21:22:20.218Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-18T21:22:20.218Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-18T21:22:20.218Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-18T21:22:20.218Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T21:22:20.479Z] Selecting previously unselected package libbsd0:amd64. [2021-02-18T21:22:20.479Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-18T21:22:20.479Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T21:22:20.479Z] Selecting previously unselected package sudo. [2021-02-18T21:22:20.479Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-18T21:22:20.479Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T21:22:20.740Z] Selecting previously unselected package apparmor. [2021-02-18T21:22:20.740Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T21:22:20.740Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-18T21:22:20.740Z] Selecting previously unselected package libedit2:amd64. [2021-02-18T21:22:20.740Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-18T21:22:20.740Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T21:22:21.001Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T21:22:21.001Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T21:22:21.001Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T21:22:21.001Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T21:22:21.001Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T21:22:21.001Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T21:22:21.263Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T21:22:21.263Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-18T21:22:21.263Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T21:22:21.263Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T21:22:21.263Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T21:22:21.263Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T21:22:21.263Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T21:22:21.263Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T21:22:21.263Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T21:22:21.525Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-18T21:22:21.525Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-18T21:22:21.525Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-18T21:22:21.787Z] Selecting previously unselected package openssh-client. [2021-02-18T21:22:21.787Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-18T21:22:21.787Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T21:22:21.787Z] Selecting previously unselected package squashfs-tools. [2021-02-18T21:22:21.787Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-18T21:22:21.787Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T21:22:22.048Z] Selecting previously unselected package snapd. [2021-02-18T21:22:22.048Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-18T21:22:22.048Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-18T21:22:23.964Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T21:22:23.964Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-18T21:22:24.231Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-18T21:22:24.231Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T21:22:24.231Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T21:22:24.231Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T21:22:24.231Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T21:22:24.231Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-18T21:22:24.492Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-18T21:22:25.436Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T21:22:25.436Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T21:22:25.436Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T21:22:26.388Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T21:22:26.388Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T21:22:26.388Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T21:22:26.964Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T21:22:26.964Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T21:22:26.964Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T21:22:26.964Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-18T21:22:26.964Z] running python rtupdate hooks for python3.6... [2021-02-18T21:22:26.964Z] running python post-rtupdate hooks for python3.6... [2021-02-18T21:22:26.964Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-18T21:22:28.351Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-18T21:22:28.612Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T21:22:28.612Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T21:22:28.874Z] Setting up snapd (2.48.3+18.04) ... [2021-02-18T21:22:29.136Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-18T21:22:29.397Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-18T21:22:29.658Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-18T21:22:29.658Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-18T21:22:29.919Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T21:22:29.919Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T21:22:30.180Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-18T21:22:30.180Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-18T21:22:30.442Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-18T21:22:30.706Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-18T21:22:30.706Z] /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-18T21:22:30.968Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T21:22:30.968Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T21:22:31.916Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T21:22:31.916Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T21:22:31.916Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T21:22:32.488Z] Fetched 88.7 kB in 1s (157 kB/s) [2021-02-18T21:22:33.430Z] Reading package lists... [2021-02-18T21:22:33.691Z] Reading package lists... [2021-02-18T21:22:33.691Z] Building dependency tree... [2021-02-18T21:22:33.691Z] Reading state information... [2021-02-18T21:22:33.952Z] Calculating upgrade... [2021-02-18T21:22:34.212Z] The following packages will be upgraded: [2021-02-18T21:22:34.212Z] advancecomp base-files bash binutils binutils-common [2021-02-18T21:22:34.212Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-18T21:22:34.212Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-18T21:22:34.212Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-18T21:22:34.212Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-18T21:22:34.212Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-18T21:22:34.212Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-18T21:22:34.212Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-18T21:22:34.212Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-18T21:22:34.212Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-18T21:22:34.212Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-18T21:22:34.212Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-18T21:22:34.212Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-18T21:22:34.212Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-18T21:22:34.212Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-18T21:22:34.212Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T21:22:34.212Z] Need to get 63.8 MB of archives. [2021-02-18T21:22:34.212Z] After this operation, 5189 kB of additional disk space will be used. [2021-02-18T21:22:34.212Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-18T21:22:34.212Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-18T21:22:34.212Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-18T21:22:34.212Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-18T21:22:34.212Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-18T21:22:34.212Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-18T21:22:34.212Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-18T21:22:34.212Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-18T21:22:34.212Z] 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-18T21:22:34.212Z] 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-18T21:22:34.212Z] 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-18T21:22:34.212Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-18T21:22:34.212Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-18T21:22:34.474Z] 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-18T21:22:34.474Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-18T21:22:34.474Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-18T21:22:34.474Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-18T21:22:34.474Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-18T21:22:34.474Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-18T21:22:34.474Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-18T21:22:34.474Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-18T21:22:34.474Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-18T21:22:34.474Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-18T21:22:34.474Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-18T21:22:34.474Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-18T21:22:34.474Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-18T21:22:34.474Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-18T21:22:34.474Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-18T21:22:34.474Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-18T21:22:34.474Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-18T21:22:34.474Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-18T21:22:34.474Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-18T21:22:34.474Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-18T21:22:34.474Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-18T21:22:34.474Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-18T21:22:34.474Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-18T21:22:34.474Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-18T21:22:34.474Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-18T21:22:34.474Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-18T21:22:34.474Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-18T21:22:34.474Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-18T21:22:34.736Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-18T21:22:34.736Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-18T21:22:34.736Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-18T21:22:34.736Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-18T21:22:34.736Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-18T21:22:34.736Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-18T21:22:34.736Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-18T21:22:34.736Z] Get:49 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-18T21:22:34.736Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-18T21:22:34.736Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-18T21:22:34.736Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-18T21:22:34.736Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-18T21:22:34.736Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-18T21:22:34.736Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-18T21:22:34.736Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-18T21:22:34.998Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-18T21:22:34.998Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-18T21:22:34.998Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-18T21:22:34.998Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-18T21:22:35.258Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-18T21:22:35.259Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-18T21:22:35.259Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-18T21:22:35.259Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-18T21:22:35.259Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-18T21:22:35.259Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-18T21:22:35.259Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-18T21:22:35.520Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-18T21:22:35.520Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-18T21:22:35.520Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-18T21:22:35.782Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-18T21:22:35.782Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-18T21:22:35.782Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-18T21:22:35.782Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-18T21:22:35.782Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-18T21:22:35.782Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-18T21:22:35.782Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-18T21:22:35.782Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-18T21:22:35.782Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-18T21:22:35.782Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-18T21:22:36.043Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-18T21:22:36.043Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-18T21:22:36.043Z] Get:83 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-18T21:22:36.043Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-18T21:22:36.043Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-18T21:22:36.043Z] Get:86 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-18T21:22:36.043Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-18T21:22:36.043Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-18T21:22:36.043Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-18T21:22:36.043Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-18T21:22:36.043Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-18T21:22:36.305Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-18T21:22:36.305Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-18T21:22:36.305Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-18T21:22:36.305Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-18T21:22:36.305Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-18T21:22:36.305Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-18T21:22:36.305Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-18T21:22:36.305Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-18T21:22:36.305Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T21:22:36.572Z] Fetched 63.8 MB in 2s (29.3 MB/s) [2021-02-18T21:22:36.572Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:36.572Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T21:22:36.835Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T21:22:37.786Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T21:22:37.786Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T21:22:37.786Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-18T21:22:37.786Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-18T21:22:38.360Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:38.621Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:38.621Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:38.621Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:38.885Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:38.885Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:38.885Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:38.885Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:39.151Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:39.151Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:39.151Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:39.151Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:39.413Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:39.414Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:39.414Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:22:39.676Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T21:22:39.676Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:39.676Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-18T21:22:39.676Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:22:39.676Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T21:22:39.676Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:39.676Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:39.944Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:39.944Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:39.944Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T21:22:40.211Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T21:22:40.211Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:22:40.486Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T21:22:40.486Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T21:22:40.486Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T21:22:41.073Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T21:22:41.336Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T21:22:41.336Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-18T21:22:41.336Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-18T21:22:41.336Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-18T21:22:41.336Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-18T21:22:41.598Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-18T21:22:41.598Z] Installing new version of config file /etc/issue ... [2021-02-18T21:22:41.598Z] Installing new version of config file /etc/issue.net ... [2021-02-18T21:22:41.598Z] Installing new version of config file /etc/lsb-release ... [2021-02-18T21:22:41.598Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-18T21:22:41.860Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-18T21:22:41.860Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-18T21:22:42.123Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-18T21:22:42.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:42.123Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-18T21:22:42.123Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-18T21:22:42.386Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-18T21:22:42.386Z] 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-18T21:22:42.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:42.386Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:42.386Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:42.650Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:22:42.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:42.650Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-18T21:22:42.650Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-18T21:22:42.912Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-18T21:22:42.912Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:42.912Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-18T21:22:42.912Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T21:22:43.174Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-18T21:22:43.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:43.436Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:43.436Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T21:22:43.436Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T21:22:43.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:43.699Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:43.699Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T21:22:43.699Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-18T21:22:43.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:43.699Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-18T21:22:43.962Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-18T21:22:43.962Z] Setting up grep (3.1-2build1) ... [2021-02-18T21:22:43.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:43.962Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T21:22:43.962Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T21:22:44.224Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-18T21:22:44.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:44.224Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T21:22:44.224Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T21:22:44.488Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-18T21:22:44.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:44.488Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T21:22:44.488Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T21:22:45.061Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T21:22:45.061Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T21:22:45.061Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T21:22:45.322Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T21:22:45.896Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-18T21:22:45.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:45.896Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-18T21:22:45.896Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T21:22:46.841Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T21:22:46.841Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T21:22:46.841Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T21:22:46.841Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T21:22:47.101Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T21:22:47.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:47.101Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-18T21:22:47.101Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-18T21:22:47.364Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-18T21:22:47.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:47.626Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:47.626Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:47.626Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:22:47.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:47.626Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:47.890Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:47.890Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:22:47.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:47.890Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:48.154Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:48.154Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:22:48.421Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:48.421Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:48.421Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:48.421Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:22:48.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:48.684Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T21:22:48.684Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T21:22:48.684Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T21:22:48.684Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T21:22:48.946Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T21:22:48.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:48.946Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T21:22:48.946Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T21:22:49.209Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T21:22:49.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:49.209Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:49.209Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:49.471Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:22:49.471Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:49.471Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:49.471Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:49.735Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:22:49.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:49.735Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:49.735Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:50.308Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:22:50.569Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-18T21:22:50.831Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-18T21:22:50.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:50.831Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T21:22:50.831Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T21:22:51.093Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T21:22:51.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T21:22:51.354Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-18T21:22:51.354Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T21:22:51.354Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-18T21:22:51.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:51.627Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-18T21:22:51.627Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-18T21:22:51.887Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-18T21:22:52.148Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:52.148Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-18T21:22:52.148Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T21:22:52.148Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-18T21:22:52.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:52.410Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-18T21:22:52.410Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T21:22:52.410Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-18T21:22:52.671Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:52.671Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T21:22:52.671Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T21:22:52.671Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T21:22:52.943Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:52.943Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T21:22:52.943Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T21:22:52.943Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T21:22:53.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:53.310Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T21:22:53.310Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T21:22:53.571Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T21:22:53.832Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:53.832Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T21:22:53.833Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T21:22:53.833Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-18T21:22:53.833Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T21:22:54.093Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:54.093Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T21:22:54.093Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T21:22:54.354Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:54.354Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-18T21:22:54.354Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-18T21:22:54.354Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-18T21:22:54.615Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:54.615Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-18T21:22:54.615Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T21:22:54.875Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T21:22:55.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:55.136Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:55.136Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T21:22:55.136Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T21:22:55.397Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:55.397Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-18T21:22:55.397Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-18T21:22:55.397Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-18T21:22:55.658Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:55.658Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T21:22:55.659Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T21:22:55.920Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-18T21:22:56.181Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:56.181Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T21:22:56.181Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T21:22:56.441Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-18T21:22:56.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:56.703Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-18T21:22:56.703Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-18T21:22:56.703Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-18T21:22:56.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:56.965Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-18T21:22:56.965Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-18T21:22:56.965Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-18T21:22:57.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:57.228Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-18T21:22:57.228Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-18T21:22:57.489Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-18T21:22:57.489Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:57.489Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-18T21:22:57.489Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-18T21:22:57.749Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-18T21:22:57.749Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:57.749Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T21:22:58.010Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-18T21:22:58.010Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-18T21:22:58.010Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T21:22:58.010Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-18T21:22:58.010Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-18T21:22:58.270Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-18T21:22:58.270Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-18T21:22:58.270Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T21:22:58.270Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T21:22:58.531Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T21:22:58.531Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T21:22:58.792Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-18T21:22:58.792Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-18T21:22:59.053Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-18T21:22:59.053Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-18T21:22:59.053Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T21:22:59.053Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-18T21:22:59.314Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T21:22:59.314Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-18T21:22:59.314Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-18T21:22:59.314Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-18T21:22:59.574Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-18T21:22:59.574Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-18T21:22:59.574Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-18T21:22:59.574Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-18T21:22:59.836Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-18T21:22:59.836Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-18T21:22:59.836Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-18T21:23:00.097Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-18T21:23:00.097Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-18T21:23:00.097Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-18T21:23:01.251Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-18T21:23:01.251Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-18T21:23:01.251Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-18T21:23:01.251Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-18T21:23:01.251Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T21:23:01.251Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T21:23:01.599Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T21:23:01.599Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T21:23:01.950Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T21:23:01.950Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T21:23:01.950Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T21:23:01.950Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T21:23:02.226Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:02.226Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:02.226Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:02.226Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:02.799Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:02.799Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:02.799Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:02.799Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:03.748Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:03.748Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:04.692Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:04.693Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:05.269Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:05.269Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:05.843Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:05.843Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:06.786Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T21:23:06.786Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T21:23:07.047Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T21:23:07.047Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T21:23:07.047Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T21:23:07.047Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T21:23:07.308Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T21:23:07.308Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T21:23:07.308Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-18T21:23:07.568Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-18T21:23:07.568Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T21:23:07.568Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T21:23:07.568Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T21:23:07.568Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T21:23:08.142Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-18T21:23:08.142Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-18T21:23:08.142Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:23:08.142Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T21:23:08.142Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:23:08.142Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:23:08.404Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:23:08.404Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-18T21:23:08.404Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-18T21:23:08.404Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-18T21:23:08.404Z] [2021-02-18T21:23:08.404Z] Current default time zone: 'Etc/UTC' [2021-02-18T21:23:08.404Z] Local time is now: Thu Feb 18 21:23:08 UTC 2021. [2021-02-18T21:23:08.404Z] Universal Time is now: Thu Feb 18 21:23:08 UTC 2021. [2021-02-18T21:23:08.404Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-18T21:23:08.404Z] [2021-02-18T21:23:08.665Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-18T21:23:08.665Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:23:08.665Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-18T21:23:08.665Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-18T21:23:08.665Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-18T21:23:08.665Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-18T21:23:08.665Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-18T21:23:08.665Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-18T21:23:08.665Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-18T21:23:08.665Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T21:23:08.925Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:23:08.925Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-18T21:23:08.925Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:09.186Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T21:23:09.186Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:23:09.186Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-18T21:23:09.186Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-18T21:23:09.186Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-18T21:23:09.186Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-18T21:23:09.186Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-18T21:23:09.186Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-18T21:23:09.186Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-18T21:23:09.186Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-18T21:23:11.103Z] Updating certificates in /etc/ssl/certs... [2021-02-18T21:23:12.489Z] 23 added, 27 removed; done. [2021-02-18T21:23:12.489Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T21:23:12.489Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T21:23:12.489Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-18T21:23:12.489Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-18T21:23:12.489Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-18T21:23:12.489Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:12.489Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T21:23:12.489Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:12.489Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:12.489Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:12.489Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:12.489Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:12.751Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-18T21:23:12.751Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-18T21:23:12.751Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-18T21:23:12.751Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-18T21:23:12.751Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-18T21:23:12.751Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:12.751Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T21:23:13.011Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-18T21:23:13.011Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-18T21:23:13.011Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-18T21:23:13.011Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T21:23:13.011Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T21:23:13.271Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-18T21:23:13.271Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-18T21:23:13.271Z] Updating certificates in /etc/ssl/certs... [2021-02-18T21:23:13.841Z] 0 added, 0 removed; done. [2021-02-18T21:23:13.841Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-18T21:23:13.841Z] done. [2021-02-18T21:23:14.413Z] Reading package lists... [2021-02-18T21:23:14.413Z] Building dependency tree... [2021-02-18T21:23:14.413Z] Reading state information... [2021-02-18T21:23:14.673Z] The following NEW packages will be installed: [2021-02-18T21:23:14.673Z] apt-transport-https [2021-02-18T21:23:14.673Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T21:23:14.673Z] Need to get 1696 B of archives. [2021-02-18T21:23:14.673Z] After this operation, 153 kB of additional disk space will be used. [2021-02-18T21:23:14.673Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-18T21:23:14.673Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T21:23:14.935Z] Fetched 1696 B in 0s (28.5 kB/s) [2021-02-18T21:23:14.935Z] Selecting previously unselected package apt-transport-https. [2021-02-18T21:23:14.935Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-18T21:23:14.935Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-18T21:23:14.935Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T21:23:14.935Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T21:23:15.197Z] Waiting for network to be ready... [2021-02-18T21:23:20.498Z] 2021-02-18T21:23:18Z INFO Waiting for automatic snapd restart... [2021-02-18T21:23:21.070Z] snapd 2.48.2.1 from Canonical* installed [2021-02-18T21:23:21.070Z] "snapd" switched to the "latest/stable" channel [2021-02-18T21:23:21.070Z] [2021-02-18T21:23:21.879Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:23:21.879Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:23:21.879Z] ---> 1c720c03e8f1 [2021-02-18T21:23:21.879Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T21:23:21.879Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:23:21.879Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:23:21.879Z] ---> 1c720c03e8f1 [2021-02-18T21:23:21.879Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T21:23:21.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:23:21.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:23:21.879Z] ---> 1c720c03e8f1 [2021-02-18T21:23:21.879Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T21:23:21.879Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:23:21.879Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:23:21.879Z] ---> 1c720c03e8f1 [2021-02-18T21:23:21.879Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T21:23:21.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:23:21.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:23:21.879Z] ---> 1c720c03e8f1 [2021-02-18T21:23:21.879Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T21:23:21.879Z] ---> Running in baedb608105f [2021-02-18T21:23:21.879Z] ---> Running in 02faf3d5904c [2021-02-18T21:23:21.879Z] ---> Running in ebde7cc1b226 [2021-02-18T21:23:21.879Z] ---> Running in e21819c28ec2 [2021-02-18T21:23:21.879Z] ---> Running in c8ed79d700e1 [2021-02-18T21:23:21.879Z] Removing intermediate container baedb608105f [2021-02-18T21:23:21.879Z] ---> e364df6e3ca5 [2021-02-18T21:23:21.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:23:21.879Z] Removing intermediate container ebde7cc1b226 [2021-02-18T21:23:21.879Z] ---> b286abcff8ad [2021-02-18T21:23:21.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:23:21.879Z] ---> Running in ee1f7b40e105 [2021-02-18T21:23:21.879Z] Removing intermediate container e21819c28ec2 [2021-02-18T21:23:21.879Z] ---> 17e11dec739b [2021-02-18T21:23:21.879Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:23:21.879Z] Removing intermediate container c8ed79d700e1 [2021-02-18T21:23:21.879Z] ---> 023546baf4d9 [2021-02-18T21:23:21.879Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:23:21.879Z] ---> Running in 758373827c94 [2021-02-18T21:23:21.879Z] Removing intermediate container 02faf3d5904c [2021-02-18T21:23:21.879Z] ---> c9f8c0207caa [2021-02-18T21:23:21.879Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:23:21.879Z] ---> Running in 6253432cd0b9 [2021-02-18T21:23:21.879Z] ---> Running in 1426e7d46124 [2021-02-18T21:23:21.879Z] ---> Running in 8bb127dcbfb0 [2021-02-18T21:23:21.879Z] Removing intermediate container ee1f7b40e105 [2021-02-18T21:23:21.879Z] ---> 90dd6d9507ea [2021-02-18T21:23:21.879Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T21:23:21.879Z] ---> Running in 771dc8c1233a [2021-02-18T21:23:21.879Z] Removing intermediate container 758373827c94 [2021-02-18T21:23:21.879Z] ---> 0870d9224abf [2021-02-18T21:23:21.879Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T21:23:21.879Z] Removing intermediate container 6253432cd0b9 [2021-02-18T21:23:21.879Z] ---> a3045571b692 [2021-02-18T21:23:21.879Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T21:23:21.879Z] ---> Running in 9b78cf1cf4f2 [2021-02-18T21:23:21.879Z] Removing intermediate container 1426e7d46124 [2021-02-18T21:23:21.879Z] ---> 7afdb601f61e [2021-02-18T21:23:21.879Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T21:23:21.879Z] ---> Running in d85d2733d7aa [2021-02-18T21:23:21.879Z] Removing intermediate container 8bb127dcbfb0 [2021-02-18T21:23:21.879Z] ---> 67d05a4b1b1d [2021-02-18T21:23:21.879Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T21:23:21.879Z] ---> Running in 90014cd5401b [2021-02-18T21:23:21.879Z] ---> Running in 1b168b594b66 [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:23:21.879Z] OK: 217 MiB in 51 packages [2021-02-18T21:23:21.879Z] OK: 217 MiB in 51 packages [2021-02-18T21:23:22.158Z] OK: 217 MiB in 51 packages [2021-02-18T21:23:22.437Z] OK: 217 MiB in 51 packages [2021-02-18T21:23:22.713Z] OK: 217 MiB in 51 packages [2021-02-18T21:23:22.991Z] Removing intermediate container 771dc8c1233a [2021-02-18T21:23:23.266Z] ---> 91b14afced34 [2021-02-18T21:23:23.266Z] Step 6/22 : COPY go.mod . [2021-02-18T21:23:23.540Z] Removing intermediate container 9b78cf1cf4f2 [2021-02-18T21:23:23.540Z] ---> 6ec58aa59629 [2021-02-18T21:23:23.540Z] Step 6/22 : COPY go.mod . [2021-02-18T21:23:23.819Z] Removing intermediate container 1b168b594b66 [2021-02-18T21:23:23.819Z] ---> c24dafedbc44 [2021-02-18T21:23:23.819Z] Step 6/21 : COPY go.mod . [2021-02-18T21:23:24.100Z] ---> 1890a7002e49 [2021-02-18T21:23:24.100Z] Step 7/22 : RUN go mod download [2021-02-18T21:23:24.100Z] Removing intermediate container 90014cd5401b [2021-02-18T21:23:24.100Z] ---> e1adacbac230 [2021-02-18T21:23:24.100Z] Step 6/24 : COPY go.mod . [2021-02-18T21:23:24.382Z] Removing intermediate container d85d2733d7aa [2021-02-18T21:23:24.382Z] ---> 1e5f8005ab7b [2021-02-18T21:23:24.382Z] Step 6/30 : COPY go.mod . [2021-02-18T21:23:24.382Z] ---> Running in 9180ee9c34a8 [2021-02-18T21:23:24.383Z] core18 20210128 from Canonical* installed [2021-02-18T21:23:24.383Z] "core18" switched to the "latest/stable" channel [2021-02-18T21:23:24.383Z] [2021-02-18T21:23:24.662Z] ---> bcfd2496ee24 [2021-02-18T21:23:24.662Z] Step 7/22 : RUN go mod download [2021-02-18T21:23:24.662Z] ---> 18d803b62a99 [2021-02-18T21:23:24.945Z] Step 7/21 : RUN go mod download [2021-02-18T21:23:24.945Z] ---> Running in 484333ec5db8 [2021-02-18T21:23:25.220Z] ---> Running in 6b6d63b6342d [2021-02-18T21:23:25.505Z] ---> 72db26421ee7 [2021-02-18T21:23:25.505Z] Step 7/24 : RUN go mod download [2021-02-18T21:23:25.787Z] ---> Running in 35d20224ff2d [2021-02-18T21:23:25.787Z] ---> 52bd01cffc63 [2021-02-18T21:23:25.787Z] Step 7/30 : RUN go mod download [2021-02-18T21:23:26.064Z] ---> Running in 430d56b62cbf [2021-02-18T21:23:27.686Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T21:23:27.686Z] "snapcraft" switched to the "latest/stable" channel [2021-02-18T21:23:27.686Z] [2021-02-18T21:23:28.708Z] Removing intermediate container 9180ee9c34a8 [2021-02-18T21:23:28.708Z] ---> 7cf3e3e4e2c0 [2021-02-18T21:23:28.708Z] Step 8/22 : COPY . . [2021-02-18T21:23:29.303Z] Removing intermediate container 484333ec5db8 [2021-02-18T21:23:29.303Z] ---> ebb7bcfdf232 [2021-02-18T21:23:29.578Z] Step 8/22 : COPY . . [2021-02-18T21:23:29.851Z] Removing intermediate container 6b6d63b6342d [2021-02-18T21:23:29.851Z] ---> be58233c4916 [2021-02-18T21:23:29.851Z] Step 8/21 : COPY . . [2021-02-18T21:23:30.525Z] Removing intermediate container 35d20224ff2d [2021-02-18T21:23:30.525Z] ---> 9a5aa2524790 [2021-02-18T21:23:30.525Z] Step 8/24 : COPY . . [2021-02-18T21:23:30.996Z] 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-18T21:23:30.996Z] - README.md [2021-02-18T21:23:30.996Z] - snapcraft.yaml.orig [2021-02-18T21:23:30.996Z] [2021-02-18T21:23:30.996Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T21:23:31.550Z] Removing intermediate container 430d56b62cbf [2021-02-18T21:23:31.550Z] ---> ee0861238d53 [2021-02-18T21:23:31.550Z] Step 8/30 : COPY . . [2021-02-18T21:23:37.583Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T21:23:37.583Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T21:23:37.583Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T21:23:37.583Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T21:23:37.844Z] Fetched 88.7 kB in 1s (160 kB/s) [2021-02-18T21:23:38.790Z] Reading package lists... [2021-02-18T21:23:39.052Z] 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-18T21:23:45.649Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T21:23:45.649Z] Reading package lists... [2021-02-18T21:23:45.649Z] Building dependency tree... [2021-02-18T21:23:45.649Z] Reading state information... [2021-02-18T21:23:45.649Z] Suggested packages: [2021-02-18T21:23:45.649Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-18T21:23:45.649Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-18T21:23:45.649Z] Recommended packages: [2021-02-18T21:23:45.649Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-18T21:23:45.649Z] The following NEW packages will be installed: [2021-02-18T21:23:45.649Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-18T21:23:45.649Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-18T21:23:45.649Z] pkg-config zip [2021-02-18T21:23:45.649Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T21:23:45.649Z] Need to get 7655 kB of archives. [2021-02-18T21:23:45.649Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-18T21:23:45.649Z] 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-18T21:23:45.649Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-18T21:23:45.649Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-18T21:23:45.649Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-18T21:23:45.649Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-18T21:23:45.649Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-18T21:23:45.649Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-18T21:23:45.908Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-18T21:23:45.908Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-18T21:23:45.908Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-18T21:23:45.908Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-18T21:23:46.169Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-18T21:23:46.169Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-18T21:23:46.169Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-18T21:23:46.169Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-18T21:23:46.169Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T21:23:46.430Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-18T21:23:46.430Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-18T21:23:46.430Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-18T21:23:46.430Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-18T21:23:46.430Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T21:23:46.692Z] Selecting previously unselected package libpsl5:amd64. [2021-02-18T21:23:46.692Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-18T21:23:46.692Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T21:23:46.692Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T21:23:46.692Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-18T21:23:46.692Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T21:23:46.692Z] Selecting previously unselected package librtmp1:amd64. [2021-02-18T21:23:46.692Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-18T21:23:46.692Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T21:23:46.954Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-18T21:23:46.954Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-18T21:23:46.954Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T21:23:46.954Z] Selecting previously unselected package liberror-perl. [2021-02-18T21:23:46.954Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-18T21:23:46.954Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-18T21:23:47.215Z] Selecting previously unselected package git-man. [2021-02-18T21:23:47.215Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-18T21:23:47.215Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T21:23:47.215Z] Selecting previously unselected package git. [2021-02-18T21:23:47.215Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-18T21:23:47.215Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T21:23:48.160Z] Selecting previously unselected package libnorm1:amd64. [2021-02-18T21:23:48.160Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-18T21:23:48.160Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T21:23:48.160Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-18T21:23:48.160Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-18T21:23:48.160Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T21:23:48.160Z] Selecting previously unselected package libsodium23:amd64. [2021-02-18T21:23:48.160Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-18T21:23:48.160Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-18T21:23:48.422Z] Selecting previously unselected package libzmq5:amd64. [2021-02-18T21:23:48.422Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T21:23:48.422Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T21:23:48.422Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-18T21:23:48.422Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T21:23:48.422Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T21:23:48.684Z] Selecting previously unselected package pkg-config. [2021-02-18T21:23:48.684Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-18T21:23:48.684Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T21:23:48.684Z] Selecting previously unselected package zip. [2021-02-18T21:23:48.684Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-18T21:23:48.684Z] Unpacking zip (3.0-11build1) ... [2021-02-18T21:23:48.684Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T21:23:48.684Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T21:23:48.946Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T21:23:48.946Z] Setting up liberror-perl (0.17025-1) ... [2021-02-18T21:23:48.946Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T21:23:48.946Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T21:23:48.946Z] No schema files found: doing nothing. [2021-02-18T21:23:48.946Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T21:23:48.946Z] Setting up zip (3.0-11build1) ... [2021-02-18T21:23:48.946Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T21:23:48.946Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-18T21:23:48.946Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T21:23:49.217Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T21:23:49.217Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T21:23:49.217Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T21:23:49.217Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T21:23:49.217Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T21:23:55.808Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T21:23:55.808Z] git set to automatically installed. [2021-02-18T21:23:55.808Z] git-man set to automatically installed. [2021-02-18T21:23:55.808Z] libcurl3-gnutls set to automatically installed. [2021-02-18T21:23:55.808Z] liberror-perl set to automatically installed. [2021-02-18T21:23:55.808Z] libglib2.0-0 set to automatically installed. [2021-02-18T21:23:55.808Z] libnghttp2-14 set to automatically installed. [2021-02-18T21:23:55.808Z] libnorm1 set to automatically installed. [2021-02-18T21:23:55.808Z] libpgm-5.2-0 set to automatically installed. [2021-02-18T21:23:55.808Z] libpsl5 set to automatically installed. [2021-02-18T21:23:55.808Z] librtmp1 set to automatically installed. [2021-02-18T21:23:55.808Z] libsodium23 set to automatically installed. [2021-02-18T21:23:55.808Z] libzmq3-dev set to automatically installed. [2021-02-18T21:23:55.808Z] libzmq5 set to automatically installed. [2021-02-18T21:23:55.808Z] pkg-config set to automatically installed. [2021-02-18T21:23:55.808Z] zip set to automatically installed. [2021-02-18T21:23:57.195Z] snapd is not logged in, snap install commands will use sudo [2021-02-18T21:23:58.377Z] ---> 96fea31268c0 [2021-02-18T21:23:58.377Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T21:23:58.377Z] ---> 559fa24e048a [2021-02-18T21:23:58.377Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T21:23:58.377Z] ---> a4282f98ce36 [2021-02-18T21:23:58.377Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T21:23:58.377Z] ---> Running in 7d9352614292 [2021-02-18T21:23:58.377Z] ---> Running in 37cd773ee534 [2021-02-18T21:23:58.377Z] ---> Running in 83973314bfac [2021-02-18T21:23:58.377Z] ---> e383c64d2cb4 [2021-02-18T21:23:58.377Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T21:23:58.377Z] ---> 781ad4860b71 [2021-02-18T21:23:58.377Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T21:23:58.377Z] ---> Running in 115262d926fd [2021-02-18T21:23:58.377Z] ---> Running in 99a1ba21f1c1 [2021-02-18T21:23:58.377Z] 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-18T21:23:58.377Z] 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-18T21:23:58.651Z] 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-18T21:23:58.928Z] 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-18T21:23:58.928Z] 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-18T21:24:03.786Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T21:24:04.048Z] snap "core18" has no updates available [2021-02-18T21:24:04.989Z] Pulling config-common [2021-02-18T21:24:04.989Z] + snapcraftctl pull [2021-02-18T21:24:05.932Z] Pulling go-build-helper [2021-02-18T21:24:05.932Z] + snapcraftctl pull [2021-02-18T21:24:28.191Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T21:24:28.191Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T21:24:28.191Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T21:24:28.191Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T21:24:28.191Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T21:24:28.191Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T21:24:28.191Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T21:24:28.191Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T21:24:28.191Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T21:24:28.191Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T21:24:28.191Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T21:24:28.191Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T21:24:28.191Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T21:24:28.191Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T21:24:28.191Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T21:24:28.191Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T21:24:28.191Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T21:24:28.191Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T21:24:28.191Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T21:24:28.191Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-18T21:24:28.191Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T21:24:28.191Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T21:24:28.191Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T21:24:28.191Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T21:24:28.191Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T21:24:28.191Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T21:24:28.191Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T21:24:28.191Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-18T21:24:28.191Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-18T21:24:28.191Z] Fetched 279 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-18T21:24:28.191Z] Fetched 122 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-18T21:24:28.191Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-18T21:24:28.191Z] Fetched 8848 B in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-18T21:24:28.191Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-18T21:24:28.191Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-18T21:24:28.191Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-18T21:24:28.191Z] Fetched 214 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-18T21:24:28.191Z] Fetched 155 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-18T21:24:28.191Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-18T21:24:28.191Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-18T21:24:28.191Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-18T21:24:28.191Z] Fetched 499 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-18T21:24:28.191Z] Fetched 111 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-18T21:24:28.191Z] Fetched 240 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-18T21:24:28.191Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-18T21:24:28.191Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-18T21:24:28.191Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-18T21:24:28.191Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-18T21:24:28.192Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-18T21:24:28.192Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-18T21:24:28.192Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-18T21:24:28.192Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-18T21:24:28.192Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-18T21:24:28.192Z] Fetched 8720 B in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-18T21:24:28.192Z] Fetched 137 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-18T21:24:28.192Z] Fetched 119 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-18T21:24:28.192Z] Fetched 109 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-18T21:24:28.192Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-18T21:24:28.192Z] Fetched 645 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-18T21:24:28.192Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-18T21:24:28.192Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-18T21:24:28.192Z] Fetched 368 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-18T21:24:28.192Z] Fetched 187 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-18T21:24:28.192Z] Fetched 175 kB in 0s (0 B/s) [2021-02-18T21:24:28.192Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-18T21:24:30.783Z] Fetched 206 kB in 0s (0 B/s) [2021-02-18T21:24:30.783Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-18T21:24:30.783Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-18T21:24:30.783Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-18T21:24:30.783Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-18T21:24:30.783Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-18T21:24:30.783Z] Fetched 159 kB in 0s (0 B/s) [2021-02-18T21:24:30.783Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-18T21:24:30.783Z] Fetched 107 kB in 0s (0 B/s) [2021-02-18T21:24:30.783Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-18T21:24:30.783Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-18T21:24:30.783Z] Pulling static-packages [2021-02-18T21:24:30.783Z] + snapcraftctl pull [2021-02-18T21:24:31.355Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-18T21:24:31.355Z] Skipping pull go-build-helper (already ran) [2021-02-18T21:24:31.355Z] Skipping pull static-packages (already ran) [2021-02-18T21:24:31.355Z] Building go-build-helper [2021-02-18T21:24:31.355Z] + snapcraftctl build [2021-02-18T21:24:34.661Z] Building static-packages [2021-02-18T21:24:34.661Z] + snapcraftctl build [2021-02-18T21:24:36.579Z] Staging go-build-helper [2021-02-18T21:24:36.579Z] + snapcraftctl stage [2021-02-18T21:24:37.524Z] Staging static-packages [2021-02-18T21:24:37.524Z] + snapcraftctl stage [2021-02-18T21:24:38.469Z] Pulling go115 [2021-02-18T21:24:38.469Z] + snapcraftctl pull [2021-02-18T21:24:39.411Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-18T21:24:39.411Z] Skipping pull go115 (already ran) [2021-02-18T21:24:39.411Z] Building go115 [2021-02-18T21:24:39.411Z] + dpkg --print-architecture [2021-02-18T21:24:39.411Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-18T21:24:39.411Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-18T21:24:39.411Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-18T21:24:39.411Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T21:24:39.411Z] Dload Upload Total Spent Left Speed [2021-02-18T21:24:42.397Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 5575 0 0 41917 0 0:48:10 --:--:-- 0:48:10 41604 40 115M 40 46.4M 0 0 41.3M 0 0:00:02 0:00:01 0:00:01 41.3M 72 115M 72 84.3M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M 100 115M 100 115M 0 0 39.1M 0 0:00:02 0:00:02 --:--:-- 39.1M [2021-02-18T21:24:42.397Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-18T21:24:42.397Z] + sha256sum -c sha256 [2021-02-18T21:24:42.397Z] + grep OK [2021-02-18T21:24:42.969Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-18T21:24:42.969Z] + mkdir -p /root/stage/go1.15 [2021-02-18T21:24:42.969Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-18T21:24:47.186Z] Staging go115 [2021-02-18T21:24:47.186Z] + snapcraftctl stage [2021-02-18T21:24:51.396Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T21:24:51.396Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T21:24:51.396Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T21:24:51.396Z] Fetched 0 B in 0s (0 B/s) [2021-02-18T21:24:51.396Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-18T21:24:51.396Z] Fetched 224 kB in 0s (0 B/s) [2021-02-18T21:24:51.396Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-18T21:24:51.396Z] Fetched 157 kB in 0s (0 B/s) [2021-02-18T21:24:51.396Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-18T21:24:51.396Z] Fetched 221 kB in 0s (0 B/s) [2021-02-18T21:24:51.396Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-18T21:24:51.396Z] Fetched 143 kB in 0s (0 B/s) [2021-02-18T21:24:51.396Z] Pulling edgex-go [2021-02-18T21:24:51.396Z] + snapcraftctl pull [2021-02-18T21:24:52.785Z] Pulling version [2021-02-18T21:24:52.785Z] + cd /root/project [2021-02-18T21:24:52.785Z] + [ -f VERSION ] [2021-02-18T21:24:52.785Z] + PROJECT_VERSION=local-dev [2021-02-18T21:24:52.785Z] + git rev-parse --short HEAD [2021-02-18T21:24:52.785Z] + GIT_REVISION=a3c2caa4 [2021-02-18T21:24:52.785Z] + snapcraftctl set-version local-dev [2021-02-18T21:24:53.728Z] Building config-common [2021-02-18T21:24:53.728Z] + snapcraftctl build [2021-02-18T21:24:55.644Z] Skipping build go-build-helper (already ran) [2021-02-18T21:24:55.644Z] Skipping build static-packages (already ran) [2021-02-18T21:24:55.644Z] Skipping build go115 (already ran) [2021-02-18T21:24:55.644Z] Building edgex-go [2021-02-18T21:24:55.906Z] + 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-18T21:24:55.906Z] + cd /root/parts/edgex-go/src [2021-02-18T21:24:55.906Z] + make build [2021-02-18T21:24:55.906Z] 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-18T21:24:57.822Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-18T21:24:57.823Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-18T21:24:57.823Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-18T21:24:57.823Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-18T21:24:57.823Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-18T21:24:57.823Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 [2021-02-18T21:24:57.823Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-18T21:24:57.823Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-18T21:24:57.823Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T21:24:57.823Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-18T21:24:57.823Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-18T21:24:57.823Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-18T21:24:57.823Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-18T21:24:58.084Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-18T21:24:58.084Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-18T21:24:58.084Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T21:24:58.084Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-18T21:24:58.084Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T21:24:58.084Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-18T21:24:58.084Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-18T21:24:58.084Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-18T21:24:58.084Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T21:24:58.084Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-18T21:24:58.084Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-18T21:24:58.084Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-18T21:24:58.084Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-18T21:24:58.084Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-18T21:24:58.084Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-18T21:24:58.084Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-18T21:24:58.084Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-18T21:24:58.345Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-18T21:24:58.345Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-18T21:24:58.345Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-18T21:24:58.345Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-18T21:24:58.345Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-18T21:24:58.345Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-18T21:25:04.935Z] 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-18T21:25:04.935Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-18T21:25:09.147Z] 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-18T21:25:10.532Z] 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-18T21:25:11.476Z] 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-18T21:25:12.050Z] 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-18T21:25:12.050Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-18T21:25:12.311Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-18T21:25:12.311Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T21:25:12.311Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T21:25:13.695Z] 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-18T21:25:13.695Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-18T21:25:13.695Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-18T21:25:15.080Z] 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-18T21:25:15.652Z] 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-18T21:25:15.652Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-18T21:25:17.040Z] 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-18T21:25:17.984Z] 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-18T21:25:17.984Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-18T21:25:18.927Z] 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-18T21:25:18.927Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-18T21:25:20.843Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-18T21:25:20.843Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-18T21:25:20.843Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-18T21:25:20.843Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-18T21:25:20.843Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-18T21:25:20.843Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-18T21:25:20.843Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-18T21:25:20.843Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-18T21:25:20.843Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-18T21:25:20.843Z] + 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-18T21:25:20.843Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-18T21:25:20.843Z] + 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-18T21:25:20.843Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-18T21:25:20.843Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-18T21:25:20.843Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-18T21:25:20.843Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-18T21:25:20.843Z] + 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-18T21:25:21.788Z] Building version [2021-02-18T21:25:21.788Z] + snapcraftctl build [2021-02-18T21:25:23.703Z] Staging config-common [2021-02-18T21:25:23.703Z] + snapcraftctl stage [2021-02-18T21:25:24.645Z] Skipping stage go-build-helper (already ran) [2021-02-18T21:25:24.645Z] Skipping stage static-packages (already ran) [2021-02-18T21:25:24.645Z] Skipping stage go115 (already ran) [2021-02-18T21:25:24.645Z] Staging edgex-go [2021-02-18T21:25:24.645Z] + snapcraftctl stage [2021-02-18T21:25:25.587Z] Staging version [2021-02-18T21:25:25.587Z] + snapcraftctl stage [2021-02-18T21:25:26.527Z] Priming config-common [2021-02-18T21:25:26.527Z] + snapcraftctl prime [2021-02-18T21:25:27.098Z] Priming go-build-helper [2021-02-18T21:25:27.098Z] + snapcraftctl prime [2021-02-18T21:25:28.039Z] Priming static-packages [2021-02-18T21:25:28.039Z] + snapcraftctl prime [2021-02-18T21:25:30.585Z] Priming go115 [2021-02-18T21:25:30.585Z] + snapcraftctl prime [2021-02-18T21:25:31.160Z] Priming edgex-go [2021-02-18T21:25:31.160Z] + snapcraftctl prime [2021-02-18T21:25:32.105Z] Priming version [2021-02-18T21:25:32.105Z] + snapcraftctl prime [2021-02-18T21:25:33.049Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T21:25:35.813Z] 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-18T21:25:35.813Z] 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-18T21:25:40.216Z] Removing intermediate container 99a1ba21f1c1 [2021-02-18T21:25:40.216Z] ---> 394ae1a4dc4a [2021-02-18T21:25:40.216Z] [2021-02-18T21:25:40.216Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T21:25:40.216Z] Removing intermediate container 115262d926fd [2021-02-18T21:25:40.216Z] ---> 37262e9949b4 [2021-02-18T21:25:40.216Z] [2021-02-18T21:25:40.216Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T21:25:40.216Z] 3.12: Pulling from library/alpine [2021-02-18T21:25:40.216Z] 3.12: Pulling from library/alpine [2021-02-18T21:25:41.663Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T21:25:41.663Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T21:25:41.663Z] ---> afeebe901d6b [2021-02-18T21:25:41.663Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T21:25:41.663Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T21:25:41.663Z] Status: Image is up to date for alpine:3.12 [2021-02-18T21:25:41.663Z] ---> afeebe901d6b [2021-02-18T21:25:41.663Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T21:25:42.269Z] ---> Running in 8d9a45ec588a [2021-02-18T21:25:42.269Z] ---> Running in bf2063d8c07e [2021-02-18T21:25:43.262Z] Removing intermediate container 83973314bfac [2021-02-18T21:25:43.262Z] ---> af11a59fdee5 [2021-02-18T21:25:43.262Z] [2021-02-18T21:25:43.262Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T21:25:43.262Z] ---> afeebe901d6b [2021-02-18T21:25:43.262Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T21:25:43.262Z] Removing intermediate container bf2063d8c07e [2021-02-18T21:25:43.262Z] ---> 62a5c4005fa7 [2021-02-18T21:25:43.262Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T21:25:43.539Z] ---> Running in da66c9f499c5 [2021-02-18T21:25:43.539Z] ---> Running in 336c7be3e428 [2021-02-18T21:25:44.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:44.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:45.037Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T21:25:45.315Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T21:25:45.315Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T21:25:45.315Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T21:25:45.315Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T21:25:45.315Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:25:45.315Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T21:25:45.592Z] OK: 7 MiB in 19 packages [2021-02-18T21:25:45.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:45.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:45.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:45.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:46.490Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T21:25:46.491Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T21:25:46.491Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:25:46.491Z] OK: 5 MiB in 16 packages [2021-02-18T21:25:46.491Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T21:25:46.767Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T21:25:46.767Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T21:25:46.767Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T21:25:46.767Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:25:46.767Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T21:25:47.047Z] OK: 7 MiB in 18 packages [2021-02-18T21:25:49.049Z] Removing intermediate container 8d9a45ec588a [2021-02-18T21:25:49.049Z] ---> 9ea3842b403e [2021-02-18T21:25:49.049Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T21:25:49.049Z] Removing intermediate container 336c7be3e428 [2021-02-18T21:25:49.049Z] ---> eb46563943fb [2021-02-18T21:25:49.049Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T21:25:49.648Z] Removing intermediate container da66c9f499c5 [2021-02-18T21:25:49.648Z] ---> 1d22e312f1e3 [2021-02-18T21:25:49.648Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T21:25:49.921Z] ---> Running in 57614113168e [2021-02-18T21:25:49.921Z] ---> Running in 1976b26018d8 [2021-02-18T21:25:49.921Z] ---> Running in 4d39541e1574 [2021-02-18T21:25:50.192Z] Removing intermediate container 7d9352614292 [2021-02-18T21:25:50.192Z] ---> e2b24bd00232 [2021-02-18T21:25:50.192Z] [2021-02-18T21:25:50.192Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T21:25:50.192Z] ---> afeebe901d6b [2021-02-18T21:25:50.192Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T21:25:50.467Z] Removing intermediate container 37cd773ee534 [2021-02-18T21:25:50.467Z] ---> f8dff64d8e98 [2021-02-18T21:25:50.467Z] [2021-02-18T21:25:50.467Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T21:25:50.467Z] ---> afeebe901d6b [2021-02-18T21:25:50.467Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T21:25:50.467Z] ---> Running in 4b9c229997e2 [2021-02-18T21:25:50.467Z] Removing intermediate container 1976b26018d8 [2021-02-18T21:25:50.467Z] ---> 90119cba91c9 [2021-02-18T21:25:50.467Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T21:25:50.737Z] Removing intermediate container 57614113168e [2021-02-18T21:25:50.737Z] ---> 8f4b9aa851f8 [2021-02-18T21:25:50.737Z] Step 13/24 : WORKDIR / [2021-02-18T21:25:50.737Z] ---> Running in fb41b6fca92e [2021-02-18T21:25:50.737Z] Removing intermediate container 4d39541e1574 [2021-02-18T21:25:50.737Z] ---> a2d0929f8131 [2021-02-18T21:25:50.737Z] Step 13/21 : WORKDIR /edgex [2021-02-18T21:25:50.737Z] ---> Running in 79224626b629 [2021-02-18T21:25:51.010Z] ---> Running in a9aacdd4ddca [2021-02-18T21:25:51.010Z] ---> Running in f9773a4bd469 [2021-02-18T21:25:51.606Z] Removing intermediate container 79224626b629 [2021-02-18T21:25:51.606Z] ---> 92f32125a51a [2021-02-18T21:25:51.606Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T21:25:52.587Z] ---> Running in 78a48d06d15e [2021-02-18T21:25:52.587Z] Removing intermediate container a9aacdd4ddca [2021-02-18T21:25:52.587Z] ---> 2de565ebd379 [2021-02-18T21:25:52.587Z] 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-18T21:25:52.587Z] Removing intermediate container f9773a4bd469 [2021-02-18T21:25:52.587Z] ---> b2120108746a [2021-02-18T21:25:52.587Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T21:25:52.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:52.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:52.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:53.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:25:53.415Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T21:25:53.691Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T21:25:53.691Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:25:53.691Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T21:25:53.691Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T21:25:53.691Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:25:53.691Z] OK: 5 MiB in 15 packages [2021-02-18T21:25:53.967Z] OK: 6 MiB in 16 packages [2021-02-18T21:25:53.967Z] ---> 3700c2787317 [2021-02-18T21:25:53.967Z] 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-18T21:25:54.243Z] ---> 42afa140a9f8 [2021-02-18T21:25:54.243Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T21:25:55.689Z] ---> 5568cd070b22 [2021-02-18T21:25:55.689Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T21:25:55.689Z] Removing intermediate container fb41b6fca92e [2021-02-18T21:25:55.689Z] ---> 826d143858fc [2021-02-18T21:25:55.689Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T21:25:55.689Z] ---> Running in d6c950641eed [2021-02-18T21:25:55.965Z] ---> 16067032138d [2021-02-18T21:25:55.965Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T21:25:56.238Z] Removing intermediate container 78a48d06d15e [2021-02-18T21:25:56.238Z] ---> 90261274b8ae [2021-02-18T21:25:56.238Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T21:25:56.511Z] ---> Running in 15b4f8f2157a [2021-02-18T21:25:56.511Z] Removing intermediate container d6c950641eed [2021-02-18T21:25:56.511Z] ---> f004e33f7dd3 [2021-02-18T21:25:56.511Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T21:25:56.792Z] Removing intermediate container 4b9c229997e2 [2021-02-18T21:25:56.792Z] ---> 53aab3435d26 [2021-02-18T21:25:56.792Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T21:25:56.792Z] ---> Running in d192d546b44f [2021-02-18T21:25:56.792Z] ---> 07250eaee958 [2021-02-18T21:25:56.792Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T21:25:56.792Z] ---> Running in a5a64683466a [2021-02-18T21:25:57.468Z] Removing intermediate container 15b4f8f2157a [2021-02-18T21:25:57.468Z] ---> c7dc34f5f65d [2021-02-18T21:25:57.469Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T21:25:57.786Z] Removing intermediate container d192d546b44f [2021-02-18T21:25:57.786Z] ---> ae7fa3e95f0b [2021-02-18T21:25:57.786Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T21:25:57.786Z] ---> 45dec787d32f [2021-02-18T21:25:57.786Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T21:25:57.786Z] Removing intermediate container a5a64683466a [2021-02-18T21:25:57.786Z] ---> b4be76fe4500 [2021-02-18T21:25:57.786Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T21:25:58.084Z] ---> Running in b2737b1d2f05 [2021-02-18T21:25:58.084Z] ---> Running in c8825cca1f1a [2021-02-18T21:25:58.084Z] ---> Running in 1ad9d1d398e1 [2021-02-18T21:25:58.383Z] ---> 814aad3458ac [2021-02-18T21:25:58.383Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T21:25:58.383Z] ---> d24d5568282a [2021-02-18T21:25:58.383Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T21:25:58.667Z] ---> Running in 1e55c24eb35e [2021-02-18T21:25:58.946Z] Removing intermediate container c8825cca1f1a [2021-02-18T21:25:58.946Z] ---> 7ba95b09d028 [2021-02-18T21:25:58.946Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T21:25:58.946Z] Removing intermediate container b2737b1d2f05 [2021-02-18T21:25:58.946Z] ---> e27a591d41a6 [2021-02-18T21:25:58.946Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:25:59.224Z] Removing intermediate container 1ad9d1d398e1 [2021-02-18T21:25:59.224Z] ---> ca8d0fe9bf21 [2021-02-18T21:25:59.224Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T21:25:59.224Z] ---> Running in d761da111f65 [2021-02-18T21:25:59.495Z] ---> Running in 6fcb84d74a44 [2021-02-18T21:26:00.093Z] Removing intermediate container d761da111f65 [2021-02-18T21:26:00.093Z] ---> 8d7ab753bee8 [2021-02-18T21:26:00.093Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T21:26:00.375Z] Removing intermediate container 6fcb84d74a44 [2021-02-18T21:26:00.375Z] ---> a273156ee12b [2021-02-18T21:26:00.375Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:26:00.375Z] ---> Running in fbd4ed0feab0 [2021-02-18T21:26:00.375Z] ---> d5b0b2664890 [2021-02-18T21:26:00.375Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T21:26:00.651Z] ---> bd6c1f8f08e1 [2021-02-18T21:26:00.651Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T21:26:01.259Z] Removing intermediate container fbd4ed0feab0 [2021-02-18T21:26:01.259Z] ---> bf5b6a1b121c [2021-02-18T21:26:01.259Z] Step 20/21 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:26:01.539Z] ---> Running in 4bebe8f1e411 [2021-02-18T21:26:01.815Z] ---> c8b085189d23 [2021-02-18T21:26:01.815Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T21:26:01.815Z] ---> 0df9a24023bd [2021-02-18T21:26:01.815Z] 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-18T21:26:02.089Z] ---> Running in 866cc16cdd51 [2021-02-18T21:26:02.363Z] Removing intermediate container 1e55c24eb35e [2021-02-18T21:26:02.363Z] ---> 6a8cf8457f30 [2021-02-18T21:26:02.363Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:26:02.363Z] Removing intermediate container 4bebe8f1e411 [2021-02-18T21:26:02.363Z] ---> a0fc7ded9bee [2021-02-18T21:26:02.363Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T21:26:02.639Z] ---> c86d732d60a2 [2021-02-18T21:26:02.639Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T21:26:02.639Z] ---> Running in 612a2efa02e4 [2021-02-18T21:26:03.627Z] ---> 0bc64c1a15a8 [2021-02-18T21:26:03.627Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T21:26:03.627Z] ---> d5e060a5ec4d [2021-02-18T21:26:03.627Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T21:26:03.901Z] Removing intermediate container 612a2efa02e4 [2021-02-18T21:26:03.901Z] ---> 298389963a01 [2021-02-18T21:26:03.901Z] [2021-02-18T21:26:03.901Z] ---> 6344a56001b5 [2021-02-18T21:26:03.901Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T21:26:04.174Z] ---> Running in afe28a8bbd3a [2021-02-18T21:26:04.461Z] Successfully built 298389963a01 [2021-02-18T21:26:04.461Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T21:26:04.461Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-02-18T21:26:04.745Z] ---> a4f027eacdf2 [2021-02-18T21:26:04.745Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T21:26:05.020Z] Removing intermediate container afe28a8bbd3a [2021-02-18T21:26:05.020Z] ---> c5c29501a4a6 [2021-02-18T21:26:05.020Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:26:05.020Z] ---> Running in 41257ae6bdab [2021-02-18T21:26:05.623Z] ---> Running in 742d3b79bd63 [2021-02-18T21:26:05.623Z] ---> 3f11442dc01a [2021-02-18T21:26:05.623Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T21:26:05.623Z] Removing intermediate container 866cc16cdd51 [2021-02-18T21:26:05.623Z] ---> ef2b9b10a491 [2021-02-18T21:26:05.623Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T21:26:05.900Z] Removing intermediate container 41257ae6bdab [2021-02-18T21:26:05.900Z] ---> a72815e90815 [2021-02-18T21:26:05.900Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:26:05.900Z] ---> Running in cf9d90f3983b [2021-02-18T21:26:06.495Z] ---> Running in bc36b4f2b63b [2021-02-18T21:26:07.094Z] Removing intermediate container 742d3b79bd63 [2021-02-18T21:26:07.094Z] ---> ccee3609e825 [2021-02-18T21:26:07.094Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T21:26:08.073Z] Removing intermediate container cf9d90f3983b [2021-02-18T21:26:08.073Z] ---> 57b6fe733d9b [2021-02-18T21:26:08.073Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T21:26:08.073Z] ---> 464dc776deae [2021-02-18T21:26:08.073Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T21:26:08.073Z] ---> Running in 4da3a446df2e [2021-02-18T21:26:08.073Z] Removing intermediate container bc36b4f2b63b [2021-02-18T21:26:08.073Z] ---> 2e71f698c4d4 [2021-02-18T21:26:08.073Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T21:26:08.361Z] ---> Running in f109f85341bd [2021-02-18T21:26:08.361Z] ---> Running in a250898e0537 [2021-02-18T21:26:08.957Z] Removing intermediate container 4da3a446df2e [2021-02-18T21:26:08.957Z] ---> dad32cb830fa [2021-02-18T21:26:08.957Z] Step 21/22 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:26:10.399Z] Removing intermediate container f109f85341bd [2021-02-18T21:26:10.399Z] ---> 07621fb1c22e [2021-02-18T21:26:10.399Z] Step 23/24 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:26:10.399Z] Removing intermediate container a250898e0537 [2021-02-18T21:26:10.399Z] ---> 0a02afde1160 [2021-02-18T21:26:10.399Z] Step 21/22 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:26:10.399Z] ---> a4ac00b20e65 [2021-02-18T21:26:10.399Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T21:26:10.399Z] ---> Running in 039cdd393f27 [2021-02-18T21:26:10.677Z] ---> Running in 6a2daf954031 [2021-02-18T21:26:10.677Z] ---> Running in 2cd6764837c2 [2021-02-18T21:26:10.959Z] ---> Running in 51144dfcced9 [2021-02-18T21:26:11.234Z] Removing intermediate container 039cdd393f27 [2021-02-18T21:26:11.234Z] ---> 41cebd7e8ea6 [2021-02-18T21:26:11.234Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T21:26:11.234Z] Removing intermediate container 2cd6764837c2 [2021-02-18T21:26:11.234Z] ---> 429279f7f13d [2021-02-18T21:26:11.234Z] Removing intermediate container 6a2daf954031 [2021-02-18T21:26:11.234Z] ---> 1155c8269f7b [2021-02-18T21:26:11.234Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T21:26:11.234Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T21:26:11.506Z] ---> Running in 5205d1e1f5f8 [2021-02-18T21:26:11.506Z] ---> Running in 91256715f1f2 [2021-02-18T21:26:11.506Z] ---> Running in 86e339851935 [2021-02-18T21:26:11.781Z] Removing intermediate container 51144dfcced9 [2021-02-18T21:26:11.781Z] ---> 60b160ef06b8 [2021-02-18T21:26:11.781Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T21:26:12.059Z] Removing intermediate container 5205d1e1f5f8 [2021-02-18T21:26:12.059Z] ---> 589a40e6038b [2021-02-18T21:26:12.059Z] [2021-02-18T21:26:12.335Z] Removing intermediate container 91256715f1f2 [2021-02-18T21:26:12.335Z] ---> c5e0326b6198 [2021-02-18T21:26:12.335Z] [2021-02-18T21:26:12.335Z] Removing intermediate container 86e339851935 [2021-02-18T21:26:12.335Z] ---> b0a003105d7f [2021-02-18T21:26:12.335Z] [2021-02-18T21:26:12.607Z] Successfully built 589a40e6038b [2021-02-18T21:26:12.607Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T21:26:12.607Z] Building docker-core-metadata-go [2021-02-18T21:26:12.880Z]  Building docker-support-scheduler-go ... done Successfully built c5e0326b6198 [2021-02-18T21:26:12.880Z] ---> f0c583d7e7e0 [2021-02-18T21:26:12.880Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T21:26:12.880Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T21:26:12.880Z] Building docker-core-data-go [2021-02-18T21:26:12.880Z]  Building docker-support-notifications-go ... done Successfully built b0a003105d7f [2021-02-18T21:26:13.153Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T21:26:13.153Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-18T21:26:13.425Z] ---> Running in f8576ec67d52 [2021-02-18T21:26:16.045Z] Removing intermediate container f8576ec67d52 [2021-02-18T21:26:16.045Z] ---> 01e6ce8ec182 [2021-02-18T21:26:16.045Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T21:26:16.045Z] ---> Running in 29c73aa09dba [2021-02-18T21:26:16.640Z] Removing intermediate container 29c73aa09dba [2021-02-18T21:26:16.640Z] ---> 23e86f8888f2 [2021-02-18T21:26:16.640Z] Step 27/30 : CMD ["gate"] [2021-02-18T21:26:17.239Z] ---> Running in eea0fae6b8f5 [2021-02-18T21:26:18.219Z] Removing intermediate container eea0fae6b8f5 [2021-02-18T21:26:18.219Z] ---> 86378e332831 [2021-02-18T21:26:18.219Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T21:26:18.823Z] ---> Running in 90e83cbacf16 [2021-02-18T21:26:19.804Z] Removing intermediate container 90e83cbacf16 [2021-02-18T21:26:19.804Z] ---> fcf847bbbc68 [2021-02-18T21:26:19.804Z] Step 29/30 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:26:20.779Z] ---> Running in 484fef2ce183 [2021-02-18T21:26:21.757Z] Removing intermediate container 484fef2ce183 [2021-02-18T21:26:21.757Z] ---> e12a412e341e [2021-02-18T21:26:21.757Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T21:26:22.743Z] ---> Running in 66f947016538 [2021-02-18T21:26:23.729Z] Removing intermediate container 66f947016538 [2021-02-18T21:26:23.729Z] ---> 164cfa54afb8 [2021-02-18T21:26:23.729Z] [2021-02-18T21:26:24.328Z] Successfully built 164cfa54afb8 [2021-02-18T21:26:24.328Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T21:26:51.106Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:26:51.106Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:26:51.106Z] ---> 1c720c03e8f1 [2021-02-18T21:26:51.106Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T21:26:51.106Z] ---> Using cache [2021-02-18T21:26:51.106Z] ---> c9f8c0207caa [2021-02-18T21:26:51.106Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:26:51.106Z] ---> Using cache [2021-02-18T21:26:51.106Z] ---> 67d05a4b1b1d [2021-02-18T21:26:51.106Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T21:26:51.106Z] ---> Using cache [2021-02-18T21:26:51.106Z] ---> c24dafedbc44 [2021-02-18T21:26:51.106Z] Step 6/23 : COPY go.mod . [2021-02-18T21:26:51.106Z] ---> Using cache [2021-02-18T21:26:51.106Z] ---> 18d803b62a99 [2021-02-18T21:26:51.106Z] Step 7/23 : RUN go mod download [2021-02-18T21:26:51.106Z] ---> Using cache [2021-02-18T21:26:51.106Z] ---> be58233c4916 [2021-02-18T21:26:51.106Z] Step 8/23 : COPY . . [2021-02-18T21:26:51.106Z] ---> Using cache [2021-02-18T21:26:51.106Z] ---> 559fa24e048a [2021-02-18T21:26:51.106Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T21:26:57.860Z] ---> Running in 0ffa191e9062 [2021-02-18T21:26:59.302Z] 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-18T21:27:03.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:27:03.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:27:03.669Z] ---> 1c720c03e8f1 [2021-02-18T21:27:03.669Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T21:27:03.669Z] ---> Using cache [2021-02-18T21:27:03.669Z] ---> c9f8c0207caa [2021-02-18T21:27:03.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:27:03.669Z] ---> Using cache [2021-02-18T21:27:03.669Z] ---> 67d05a4b1b1d [2021-02-18T21:27:03.669Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T21:27:03.669Z] ---> Using cache [2021-02-18T21:27:03.669Z] ---> c24dafedbc44 [2021-02-18T21:27:03.669Z] Step 6/23 : COPY go.mod . [2021-02-18T21:27:03.669Z] ---> Using cache [2021-02-18T21:27:03.669Z] ---> 18d803b62a99 [2021-02-18T21:27:03.669Z] Step 7/23 : RUN go mod download [2021-02-18T21:27:03.669Z] ---> Using cache [2021-02-18T21:27:03.669Z] ---> be58233c4916 [2021-02-18T21:27:03.669Z] Step 8/23 : COPY . . [2021-02-18T21:27:03.669Z] ---> Using cache [2021-02-18T21:27:03.669Z] ---> 559fa24e048a [2021-02-18T21:27:03.669Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T21:27:03.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:27:03.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:27:03.669Z] ---> 1c720c03e8f1 [2021-02-18T21:27:03.669Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T21:27:03.669Z] ---> Using cache [2021-02-18T21:27:03.669Z] ---> c9f8c0207caa [2021-02-18T21:27:03.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:27:03.669Z] ---> Using cache [2021-02-18T21:27:03.669Z] ---> 67d05a4b1b1d [2021-02-18T21:27:03.669Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T21:27:03.944Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T21:27:03.944Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T21:27:03.944Z] ---> 1c720c03e8f1 [2021-02-18T21:27:03.944Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T21:27:03.944Z] ---> Using cache [2021-02-18T21:27:03.944Z] ---> c9f8c0207caa [2021-02-18T21:27:03.944Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:27:03.944Z] ---> Using cache [2021-02-18T21:27:03.944Z] ---> 67d05a4b1b1d [2021-02-18T21:27:03.944Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T21:27:04.944Z] ---> Running in afccb20e812f [2021-02-18T21:27:04.944Z] ---> Running in ce2916804787 [2021-02-18T21:27:04.944Z] ---> Running in 2caa44de57fc [2021-02-18T21:27:07.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:27:07.605Z] 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-18T21:27:07.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:27:08.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:27:08.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:27:09.056Z] OK: 217 MiB in 51 packages [2021-02-18T21:27:10.052Z] OK: 217 MiB in 51 packages [2021-02-18T21:27:11.046Z] Removing intermediate container ce2916804787 [2021-02-18T21:27:11.046Z] ---> add158d30d98 [2021-02-18T21:27:11.046Z] Step 6/26 : COPY go.mod . [2021-02-18T21:27:12.042Z] Removing intermediate container afccb20e812f [2021-02-18T21:27:12.042Z] ---> b9530321a0dc [2021-02-18T21:27:12.042Z] Step 6/23 : COPY go.mod . [2021-02-18T21:27:12.645Z] ---> bbd1cb8887cc [2021-02-18T21:27:12.645Z] Step 7/26 : RUN go mod download [2021-02-18T21:27:12.645Z] ---> Running in 906d6bf95cc1 [2021-02-18T21:27:12.923Z] ---> b117a06655d8 [2021-02-18T21:27:12.923Z] Step 7/23 : RUN go mod download [2021-02-18T21:27:13.197Z] ---> Running in 2d93acb37a51 [2021-02-18T21:27:17.540Z] Removing intermediate container 906d6bf95cc1 [2021-02-18T21:27:17.540Z] ---> bb38022b2c94 [2021-02-18T21:27:17.540Z] Step 8/26 : COPY . . [2021-02-18T21:27:18.157Z] Removing intermediate container 2d93acb37a51 [2021-02-18T21:27:18.157Z] ---> 19700fff50ab [2021-02-18T21:27:18.157Z] Step 8/23 : COPY . . [2021-02-18T21:27:50.702Z] ---> a89cd80427ac [2021-02-18T21:27:50.702Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T21:27:50.702Z] ---> c48b07d11a2f [2021-02-18T21:27:50.702Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T21:27:50.702Z] ---> Running in 363fc9a41c63 [2021-02-18T21:27:50.702Z] ---> Running in a885ffdf86b2 [2021-02-18T21:27:50.702Z] 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-18T21:27:50.979Z] 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-18T21:28:09.316Z] Removing intermediate container 0ffa191e9062 [2021-02-18T21:28:09.316Z] ---> 64a86b6b807d [2021-02-18T21:28:09.316Z] [2021-02-18T21:28:09.316Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T21:28:09.316Z] ---> afeebe901d6b [2021-02-18T21:28:09.316Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T21:28:09.316Z] ---> Using cache [2021-02-18T21:28:09.316Z] ---> 826d143858fc [2021-02-18T21:28:09.316Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T21:28:09.316Z] ---> Using cache [2021-02-18T21:28:09.316Z] ---> f004e33f7dd3 [2021-02-18T21:28:09.316Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T21:28:09.597Z] ---> Running in 66edb1e8f559 [2021-02-18T21:28:10.196Z] Removing intermediate container 66edb1e8f559 [2021-02-18T21:28:10.196Z] ---> f889d19eecd1 [2021-02-18T21:28:10.196Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T21:28:10.196Z] ---> Running in 1c11a11e91d6 [2021-02-18T21:28:11.182Z] Removing intermediate container 1c11a11e91d6 [2021-02-18T21:28:11.182Z] ---> 4752227b9261 [2021-02-18T21:28:11.182Z] Step 15/23 : WORKDIR / [2021-02-18T21:28:11.460Z] ---> Running in 0579e89cff62 [2021-02-18T21:28:12.072Z] Removing intermediate container 0579e89cff62 [2021-02-18T21:28:12.072Z] ---> 77470ed1df77 [2021-02-18T21:28:12.072Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:28:13.530Z] ---> ce3a41cac15f [2021-02-18T21:28:13.530Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T21:28:15.549Z] ---> e17ab05c23ad [2021-02-18T21:28:15.549Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T21:28:16.543Z] ---> 6d069b946d8a [2021-02-18T21:28:16.543Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T21:28:16.821Z] ---> Running in 6a2a0241665c [2021-02-18T21:28:17.430Z] Removing intermediate container 6a2a0241665c [2021-02-18T21:28:17.430Z] ---> ee799f65ee46 [2021-02-18T21:28:17.430Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:28:17.715Z] ---> Running in 9d311882f5cc [2021-02-18T21:28:18.321Z] Removing intermediate container 9d311882f5cc [2021-02-18T21:28:18.321Z] ---> 5dd7132d8e30 [2021-02-18T21:28:18.321Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T21:28:18.596Z] ---> Running in be8bd9968bb2 [2021-02-18T21:28:19.198Z] Removing intermediate container be8bd9968bb2 [2021-02-18T21:28:19.198Z] ---> 9db8843bac47 [2021-02-18T21:28:19.198Z] Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:28:19.474Z] ---> Running in 6338ac7ea277 [2021-02-18T21:28:20.079Z] Removing intermediate container 6338ac7ea277 [2021-02-18T21:28:20.079Z] ---> 3b7a9df09b32 [2021-02-18T21:28:20.079Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T21:28:20.357Z] ---> Running in ada46d247950 [2021-02-18T21:28:20.961Z] Removing intermediate container ada46d247950 [2021-02-18T21:28:20.961Z] ---> 3532ca9d3d78 [2021-02-18T21:28:20.961Z] [2021-02-18T21:28:21.239Z] Successfully built 3532ca9d3d78 [2021-02-18T21:28:21.239Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T21:28:43.556Z]  Building docker-core-command-go ... done Removing intermediate container 2caa44de57fc [2021-02-18T21:28:43.556Z] ---> 14c9f1f2794f [2021-02-18T21:28:43.556Z] [2021-02-18T21:28:43.556Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T21:28:43.556Z] ---> afeebe901d6b [2021-02-18T21:28:43.556Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T21:28:43.556Z] ---> Using cache [2021-02-18T21:28:43.556Z] ---> 826d143858fc [2021-02-18T21:28:43.556Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T21:28:43.556Z] ---> Using cache [2021-02-18T21:28:43.556Z] ---> f004e33f7dd3 [2021-02-18T21:28:43.556Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T21:28:43.556Z] ---> Running in 8e1f649884d0 [2021-02-18T21:28:43.556Z] Removing intermediate container 8e1f649884d0 [2021-02-18T21:28:43.556Z] ---> 247c0c72233e [2021-02-18T21:28:43.556Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T21:28:43.556Z] ---> Running in e75ed1c01587 [2021-02-18T21:28:43.556Z] Removing intermediate container e75ed1c01587 [2021-02-18T21:28:43.556Z] ---> af3d2e0376ee [2021-02-18T21:28:43.556Z] Step 15/23 : WORKDIR / [2021-02-18T21:28:43.556Z] ---> Running in a0119b85b0e0 [2021-02-18T21:28:43.556Z] Removing intermediate container a0119b85b0e0 [2021-02-18T21:28:43.556Z] ---> 2100ede574fe [2021-02-18T21:28:43.556Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:28:43.843Z] ---> 974985c43c43 [2021-02-18T21:28:43.843Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T21:28:45.865Z] ---> abc4169a0d71 [2021-02-18T21:28:45.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T21:28:47.318Z] ---> fc65179b0153 [2021-02-18T21:28:47.318Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T21:28:47.318Z] ---> Running in 779ecaa0acad [2021-02-18T21:28:47.920Z] Removing intermediate container 779ecaa0acad [2021-02-18T21:28:47.920Z] ---> c2a474d4de76 [2021-02-18T21:28:47.920Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:28:48.524Z] ---> Running in 6e272337d2d3 [2021-02-18T21:28:48.807Z] Removing intermediate container 6e272337d2d3 [2021-02-18T21:28:48.807Z] ---> 09ce45bdf14f [2021-02-18T21:28:48.807Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T21:28:49.414Z] ---> Running in 01b9244c3ca2 [2021-02-18T21:28:50.018Z] Removing intermediate container 01b9244c3ca2 [2021-02-18T21:28:50.018Z] ---> 4d0ff5055a2e [2021-02-18T21:28:50.018Z] Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:28:50.018Z] ---> Running in 2684fa352723 [2021-02-18T21:28:51.004Z] Removing intermediate container 2684fa352723 [2021-02-18T21:28:51.004Z] ---> 70d81d9dba6d [2021-02-18T21:28:51.004Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T21:28:51.004Z] ---> Running in a907de8ea49e [2021-02-18T21:28:51.611Z] Removing intermediate container a907de8ea49e [2021-02-18T21:28:51.611Z] ---> 3f84bcad7dc4 [2021-02-18T21:28:51.611Z] [2021-02-18T21:28:52.226Z] Successfully built 3f84bcad7dc4 [2021-02-18T21:28:52.227Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T21:28:58.973Z]  Building docker-core-metadata-go ... done Removing intermediate container a885ffdf86b2 [2021-02-18T21:28:58.973Z] ---> 7e0369ecea1c [2021-02-18T21:28:58.973Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T21:28:58.973Z] ---> Running in d1256fee7dee [2021-02-18T21:28:59.570Z] 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-18T21:29:02.986Z] Removing intermediate container d1256fee7dee [2021-02-18T21:29:02.986Z] ---> d5aa76171935 [2021-02-18T21:29:02.986Z] [2021-02-18T21:29:02.986Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T21:29:02.986Z] 20.10.0: Pulling from library/docker [2021-02-18T21:29:13.143Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T21:29:13.143Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T21:29:13.143Z] ---> eeaf43b92773 [2021-02-18T21:29:13.143Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T21:29:13.143Z] ---> Running in 0b8390ca8d3a [2021-02-18T21:29:13.143Z] Removing intermediate container 363fc9a41c63 [2021-02-18T21:29:13.143Z] ---> abdff0e0e379 [2021-02-18T21:29:13.143Z] [2021-02-18T21:29:13.143Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T21:29:13.143Z] ---> afeebe901d6b [2021-02-18T21:29:13.143Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T21:29:13.143Z] ---> Running in 4744f4185d50 [2021-02-18T21:29:13.417Z] Removing intermediate container 4744f4185d50 [2021-02-18T21:29:13.417Z] ---> 1b93f979628b [2021-02-18T21:29:13.417Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T21:29:13.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:29:13.417Z] ---> Running in ab6902478ba2 [2021-02-18T21:29:13.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:29:14.011Z] Removing intermediate container ab6902478ba2 [2021-02-18T21:29:14.011Z] ---> 0461bc2cfd8f [2021-02-18T21:29:14.011Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T21:29:14.011Z] ---> Running in 9ec4d4cf47cf [2021-02-18T21:29:14.011Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T21:29:14.011Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T21:29:14.284Z] Executing bash-5.0.17-r0.post-install [2021-02-18T21:29:14.284Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:29:14.284Z] OK: 12 MiB in 22 packages [2021-02-18T21:29:14.557Z] Removing intermediate container 9ec4d4cf47cf [2021-02-18T21:29:14.558Z] ---> 9e7af400deda [2021-02-18T21:29:14.558Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T21:29:14.831Z] ---> Running in 4ef0185bf08c [2021-02-18T21:29:15.432Z] Removing intermediate container 0b8390ca8d3a [2021-02-18T21:29:15.432Z] ---> 757c9627ef78 [2021-02-18T21:29:15.432Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T21:29:15.706Z] ---> Running in e22387aae3dc [2021-02-18T21:29:16.302Z] Removing intermediate container e22387aae3dc [2021-02-18T21:29:16.302Z] ---> 270200f15cc3 [2021-02-18T21:29:16.302Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T21:29:16.302Z] ---> Running in 10027ccc06ff [2021-02-18T21:29:16.900Z] Removing intermediate container 10027ccc06ff [2021-02-18T21:29:16.900Z] ---> 10f75ad66fc4 [2021-02-18T21:29:16.900Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T21:29:16.900Z] ---> Running in 11201c051c68 [2021-02-18T21:29:17.173Z] Removing intermediate container 4ef0185bf08c [2021-02-18T21:29:17.173Z] ---> 8465293d584d [2021-02-18T21:29:17.173Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T21:29:17.173Z] ---> Running in f97a4a7ae739 [2021-02-18T21:29:17.447Z] Removing intermediate container 11201c051c68 [2021-02-18T21:29:17.448Z] ---> 15d1a1c8492c [2021-02-18T21:29:17.448Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T21:29:18.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:29:18.888Z] ---> afe4b4d211b8 [2021-02-18T21:29:18.888Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T21:29:19.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:29:19.482Z] ---> 1abdacbb9c9c [2021-02-18T21:29:19.482Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T21:29:20.075Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T21:29:20.346Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T21:29:20.346Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T21:29:20.346Z] ---> b8d2f01ec48a [2021-02-18T21:29:20.346Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T21:29:20.346Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T21:29:20.618Z] ---> Running in a867ebe0c49c [2021-02-18T21:29:20.618Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T21:29:20.895Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T21:29:20.895Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:29:20.895Z] OK: 8 MiB in 20 packages [2021-02-18T21:29:21.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:29:21.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:29:22.150Z] Removing intermediate container f97a4a7ae739 [2021-02-18T21:29:22.432Z] ---> 4f2784ad995e [2021-02-18T21:29:22.432Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T21:29:22.432Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T21:29:22.432Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T21:29:22.432Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T21:29:22.432Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T21:29:22.432Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T21:29:22.432Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T21:29:22.432Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T21:29:23.861Z] ---> a62bdf271c9c [2021-02-18T21:29:23.861Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T21:29:24.565Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T21:29:24.565Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T21:29:24.565Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T21:29:24.565Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T21:29:24.565Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T21:29:24.565Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T21:29:24.565Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T21:29:24.565Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T21:29:24.565Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T21:29:24.565Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T21:29:24.849Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T21:29:24.849Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T21:29:24.849Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T21:29:24.849Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T21:29:24.849Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T21:29:24.849Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T21:29:24.849Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T21:29:24.849Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T21:29:24.849Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T21:29:24.849Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T21:29:24.849Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T21:29:24.849Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T21:29:24.849Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T21:29:25.149Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T21:29:25.149Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T21:29:25.149Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T21:29:25.149Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:29:25.149Z] OK: 71 MiB in 55 packages [2021-02-18T21:29:25.761Z] ---> 41a40ef4c73b [2021-02-18T21:29:25.761Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T21:29:26.739Z] ---> 057a87d5fc15 [2021-02-18T21:29:26.739Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T21:29:27.018Z] ---> Running in 21ffe969a986 [2021-02-18T21:29:27.621Z] Removing intermediate container 21ffe969a986 [2021-02-18T21:29:27.621Z] ---> 14f579f885be [2021-02-18T21:29:27.621Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:29:27.621Z] ---> Running in 014e3e883284 [2021-02-18T21:29:28.221Z] Removing intermediate container 014e3e883284 [2021-02-18T21:29:28.221Z] ---> f87122b5d5d8 [2021-02-18T21:29:28.221Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T21:29:28.494Z] ---> Running in 8a69b5f2d238 [2021-02-18T21:29:29.091Z] Removing intermediate container 8a69b5f2d238 [2021-02-18T21:29:29.091Z] ---> 559a2e8a7e3b [2021-02-18T21:29:29.091Z] Step 22/23 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:29:29.372Z] ---> Running in 04cf1dab9a03 [2021-02-18T21:29:29.970Z] Removing intermediate container 04cf1dab9a03 [2021-02-18T21:29:29.970Z] ---> 31972d87d2e2 [2021-02-18T21:29:29.970Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T21:29:29.970Z] ---> Running in 13d0cb186957 [2021-02-18T21:29:30.570Z] Removing intermediate container 13d0cb186957 [2021-02-18T21:29:30.570Z] ---> ec41859a1a89 [2021-02-18T21:29:30.570Z] [2021-02-18T21:29:31.165Z] Successfully built ec41859a1a89 [2021-02-18T21:29:31.165Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T21:29:31.165Z]  Building docker-core-data-go ... done Removing intermediate container a867ebe0c49c [2021-02-18T21:29:31.165Z] ---> ea608f5df954 [2021-02-18T21:29:31.165Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T21:29:31.438Z] ---> Running in 3386dee4aede [2021-02-18T21:29:36.834Z] Collecting docker-compose==1.23.2 [2021-02-18T21:29:36.834Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T21:29:36.834Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T21:29:36.834Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T21:29:39.448Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T21:29:39.448Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T21:29:39.719Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T21:29:39.719Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T21:29:40.310Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T21:29:40.310Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T21:29:40.905Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T21:29:40.905Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T21:29:41.877Z] Collecting PyYAML<4,>=3.10 [2021-02-18T21:29:41.877Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T21:29:45.251Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T21:29:45.251Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T21:29:45.251Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T21:29:45.251Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T21:29:46.677Z] 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-18T21:29:46.950Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T21:29:46.950Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T21:29:48.919Z] 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-18T21:29:49.190Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T21:29:49.190Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T21:29:49.462Z] Collecting idna<2.8,>=2.5 [2021-02-18T21:29:49.462Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T21:29:49.732Z] 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-18T21:29:49.732Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T21:29:49.732Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T21:29:50.003Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T21:29:50.003Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T21:29:50.003Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T21:29:50.003Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T21:29:50.593Z] Installing collected packages: texttable, urllib3, idna, requests, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, cached-property, dockerpty, docopt, docker-compose [2021-02-18T21:29:50.593Z] Running setup.py install for texttable: started [2021-02-18T21:29:52.555Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T21:29:52.555Z] Attempting uninstall: urllib3 [2021-02-18T21:29:52.555Z] Found existing installation: urllib3 1.25.9 [2021-02-18T21:29:52.555Z] Uninstalling urllib3-1.25.9: [2021-02-18T21:29:52.555Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T21:29:53.145Z] Attempting uninstall: idna [2021-02-18T21:29:53.145Z] Found existing installation: idna 2.9 [2021-02-18T21:29:53.145Z] Uninstalling idna-2.9: [2021-02-18T21:29:53.145Z] Successfully uninstalled idna-2.9 [2021-02-18T21:29:53.742Z] Attempting uninstall: requests [2021-02-18T21:29:53.742Z] Found existing installation: requests 2.23.0 [2021-02-18T21:29:53.742Z] Uninstalling requests-2.23.0: [2021-02-18T21:29:54.014Z] Successfully uninstalled requests-2.23.0 [2021-02-18T21:29:55.439Z] Running setup.py install for PyYAML: started [2021-02-18T21:29:57.416Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T21:29:57.695Z] Running setup.py install for dockerpty: started [2021-02-18T21:29:59.666Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T21:29:59.666Z] Running setup.py install for docopt: started [2021-02-18T21:30:01.101Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T21:30:02.085Z] 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-18T21:30:06.381Z] Removing intermediate container 3386dee4aede [2021-02-18T21:30:06.381Z] ---> b38e815c6e2f [2021-02-18T21:30:06.381Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T21:30:06.381Z] ---> Running in ee45c157499e [2021-02-18T21:30:07.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T21:30:07.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T21:30:07.625Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T21:30:07.899Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T21:30:07.899Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T21:30:07.899Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T21:30:07.899Z] OK: 71 MiB in 58 packages [2021-02-18T21:30:08.898Z] Removing intermediate container ee45c157499e [2021-02-18T21:30:08.898Z] ---> 77d666716976 [2021-02-18T21:30:08.898Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T21:30:09.175Z] ---> Running in e71333a4475d [2021-02-18T21:30:09.781Z] Removing intermediate container e71333a4475d [2021-02-18T21:30:09.781Z] ---> 1ad33c13662e [2021-02-18T21:30:09.781Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T21:30:09.781Z] ---> Running in 35e2c08b08ce [2021-02-18T21:30:10.382Z] Removing intermediate container 35e2c08b08ce [2021-02-18T21:30:10.382Z] ---> 3e1808a712cd [2021-02-18T21:30:10.382Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T21:30:10.382Z] ---> Running in 005515b272aa [2021-02-18T21:30:10.988Z] Removing intermediate container 005515b272aa [2021-02-18T21:30:10.988Z] ---> 37ef072fc669 [2021-02-18T21:30:10.988Z] Step 25/26 : LABEL git_sha=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [2021-02-18T21:30:10.988Z] ---> Running in cca42b378b51 [2021-02-18T21:30:11.589Z] Removing intermediate container cca42b378b51 [2021-02-18T21:30:11.589Z] ---> 6cfdd3b0bdbd [2021-02-18T21:30:11.589Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T21:30:11.589Z] ---> Running in 510b3e43f920 [2021-02-18T21:30:12.190Z] Removing intermediate container 510b3e43f920 [2021-02-18T21:30:12.190Z] ---> 30616eab5366 [2021-02-18T21:30:12.190Z] [2021-02-18T21:30:12.469Z] Successfully built 30616eab5366 [2021-02-18T21:30:12.469Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T21:30:12.754Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T21:30:12.755Z] $ docker stop --time=1 ef849bfaea0020e759ddf9ebc7ae8da266228473df9b48a37863620419b3999a [2021-02-18T21:30:14.681Z] $ docker rm -f ef849bfaea0020e759ddf9ebc7ae8da266228473df9b48a37863620419b3999a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T21:30:15.422Z] + docker images [2021-02-18T21:30:15.423Z] + grep docker [2021-02-18T21:30:15.694Z] docker-sys-mgmt-agent-go-arm64 latest 30616eab5366 4 seconds ago 300MB [2021-02-18T21:30:15.694Z] docker-core-data-go-arm64 latest ec41859a1a89 45 seconds ago 21.1MB [2021-02-18T21:30:15.694Z] docker-core-metadata-go-arm64 latest 3f84bcad7dc4 About a minute ago 17.9MB [2021-02-18T21:30:15.694Z] docker-core-command-go-arm64 latest 3532ca9d3d78 About a minute ago 16.2MB [2021-02-18T21:30:15.694Z] docker-security-bootstrapper-go-arm64 latest 164cfa54afb8 3 minutes ago 17.2MB [2021-02-18T21:30:15.694Z] docker-support-notifications-go-arm64 latest c5e0326b6198 4 minutes ago 16.8MB [2021-02-18T21:30:15.694Z] docker-support-scheduler-go-arm64 latest 589a40e6038b 4 minutes ago 16.3MB [2021-02-18T21:30:15.694Z] docker-security-secretstore-setup-go-arm64 latest b0a003105d7f 4 minutes ago 23.6MB [2021-02-18T21:30:15.694Z] docker-security-proxy-setup-go-arm64 latest 298389963a01 4 minutes ago 23.4MB [2021-02-18T21:30:15.694Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-18T21:30:18.130Z] provisioning config files... [2021-02-18T21:30:18.142Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config3932413372040331992tmp [Pipeline] { [Pipeline] sh [2021-02-18T21:30:18.526Z] + set +x [2021-02-18T21:30:18.526Z] + curl -s https://codecov.io/bash [2021-02-18T21:30:18.526Z] + bash -s -- [2021-02-18T21:30:19.101Z] [2021-02-18T21:30:19.101Z] _____ _ [2021-02-18T21:30:19.101Z] / ____| | | [2021-02-18T21:30:19.101Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T21:30:19.101Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T21:30:19.101Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T21:30:19.101Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T21:30:19.101Z] Bash-20210129-7c25fce [2021-02-18T21:30:19.101Z] [2021-02-18T21:30:19.101Z] [2021-02-18T21:30:19.101Z] ==> git version 2.24.3 found [2021-02-18T21:30:19.101Z] ==> 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-18T21:30:19.101Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T21:30:19.101Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T21:30:19.101Z] ==> Jenkins CI detected. [2021-02-18T21:30:19.101Z] project root: . [2021-02-18T21:30:19.101Z] --> token set from env [2021-02-18T21:30:19.101Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T21:30:19.101Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T21:30:19.101Z] ==> Python coveragepy not found [2021-02-18T21:30:19.101Z] ==> Searching for coverage reports in: [2021-02-18T21:30:19.101Z] + . [2021-02-18T21:30:19.101Z] -> Found 1 reports [2021-02-18T21:30:19.101Z] ==> Detecting git/mercurial file structure [2021-02-18T21:30:19.363Z] ==> Reading reports [2021-02-18T21:30:19.363Z] + ./coverage.out bytes=597520 [2021-02-18T21:30:19.363Z] ==> Appending adjustments [2021-02-18T21:30:19.363Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T21:30:22.673Z] + Found adjustments [2021-02-18T21:30:22.673Z] ==> Gzipping contents [2021-02-18T21:30:22.673Z] 88K /tmp/codecov.yZ0TgU.gz [2021-02-18T21:30:22.673Z] ==> Uploading reports [2021-02-18T21:30:22.673Z] url: https://codecov.io [2021-02-18T21:30:22.673Z] query: branch=PR-3164&commit=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= [2021-02-18T21:30:22.673Z] -> Pinging Codecov [2021-02-18T21:30:22.673Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3164&commit=a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3164%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3164&job=&cmd_args= [2021-02-18T21:30:22.940Z] -> Uploading to [2021-02-18T21:30:22.940Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84/fd2408ac-31ed-4d7a-bc09-115820d0bae3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T213022Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ec6ff717668812bfca3e3665258ac4e95042e14d7a39bb7ae3641acecb68eaee [2021-02-18T21:30:22.940Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T21:30:22.940Z] Dload Upload Total Spent Left Speed [2021-02-18T21:30:23.514Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89672 0 0 100 89672 0 152k --:--:-- --:--:-- --:--:-- 153k [2021-02-18T21:30:23.514Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a3c2caa4b3547d87c2c2741bf4e5ce44e8606d84 [Pipeline] } [2021-02-18T21:30:23.524Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-18T21:30:26.017Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:30:26.901Z] ---> package-listing.sh [2021-02-18T21:30:26.901Z] ++ facter osfamily [2021-02-18T21:30:26.901Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T21:30:26.901Z] + OS_FAMILY=redhat [2021-02-18T21:30:26.901Z] + workspace=/w/workspace/edgex-go/7 [2021-02-18T21:30:26.901Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T21:30:26.901Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T21:30:26.901Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T21:30:26.901Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T21:30:26.901Z] + '[' /w/workspace/edgex-go/7 ']' [2021-02-18T21:30:26.901Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T21:30:26.901Z] + case "${OS_FAMILY}" in [2021-02-18T21:30:26.901Z] + rpm -qa [2021-02-18T21:30:26.901Z] + sort [2021-02-18T21:30:32.205Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T21:30:32.205Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T21:30:32.205Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T21:30:32.205Z] + '[' /w/workspace/edgex-go/7 ']' [2021-02-18T21:30:32.205Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-02-18T21:30:32.205Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-02-18T21:30:32.218Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T21:30:32.520Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:30:32.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T21:30:32.831Z] [2021-02-18T21:30:32.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T21:30:33.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T21:30:33.193Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T21:30:33.193Z] df20fa9351a1: Pulling fs layer [2021-02-18T21:30:33.193Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T21:30:33.193Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T21:30:33.193Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T21:30:33.193Z] 93b61091891f: Pulling fs layer [2021-02-18T21:30:33.193Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T21:30:33.193Z] 5e14af77c1be: Pulling fs layer [2021-02-18T21:30:33.193Z] 01666e4c0597: Pulling fs layer [2021-02-18T21:30:33.193Z] aa168da1d23b: Pulling fs layer [2021-02-18T21:30:33.193Z] 93b9cdb0e59b: Waiting [2021-02-18T21:30:33.193Z] 5e14af77c1be: Waiting [2021-02-18T21:30:33.193Z] 01666e4c0597: Waiting [2021-02-18T21:30:33.193Z] aa168da1d23b: Waiting [2021-02-18T21:30:33.193Z] 46f8f816bc3b: Waiting [2021-02-18T21:30:33.193Z] 36b3adc4ff6f: Download complete [2021-02-18T21:30:33.460Z] df20fa9351a1: Verifying Checksum [2021-02-18T21:30:33.461Z] df20fa9351a1: Download complete [2021-02-18T21:30:33.461Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T21:30:33.461Z] 46f8f816bc3b: Download complete [2021-02-18T21:30:33.461Z] 93b9cdb0e59b: Download complete [2021-02-18T21:30:33.461Z] 5e14af77c1be: Verifying Checksum [2021-02-18T21:30:33.461Z] 5e14af77c1be: Download complete [2021-02-18T21:30:33.461Z] 01666e4c0597: Verifying Checksum [2021-02-18T21:30:33.461Z] 01666e4c0597: Download complete [2021-02-18T21:30:33.461Z] 93b61091891f: Verifying Checksum [2021-02-18T21:30:33.461Z] 93b61091891f: Download complete [2021-02-18T21:30:33.461Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T21:30:33.461Z] 8ad3a11d3b57: Download complete [2021-02-18T21:30:33.723Z] df20fa9351a1: Pull complete [2021-02-18T21:30:33.987Z] 36b3adc4ff6f: Pull complete [2021-02-18T21:30:35.400Z] aa168da1d23b: Verifying Checksum [2021-02-18T21:30:35.401Z] aa168da1d23b: Download complete [2021-02-18T21:30:36.372Z] 8ad3a11d3b57: Pull complete [2021-02-18T21:30:36.372Z] 46f8f816bc3b: Pull complete [2021-02-18T21:30:36.954Z] 93b61091891f: Pull complete [2021-02-18T21:30:36.954Z] 93b9cdb0e59b: Pull complete [2021-02-18T21:30:37.217Z] 5e14af77c1be: Pull complete [2021-02-18T21:30:37.217Z] 01666e4c0597: Pull complete [2021-02-18T21:30:47.268Z] aa168da1d23b: Pull complete [2021-02-18T21:30:47.268Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T21:30:47.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T21:30:47.531Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T21:30:48.016Z] prd-centos7-docker-4c-2g-26819 does not seem to be running inside a container [2021-02-18T21:30:48.073Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T21:30:51.849Z] $ docker top 52f1f4fcc462a841b64d67b96423b721042b7fcba67113e8d2140e3eb23f8412 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T21:30:52.487Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T21:30:52.790Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T21:30:53.091Z] + ls /var/log/sa-host [2021-02-18T21:30:53.091Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T21:30:53.091Z] file_magic: OK [2021-02-18T21:30:53.091Z] HZ: Using current value: 100 [2021-02-18T21:30:53.091Z] file_header: OK [2021-02-18T21:30:53.091Z] 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-18T21:30:53.091Z] Statistics: [2021-02-18T21:30:53.091Z] 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... [2021-02-18T21:30:53.091Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T21:30:53.091Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T21:30:53.091Z] file_magic: OK [2021-02-18T21:30:53.091Z] HZ: Using current value: 100 [2021-02-18T21:30:53.091Z] file_header: OK [2021-02-18T21:30:53.091Z] 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-18T21:30:53.091Z] Statistics: [2021-02-18T21:30:53.091Z] Hnuu...uuuununununu... [2021-02-18T21:30:53.091Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T21:30:53.934Z] provisioning config files... [2021-02-18T21:30:54.027Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config6572537966537317195tmp [Pipeline] { [Pipeline] echo [2021-02-18T21:30:54.176Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:30:54.536Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T21:30:54.546Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T21:30:54.679Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:30:54.991Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T21:30:55.004Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:30:55.312Z] ---> sudo-logs.sh [2021-02-18T21:30:55.312Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T21:30:55.396Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:30:55.702Z] ---> job-cost.sh [2021-02-18T21:30:55.702Z] lf-activate-venv: SKIPPING [2021-02-18T21:30:55.702Z] INFO: No Stack... [2021-02-18T21:30:56.654Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T21:30:56.919Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T21:30:56.934Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T21:30:57.235Z] ---> logs-deploy.sh [2021-02-18T21:30:57.235Z] lf-activate-venv: SKIPPING [2021-02-18T21:30:57.235Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3164/7 [2021-02-18T21:30:57.235Z] INFO: archiving workspace using pattern(s): [2021-02-18T21:30:58.629Z] Archives upload complete. [2021-02-18T21:30:58.890Z] INFO: archiving logs to Nexus [2021-02-18T21:30:59.835Z] ---> uname -a: [2021-02-18T21:30:59.835Z] Linux prd-centos7-docker-4c-2g-26819.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-18T21:30:59.835Z] [2021-02-18T21:30:59.835Z] [2021-02-18T21:30:59.835Z] ---> lscpu: [2021-02-18T21:30:59.835Z] Architecture: x86_64 [2021-02-18T21:30:59.835Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-18T21:30:59.835Z] Byte Order: Little Endian [2021-02-18T21:30:59.835Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-18T21:30:59.835Z] CPU(s): 4 [2021-02-18T21:30:59.835Z] On-line CPU(s) list: 0-3 [2021-02-18T21:30:59.835Z] Thread(s) per core: 1 [2021-02-18T21:30:59.835Z] Core(s) per socket: 1 [2021-02-18T21:30:59.835Z] Socket(s): 4 [2021-02-18T21:30:59.835Z] NUMA node(s): 1 [2021-02-18T21:30:59.835Z] Vendor ID: GenuineIntel [2021-02-18T21:30:59.835Z] CPU family: 6 [2021-02-18T21:30:59.835Z] Model: 44 [2021-02-18T21:30:59.835Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-18T21:30:59.835Z] Stepping: 1 [2021-02-18T21:30:59.835Z] CPU MHz: 2933.442 [2021-02-18T21:30:59.835Z] BogoMIPS: 5866.88 [2021-02-18T21:30:59.835Z] Virtualization: VT-x [2021-02-18T21:30:59.835Z] Hypervisor vendor: KVM [2021-02-18T21:30:59.835Z] Virtualization type: full [2021-02-18T21:30:59.835Z] L1d cache: 128 KiB [2021-02-18T21:30:59.835Z] L1i cache: 128 KiB [2021-02-18T21:30:59.835Z] L2 cache: 16 MiB [2021-02-18T21:30:59.835Z] L3 cache: 64 MiB [2021-02-18T21:30:59.835Z] NUMA node0 CPU(s): 0-3 [2021-02-18T21:30:59.836Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-18T21:30:59.836Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-18T21:30:59.836Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-18T21:30:59.836Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-18T21:30:59.836Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-18T21:30:59.836Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-18T21:30:59.836Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-18T21:30:59.836Z] Vulnerability Srbds: Not affected [2021-02-18T21:30:59.836Z] Vulnerability Tsx async abort: Not affected [2021-02-18T21:30:59.836Z] 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-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] ---> nproc: [2021-02-18T21:30:59.836Z] 4 [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] ---> df -h: [2021-02-18T21:30:59.836Z] Filesystem Size Used Available Use% Mounted on [2021-02-18T21:30:59.836Z] overlay 50.0G 11.3G 38.7G 23% / [2021-02-18T21:30:59.836Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-18T21:30:59.836Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-18T21:30:59.836Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7@tmp [2021-02-18T21:30:59.836Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7 [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] ---> free -m: [2021-02-18T21:30:59.836Z] total used free shared buff/cache available [2021-02-18T21:30:59.836Z] Mem: 1837 744 125 0 966 1006 [2021-02-18T21:30:59.836Z] Swap: 1023 53 970 [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] ---> ip addr: [2021-02-18T21:30:59.836Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-18T21:30:59.836Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-18T21:30:59.836Z] inet 127.0.0.1/8 scope host lo [2021-02-18T21:30:59.836Z] valid_lft forever preferred_lft forever [2021-02-18T21:30:59.836Z] inet6 ::1/128 scope host [2021-02-18T21:30:59.836Z] valid_lft forever preferred_lft forever [2021-02-18T21:30:59.836Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-18T21:30:59.836Z] link/ether fa:16:3e:a3:15:75 brd ff:ff:ff:ff:ff:ff [2021-02-18T21:30:59.836Z] inet 10.30.123.241/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-18T21:30:59.836Z] valid_lft 85131sec preferred_lft 85131sec [2021-02-18T21:30:59.836Z] inet6 fe80::f816:3eff:fea3:1575/64 scope link [2021-02-18T21:30:59.836Z] valid_lft forever preferred_lft forever [2021-02-18T21:30:59.836Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-18T21:30:59.836Z] link/ether 02:42:96:9d:15:98 brd ff:ff:ff:ff:ff:ff [2021-02-18T21:30:59.836Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-18T21:30:59.836Z] valid_lft forever preferred_lft forever [2021-02-18T21:30:59.836Z] inet6 fe80::42:96ff:fe9d:1598/64 scope link [2021-02-18T21:30:59.836Z] valid_lft forever preferred_lft forever [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] ---> sar -b -r -n DEV: [2021-02-18T21:30:59.836Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] 21:09:39 LINUX RESTART (4 CPU) [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] 21:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-18T21:30:59.836Z] 21:11:01 134.37 47.40 86.97 0.00 8190.72 39359.36 0.00 [2021-02-18T21:30:59.836Z] 21:12:02 275.72 120.63 155.09 0.00 8135.99 50506.75 0.00 [2021-02-18T21:30:59.836Z] 21:13:01 249.37 108.36 141.00 0.00 3892.55 18837.98 0.00 [2021-02-18T21:30:59.836Z] 21:14:01 130.22 54.32 75.90 0.00 2007.84 9627.79 0.00 [2021-02-18T21:30:59.836Z] 21:15:01 136.00 40.69 95.31 0.00 3888.35 27627.61 0.00 [2021-02-18T21:30:59.836Z] 21:16:05 1797.52 1439.62 357.90 0.00 178980.37 229331.30 0.00 [2021-02-18T21:30:59.836Z] 21:17:02 1193.87 976.68 217.18 0.00 55220.91 76422.48 0.00 [2021-02-18T21:30:59.836Z] 21:18:01 1190.44 820.40 370.04 0.00 94796.49 125450.51 0.00 [2021-02-18T21:30:59.836Z] 21:19:02 1537.50 1203.48 334.02 0.00 92961.51 103774.03 0.00 [2021-02-18T21:30:59.836Z] 21:20:01 95.90 20.80 75.10 0.00 3726.07 6765.15 0.00 [2021-02-18T21:30:59.836Z] 21:21:01 1.83 0.12 1.72 0.00 2.27 31.05 0.00 [2021-02-18T21:30:59.836Z] 21:22:01 1.48 1.23 0.25 0.00 94.05 2.60 0.00 [2021-02-18T21:30:59.836Z] 21:23:01 0.25 0.02 0.23 0.00 0.27 2.12 0.00 [2021-02-18T21:30:59.836Z] 21:24:01 0.32 0.00 0.32 0.00 0.00 3.90 0.00 [2021-02-18T21:30:59.836Z] 21:25:01 1.78 1.53 0.25 0.00 52.35 3.05 0.00 [2021-02-18T21:30:59.836Z] 21:26:01 0.97 0.15 0.82 0.00 2.66 15.53 0.00 [2021-02-18T21:30:59.836Z] 21:27:01 0.28 0.02 0.27 0.00 0.13 2.61 0.00 [2021-02-18T21:30:59.836Z] 21:28:01 0.33 0.05 0.28 0.00 0.40 3.63 0.00 [2021-02-18T21:30:59.836Z] 21:29:01 0.27 0.03 0.23 0.00 0.27 3.30 0.00 [2021-02-18T21:30:59.836Z] 21:30:01 0.53 0.33 0.20 0.00 3.86 2.75 0.00 [2021-02-18T21:30:59.836Z] Average: 339.99 243.94 96.05 0.00 23001.05 34885.47 0.00 [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] 21:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-18T21:30:59.836Z] 21:11:01 70796 0 688696 36.60 2620 1119432 1322952 45.15 535760 1069800 65616 [2021-02-18T21:30:59.836Z] 21:12:02 79576 0 775608 41.22 1492 1024868 1520400 51.89 571408 965680 78640 [2021-02-18T21:30:59.836Z] 21:13:01 190704 0 799884 42.51 808 890148 1624396 55.44 634920 773912 62204 [2021-02-18T21:30:59.836Z] 21:14:01 179576 0 846056 44.97 552 855360 1680484 57.35 667640 740688 64560 [2021-02-18T21:30:59.836Z] 21:15:01 68660 0 774952 41.19 312 1037620 1253036 42.76 656620 861260 66488 [2021-02-18T21:30:59.836Z] 21:16:05 76468 0 863592 45.90 0 941484 2334688 79.68 673140 901784 77480 [2021-02-18T21:30:59.836Z] 21:17:02 384080 0 747588 39.73 0 749876 1573480 53.70 562196 683448 6708 [2021-02-18T21:30:59.836Z] 21:18:01 142372 0 894520 47.54 0 844652 2962376 101.10 699996 792896 8136 [2021-02-18T21:30:59.836Z] 21:19:02 69688 0 968416 51.47 0 843440 2091124 71.37 855560 697760 60716 [2021-02-18T21:30:59.836Z] 21:20:01 446424 0 666500 35.42 0 768620 1251188 42.70 520436 669740 32 [2021-02-18T21:30:59.836Z] 21:21:01 453292 0 659684 35.06 0 768568 1182348 40.35 516052 668424 8 [2021-02-18T21:30:59.836Z] 21:22:01 451984 0 658168 34.98 0 771392 1175104 40.10 515620 671060 8 [2021-02-18T21:30:59.836Z] 21:23:01 452136 0 658008 34.97 0 771400 1175104 40.10 515628 671064 8 [2021-02-18T21:30:59.836Z] 21:24:01 451920 0 658208 34.98 0 771416 1175104 40.10 515756 671072 8 [2021-02-18T21:30:59.836Z] 21:25:01 450532 0 658812 35.01 0 772200 1175104 40.10 515528 671852 16 [2021-02-18T21:30:59.836Z] 21:26:01 450528 0 658812 35.01 0 772204 1175188 40.11 515864 671888 8 [2021-02-18T21:30:59.836Z] 21:27:01 450840 0 658492 35.00 0 772212 1175104 40.10 515660 671900 8 [2021-02-18T21:30:59.836Z] 21:28:01 450296 0 659028 35.03 0 772220 1175104 40.10 515664 671916 8 [2021-02-18T21:30:59.836Z] 21:29:01 450512 0 658808 35.01 0 772224 1175140 40.11 515800 671916 8 [2021-02-18T21:30:59.836Z] 21:30:01 450164 0 659148 35.03 0 772232 1175104 40.10 515600 672032 8 [2021-02-18T21:30:59.836Z] Average: 311027 0 730649 38.83 289 839578 1468626 50.12 576742 743505 24533 [2021-02-18T21:30:59.836Z] [2021-02-18T21:30:59.836Z] 21:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-18T21:30:59.836Z] 21:11:01 eth0 1318.40 1144.29 4828.71 164.84 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:11:01 veth9c4d5bb 442.11 293.03 41.45 1135.34 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:11:01 docker0 442.11 292.90 35.40 1135.33 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:12:02 eth0 832.07 951.70 5220.88 91.16 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:12:02 vethc71ceac 116.75 124.53 10.67 484.35 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:12:02 docker0 701.68 542.63 52.18 2380.42 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:13:01 eth0 33.30 18.92 31.46 10.83 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:13:01 vethff23ea3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:13:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:14:01 eth0 37.49 27.18 19.06 70.63 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:14:01 vethff23ea3 1.83 1.83 0.15 0.16 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:14:01 docker0 1.83 1.83 0.12 0.16 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:15:01 eth0 213.54 170.48 1704.32 84.09 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:15:01 veth3aab73c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:16:05 eth0 46.38 23.53 154.64 9.60 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:16:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:16:05 veth3aab73c 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:16:05 docker0 13.12 26.42 0.70 138.16 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:17:02 veth0888c1c 2.56 4.67 0.17 31.18 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:17:02 eth0 18.70 11.99 86.31 4.03 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:17:02 vethe3446a8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:18:01 veth7876cb4 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:18:01 eth0 255.24 178.10 1776.69 105.34 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:18:01 veth993f713 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:19:02 eth0 83.11 46.26 173.64 79.98 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:19:02 vetha07d911 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:19:02 veth3aab73c 0.00 0.96 0.00 0.04 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:20:01 eth0 33.38 16.62 94.75 8.58 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:20:01 docker0 1234.34 998.26 93.23 4471.55 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:21:01 eth0 1.42 0.77 0.82 0.29 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:22:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.836Z] 21:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:26:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:29:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:30:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] Average: eth0 143.84 129.67 704.81 31.48 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] Average: docker0 60.77 49.14 4.59 220.13 0.00 0.00 0.00 0.00 [2021-02-18T21:30:59.837Z] [2021-02-18T21:30:59.837Z] [2021-02-18T21:30:59.837Z] ---> sar -P ALL: [2021-02-18T21:30:59.837Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T21:30:59.837Z] [2021-02-18T21:30:59.837Z] 21:09:39 LINUX RESTART (4 CPU) [2021-02-18T21:30:59.837Z] [2021-02-18T21:30:59.837Z] 21:10:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T21:30:59.837Z] 21:11:01 all 16.70 0.00 8.49 4.69 0.05 70.08 [2021-02-18T21:30:59.837Z] 21:11:01 0 17.59 0.00 9.40 4.59 0.07 68.36 [2021-02-18T21:30:59.837Z] 21:11:01 1 17.03 0.00 6.92 4.95 0.03 71.07 [2021-02-18T21:30:59.837Z] 21:11:01 2 17.09 0.00 9.23 4.25 0.05 69.38 [2021-02-18T21:30:59.837Z] 21:11:01 3 15.09 0.00 8.42 4.96 0.05 71.48 [2021-02-18T21:30:59.837Z] 21:12:02 all 15.01 0.00 8.83 4.15 0.06 71.95 [2021-02-18T21:30:59.837Z] 21:12:02 0 17.27 0.00 10.33 5.54 0.07 66.79 [2021-02-18T21:30:59.837Z] 21:12:02 1 13.38 0.00 7.63 2.79 0.05 76.14 [2021-02-18T21:30:59.837Z] 21:12:02 2 11.71 0.00 8.18 5.27 0.07 74.77 [2021-02-18T21:30:59.837Z] 21:12:02 3 17.71 0.00 9.18 3.00 0.05 70.07 [2021-02-18T21:30:59.837Z] 21:13:01 all 36.04 0.00 11.72 5.98 0.11 46.14 [2021-02-18T21:30:59.837Z] 21:13:01 0 35.72 0.00 11.68 2.92 0.12 49.55 [2021-02-18T21:30:59.837Z] 21:13:01 1 35.56 0.00 11.89 7.51 0.11 44.93 [2021-02-18T21:30:59.837Z] 21:13:01 2 33.78 0.00 11.69 8.05 0.11 46.38 [2021-02-18T21:30:59.837Z] 21:13:01 3 39.12 0.00 11.60 5.46 0.12 43.70 [2021-02-18T21:30:59.837Z] 21:14:01 all 51.08 0.00 14.15 2.68 0.07 32.02 [2021-02-18T21:30:59.837Z] 21:14:01 0 50.35 0.00 14.27 3.36 0.05 31.96 [2021-02-18T21:30:59.837Z] 21:14:01 1 52.13 0.00 14.26 1.83 0.05 31.73 [2021-02-18T21:30:59.837Z] 21:14:01 2 50.17 0.00 13.66 4.05 0.09 32.04 [2021-02-18T21:30:59.837Z] 21:14:01 3 51.67 0.00 14.41 1.47 0.09 32.36 [2021-02-18T21:30:59.837Z] 21:15:01 all 27.57 0.00 11.48 1.56 0.06 59.33 [2021-02-18T21:30:59.837Z] 21:15:01 0 26.67 0.00 10.91 1.46 0.07 60.89 [2021-02-18T21:30:59.837Z] 21:15:01 1 27.29 0.00 12.38 3.00 0.07 57.27 [2021-02-18T21:30:59.837Z] 21:15:01 2 28.03 0.00 11.59 1.10 0.03 59.25 [2021-02-18T21:30:59.837Z] 21:15:01 3 28.27 0.00 11.06 0.70 0.07 59.89 [2021-02-18T21:30:59.837Z] 21:16:05 all 21.24 0.00 31.17 19.96 0.18 27.43 [2021-02-18T21:30:59.837Z] 21:16:05 0 19.96 0.00 30.22 21.97 0.23 27.61 [2021-02-18T21:30:59.837Z] 21:16:05 1 21.24 0.00 31.74 20.73 0.17 26.13 [2021-02-18T21:30:59.837Z] 21:16:05 2 22.21 0.00 30.76 19.06 0.17 27.81 [2021-02-18T21:30:59.837Z] 21:16:05 3 21.58 0.00 31.99 18.07 0.17 28.19 [2021-02-18T21:30:59.837Z] 21:17:02 all 59.97 0.00 19.45 10.56 0.07 9.95 [2021-02-18T21:30:59.837Z] 21:17:02 0 61.49 0.00 18.07 9.60 0.07 10.77 [2021-02-18T21:30:59.837Z] 21:17:02 1 58.87 0.00 20.07 10.46 0.09 10.51 [2021-02-18T21:30:59.837Z] 21:17:02 2 59.04 0.00 20.18 12.34 0.06 8.38 [2021-02-18T21:30:59.837Z] 21:17:02 3 60.43 0.00 19.51 9.87 0.05 10.13 [2021-02-18T21:30:59.837Z] 21:18:01 all 25.76 0.00 22.85 26.57 0.12 24.71 [2021-02-18T21:30:59.837Z] 21:18:01 0 25.99 0.00 22.22 23.16 0.09 28.54 [2021-02-18T21:30:59.837Z] 21:18:01 1 25.88 0.00 23.10 27.79 0.11 23.12 [2021-02-18T21:30:59.837Z] 21:18:01 2 24.65 0.00 22.29 28.22 0.16 24.68 [2021-02-18T21:30:59.837Z] 21:18:01 3 26.52 0.00 23.79 27.13 0.11 22.46 [2021-02-18T21:30:59.837Z] 21:19:02 all 43.80 0.00 21.55 22.60 0.11 11.94 [2021-02-18T21:30:59.837Z] 21:19:02 0 44.08 0.00 20.51 22.88 0.10 12.43 [2021-02-18T21:30:59.837Z] 21:19:02 1 42.17 0.00 22.40 22.59 0.12 12.71 [2021-02-18T21:30:59.837Z] 21:19:02 2 42.98 0.00 22.38 22.61 0.12 11.90 [2021-02-18T21:30:59.837Z] 21:19:02 3 45.97 0.00 20.92 22.32 0.09 10.70 [2021-02-18T21:30:59.837Z] 21:20:01 all 2.73 0.00 2.75 4.61 0.03 89.88 [2021-02-18T21:30:59.837Z] 21:20:01 0 2.76 0.00 3.12 6.16 0.03 87.92 [2021-02-18T21:30:59.837Z] 21:20:01 1 3.19 0.00 2.48 4.87 0.02 89.44 [2021-02-18T21:30:59.837Z] 21:20:01 2 2.75 0.00 2.93 3.90 0.03 90.38 [2021-02-18T21:30:59.837Z] 21:20:01 3 2.23 0.00 2.48 3.49 0.02 91.78 [2021-02-18T21:30:59.837Z] 21:21:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-18T21:30:59.837Z] 21:21:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-18T21:30:59.837Z] 21:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T21:30:59.837Z] 21:21:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T21:30:59.837Z] 21:21:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T21:30:59.837Z] [2021-02-18T21:30:59.837Z] 21:21:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T21:30:59.837Z] 21:22:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-02-18T21:30:59.837Z] 21:22:01 0 0.53 0.00 0.03 0.00 0.02 99.42 [2021-02-18T21:30:59.837Z] 21:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T21:30:59.837Z] 21:22:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T21:30:59.837Z] 21:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-18T21:30:59.837Z] 21:23:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-18T21:30:59.837Z] 21:23:01 0 0.52 0.00 0.00 0.00 0.00 99.48 [2021-02-18T21:30:59.837Z] 21:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T21:30:59.837Z] 21:23:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T21:30:59.837Z] 21:23:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T21:30:59.837Z] 21:24:01 all 0.20 0.00 0.20 0.00 0.00 99.60 [2021-02-18T21:30:59.837Z] 21:24:01 0 0.50 0.00 0.05 0.00 0.00 99.45 [2021-02-18T21:30:59.837Z] 21:24:01 1 0.10 0.00 0.33 0.00 0.00 99.57 [2021-02-18T21:30:59.837Z] 21:24:01 2 0.12 0.00 0.23 0.00 0.00 99.65 [2021-02-18T21:30:59.837Z] 21:24:01 3 0.07 0.00 0.18 0.00 0.00 99.75 [2021-02-18T21:30:59.837Z] 21:25:01 all 0.04 0.00 0.05 0.03 0.00 99.87 [2021-02-18T21:30:59.837Z] 21:25:01 0 0.05 0.00 0.08 0.08 0.00 99.78 [2021-02-18T21:30:59.837Z] 21:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-18T21:30:59.837Z] 21:25:01 2 0.05 0.00 0.10 0.02 0.00 99.83 [2021-02-18T21:30:59.837Z] 21:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T21:30:59.837Z] 21:26:01 all 0.14 0.00 0.05 0.00 0.00 99.80 [2021-02-18T21:30:59.837Z] 21:26:01 0 0.42 0.00 0.05 0.02 0.00 99.52 [2021-02-18T21:30:59.837Z] 21:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T21:30:59.837Z] 21:26:01 2 0.10 0.00 0.08 0.00 0.02 99.80 [2021-02-18T21:30:59.837Z] 21:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T21:30:59.837Z] 21:27:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-18T21:30:59.837Z] 21:27:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T21:30:59.837Z] 21:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-18T21:30:59.837Z] 21:27:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T21:30:59.837Z] 21:27:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-02-18T21:30:59.837Z] 21:28:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-18T21:30:59.837Z] 21:28:01 0 0.43 0.00 0.02 0.00 0.00 99.55 [2021-02-18T21:30:59.837Z] 21:28:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-18T21:30:59.837Z] 21:28:01 2 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-18T21:30:59.837Z] 21:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T21:30:59.837Z] 21:29:01 all 0.13 0.00 0.03 0.00 0.00 99.82 [2021-02-18T21:30:59.837Z] 21:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T21:30:59.837Z] 21:29:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2021-02-18T21:30:59.837Z] 21:29:01 2 0.37 0.00 0.05 0.00 0.00 99.58 [2021-02-18T21:30:59.837Z] 21:29:01 3 0.07 0.00 0.02 0.02 0.02 99.88 [2021-02-18T21:30:59.837Z] 21:30:01 all 0.12 0.00 0.03 0.01 0.00 99.84 [2021-02-18T21:30:59.837Z] 21:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T21:30:59.837Z] 21:30:01 1 0.13 0.00 0.02 0.05 0.00 99.80 [2021-02-18T21:30:59.837Z] 21:30:01 2 0.12 0.00 0.05 0.00 0.00 99.83 [2021-02-18T21:30:59.837Z] 21:30:01 3 0.18 0.00 0.03 0.00 0.00 99.78 [2021-02-18T21:30:59.837Z] Average: all 14.61 0.00 7.47 5.04 0.04 72.84 [2021-02-18T21:30:59.837Z] Average: 0 14.86 0.00 7.41 4.99 0.05 72.69 [2021-02-18T21:30:59.837Z] Average: 1 14.38 0.00 7.48 5.19 0.04 72.91 [2021-02-18T21:30:59.837Z] Average: 2 14.23 0.00 7.50 5.29 0.04 72.92 [2021-02-18T21:30:59.837Z] Average: 3 14.97 0.00 7.50 4.68 0.04 72.82 [2021-02-18T21:30:59.837Z] [2021-02-18T21:30:59.837Z] [2021-02-18T21:30:59.837Z]