Pull request #2984 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b9cc290b6210ab1e9695c8ace6fb791405ff5c1d+b1ee81e4e3b6c158e7d4e70852c35341297a1b11 (fd75d4edbf5a3deeb6ed75da85bc289eed4979cf) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18518 in /w/workspace/edgexfoundry_edgex-go_PR-2984 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2984/head:refs/remotes/origin/PR-2984 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b1ee81e4e3b6c158e7d4e70852c35341297a1b11 into PR head commit b9cc290b6210ab1e9695c8ace6fb791405ff5c1d Merge succeeded, producing b9cc290b6210ab1e9695c8ace6fb791405ff5c1d Checking out Revision b9cc290b6210ab1e9695c8ace6fb791405ff5c1d (PR-2984) > git config core.sparsecheckout # timeout=10 > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # 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 b1ee81e4e3b6c158e7d4e70852c35341297a1b11 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.4" > git rev-list --no-walk 160a38dc5e2ebf8228533872f83c6882ecb96d73 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T16:28:42.441Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T16:28:42.720Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T16:28:42.819Z] ========================================================= [2021-01-05T16:28:42.819Z] EdgeX Global Pipelines Version Info [2021-01-05T16:28:42.819Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:28:44.855Z] ------------------- [2021-01-05T16:28:44.855Z] stable info: [2021-01-05T16:28:44.855Z] ------------------- [2021-01-05T16:28:44.855Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T16:28:44.855Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T16:28:44.855Z] Message: update stable to v1.0.173 [2021-01-05T16:28:45.452Z] ------------------- [2021-01-05T16:28:45.452Z] experimental info: [2021-01-05T16:28:45.452Z] ------------------- [2021-01-05T16:28:45.452Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T16:28:45.452Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T16:28:45.452Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T16:28:45.932Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T16:28:46.022Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T16:28:46.113Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T16:28:46.197Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T16:28:46.292Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T16:28:46.387Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T16:28:46.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T16:28:46.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T16:28:46.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T16:28:46.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T16:28:46.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T16:28:47.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T16:28:47.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T16:28:47.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T16:28:47.340Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T16:28:47.432Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T16:28:47.551Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T16:28:47.649Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T16:28:47.746Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T16:28:47.842Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T16:28:47.977Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T16:28:48.066Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T16:28:48.167Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T16:28:48.270Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2984 [Pipeline] echo [2021-01-05T16:28:48.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2984 [Pipeline] echo [2021-01-05T16:28:48.450Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2984 [Pipeline] echo [2021-01-05T16:28:48.586Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [Pipeline] echo [2021-01-05T16:28:48.684Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b9cc290 [Pipeline] echo [2021-01-05T16:28:48.825Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T16:28:49.000Z] provisioning config files... [2021-01-05T16:28:49.027Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8901431222879081179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:28:49.379Z] ---> docker-login.sh [2021-01-05T16:28:49.379Z] nexus3.edgexfoundry.org:10001 [2021-01-05T16:28:49.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:28:49.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:28:49.908Z] Configure a credential helper to remove this warning. See [2021-01-05T16:28:49.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:28:49.908Z] [2021-01-05T16:28:49.908Z] Login Succeeded [2021-01-05T16:28:49.908Z] nexus3.edgexfoundry.org:10002 [2021-01-05T16:28:49.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:28:49.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:28:49.908Z] Configure a credential helper to remove this warning. See [2021-01-05T16:28:49.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:28:49.908Z] [2021-01-05T16:28:49.908Z] Login Succeeded [2021-01-05T16:28:49.908Z] nexus3.edgexfoundry.org:10003 [2021-01-05T16:28:50.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:28:50.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:28:50.177Z] Configure a credential helper to remove this warning. See [2021-01-05T16:28:50.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:28:50.177Z] [2021-01-05T16:28:50.177Z] Login Succeeded [2021-01-05T16:28:50.177Z] nexus3.edgexfoundry.org:10004 [2021-01-05T16:28:50.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:28:50.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:28:50.440Z] Configure a credential helper to remove this warning. See [2021-01-05T16:28:50.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:28:50.440Z] [2021-01-05T16:28:50.440Z] Login Succeeded [2021-01-05T16:28:50.440Z] docker.io [2021-01-05T16:28:50.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:28:50.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:28:50.967Z] Configure a credential helper to remove this warning. See [2021-01-05T16:28:50.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:28:50.967Z] [2021-01-05T16:28:50.967Z] Login Succeeded [2021-01-05T16:28:50.967Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T16:28:50.977Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T16:28:51.461Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T16:28:51.461Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T16:28:51.461Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T16:28:51.461Z] ++ cut -d/ -f2 [2021-01-05T16:28:51.461Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T16:28:51.543Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-01-05T16:28:52.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T16:28:52.822Z] [2021-01-05T16:28:52.822Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:28:53.167Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T16:28:53.167Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T16:28:53.167Z] 31603596830f: Pulling fs layer [2021-01-05T16:28:53.167Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T16:28:53.167Z] 6ca5941a6612: Pulling fs layer [2021-01-05T16:28:53.167Z] ecc8261a40a4: Pulling fs layer [2021-01-05T16:28:53.167Z] ecc8261a40a4: Waiting [2021-01-05T16:28:53.167Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T16:28:53.167Z] 2a8b12db71e7: Download complete [2021-01-05T16:28:53.433Z] 31603596830f: Verifying Checksum [2021-01-05T16:28:53.433Z] 31603596830f: Download complete [2021-01-05T16:28:53.433Z] ecc8261a40a4: Verifying Checksum [2021-01-05T16:28:53.433Z] ecc8261a40a4: Download complete [2021-01-05T16:28:53.433Z] 6ca5941a6612: Verifying Checksum [2021-01-05T16:28:53.433Z] 6ca5941a6612: Download complete [2021-01-05T16:28:54.011Z] 31603596830f: Pull complete [2021-01-05T16:28:54.011Z] 2a8b12db71e7: Pull complete [2021-01-05T16:28:54.970Z] 6ca5941a6612: Pull complete [2021-01-05T16:28:55.232Z] ecc8261a40a4: Pull complete [2021-01-05T16:28:55.232Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T16:28:55.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T16:28:55.232Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T16:28:55.334Z] prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container [2021-01-05T16:28:55.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T16:28:58.680Z] $ docker top e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T16:28:59.129Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T16:28:59.129Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T16:28:59.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T16:28:59.406Z] $ docker exec e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 ssh-agent [2021-01-05T16:28:59.602Z] SSH_AUTH_SOCK=/tmp/ssh-l6QuQIw14PNU/agent.12 [2021-01-05T16:28:59.602Z] SSH_AGENT_PID=17 [2021-01-05T16:28:59.618Z] Running ssh-add (command line suppressed) [2021-01-05T16:28:59.742Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5034162039010991481.key (/w/workspace/edgex-go/2@tmp/private_key_5034162039010991481.key) [2021-01-05T16:28:59.796Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T16:29:00.156Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T16:29:00.222Z] $ docker exec --env ******** --env ******** e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 ssh-agent -k [2021-01-05T16:29:00.348Z] unset SSH_AUTH_SOCK; [2021-01-05T16:29:00.348Z] unset SSH_AGENT_PID; [2021-01-05T16:29:00.349Z] echo Agent pid 17 killed; [2021-01-05T16:29:00.402Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T16:29:00.545Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T16:29:00.545Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T16:29:00.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T16:29:00.734Z] $ docker exec e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 ssh-agent [2021-01-05T16:29:00.913Z] SSH_AUTH_SOCK=/tmp/ssh-cqwq5cA3l8Zy/agent.45 [2021-01-05T16:29:00.913Z] SSH_AGENT_PID=50 [2021-01-05T16:29:00.921Z] Running ssh-add (command line suppressed) [2021-01-05T16:29:01.048Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_637103181504109930.key (/w/workspace/edgex-go/2@tmp/private_key_637103181504109930.key) [2021-01-05T16:29:01.112Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T16:29:01.449Z] + git semver init [2021-01-05T16:29:01.449Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T16:29:01.449Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-05T16:29:01.449Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-05T16:29:01.449Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T16:29:01.449Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T16:29:01.449Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T16:29:01.449Z] # $SEMVER_BRANCH = PR-2984 [2021-01-05T16:29:01.449Z] # $SEMVER_TEMP = /tmp/semver-665440553 [2021-01-05T16:29:01.449Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T16:29:28.095Z] # '/tmp/semver-665440553' -> '/w/workspace/edgex-go/2/.semver' [2021-01-05T16:29:28.095Z] # -> Force: false [2021-01-05T16:29:28.095Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-05T16:29:28.110Z] $ docker exec --env ******** --env ******** e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 ssh-agent -k [2021-01-05T16:29:28.377Z] unset SSH_AUTH_SOCK; [2021-01-05T16:29:28.378Z] unset SSH_AGENT_PID; [2021-01-05T16:29:28.378Z] echo Agent pid 50 killed; [2021-01-05T16:29:28.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T16:29:28.926Z] + git semver [Pipeline] } [2021-01-05T16:29:28.945Z] $ docker stop --time=1 e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 [2021-01-05T16:29:31.058Z] $ docker rm -f e8439feb706e7607992c2c4c35bbe63347c6f3d4af079aae12ecc357b3c382b6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T16:29:31.658Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T16:29:32.214Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T16:29:32.217Z] [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-01-05T16:29:33.175Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T16:29:33.476Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T16:29:33.785Z] + sudo service docker restart [2021-01-05T16:29:33.785Z] + true [2021-01-05T16:29:33.785Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T16:29:34.377Z] ========================================================= [2021-01-05T16:29:34.377Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T16:29:34.377Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:29:34.738Z] + 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-01-05T16:29:38.296Z] Sending build context to Docker daemon 326.3MB [2021-01-05T16:29:38.296Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T16:29:38.296Z] Step 2/6 : FROM ${BASE} [2021-01-05T16:29:38.296Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T16:29:38.296Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T16:29:38.296Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T16:29:38.296Z] de9db76c5a1d: Pulling fs layer [2021-01-05T16:29:38.296Z] bca2f99d35d6: Pulling fs layer [2021-01-05T16:29:38.296Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T16:29:38.296Z] 7c6f9722023f: Pulling fs layer [2021-01-05T16:29:38.296Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T16:29:38.296Z] 93359f2a8cfa: Waiting [2021-01-05T16:29:38.296Z] bca2f99d35d6: Waiting [2021-01-05T16:29:38.296Z] 7c6f9722023f: Waiting [2021-01-05T16:29:38.296Z] a35cf1a2eb13: Waiting [2021-01-05T16:29:38.296Z] de9db76c5a1d: Verifying Checksum [2021-01-05T16:29:38.296Z] de9db76c5a1d: Download complete [2021-01-05T16:29:38.296Z] 0ef7d3d256c8: Download complete [2021-01-05T16:29:38.296Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T16:29:38.296Z] 93359f2a8cfa: Download complete [2021-01-05T16:29:38.296Z] 7c6f9722023f: Verifying Checksum [2021-01-05T16:29:38.296Z] 7c6f9722023f: Download complete [2021-01-05T16:29:38.296Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T16:29:38.296Z] 188c0c94c7c5: Download complete [2021-01-05T16:29:38.560Z] 188c0c94c7c5: Pull complete [2021-01-05T16:29:38.822Z] 0ef7d3d256c8: Pull complete [2021-01-05T16:29:39.403Z] de9db76c5a1d: Pull complete [2021-01-05T16:29:39.986Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T16:29:39.986Z] a35cf1a2eb13: Download complete [2021-01-05T16:29:40.568Z] bca2f99d35d6: Verifying Checksum [2021-01-05T16:29:40.569Z] bca2f99d35d6: Download complete [2021-01-05T16:29:47.252Z] bca2f99d35d6: Pull complete [2021-01-05T16:29:47.252Z] 93359f2a8cfa: Pull complete [2021-01-05T16:29:47.252Z] 7c6f9722023f: Pull complete [2021-01-05T16:29:47.618Z] Still waiting to schedule task [2021-01-05T16:29:47.618Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-05T16:29:51.518Z] a35cf1a2eb13: Pull complete [2021-01-05T16:29:51.518Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T16:29:51.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T16:29:51.518Z] ---> a62c8e92a672 [2021-01-05T16:29:51.518Z] 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-01-05T16:29:51.518Z] ---> Running in adac1f829a30 [2021-01-05T16:29:51.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:29:52.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:29:52.956Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T16:29:52.956Z] (2/12) Installing file (5.38-r0) [2021-01-05T16:29:53.219Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T16:29:53.219Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T16:29:56.541Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T16:29:56.541Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T16:29:56.541Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T16:29:56.541Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T16:29:56.805Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T16:29:56.805Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T16:29:57.068Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T16:29:57.068Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T16:29:57.068Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:29:57.068Z] OK: 233 MiB in 51 packages [2021-01-05T16:30:01.327Z] Removing intermediate container adac1f829a30 [2021-01-05T16:30:01.327Z] ---> 55f921f3725c [2021-01-05T16:30:01.327Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T16:30:01.327Z] ---> Running in 8bb1a2c5064b [2021-01-05T16:30:01.327Z] Removing intermediate container 8bb1a2c5064b [2021-01-05T16:30:01.327Z] ---> 4cb59f0397c7 [2021-01-05T16:30:01.327Z] Step 5/6 : COPY go.mod . [2021-01-05T16:30:01.601Z] ---> 716c4944fee0 [2021-01-05T16:30:01.601Z] Step 6/6 : RUN go mod download [2021-01-05T16:30:01.601Z] ---> Running in 54c7d5f1434d [2021-01-05T16:30:23.644Z] Removing intermediate container 54c7d5f1434d [2021-01-05T16:30:23.644Z] ---> 95091026afed [2021-01-05T16:30:23.644Z] Successfully built 95091026afed [2021-01-05T16:30:23.644Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:30:24.048Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T16:30:24.048Z] . [Pipeline] withDockerContainer [2021-01-05T16:30:24.162Z] prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container [2021-01-05T16:30:24.248Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T16:30:25.158Z] $ docker top a4c91765a1e6b32f0ca67611e6a7eba39fe70666dad50ef3d6352cbcf49099ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T16:30:25.719Z] + go version [2021-01-05T16:30:25.719Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T16:30:25.734Z] $ docker stop --time=1 a4c91765a1e6b32f0ca67611e6a7eba39fe70666dad50ef3d6352cbcf49099ab [2021-01-05T16:30:27.092Z] $ docker rm -f a4c91765a1e6b32f0ca67611e6a7eba39fe70666dad50ef3d6352cbcf49099ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:30:27.960Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T16:30:27.960Z] . [Pipeline] withDockerContainer [2021-01-05T16:30:28.066Z] prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container [2021-01-05T16:30:28.121Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T16:30:28.960Z] $ docker top bec166d7e6f62b609dd035c5be2e9a7b1abf51534cf650d48aea1077597800ce -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T16:30:29.221Z] ========================================================= [2021-01-05T16:30:29.221Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T16:30:29.221Z] ========================================================= [Pipeline] sh [2021-01-05T16:30:29.536Z] + make test [2021-01-05T16:30:29.536Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T16:30:39.672Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T16:30:54.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T16:30:59.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T16:30:59.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T16:30:59.593Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T16:30:59.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T16:30:59.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T16:30:59.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T16:31:00.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T16:31:00.717Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T16:31:00.987Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T16:31:03.577Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T16:31:03.577Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T16:31:03.577Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T16:31:05.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements [2021-01-05T16:31:05.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T16:31:05.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T16:31:05.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T16:31:05.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T16:31:05.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T16:31:09.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.156s coverage: 27.0% of statements [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T16:31:09.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T16:31:09.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T16:31:09.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.434s coverage: 77.8% of statements [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T16:31:09.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.148s coverage: 82.4% of statements [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T16:31:09.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T16:31:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.350s coverage: 28.6% of statements [2021-01-05T16:31:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T16:31:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T16:31:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T16:31:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T16:31:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T16:31:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2021-01-05T16:31:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T16:31:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2021-01-05T16:31:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T16:31:11.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-01-05T16:31:11.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T16:31:11.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-01-05T16:31:11.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T16:31:12.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2021-01-05T16:31:12.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T16:31:12.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T16:31:12.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T16:31:12.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T16:31:14.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.308s coverage: 93.8% of statements [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T16:31:14.062Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T16:31:14.062Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T16:31:14.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T16:31:14.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-05T16:31:14.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T16:31:14.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-01-05T16:31:14.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-01-05T16:31:14.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements [2021-01-05T16:31:15.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements [2021-01-05T16:31:15.300Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T16:31:15.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements [2021-01-05T16:31:15.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T16:31:15.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T16:31:15.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-01-05T16:31:15.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2021-01-05T16:31:15.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-01-05T16:31:15.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-01-05T16:31:16.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-01-05T16:31:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.350s coverage: 55.9% of statements [2021-01-05T16:31:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T16:31:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T16:31:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T16:31:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T16:31:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T16:31:17.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements [2021-01-05T16:31:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T16:31:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T16:31:17.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.0% of statements [2021-01-05T16:31:17.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2021-01-05T16:31:19.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.122s coverage: 47.1% of statements [2021-01-05T16:31:19.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T16:31:19.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T16:31:19.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T16:31:19.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T16:31:19.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T16:31:19.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-01-05T16:31:19.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T16:31:19.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-05T16:31:19.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T16:31:20.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.729s coverage: 29.1% of statements [2021-01-05T16:31:20.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T16:31:20.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T16:31:20.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T16:31:20.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T16:31:20.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T16:31:20.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T16:31:20.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T16:31:20.926Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T16:31:20.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T16:31:20.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T16:31:20.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T16:31:21.514Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-01-05T16:31:21.514Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-05T16:31:21.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-05T16:31:22.041Z] GO111MODULE=on go vet ./... [2021-01-05T16:31:40.730Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18519 in /w/workspace/edgexfoundry_edgex-go_PR-2984 [Pipeline] { [Pipeline] ws [2021-01-05T16:31:40.800Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-05T16:31:44.149Z] gofmt -l . [2021-01-05T16:31:44.150Z] [ "`gofmt -l .`" = "" ] [2021-01-05T16:31:44.414Z] ./bin/test-go-mod-tidy.sh [2021-01-05T16:31:44.993Z] ./bin/test-attribution-txt.sh [2021-01-05T16:31:45.946Z] using credential edgex-jenkins-ssh [2021-01-05T16:31:46.016Z] Cloning the remote Git repository [Pipeline] sh [2021-01-05T16:31:47.008Z] + ls -al . [2021-01-05T16:31:47.008Z] total 640 [2021-01-05T16:31:47.008Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 16:31 . [2021-01-05T16:31:47.008Z] drwxr-xr-x 4 root root 28 Jan 5 16:30 .. [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 16:28 .dockerignore [2021-01-05T16:31:47.008Z] drwxrwxr-x 8 1001 1001 179 Jan 5 16:28 .git [2021-01-05T16:31:47.008Z] drwxrwxr-x 3 1001 1001 125 Jan 5 16:28 .github [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 16:28 .gitignore [2021-01-05T16:31:47.008Z] drwx------ 3 1001 1001 47 Jan 5 16:29 .semver [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 16:28 .sonarcloud.properties [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 16:28 CONTRIBUTING.md [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 16:28 Dockerfile.build [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 16:28 Jenkinsfile [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 16:28 LICENSE [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 16:28 Makefile [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 16:28 README.md [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 16:28 SECURITY.md [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 16:29 VERSION [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 16:28 ZMQWindows.md [2021-01-05T16:31:47.008Z] drwxrwxr-x 2 1001 1001 117 Jan 5 16:28 bin [2021-01-05T16:31:47.008Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 16:28 cmd [2021-01-05T16:31:47.008Z] -rw-r--r-- 1 root root 541590 Jan 5 16:31 coverage.out [2021-01-05T16:31:47.008Z] -rw-r--r-- 1 root root 979 Jan 5 16:31 go.mod [2021-01-05T16:31:47.008Z] -rw-r--r-- 1 root root 18934 Jan 5 16:31 go.sum [2021-01-05T16:31:47.008Z] drwxrwxr-x 8 1001 1001 127 Jan 5 16:28 internal [2021-01-05T16:31:47.008Z] drwxrwxr-x 4 1001 1001 26 Jan 5 16:28 openapi [2021-01-05T16:31:47.008Z] drwxrwxr-x 4 1001 1001 71 Jan 5 16:28 snap [2021-01-05T16:31:47.008Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 16:28 version.go [Pipeline] sh [2021-01-05T16:31:46.090Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T16:31:46.200Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-05T16:31:46.287Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T16:31:46.288Z] > git --version # timeout=10 [2021-01-05T16:31:46.310Z] > git --version # 'git version 2.17.1' [2021-01-05T16:31:46.312Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T16:31:46.362Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T16:31:47.308Z] + '[' -e coverage.out ] [2021-01-05T16:31:47.308Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T16:31:47.543Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T16:31:47.841Z] + make build [2021-01-05T16:31:47.842Z] 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-01-05T16:31:50.402Z] 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-01-05T16:31:58.636Z] 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-01-05T16:31:58.901Z] 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-01-05T16:32:00.303Z] 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-01-05T16:32:00.571Z] 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-01-05T16:32:01.986Z] 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-01-05T16:32:01.862Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T16:32:01.880Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T16:32:01.915Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T16:32:01.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T16:32:01.947Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T16:32:01.960Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2984/head:refs/remotes/origin/PR-2984 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T16:32:03.230Z] Merging remotes/origin/master commit b1ee81e4e3b6c158e7d4e70852c35341297a1b11 into PR head commit b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:32:03.388Z] 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-01-05T16:32:03.658Z] Merge succeeded, producing b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:32:03.659Z] Checking out Revision b9cc290b6210ab1e9695c8ace6fb791405ff5c1d (PR-2984) [2021-01-05T16:32:04.354Z] 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-01-05T16:32:03.254Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T16:32:03.274Z] > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 [2021-01-05T16:32:03.577Z] > git remote # timeout=10 [2021-01-05T16:32:03.597Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T16:32:03.613Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T16:32:03.624Z] > git merge b1ee81e4e3b6c158e7d4e70852c35341297a1b11 # timeout=10 [2021-01-05T16:32:03.650Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T16:32:03.669Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T16:32:03.680Z] > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 [2021-01-05T16:32:05.767Z] 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-01-05T16:32:06.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T16:32:07.691Z] 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-01-05T16:32:08.141Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.4" [Pipeline] } [2021-01-05T16:32:08.662Z] $ docker stop --time=1 bec166d7e6f62b609dd035c5be2e9a7b1abf51534cf650d48aea1077597800ce [2021-01-05T16:32:10.470Z] $ docker rm -f bec166d7e6f62b609dd035c5be2e9a7b1abf51534cf650d48aea1077597800ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T16:32:14.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T16:32:14.571Z] [2021-01-05T16:32:14.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:32:15.271Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-05T16:32:15.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T16:32:15.358Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T16:32:15.358Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T16:32:15.358Z] ca9280d653b3: Pulling fs layer [2021-01-05T16:32:15.358Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-01-05T16:32:15.697Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T16:32:15.959Z] cbdbe7a5bc2a: Download complete [2021-01-05T16:32:16.047Z] + sudo service docker restart [2021-01-05T16:32:16.047Z] + true [2021-01-05T16:32:16.540Z] ca9280d653b3: Verifying Checksum [2021-01-05T16:32:16.541Z] ca9280d653b3: Download complete [2021-01-05T16:32:16.541Z] cbdbe7a5bc2a: Pull complete [2021-01-05T16:32:17.513Z] 7e9c9ca2126c: Verifying Checksum [2021-01-05T16:32:17.513Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [2021-01-05T16:32:18.092Z] ca9280d653b3: Pull complete [Pipeline] wrap [2021-01-05T16:32:18.109Z] provisioning config files... [2021-01-05T16:32:18.159Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6859555859423572675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:32:18.592Z] ---> docker-login.sh [2021-01-05T16:32:18.592Z] nexus3.edgexfoundry.org:10001 [2021-01-05T16:32:19.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:32:19.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:32:19.869Z] Configure a credential helper to remove this warning. See [2021-01-05T16:32:19.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:32:19.869Z] [2021-01-05T16:32:19.869Z] Login Succeeded [2021-01-05T16:32:19.869Z] nexus3.edgexfoundry.org:10002 [2021-01-05T16:32:20.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:32:20.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:32:20.465Z] Configure a credential helper to remove this warning. See [2021-01-05T16:32:20.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:32:20.465Z] [2021-01-05T16:32:20.465Z] Login Succeeded [2021-01-05T16:32:20.465Z] nexus3.edgexfoundry.org:10003 [2021-01-05T16:32:20.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:32:21.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:32:21.032Z] Configure a credential helper to remove this warning. See [2021-01-05T16:32:21.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:32:21.032Z] [2021-01-05T16:32:21.032Z] Login Succeeded [2021-01-05T16:32:21.032Z] nexus3.edgexfoundry.org:10004 [2021-01-05T16:32:21.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:32:21.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:32:21.577Z] Configure a credential helper to remove this warning. See [2021-01-05T16:32:21.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:32:21.577Z] [2021-01-05T16:32:21.577Z] Login Succeeded [2021-01-05T16:32:21.577Z] docker.io [2021-01-05T16:32:21.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T16:32:22.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T16:32:22.443Z] Configure a credential helper to remove this warning. See [2021-01-05T16:32:22.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T16:32:22.443Z] [2021-01-05T16:32:22.443Z] Login Succeeded [2021-01-05T16:32:22.443Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T16:32:22.459Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T16:32:22.879Z] ========================================================= [2021-01-05T16:32:22.879Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T16:32:22.879Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:32:23.261Z] + 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-01-05T16:32:24.758Z] 7e9c9ca2126c: Pull complete [2021-01-05T16:32:24.758Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T16:32:24.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T16:32:24.758Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T16:32:24.899Z] prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container [2021-01-05T16:32:24.950Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T16:32:25.909Z] Sending build context to Docker daemon 165.4MB [2021-01-05T16:32:25.910Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T16:32:25.910Z] Step 2/6 : FROM ${BASE} [2021-01-05T16:32:25.910Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T16:32:25.910Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T16:32:25.910Z] a4357932f1b6: Pulling fs layer [2021-01-05T16:32:25.910Z] 18c013af1878: Pulling fs layer [2021-01-05T16:32:25.910Z] 00ac8860ef70: Pulling fs layer [2021-01-05T16:32:25.910Z] 63d7cb157983: Pulling fs layer [2021-01-05T16:32:25.910Z] b116817d02f9: Pulling fs layer [2021-01-05T16:32:25.910Z] 745a02a5169b: Pulling fs layer [2021-01-05T16:32:25.910Z] 00ac8860ef70: Waiting [2021-01-05T16:32:25.910Z] 63d7cb157983: Waiting [2021-01-05T16:32:25.910Z] b116817d02f9: Waiting [2021-01-05T16:32:25.910Z] 745a02a5169b: Waiting [2021-01-05T16:32:25.910Z] 18c013af1878: Download complete [2021-01-05T16:32:25.910Z] a4357932f1b6: Verifying Checksum [2021-01-05T16:32:25.910Z] a4357932f1b6: Download complete [2021-01-05T16:32:25.910Z] 63d7cb157983: Verifying Checksum [2021-01-05T16:32:25.910Z] 63d7cb157983: Download complete [2021-01-05T16:32:25.910Z] b116817d02f9: Verifying Checksum [2021-01-05T16:32:25.910Z] b116817d02f9: Download complete [2021-01-05T16:32:25.910Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T16:32:25.910Z] 5f621e34cdf4: Download complete [2021-01-05T16:32:26.184Z] 5f621e34cdf4: Pull complete [2021-01-05T16:32:26.802Z] a4357932f1b6: Pull complete [2021-01-05T16:32:27.080Z] 18c013af1878: Pull complete [2021-01-05T16:32:27.914Z] $ docker top 4043091de750dc97e4c6e4d049e0869eab1cec30c5c342cbc401a7d1bdcb60a0 -eo pid,comm [2021-01-05T16:32:28.055Z] 745a02a5169b: Verifying Checksum [2021-01-05T16:32:28.055Z] 745a02a5169b: Download complete [Pipeline] { [Pipeline] sh [2021-01-05T16:32:28.561Z] + docker-compose build --help [2021-01-05T16:32:28.561Z] + grep parallel [2021-01-05T16:32:29.026Z] 00ac8860ef70: Verifying Checksum [2021-01-05T16:32:29.026Z] 00ac8860ef70: Download complete [2021-01-05T16:32:29.560Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T16:32:29.582Z] $ docker stop --time=1 4043091de750dc97e4c6e4d049e0869eab1cec30c5c342cbc401a7d1bdcb60a0 [2021-01-05T16:32:30.962Z] $ docker rm -f 4043091de750dc97e4c6e4d049e0869eab1cec30c5c342cbc401a7d1bdcb60a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:32:31.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T16:32:31.610Z] . [Pipeline] withDockerContainer [2021-01-05T16:32:31.724Z] prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container [2021-01-05T16:32:31.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T16:32:32.535Z] $ docker top dd8f3b34105f506b8af3f5d89388531ff0823faefc21aef613e833ba5153ce72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T16:32:33.036Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T16:32:33.981Z] Building docker-core-command-go ... [2021-01-05T16:32:33.981Z] Building docker-core-data-go ... [2021-01-05T16:32:33.981Z] Building docker-core-metadata-go ... [2021-01-05T16:32:33.981Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T16:32:33.981Z] Building docker-security-proxy-setup-go ... [2021-01-05T16:32:33.981Z] Building docker-security-secretstore-setup-go ... [2021-01-05T16:32:33.981Z] Building docker-support-notifications-go ... [2021-01-05T16:32:33.981Z] Building docker-support-scheduler-go ... [2021-01-05T16:32:33.981Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T16:32:33.981Z] Building docker-support-notifications-go [2021-01-05T16:32:33.981Z] Building docker-sys-mgmt-agent-go [2021-01-05T16:32:33.981Z] Building docker-security-bootstrap-redis-go [2021-01-05T16:32:33.981Z] Building docker-security-secretstore-setup-go [2021-01-05T16:32:33.981Z] Building docker-core-command-go [2021-01-05T16:32:39.189Z] 00ac8860ef70: Pull complete [2021-01-05T16:32:39.189Z] 63d7cb157983: Pull complete [2021-01-05T16:32:39.463Z] b116817d02f9: Pull complete [2021-01-05T16:32:43.794Z] 745a02a5169b: Pull complete [2021-01-05T16:32:43.794Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T16:32:43.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T16:32:43.794Z] ---> b7e6874047d6 [2021-01-05T16:32:43.794Z] 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-01-05T16:32:47.188Z] ---> Running in 47ffab61a6c1 [2021-01-05T16:32:48.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:32:48.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:32:49.744Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T16:32:49.744Z] (2/12) Installing file (5.38-r0) [2021-01-05T16:32:49.744Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T16:32:50.015Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T16:32:55.395Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T16:32:55.664Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T16:32:55.665Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T16:32:55.665Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T16:32:55.935Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T16:32:55.935Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T16:32:56.210Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T16:32:56.210Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T16:32:56.210Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:32:56.210Z] OK: 217 MiB in 51 packages [2021-01-05T16:33:00.514Z] Removing intermediate container 47ffab61a6c1 [2021-01-05T16:33:00.515Z] ---> 2256f7e37ee9 [2021-01-05T16:33:00.515Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T16:33:00.515Z] ---> Running in ff199d86cb04 [2021-01-05T16:33:01.108Z] Removing intermediate container ff199d86cb04 [2021-01-05T16:33:01.108Z] ---> 709bb093d919 [2021-01-05T16:33:01.108Z] Step 5/6 : COPY go.mod . [2021-01-05T16:33:01.734Z] ---> b101a74dd785 [2021-01-05T16:33:01.734Z] Step 6/6 : RUN go mod download [2021-01-05T16:33:02.011Z] ---> Running in 7a06486d4b0f [2021-01-05T16:33:06.196Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:33:06.196Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:33:06.196Z] ---> 95091026afed [2021-01-05T16:33:06.196Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T16:33:06.196Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:33:06.196Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:33:06.196Z] ---> 95091026afed [2021-01-05T16:33:06.196Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T16:33:06.196Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:33:06.196Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:33:06.196Z] ---> 95091026afed [2021-01-05T16:33:06.196Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T16:33:06.196Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:33:06.196Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:33:06.196Z] ---> 95091026afed [2021-01-05T16:33:06.196Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T16:33:06.196Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:33:06.196Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:33:06.196Z] ---> 95091026afed [2021-01-05T16:33:06.196Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T16:33:06.196Z] ---> Running in 4bcdd40013d0 [2021-01-05T16:33:06.196Z] ---> Running in 4bd43f7cfa08 [2021-01-05T16:33:06.196Z] ---> Running in 0b874018334e [2021-01-05T16:33:06.196Z] ---> Running in 167c5ed8d7cd [2021-01-05T16:33:06.196Z] ---> Running in 05552f50de17 [2021-01-05T16:33:06.196Z] Removing intermediate container 0b874018334e [2021-01-05T16:33:06.196Z] ---> 67dfa4e3fc42 [2021-01-05T16:33:06.196Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:33:06.196Z] Removing intermediate container 4bcdd40013d0 [2021-01-05T16:33:06.196Z] ---> 0a66a96b0d18 [2021-01-05T16:33:06.196Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:33:06.196Z] Removing intermediate container 05552f50de17 [2021-01-05T16:33:06.196Z] ---> bffca2e43426 [2021-01-05T16:33:06.196Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:33:06.196Z] Removing intermediate container 4bd43f7cfa08 [2021-01-05T16:33:06.196Z] ---> 62850511859d [2021-01-05T16:33:06.196Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:33:06.196Z] Removing intermediate container 167c5ed8d7cd [2021-01-05T16:33:06.196Z] ---> 8d0c59a28237 [2021-01-05T16:33:06.196Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:33:06.196Z] ---> Running in 1e52d3a4354c [2021-01-05T16:33:06.196Z] ---> Running in 55b952ace1e3 [2021-01-05T16:33:06.196Z] ---> Running in a918a9dd7cb4 [2021-01-05T16:33:06.196Z] ---> Running in 4fbf6e3f0ee8 [2021-01-05T16:33:06.196Z] ---> Running in 092a700177d4 [2021-01-05T16:33:08.152Z] Removing intermediate container 55b952ace1e3 [2021-01-05T16:33:08.152Z] ---> da81186203a5 [2021-01-05T16:33:08.152Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T16:33:08.152Z] Removing intermediate container 1e52d3a4354c [2021-01-05T16:33:08.152Z] ---> 4e49cb1cde7e [2021-01-05T16:33:08.152Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T16:33:08.152Z] Removing intermediate container a918a9dd7cb4 [2021-01-05T16:33:08.152Z] ---> 40fa5aa130da [2021-01-05T16:33:08.152Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T16:33:08.152Z] ---> Running in b7ad2948f62e [2021-01-05T16:33:08.152Z] ---> Running in 2acdf947ab01 [2021-01-05T16:33:08.152Z] ---> Running in e72e4700d673 [2021-01-05T16:33:08.416Z] Removing intermediate container 4fbf6e3f0ee8 [2021-01-05T16:33:08.416Z] ---> 609fcbfbcf19 [2021-01-05T16:33:08.416Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T16:33:08.416Z] Removing intermediate container 092a700177d4 [2021-01-05T16:33:08.416Z] ---> d08338f38e26 [2021-01-05T16:33:08.416Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T16:33:08.679Z] ---> Running in b9623f91b49c [2021-01-05T16:33:08.679Z] ---> Running in 01606de68a39 [2021-01-05T16:33:09.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:09.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:09.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:09.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:09.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:09.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:10.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:10.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:10.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:10.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:33:10.321Z] OK: 233 MiB in 51 packages [2021-01-05T16:33:10.600Z] OK: 233 MiB in 51 packages [2021-01-05T16:33:10.872Z] OK: 233 MiB in 51 packages [2021-01-05T16:33:10.872Z] OK: 233 MiB in 51 packages [2021-01-05T16:33:10.872Z] OK: 233 MiB in 51 packages [2021-01-05T16:33:11.151Z] Removing intermediate container b7ad2948f62e [2021-01-05T16:33:11.151Z] ---> fd5de62e1c4b [2021-01-05T16:33:11.151Z] Step 6/22 : COPY go.mod . [2021-01-05T16:33:11.422Z] Removing intermediate container e72e4700d673 [2021-01-05T16:33:11.422Z] ---> 0f759b984939 [2021-01-05T16:33:11.422Z] Step 6/24 : COPY go.mod . [2021-01-05T16:33:11.691Z] ---> e4228f2abb2a [2021-01-05T16:33:11.691Z] Step 7/22 : RUN go mod download [2021-01-05T16:33:11.691Z] Removing intermediate container b9623f91b49c [2021-01-05T16:33:11.691Z] ---> a082d127c145 [2021-01-05T16:33:11.691Z] Step 6/22 : COPY go.mod . [2021-01-05T16:33:11.691Z] ---> Running in e2dabe439813 [2021-01-05T16:33:11.960Z] ---> 4b4e04096ad1 [2021-01-05T16:33:11.960Z] Step 7/24 : RUN go mod download [2021-01-05T16:33:11.960Z] Removing intermediate container 01606de68a39 [2021-01-05T16:33:11.960Z] ---> faa53879ba64 [2021-01-05T16:33:11.960Z] Step 6/26 : COPY go.mod . [2021-01-05T16:33:11.960Z] Removing intermediate container 2acdf947ab01 [2021-01-05T16:33:11.960Z] ---> a4915229eb1f [2021-01-05T16:33:11.960Z] Step 6/24 : COPY go.mod . [2021-01-05T16:33:12.224Z] ---> Running in a45a315ad412 [2021-01-05T16:33:12.224Z] ---> e04a7e33d571 [2021-01-05T16:33:12.224Z] Step 7/22 : RUN go mod download [2021-01-05T16:33:12.489Z] ---> 5222c3c5c54b [2021-01-05T16:33:12.489Z] Step 7/26 : RUN go mod download [2021-01-05T16:33:12.489Z] ---> Running in 0a36cbe9784d [2021-01-05T16:33:12.489Z] ---> 83dc4cf5316f [2021-01-05T16:33:12.489Z] Step 7/24 : RUN go mod download [2021-01-05T16:33:12.489Z] ---> Running in 0658897705db [2021-01-05T16:33:12.752Z] ---> Running in 78d1b56b2b29 [2021-01-05T16:33:14.712Z] Removing intermediate container e2dabe439813 [2021-01-05T16:33:14.712Z] ---> 231d35aa5994 [2021-01-05T16:33:14.712Z] Step 8/22 : COPY . . [2021-01-05T16:33:14.712Z] Removing intermediate container a45a315ad412 [2021-01-05T16:33:14.712Z] ---> 6ca372529938 [2021-01-05T16:33:14.712Z] Step 8/24 : COPY . . [2021-01-05T16:33:14.986Z] Removing intermediate container 0a36cbe9784d [2021-01-05T16:33:14.986Z] ---> f6deab34297b [2021-01-05T16:33:14.986Z] Step 8/22 : COPY . . [2021-01-05T16:33:19.233Z] Removing intermediate container 0658897705db [2021-01-05T16:33:19.233Z] ---> 004d972f48df [2021-01-05T16:33:19.233Z] Step 8/26 : COPY . . [2021-01-05T16:33:20.641Z] Removing intermediate container 78d1b56b2b29 [2021-01-05T16:33:20.641Z] ---> 8cefa88d121e [2021-01-05T16:33:20.641Z] Step 8/24 : COPY . . [2021-01-05T16:33:28.929Z] Removing intermediate container 7a06486d4b0f [2021-01-05T16:33:28.929Z] ---> 13c3fccbfbeb [2021-01-05T16:33:28.929Z] Successfully built 13c3fccbfbeb [2021-01-05T16:33:28.929Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:33:29.270Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T16:33:29.271Z] . [Pipeline] withDockerContainer [2021-01-05T16:33:29.495Z] prd-ubuntu18.04-docker-arm64-4c-16g-18519 does not seem to be running inside a container [2021-01-05T16:33:29.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T16:33:30.900Z] $ docker top 72353bee328904e84ec639804d03e773b466fc7f2938e8f7f85441246c42fe62 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T16:33:31.981Z] + go version [2021-01-05T16:33:31.981Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T16:33:32.012Z] $ docker stop --time=1 72353bee328904e84ec639804d03e773b466fc7f2938e8f7f85441246c42fe62 [2021-01-05T16:33:33.991Z] $ docker rm -f 72353bee328904e84ec639804d03e773b466fc7f2938e8f7f85441246c42fe62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:33:35.117Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T16:33:35.118Z] . [Pipeline] withDockerContainer [2021-01-05T16:33:35.387Z] prd-ubuntu18.04-docker-arm64-4c-16g-18519 does not seem to be running inside a container [2021-01-05T16:33:35.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T16:33:36.901Z] $ docker top 7d8facb04a22ed4e1ec2d05476b02dd3a777b9e1636688f2b45688bc2d3c5f72 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T16:33:37.285Z] ========================================================= [2021-01-05T16:33:37.285Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T16:33:37.285Z] ========================================================= [Pipeline] sh [2021-01-05T16:33:37.932Z] + make test [2021-01-05T16:33:37.932Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T16:33:59.609Z] ---> a1ff02f689ce [2021-01-05T16:33:59.609Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T16:33:59.609Z] ---> Running in bb9f003bc3ed [2021-01-05T16:33:59.609Z] ---> 04bf9f631acb [2021-01-05T16:33:59.609Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T16:33:59.609Z] ---> 5cf637736ce2 [2021-01-05T16:33:59.609Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T16:33:59.609Z] ---> f1cd38504f57 [2021-01-05T16:33:59.609Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T16:33:59.609Z] ---> 60d5410c413d [2021-01-05T16:33:59.609Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T16:33:59.609Z] ---> Running in 2262470284c3 [2021-01-05T16:33:59.609Z] ---> Running in 504e0f818e2f [2021-01-05T16:33:59.609Z] ---> Running in f56587f59e84 [2021-01-05T16:33:59.610Z] ---> Running in b350784eb69a [2021-01-05T16:33:59.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T16:33:59.610Z] 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-01-05T16:33:59.610Z] 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-01-05T16:33:59.610Z] 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-01-05T16:33:59.610Z] 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-01-05T16:34:00.117Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T16:34:26.343Z] 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-01-05T16:34:30.576Z] Removing intermediate container bb9f003bc3ed [2021-01-05T16:34:30.576Z] ---> 6053f9867443 [2021-01-05T16:34:30.576Z] [2021-01-05T16:34:30.576Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T16:34:30.576Z] Removing intermediate container f56587f59e84 [2021-01-05T16:34:30.576Z] ---> 4a5f6b954196 [2021-01-05T16:34:30.576Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T16:34:30.576Z] Removing intermediate container 2262470284c3 [2021-01-05T16:34:30.576Z] ---> 731fe9fb562f [2021-01-05T16:34:30.576Z] [2021-01-05T16:34:30.576Z] Step 10/24 : FROM scratch [2021-01-05T16:34:30.576Z] ---> [2021-01-05T16:34:30.576Z] Removing intermediate container b350784eb69a [2021-01-05T16:34:30.576Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' ---> 10a152d806ae [2021-01-05T16:34:30.576Z] [2021-01-05T16:34:30.576Z] [2021-01-05T16:34:30.576Z] Step 10/22 : FROM scratch [2021-01-05T16:34:30.576Z] ---> [2021-01-05T16:34:30.576Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T16:34:30.576Z] ---> Running in 7f3feedab953 [2021-01-05T16:34:30.576Z] 3.12: Pulling from library/alpine [2021-01-05T16:34:30.855Z] ---> Running in ccc58c35b96f [2021-01-05T16:34:30.855Z] ---> Running in a5f5db6ae44b [2021-01-05T16:34:30.855Z] Removing intermediate container 504e0f818e2f [2021-01-05T16:34:30.855Z] ---> 8d79bcba7ae1 [2021-01-05T16:34:30.855Z] [2021-01-05T16:34:30.855Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T16:34:30.855Z] 3.12: Pulling from library/alpine [2021-01-05T16:34:31.123Z] Removing intermediate container ccc58c35b96f [2021-01-05T16:34:31.123Z] ---> 53145ac8efdc [2021-01-05T16:34:31.123Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T16:34:31.397Z] Removing intermediate container a5f5db6ae44b [2021-01-05T16:34:31.397Z] ---> dfa8c7121f52 [2021-01-05T16:34:31.397Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T16:34:31.397Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T16:34:31.397Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T16:34:31.397Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T16:34:31.397Z] ---> 389fef711851 [2021-01-05T16:34:31.397Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T16:34:31.397Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T16:34:31.397Z] ---> 389fef711851 [2021-01-05T16:34:31.397Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T16:34:31.397Z] 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-01-05T16:34:31.397Z] ---> Running in 8cd80ed3c355 [2021-01-05T16:34:31.397Z] ---> Running in a3af05da938c [2021-01-05T16:34:31.397Z] ---> Running in cfb400141d6c [2021-01-05T16:34:31.685Z] ---> Running in 06b192b62c10 [2021-01-05T16:34:31.685Z] Removing intermediate container 8cd80ed3c355 [2021-01-05T16:34:31.685Z] ---> c3e7df3d565c [2021-01-05T16:34:31.685Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T16:34:31.948Z] ---> Running in 09a2cb700c14 [2021-01-05T16:34:31.948Z] Removing intermediate container a3af05da938c [2021-01-05T16:34:31.948Z] ---> a671abe3d6f7 [2021-01-05T16:34:31.948Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T16:34:31.948Z] ---> Running in e3d3518714ca [2021-01-05T16:34:32.227Z] Removing intermediate container 09a2cb700c14 [2021-01-05T16:34:32.227Z] ---> fb5a15bf8f59 [2021-01-05T16:34:32.227Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T16:34:32.227Z] Removing intermediate container e3d3518714ca [2021-01-05T16:34:32.227Z] ---> 96f87fa1cb84 [2021-01-05T16:34:32.227Z] Step 14/22 : WORKDIR / [2021-01-05T16:34:32.493Z] ---> Running in 6e0ab42862eb [2021-01-05T16:34:32.757Z] ---> 85f11547dbdb [2021-01-05T16:34:32.757Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T16:34:32.757Z] Removing intermediate container 6e0ab42862eb [2021-01-05T16:34:32.757Z] ---> 7182f9c1d61a [2021-01-05T16:34:32.757Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T16:34:32.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:34:32.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:34:32.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:34:32.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:34:33.019Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T16:34:33.019Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T16:34:33.019Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T16:34:33.283Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T16:34:33.283Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T16:34:33.283Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T16:34:33.283Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T16:34:33.283Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T16:34:33.283Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:34:33.283Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T16:34:33.283Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T16:34:33.283Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T16:34:33.283Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:34:33.283Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T16:34:33.283Z] OK: 7 MiB in 19 packages [2021-01-05T16:34:33.283Z] OK: 7 MiB in 19 packages [2021-01-05T16:34:33.861Z] ---> b912dc8cffb7 [2021-01-05T16:34:33.861Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T16:34:33.861Z] Removing intermediate container 7f3feedab953 [2021-01-05T16:34:33.861Z] ---> f7acf34fdcba [2021-01-05T16:34:33.861Z] [2021-01-05T16:34:33.861Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T16:34:33.861Z] ---> 8297c8c15a19 [2021-01-05T16:34:33.861Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T16:34:33.861Z] 20.10.0: Pulling from library/docker [2021-01-05T16:34:35.803Z] ---> ef3318e3fc78 [2021-01-05T16:34:35.803Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T16:34:36.067Z] Removing intermediate container cfb400141d6c [2021-01-05T16:34:36.067Z] ---> 30f030f7bce0 [2021-01-05T16:34:36.067Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T16:34:36.067Z] ---> 7e62204a7c97 [2021-01-05T16:34:36.067Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T16:34:36.067Z] Removing intermediate container 06b192b62c10 [2021-01-05T16:34:36.067Z] ---> 5a7164c6900d [2021-01-05T16:34:36.067Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T16:34:36.330Z] ---> 8c5b343672c4 [2021-01-05T16:34:36.330Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T16:34:36.330Z] ---> Running in 0367e4db81aa [2021-01-05T16:34:36.907Z] ---> Running in 7199d23ff1bf [2021-01-05T16:34:37.174Z] ---> bea97b19ca7f [2021-01-05T16:34:37.174Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T16:34:37.174Z] ---> aaa6d73231b0 [2021-01-05T16:34:37.174Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T16:34:37.438Z] Removing intermediate container 0367e4db81aa [2021-01-05T16:34:37.438Z] ---> 0dddb298d84d [2021-01-05T16:34:37.438Z] Step 13/22 : WORKDIR / [2021-01-05T16:34:37.438Z] Removing intermediate container 7199d23ff1bf [2021-01-05T16:34:37.438Z] ---> ebdb88125560 [2021-01-05T16:34:37.438Z] Step 13/24 : WORKDIR / [2021-01-05T16:34:37.438Z] ---> Running in 603df7f30444 [2021-01-05T16:34:37.710Z] ---> Running in f4c0bcc21ba6 [2021-01-05T16:34:37.710Z] ---> Running in 3d7c8eb16846 [2021-01-05T16:34:37.710Z] ---> 0a1007dc26fc [2021-01-05T16:34:37.710Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T16:34:37.972Z] Removing intermediate container 603df7f30444 [2021-01-05T16:34:37.972Z] ---> 61354f069833 [2021-01-05T16:34:37.972Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:34:37.972Z] ---> Running in 191193bdd0a0 [2021-01-05T16:34:38.239Z] Removing intermediate container 3d7c8eb16846 [2021-01-05T16:34:38.239Z] ---> f9b97304d717 [2021-01-05T16:34:38.239Z] 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-01-05T16:34:38.239Z] ---> Running in cf72213acc1c [2021-01-05T16:34:38.239Z] Removing intermediate container f4c0bcc21ba6 [2021-01-05T16:34:38.239Z] ---> de8346177970 [2021-01-05T16:34:38.239Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T16:34:38.513Z] Removing intermediate container 191193bdd0a0 [2021-01-05T16:34:38.513Z] ---> 7aaec6f6a2a0 [2021-01-05T16:34:38.513Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:34:38.513Z] ---> Running in 91c520f3ec9b [2021-01-05T16:34:38.513Z] Removing intermediate container cf72213acc1c [2021-01-05T16:34:38.513Z] ---> 5c1fd46e3113 [2021-01-05T16:34:38.513Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T16:34:38.786Z] ---> a471f81a3cda [2021-01-05T16:34:38.786Z] 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-01-05T16:34:38.786Z] ---> 0649d344eb43 [2021-01-05T16:34:38.786Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T16:34:38.786Z] ---> Running in d5097025dd21 [2021-01-05T16:34:39.052Z] Removing intermediate container 91c520f3ec9b [2021-01-05T16:34:39.052Z] ---> bbe5db842d50 [2021-01-05T16:34:39.052Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T16:34:39.052Z] ---> Running in 9896e9af4ec0 [2021-01-05T16:34:39.129Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T16:34:39.317Z] Removing intermediate container d5097025dd21 [2021-01-05T16:34:39.317Z] ---> cfe0080a30d1 [2021-01-05T16:34:39.317Z] Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:34:39.317Z] ---> d1f8b45dc61c [2021-01-05T16:34:39.317Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T16:34:39.317Z] ---> Running in 534ef71d353c [2021-01-05T16:34:39.582Z] Removing intermediate container 9896e9af4ec0 [2021-01-05T16:34:39.582Z] ---> 15caf2e3c8a6 [2021-01-05T16:34:39.582Z] Step 23/24 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:34:39.582Z] ---> f3882c68308e [2021-01-05T16:34:39.582Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T16:34:39.582Z] ---> Running in fde50da518d4 [2021-01-05T16:34:39.582Z] ---> 3dc7a222df2a [2021-01-05T16:34:39.582Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T16:34:39.847Z] Removing intermediate container 534ef71d353c [2021-01-05T16:34:39.847Z] ---> 6bb5dd21403b [2021-01-05T16:34:39.847Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T16:34:39.847Z] ---> Running in 8f105d525148 [2021-01-05T16:34:40.120Z] Removing intermediate container fde50da518d4 [2021-01-05T16:34:40.120Z] ---> 2655337f0139 [2021-01-05T16:34:40.120Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T16:34:40.120Z] ---> 95e743f469f3 [2021-01-05T16:34:40.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T16:34:40.120Z] ---> Running in fd4b4b12d144 [2021-01-05T16:34:40.120Z] Removing intermediate container 8f105d525148 [2021-01-05T16:34:40.120Z] ---> 7ee5e8ca5998 [2021-01-05T16:34:40.120Z] [2021-01-05T16:34:40.390Z] ---> 51cfddfd9bd1 [2021-01-05T16:34:40.390Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T16:34:40.971Z] Successfully built 7ee5e8ca5998 [2021-01-05T16:34:41.245Z] Successfully tagged docker-core-command-go:latest [2021-01-05T16:34:41.245Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-05T16:34:41.245Z] ---> 333691333fa7 [2021-01-05T16:34:41.245Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T16:34:41.245Z] Removing intermediate container fd4b4b12d144 [2021-01-05T16:34:41.245Z] ---> db297306a9f5 [2021-01-05T16:34:41.245Z] [2021-01-05T16:34:41.245Z] ---> Running in 4eec21d4ec9b [2021-01-05T16:34:41.245Z] ---> adba43363f86 [2021-01-05T16:34:41.245Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T16:34:41.513Z] Successfully built db297306a9f5 [2021-01-05T16:34:41.513Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T16:34:41.513Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-05T16:34:41.777Z] ---> a1ec77e6c941 [2021-01-05T16:34:41.777Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T16:34:41.777Z] ---> Running in e0d69716dd1d [2021-01-05T16:34:42.044Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T16:34:42.044Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T16:34:42.044Z] ---> aefe523efa57 [2021-01-05T16:34:42.044Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T16:34:47.379Z] ---> Running in 50520be19281 [2021-01-05T16:34:48.340Z] Removing intermediate container 4eec21d4ec9b [2021-01-05T16:34:48.340Z] ---> 208f42582f5f [2021-01-05T16:34:48.340Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T16:34:48.917Z] ---> Running in 6c787835fa13 [2021-01-05T16:34:49.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:34:49.202Z] Removing intermediate container e0d69716dd1d [2021-01-05T16:34:49.202Z] ---> 021e84aab699 [2021-01-05T16:34:49.202Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T16:34:49.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:34:49.202Z] Removing intermediate container 6c787835fa13 [2021-01-05T16:34:49.202Z] ---> 25d53dcdeb7e [2021-01-05T16:34:49.202Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T16:34:49.202Z] ---> Running in 0c0210b51089 [2021-01-05T16:34:49.202Z] ---> Running in ffcf70c79b20 [2021-01-05T16:34:49.470Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T16:34:49.470Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T16:34:49.470Z] Executing bash-5.0.17-r0.post-install [2021-01-05T16:34:49.470Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:34:49.470Z] OK: 12 MiB in 22 packages [2021-01-05T16:34:51.623Z] Removing intermediate container 0c0210b51089 [2021-01-05T16:34:51.623Z] ---> 13a1ee858b4d [2021-01-05T16:34:51.623Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T16:34:51.623Z] Removing intermediate container ffcf70c79b20 [2021-01-05T16:34:51.623Z] ---> 8da45d568dfb [2021-01-05T16:34:51.623Z] Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:34:52.678Z] ---> Running in 478e18021582 [2021-01-05T16:34:52.678Z] ---> Running in 3e93e37927eb [2021-01-05T16:34:54.629Z] Removing intermediate container 50520be19281 [2021-01-05T16:34:54.629Z] ---> d7b139a9e63f [2021-01-05T16:34:54.629Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T16:34:54.629Z] Removing intermediate container 3e93e37927eb [2021-01-05T16:34:54.629Z] ---> 736a8856200f [2021-01-05T16:34:54.629Z] Step 23/24 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:34:54.899Z] Removing intermediate container 478e18021582 [2021-01-05T16:34:54.899Z] ---> 7678e5dbc627 [2021-01-05T16:34:54.899Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T16:34:55.482Z] ---> Running in d81122fbe1a6 [2021-01-05T16:34:55.482Z] ---> Running in 93942b8585b0 [2021-01-05T16:34:55.756Z] ---> Running in 02d327791099 [2021-01-05T16:34:56.719Z] Removing intermediate container 02d327791099 [2021-01-05T16:34:56.719Z] ---> 66572686e4e5 [2021-01-05T16:34:56.719Z] [2021-01-05T16:34:56.719Z] Removing intermediate container d81122fbe1a6 [2021-01-05T16:34:56.719Z] ---> 5650ca878711 [2021-01-05T16:34:56.719Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T16:34:56.719Z] Removing intermediate container 93942b8585b0 [2021-01-05T16:34:56.719Z] ---> 6962d947dc3a [2021-01-05T16:34:56.719Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T16:34:57.310Z] Successfully built 66572686e4e5 [2021-01-05T16:34:57.575Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T16:34:57.575Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-05T16:34:58.980Z] ---> Running in 71db2d4bc377 [2021-01-05T16:34:59.943Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:34:59.943Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:34:59.943Z] ---> 95091026afed [2021-01-05T16:34:59.943Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T16:34:59.943Z] ---> Using cache [2021-01-05T16:34:59.943Z] ---> 8d0c59a28237 [2021-01-05T16:34:59.943Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:34:59.943Z] ---> Using cache [2021-01-05T16:34:59.943Z] ---> 609fcbfbcf19 [2021-01-05T16:34:59.943Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T16:34:59.943Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:34:59.943Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:34:59.943Z] ---> 95091026afed [2021-01-05T16:34:59.943Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T16:34:59.943Z] ---> Using cache [2021-01-05T16:34:59.943Z] ---> 8d0c59a28237 [2021-01-05T16:34:59.943Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:34:59.943Z] ---> Using cache [2021-01-05T16:34:59.943Z] ---> 609fcbfbcf19 [2021-01-05T16:34:59.943Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T16:34:59.943Z] ---> Using cache [2021-01-05T16:34:59.943Z] ---> a082d127c145 [2021-01-05T16:34:59.943Z] Step 6/21 : COPY go.mod . [2021-01-05T16:34:59.943Z] ---> Using cache [2021-01-05T16:34:59.943Z] ---> e04a7e33d571 [2021-01-05T16:34:59.943Z] Step 7/21 : RUN go mod download [2021-01-05T16:35:00.206Z] ---> Using cache [2021-01-05T16:35:00.206Z] ---> f6deab34297b [2021-01-05T16:35:00.206Z] Step 8/21 : COPY . . [2021-01-05T16:35:00.206Z] ---> Using cache [2021-01-05T16:35:00.206Z] ---> 60d5410c413d [2021-01-05T16:35:00.206Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T16:35:00.782Z] ---> Running in 31c1c28b4959 [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T16:35:01.330Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T16:35:02.183Z] ---> Running in a0ff793e8ec5 [2021-01-05T16:35:02.183Z] Removing intermediate container 71db2d4bc377 [2021-01-05T16:35:02.183Z] ---> 9d2186fd876e [2021-01-05T16:35:02.183Z] [2021-01-05T16:35:02.183Z] ---> Running in 055609be2510 [2021-01-05T16:35:02.183Z] Successfully built 9d2186fd876e [2021-01-05T16:35:02.757Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T16:35:02.757Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-05T16:35:02.757Z] Removing intermediate container 31c1c28b4959 [2021-01-05T16:35:02.757Z] ---> 7179c6d928ef [2021-01-05T16:35:02.757Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T16:35:04.720Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T16:35:04.720Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T16:35:04.720Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T16:35:05.340Z] ---> Running in 846859b00d5c [2021-01-05T16:35:05.606Z] 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-01-05T16:35:05.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:35:06.196Z] Removing intermediate container 846859b00d5c [2021-01-05T16:35:06.196Z] ---> 508ac229bd32 [2021-01-05T16:35:06.196Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T16:35:06.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:35:07.051Z] OK: 233 MiB in 51 packages [2021-01-05T16:35:07.646Z] ---> 6702bf3be7d7 [2021-01-05T16:35:07.646Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T16:35:09.095Z] ---> 062b1bec0f47 [2021-01-05T16:35:09.095Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T16:35:10.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.308s coverage: 46.6% of statements [2021-01-05T16:35:10.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T16:35:10.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T16:35:10.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T16:35:10.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T16:35:10.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T16:35:12.440Z] Removing intermediate container 055609be2510 [2021-01-05T16:35:12.441Z] ---> 51e3eecd87d0 [2021-01-05T16:35:12.441Z] Step 6/23 : COPY go.mod . [2021-01-05T16:35:13.412Z] ---> dfcce0c36726 [2021-01-05T16:35:13.412Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T16:35:13.999Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:35:13.999Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:35:13.999Z] ---> 95091026afed [2021-01-05T16:35:13.999Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T16:35:13.999Z] ---> Using cache [2021-01-05T16:35:13.999Z] ---> 8d0c59a28237 [2021-01-05T16:35:13.999Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:35:13.999Z] ---> Using cache [2021-01-05T16:35:13.999Z] ---> 609fcbfbcf19 [2021-01-05T16:35:13.999Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T16:35:13.999Z] ---> Using cache [2021-01-05T16:35:13.999Z] ---> a082d127c145 [2021-01-05T16:35:13.999Z] Step 6/22 : COPY go.mod . [2021-01-05T16:35:13.999Z] ---> Using cache [2021-01-05T16:35:13.999Z] ---> e04a7e33d571 [2021-01-05T16:35:13.999Z] Step 7/22 : RUN go mod download [2021-01-05T16:35:13.999Z] ---> Using cache [2021-01-05T16:35:13.999Z] ---> f6deab34297b [2021-01-05T16:35:13.999Z] Step 8/22 : COPY . . [2021-01-05T16:35:14.266Z] ---> Using cache [2021-01-05T16:35:14.266Z] ---> 60d5410c413d [2021-01-05T16:35:14.266Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T16:35:15.237Z] ---> Running in 27de6e1be231 [2021-01-05T16:35:15.237Z] ---> c7b93b049734 [2021-01-05T16:35:15.237Z] Step 7/23 : RUN go mod download [2021-01-05T16:35:15.853Z] ---> Running in f9bc35959755 [2021-01-05T16:35:15.853Z] ---> Running in 85f0d7179bbc [2021-01-05T16:35:17.883Z] 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-01-05T16:35:17.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:35:17.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:35:18.151Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T16:35:18.151Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T16:35:18.151Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T16:35:18.151Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T16:35:18.423Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T16:35:18.423Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T16:35:18.423Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T16:35:18.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.0% of statements [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T16:35:18.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.112s coverage: 100.0% of statements [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T16:35:18.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T16:35:18.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.573s coverage: 77.8% of statements [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T16:35:18.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.361s coverage: 82.4% of statements [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T16:35:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T16:35:23.810Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T16:35:23.810Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T16:35:23.810Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T16:35:23.810Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T16:35:23.810Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T16:35:23.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:35:23.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:35:23.810Z] ---> 95091026afed [2021-01-05T16:35:23.810Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T16:35:23.810Z] ---> Using cache [2021-01-05T16:35:23.810Z] ---> 8d0c59a28237 [2021-01-05T16:35:23.810Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:35:23.810Z] ---> Using cache [2021-01-05T16:35:23.810Z] ---> 609fcbfbcf19 [2021-01-05T16:35:23.810Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T16:35:23.810Z] ---> Using cache [2021-01-05T16:35:23.810Z] ---> a082d127c145 [2021-01-05T16:35:23.810Z] Step 6/21 : COPY go.mod . [2021-01-05T16:35:23.810Z] ---> Using cache [2021-01-05T16:35:23.810Z] ---> e04a7e33d571 [2021-01-05T16:35:23.810Z] Step 7/21 : RUN go mod download [2021-01-05T16:35:23.810Z] ---> Using cache [2021-01-05T16:35:23.810Z] ---> f6deab34297b [2021-01-05T16:35:23.810Z] Step 8/21 : COPY . . [2021-01-05T16:35:23.810Z] ---> Using cache [2021-01-05T16:35:23.810Z] ---> 60d5410c413d [2021-01-05T16:35:23.810Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T16:35:23.810Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T16:35:23.810Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T16:35:24.079Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T16:35:24.079Z] Removing intermediate container 85f0d7179bbc [2021-01-05T16:35:24.079Z] ---> 279fe5b2367e [2021-01-05T16:35:24.079Z] Step 8/23 : COPY . . [2021-01-05T16:35:24.079Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T16:35:24.669Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T16:35:24.948Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T16:35:24.948Z] ---> Running in 858a34165a06 [2021-01-05T16:35:24.948Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T16:35:24.948Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T16:35:24.948Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T16:35:25.242Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T16:35:25.242Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T16:35:26.655Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T16:35:26.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.198s coverage: 28.6% of statements [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T16:35:26.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T16:35:26.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T16:35:26.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.312s coverage: 86.7% of statements [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T16:35:26.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.347s coverage: 97.5% of statements [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T16:35:26.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T16:35:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T16:35:27.230Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T16:35:27.493Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T16:35:28.081Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T16:35:28.081Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T16:35:28.081Z] 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-01-05T16:35:28.081Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T16:35:28.082Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T16:35:28.675Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T16:35:29.279Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T16:35:29.279Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T16:35:29.864Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:35:29.864Z] OK: 71 MiB in 55 packages [2021-01-05T16:35:33.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.050s coverage: 93.8% of statements [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T16:35:33.458Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T16:35:33.458Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T16:35:33.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.103s coverage: 100.0% of statements [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T16:35:33.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 75.5% of statements [2021-01-05T16:35:33.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T16:35:33.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.082s coverage: 80.8% of statements [2021-01-05T16:35:34.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.204s coverage: 87.2% of statements [2021-01-05T16:35:35.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.160s coverage: 84.2% of statements [2021-01-05T16:35:36.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.4% of statements [2021-01-05T16:35:36.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T16:35:39.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.577s coverage: 63.5% of statements [2021-01-05T16:35:39.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T16:35:39.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T16:35:39.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-01-05T16:35:39.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 91.3% of statements [2021-01-05T16:35:39.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements [2021-01-05T16:35:40.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.174s coverage: 73.7% of statements [2021-01-05T16:35:41.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-05T16:35:44.966Z] Removing intermediate container a0ff793e8ec5 [2021-01-05T16:35:44.966Z] ---> 35c050928075 [2021-01-05T16:35:44.966Z] [2021-01-05T16:35:44.966Z] Step 10/21 : FROM scratch [2021-01-05T16:35:44.966Z] ---> [2021-01-05T16:35:44.966Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T16:35:44.966Z] ---> Using cache [2021-01-05T16:35:44.966Z] ---> dfa8c7121f52 [2021-01-05T16:35:44.966Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T16:35:46.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.848s coverage: 55.9% of statements [2021-01-05T16:35:46.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T16:35:46.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T16:35:46.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T16:35:46.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T16:35:46.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T16:35:46.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.0% of statements [2021-01-05T16:35:46.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T16:35:46.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T16:35:46.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.606s coverage: 84.0% of statements [2021-01-05T16:35:46.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2021-01-05T16:35:46.452Z] ---> Running in 0496e19f811c [2021-01-05T16:35:49.801Z] Removing intermediate container 0496e19f811c [2021-01-05T16:35:49.801Z] ---> c51535653553 [2021-01-05T16:35:49.801Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T16:35:49.801Z] ---> Running in 092f7d81a0b9 [2021-01-05T16:35:49.801Z] ---> becdd0e5b34f [2021-01-05T16:35:49.801Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T16:35:50.069Z] ---> Running in 66b88a80dd0d [2021-01-05T16:35:50.069Z] Removing intermediate container 27de6e1be231 [2021-01-05T16:35:50.069Z] ---> 6176046424b1 [2021-01-05T16:35:50.069Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T16:35:50.339Z] Removing intermediate container 092f7d81a0b9 [2021-01-05T16:35:50.339Z] ---> 877a9ec03c7e [2021-01-05T16:35:50.339Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T16:35:50.339Z] ---> Running in 56bfaec1511c [2021-01-05T16:35:50.932Z] ---> 8c2cb6867a68 [2021-01-05T16:35:50.932Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T16:35:50.932Z] 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-01-05T16:35:50.932Z] 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-01-05T16:35:51.901Z] ---> 2831250b3324 [2021-01-05T16:35:51.901Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T16:35:52.184Z] ---> 5285bf5c703a [2021-01-05T16:35:52.184Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T16:35:52.184Z] ---> Running in 5765e03bdfee [2021-01-05T16:35:52.782Z] Removing intermediate container 5765e03bdfee [2021-01-05T16:35:52.782Z] ---> d80e52742123 [2021-01-05T16:35:52.782Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:35:53.047Z] Collecting docker-compose==1.23.2 [2021-01-05T16:35:53.047Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T16:35:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.376s coverage: 47.1% of statements [2021-01-05T16:35:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T16:35:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T16:35:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T16:35:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T16:35:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T16:35:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-01-05T16:35:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T16:35:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-01-05T16:35:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T16:35:55.016Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T16:35:55.017Z] ---> Running in fbe684531885 [2021-01-05T16:35:55.017Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T16:35:56.003Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T16:35:56.003Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T16:35:56.003Z] Removing intermediate container f9bc35959755 [2021-01-05T16:35:56.003Z] ---> 90cc0198c078 [2021-01-05T16:35:56.003Z] [2021-01-05T16:35:56.003Z] Step 10/22 : FROM scratch [2021-01-05T16:35:56.003Z] ---> [2021-01-05T16:35:56.003Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T16:35:56.003Z] ---> Using cache [2021-01-05T16:35:56.003Z] ---> dfa8c7121f52 [2021-01-05T16:35:56.003Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T16:35:56.276Z] Removing intermediate container fbe684531885 [2021-01-05T16:35:56.276Z] ---> eaed20a359df [2021-01-05T16:35:56.276Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T16:35:56.276Z] ---> Running in a4288ac78789 [2021-01-05T16:35:56.276Z] ---> Running in d7ec8992193c [2021-01-05T16:35:56.563Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T16:35:56.563Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T16:35:56.563Z] Removing intermediate container a4288ac78789 [2021-01-05T16:35:56.563Z] ---> 0ed919f59547 [2021-01-05T16:35:56.563Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T16:35:56.830Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T16:35:56.830Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T16:35:56.830Z] Removing intermediate container d7ec8992193c [2021-01-05T16:35:56.830Z] ---> 1f4a07f60aa0 [2021-01-05T16:35:56.830Z] Step 20/21 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:35:56.830Z] ---> Running in 78d3765bef3c [2021-01-05T16:35:57.099Z] ---> Running in dddefee1a2bc [2021-01-05T16:35:57.099Z] Removing intermediate container 78d3765bef3c [2021-01-05T16:35:57.099Z] ---> 0f497558f5d7 [2021-01-05T16:35:57.099Z] Step 14/22 : WORKDIR / [2021-01-05T16:35:57.377Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T16:35:57.377Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T16:35:57.654Z] ---> Running in df318e38b5a1 [2021-01-05T16:35:57.654Z] Removing intermediate container dddefee1a2bc [2021-01-05T16:35:57.654Z] ---> f100143bfde4 [2021-01-05T16:35:57.654Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T16:35:57.926Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T16:35:57.926Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T16:35:58.198Z] ---> Running in 79e4768f7a4e [2021-01-05T16:35:58.463Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T16:35:58.463Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T16:35:58.463Z] Removing intermediate container df318e38b5a1 [2021-01-05T16:35:58.463Z] ---> ee824b0895d5 [2021-01-05T16:35:58.463Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T16:35:58.735Z] Removing intermediate container 79e4768f7a4e [2021-01-05T16:35:58.735Z] ---> 7756496461a3 [2021-01-05T16:35:58.735Z] [2021-01-05T16:35:58.735Z] Collecting PyYAML<4,>=3.10 [2021-01-05T16:35:58.735Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T16:35:59.009Z] Successfully built 7756496461a3 [2021-01-05T16:35:59.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.072s coverage: 29.1% of statements [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T16:35:59.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T16:35:59.075Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T16:35:59.075Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T16:35:59.075Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T16:35:59.075Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T16:35:59.075Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T16:35:59.075Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-01-05T16:35:59.075Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-05T16:35:59.284Z] ---> 0f469fea31d0 [2021-01-05T16:35:59.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T16:35:59.284Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T16:36:00.052Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-05T16:36:01.109Z] GO111MODULE=on go vet ./... [2021-01-05T16:36:01.233Z]  Building docker-support-scheduler-go ... done 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-01-05T16:36:02.639Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T16:36:02.639Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T16:36:02.639Z] ---> 7b65c435efe4 [2021-01-05T16:36:02.639Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T16:36:02.639Z] Removing intermediate container 858a34165a06 [2021-01-05T16:36:02.639Z] ---> 81542307c5bc [2021-01-05T16:36:02.639Z] [2021-01-05T16:36:02.639Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T16:36:02.639Z] ---> 389fef711851 [2021-01-05T16:36:02.639Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T16:36:02.639Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T16:36:02.639Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T16:36:02.916Z] 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-01-05T16:36:02.916Z] ---> Running in 8d71fab71dd0 [2021-01-05T16:36:03.189Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T16:36:03.189Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T16:36:03.189Z] ---> 0641848b8d3b [2021-01-05T16:36:03.189Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T16:36:03.465Z] Collecting idna<2.8,>=2.5 [2021-01-05T16:36:03.465Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T16:36:03.465Z] ---> Running in 815eda586fe6 [2021-01-05T16:36:03.465Z] 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-01-05T16:36:03.465Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T16:36:03.465Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T16:36:03.465Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T16:36:03.465Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T16:36:03.736Z] Installing collected packages: docopt, dockerpty, websocket-client, texttable, cached-property, docker-pycreds, urllib3, idna, requests, docker, PyYAML, jsonschema, docker-compose [2021-01-05T16:36:03.736Z] Running setup.py install for docopt: started [2021-01-05T16:36:03.736Z] Removing intermediate container 815eda586fe6 [2021-01-05T16:36:03.736Z] ---> 1d8937c1fab0 [2021-01-05T16:36:03.736Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:36:04.004Z] ---> Running in ea5dfd9bc650 [2021-01-05T16:36:04.278Z] Removing intermediate container ea5dfd9bc650 [2021-01-05T16:36:04.278Z] ---> d6ac62079866 [2021-01-05T16:36:04.278Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T16:36:04.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:36:04.278Z] ---> Running in 50494d1297ad [2021-01-05T16:36:04.278Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T16:36:04.278Z] Running setup.py install for dockerpty: started [2021-01-05T16:36:04.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:36:04.559Z] Removing intermediate container 50494d1297ad [2021-01-05T16:36:04.559Z] ---> ef6428f6070e [2021-01-05T16:36:04.559Z] Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:36:04.559Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T16:36:04.559Z] ---> Running in 1bd93957ec7e [2021-01-05T16:36:04.559Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T16:36:04.559Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T16:36:04.559Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T16:36:04.559Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:36:04.824Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T16:36:04.824Z] OK: 7 MiB in 18 packages [2021-01-05T16:36:04.824Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T16:36:05.415Z] Removing intermediate container 1bd93957ec7e [2021-01-05T16:36:05.415Z] ---> 60c35f1799d1 [2021-01-05T16:36:05.415Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T16:36:05.415Z] Running setup.py install for texttable: started [2021-01-05T16:36:06.000Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T16:36:06.000Z] ---> Running in 057a405d9956 [2021-01-05T16:36:06.271Z] Attempting uninstall: urllib3 [2021-01-05T16:36:06.271Z] Found existing installation: urllib3 1.25.9 [2021-01-05T16:36:06.271Z] Uninstalling urllib3-1.25.9: [2021-01-05T16:36:06.271Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T16:36:06.855Z] Removing intermediate container 057a405d9956 [2021-01-05T16:36:06.855Z] ---> a9ec853e7e86 [2021-01-05T16:36:06.855Z] [2021-01-05T16:36:07.132Z] Attempting uninstall: idna [2021-01-05T16:36:07.132Z] Found existing installation: idna 2.9 [2021-01-05T16:36:07.132Z] Uninstalling idna-2.9: [2021-01-05T16:36:08.536Z] Successfully uninstalled idna-2.9 [2021-01-05T16:36:08.536Z] Successfully built a9ec853e7e86 [2021-01-05T16:36:08.536Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T16:36:08.536Z]  Building docker-core-metadata-go ... done Removing intermediate container 8d71fab71dd0 [2021-01-05T16:36:08.536Z] ---> 4d2dcbe8ce8d [2021-01-05T16:36:08.536Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T16:36:08.805Z] Attempting uninstall: requests [2021-01-05T16:36:08.805Z] Found existing installation: requests 2.23.0 [2021-01-05T16:36:08.805Z] Uninstalling requests-2.23.0: [2021-01-05T16:36:08.805Z] Successfully uninstalled requests-2.23.0 [2021-01-05T16:36:08.805Z] ---> Running in d9757250f17b [2021-01-05T16:36:09.755Z] Removing intermediate container d9757250f17b [2021-01-05T16:36:09.755Z] ---> 4d4a4dd53341 [2021-01-05T16:36:09.755Z] Step 13/21 : WORKDIR /edgex [2021-01-05T16:36:09.755Z] Running setup.py install for PyYAML: started [2021-01-05T16:36:10.029Z] ---> Running in b49dbd91abcf [2021-01-05T16:36:10.029Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T16:36:10.609Z] Removing intermediate container b49dbd91abcf [2021-01-05T16:36:10.609Z] ---> c1778a42783a [2021-01-05T16:36:10.609Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T16:36:10.609Z] 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-01-05T16:36:10.992Z] ---> 1f38288d8273 [2021-01-05T16:36:10.992Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T16:36:12.107Z] ---> 3d042e91a09d [2021-01-05T16:36:12.107Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T16:36:14.120Z] ---> 5ed819dce846 [2021-01-05T16:36:14.120Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T16:36:15.076Z] ---> Running in 97c4e78b61fb [2021-01-05T16:36:15.342Z] Removing intermediate container 56bfaec1511c [2021-01-05T16:36:15.342Z] ---> 58c134403eed [2021-01-05T16:36:15.342Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T16:36:15.342Z] ---> Running in 4eb2e2f06493 [2021-01-05T16:36:15.342Z] Removing intermediate container 97c4e78b61fb [2021-01-05T16:36:15.342Z] ---> 3a2722c13d73 [2021-01-05T16:36:15.342Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T16:36:15.605Z] ---> Running in 1009a7e14903 [2021-01-05T16:36:15.874Z] Removing intermediate container 1009a7e14903 [2021-01-05T16:36:15.874Z] ---> 45be8e7e5529 [2021-01-05T16:36:15.874Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T16:36:15.874Z] ---> Running in c0f062f3d9df [2021-01-05T16:36:16.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:36:16.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:36:16.716Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T16:36:16.716Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T16:36:16.716Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T16:36:16.716Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:36:16.716Z] OK: 72 MiB in 58 packages [2021-01-05T16:36:16.716Z] Removing intermediate container c0f062f3d9df [2021-01-05T16:36:16.716Z] ---> 83249b4f1f92 [2021-01-05T16:36:16.716Z] Step 20/21 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:36:17.669Z] ---> Running in 9e59700ded6e [2021-01-05T16:36:17.669Z] Removing intermediate container 66b88a80dd0d [2021-01-05T16:36:17.669Z] ---> 637e4963ab8f [2021-01-05T16:36:17.669Z] [2021-01-05T16:36:17.669Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T16:36:17.669Z] ---> 389fef711851 [2021-01-05T16:36:17.669Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T16:36:17.931Z] ---> Running in 68f7f9706ca8 [2021-01-05T16:36:17.931Z] Removing intermediate container 9e59700ded6e [2021-01-05T16:36:17.931Z] ---> 51a675aceddb [2021-01-05T16:36:17.931Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T16:36:18.194Z] ---> Running in 7d69f47535eb [2021-01-05T16:36:18.194Z] Removing intermediate container 4eb2e2f06493 [2021-01-05T16:36:18.194Z] ---> c2ed14f232bd [2021-01-05T16:36:18.194Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T16:36:18.194Z] Removing intermediate container 68f7f9706ca8 [2021-01-05T16:36:18.194Z] ---> dd3636e8dca3 [2021-01-05T16:36:18.194Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T16:36:18.457Z] ---> Running in b5f4986afa70 [2021-01-05T16:36:18.718Z] ---> Running in 2f0a031a6781 [2021-01-05T16:36:19.665Z] Removing intermediate container 7d69f47535eb [2021-01-05T16:36:19.665Z] ---> 4016ee0a3c44 [2021-01-05T16:36:19.665Z] [2021-01-05T16:36:19.665Z] Removing intermediate container b5f4986afa70 [2021-01-05T16:36:19.665Z] ---> 9d963a1182f1 [2021-01-05T16:36:19.665Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:36:19.665Z] Successfully built 4016ee0a3c44 [2021-01-05T16:36:19.928Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T16:36:19.928Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2f0a031a6781 [2021-01-05T16:36:19.928Z] ---> aebb90c53b98 [2021-01-05T16:36:19.928Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T16:36:19.928Z] ---> Running in 887c7e2cf84e [2021-01-05T16:36:19.928Z] ---> Running in c42ae121bf94 [2021-01-05T16:36:19.928Z] Removing intermediate container 887c7e2cf84e [2021-01-05T16:36:19.928Z] ---> 7851f6ac0507 [2021-01-05T16:36:19.928Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T16:36:20.190Z] Removing intermediate container c42ae121bf94 [2021-01-05T16:36:20.190Z] ---> 392daff87734 [2021-01-05T16:36:20.190Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:36:20.190Z] ---> Running in 065b288642c9 [2021-01-05T16:36:20.190Z] ---> Running in 23ddd0319ddd [2021-01-05T16:36:20.452Z] Removing intermediate container 065b288642c9 [2021-01-05T16:36:20.452Z] ---> fe12fc31c67f [2021-01-05T16:36:20.452Z] Step 25/26 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:36:20.452Z] ---> Running in c8bb34375a7e [2021-01-05T16:36:20.719Z] Removing intermediate container c8bb34375a7e [2021-01-05T16:36:20.719Z] ---> 0db6370301c2 [2021-01-05T16:36:20.719Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T16:36:20.719Z] ---> Running in 61b3903c8944 [2021-01-05T16:36:20.981Z] Removing intermediate container 61b3903c8944 [2021-01-05T16:36:20.981Z] ---> 7dc08b60f33e [2021-01-05T16:36:20.981Z] [2021-01-05T16:36:20.981Z] Successfully built 7dc08b60f33e [2021-01-05T16:36:21.243Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T16:36:21.243Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 23ddd0319ddd [2021-01-05T16:36:21.243Z] ---> d77b115990e8 [2021-01-05T16:36:21.243Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T16:36:21.243Z] ---> Running in 88b24902f727 [2021-01-05T16:36:21.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T16:36:22.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T16:36:22.972Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T16:36:23.234Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T16:36:23.234Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T16:36:23.497Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T16:36:23.497Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T16:36:23.762Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:36:23.762Z] OK: 8 MiB in 19 packages [2021-01-05T16:36:24.340Z] Removing intermediate container 88b24902f727 [2021-01-05T16:36:24.340Z] ---> 17c252ae66df [2021-01-05T16:36:24.340Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T16:36:24.604Z] ---> 5b0d1a87eb68 [2021-01-05T16:36:24.604Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T16:36:25.179Z] ---> 6ecf41ed2add [2021-01-05T16:36:25.179Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T16:36:25.441Z] ---> 109c57d8ae01 [2021-01-05T16:36:25.441Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T16:36:25.441Z] ---> Running in 303726e3b24f [2021-01-05T16:36:25.702Z] Removing intermediate container 303726e3b24f [2021-01-05T16:36:25.702Z] ---> 0b7a02b19263 [2021-01-05T16:36:25.702Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:36:25.702Z] ---> Running in 8d07392b303f [2021-01-05T16:36:25.965Z] Removing intermediate container 8d07392b303f [2021-01-05T16:36:25.965Z] ---> 1bcf53b6e854 [2021-01-05T16:36:25.965Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T16:36:25.965Z] ---> Running in cc84dd19d889 [2021-01-05T16:36:26.227Z] Removing intermediate container cc84dd19d889 [2021-01-05T16:36:26.227Z] ---> 692bc7171e83 [2021-01-05T16:36:26.227Z] Step 22/23 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:36:26.227Z] ---> Running in ed180153624f [2021-01-05T16:36:26.227Z] Removing intermediate container ed180153624f [2021-01-05T16:36:26.227Z] ---> b8beb1a5a86f [2021-01-05T16:36:26.227Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T16:36:26.489Z] ---> Running in a280fc468c1e [2021-01-05T16:36:26.489Z] Removing intermediate container a280fc468c1e [2021-01-05T16:36:26.489Z] ---> 9d091622ddd0 [2021-01-05T16:36:26.489Z] [2021-01-05T16:36:26.754Z] Successfully built 9d091622ddd0 [2021-01-05T16:36:26.754Z] Successfully tagged docker-core-data-go:latest [2021-01-05T16:36:27.031Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-05T16:36:27.047Z] $ docker stop --time=1 dd8f3b34105f506b8af3f5d89388531ff0823faefc21aef613e833ba5153ce72 [2021-01-05T16:36:28.782Z] $ docker rm -f dd8f3b34105f506b8af3f5d89388531ff0823faefc21aef613e833ba5153ce72 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T16:36:29.326Z] + docker images [2021-01-05T16:36:29.326Z] + grep docker [2021-01-05T16:36:29.326Z] docker-core-data-go latest 9d091622ddd0 3 seconds ago 22.2MB [2021-01-05T16:36:29.326Z] docker-sys-mgmt-agent-go latest 7dc08b60f33e 9 seconds ago 313MB [2021-01-05T16:36:29.326Z] docker-security-proxy-setup-go latest 4016ee0a3c44 11 seconds ago 24.5MB [2021-01-05T16:36:29.326Z] docker-core-metadata-go latest a9ec853e7e86 23 seconds ago 13MB [2021-01-05T16:36:29.326Z] docker-support-scheduler-go latest 7756496461a3 31 seconds ago 10.7MB [2021-01-05T16:36:29.326Z] docker-security-secretstore-setup-go latest 9d2186fd876e About a minute ago 24.6MB [2021-01-05T16:36:29.326Z] docker-security-bootstrap-redis-go latest 66572686e4e5 About a minute ago 15.8MB [2021-01-05T16:36:29.326Z] docker-support-notifications-go latest db297306a9f5 About a minute ago 12MB [2021-01-05T16:36:29.326Z] docker-core-command-go latest 7ee5e8ca5998 About a minute ago 10.6MB [2021-01-05T16:36:29.326Z] docker 20.10.0 aefe523efa57 3 weeks 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-01-05T16:36:45.131Z] Still waiting to schedule task [2021-01-05T16:36:45.131Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-05T16:37:09.231Z] gofmt -l . [2021-01-05T16:37:09.231Z] [ "`gofmt -l .`" = "" ] [2021-01-05T16:37:09.231Z] ./bin/test-go-mod-tidy.sh [2021-01-05T16:37:09.231Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T16:37:13.346Z] + ls -al . [2021-01-05T16:37:13.346Z] total 668 [2021-01-05T16:37:13.346Z] drwxrwxr-x 9 1001 1001 4096 Jan 5 16:37 . [2021-01-05T16:37:13.346Z] drwxr-xr-x 4 root root 4096 Jan 5 16:33 .. [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 16:32 .dockerignore [2021-01-05T16:37:13.346Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 16:32 .git [2021-01-05T16:37:13.346Z] drwxrwxr-x 3 1001 1001 4096 Jan 5 16:32 .github [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 16:32 .gitignore [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 16:32 .sonarcloud.properties [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 16:32 CONTRIBUTING.md [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 16:32 Dockerfile.build [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 16:32 Jenkinsfile [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 16:32 LICENSE [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 16:32 Makefile [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 16:32 README.md [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 16:32 SECURITY.md [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 16:29 VERSION [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 16:32 ZMQWindows.md [2021-01-05T16:37:13.346Z] drwxrwxr-x 2 1001 1001 4096 Jan 5 16:32 bin [2021-01-05T16:37:13.346Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 16:32 cmd [2021-01-05T16:37:13.346Z] -rw-r--r-- 1 root root 541590 Jan 5 16:35 coverage.out [2021-01-05T16:37:13.346Z] -rw-r--r-- 1 root root 979 Jan 5 16:37 go.mod [2021-01-05T16:37:13.346Z] -rw-r--r-- 1 root root 18934 Jan 5 16:37 go.sum [2021-01-05T16:37:13.346Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 16:32 internal [2021-01-05T16:37:13.346Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 16:32 openapi [2021-01-05T16:37:13.346Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 16:32 snap [2021-01-05T16:37:13.346Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 16:32 version.go [Pipeline] sh [2021-01-05T16:37:14.004Z] + '[' -e coverage.out ] [2021-01-05T16:37:14.004Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T16:37:14.023Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T16:37:15.150Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T16:37:15.793Z] + make build [2021-01-05T16:37:15.793Z] 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-01-05T16:37:25.941Z] 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-01-05T16:37:35.693Z] Running on prd-ubuntu18.04-docker-8c-8g-18520 in /w/workspace/edgexfoundry_edgex-go_PR-2984 [Pipeline] { [Pipeline] ws [2021-01-05T16:37:35.751Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-05T16:37:37.878Z] using credential edgex-jenkins-ssh [2021-01-05T16:37:37.934Z] Cloning the remote Git repository [2021-01-05T16:37:37.957Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T16:37:38.037Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-05T16:37:38.070Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T16:37:38.070Z] > git --version # timeout=10 [2021-01-05T16:37:38.075Z] > git --version # 'git version 2.17.1' [2021-01-05T16:37:38.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T16:37:38.100Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T16:37:46.243Z] Merging remotes/origin/master commit b1ee81e4e3b6c158e7d4e70852c35341297a1b11 into PR head commit b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:37:46.410Z] Merge succeeded, producing b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:37:46.411Z] Checking out Revision b9cc290b6210ab1e9695c8ace6fb791405ff5c1d (PR-2984) [2021-01-05T16:37:45.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T16:37:45.775Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T16:37:45.790Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T16:37:45.806Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T16:37:45.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T16:37:45.812Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2984/head:refs/remotes/origin/PR-2984 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T16:37:46.258Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T16:37:46.263Z] > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 [2021-01-05T16:37:46.377Z] > git remote # timeout=10 [2021-01-05T16:37:46.386Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T16:37:46.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T16:37:46.398Z] > git merge b1ee81e4e3b6c158e7d4e70852c35341297a1b11 # timeout=10 [2021-01-05T16:37:46.408Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T16:37:46.417Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T16:37:46.422Z] > git checkout -f b9cc290b6210ab1e9695c8ace6fb791405ff5c1d # timeout=10 [2021-01-05T16:37:48.127Z] 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-01-05T16:37:50.162Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.4" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:37:51.437Z] + echo snap-build.sh [2021-01-05T16:37:51.437Z] snap-build.sh [2021-01-05T16:37:51.437Z] + SNAP_BASE_DIR=. [2021-01-05T16:37:51.437Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-05T16:37:51.437Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-05T16:37:51.437Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-05T16:37:51.437Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-05T16:37:51.437Z] + cd /w/workspace/edgex-go/2 [2021-01-05T16:37:51.437Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-05T16:37:51.437Z] Reading package lists... [2021-01-05T16:37:51.699Z] Building dependency tree... [2021-01-05T16:37:51.699Z] Reading state information... [2021-01-05T16:37:51.963Z] The following packages were automatically installed and are no longer required: [2021-01-05T16:37:51.963Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-05T16:37:51.963Z] uidmap xdelta3 [2021-01-05T16:37:51.963Z] Use 'sudo apt autoremove' to remove them. [2021-01-05T16:37:51.963Z] The following packages will be REMOVED: [2021-01-05T16:37:51.963Z] lxd* lxd-client* [2021-01-05T16:37:52.227Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-05T16:37:52.227Z] After this operation, 31.7 MB disk space will be freed. [2021-01-05T16:37:52.436Z] 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-01-05T16:37:53.274Z] (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-01-05T16:37:53.274Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T16:37:54.220Z] Removing lxd dnsmasq configuration [2021-01-05T16:37:54.220Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T16:37:54.481Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-05T16:37:55.054Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-05T16:37:55.315Z] (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-01-05T16:37:55.315Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T16:37:56.707Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-05T16:37:56.745Z] 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-01-05T16:37:56.969Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-05T16:37:58.187Z] 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-01-05T16:37:58.358Z] + sudo snap remove --purge lxd [2021-01-05T16:37:58.620Z] snap "lxd" is not installed [2021-01-05T16:37:58.620Z] + sudo groupadd --force --system lxd [2021-01-05T16:37:58.620Z] ++ whoami [2021-01-05T16:37:58.620Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-05T16:37:58.620Z] + newgrp - lxd [2021-01-05T16:37:58.620Z] + sudo snap install lxd [2021-01-05T16:38:02.491Z] 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-01-05T16:38:07.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T16:38:08.659Z] 2021-01-05T16:38:06Z INFO Waiting for automatic snapd restart... [2021-01-05T16:38:11.301Z] 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-01-05T16:38:15.610Z] 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-01-05T16:38:19.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T16:38:23.302Z] 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-01-05T16:38:26.805Z] lxd 4.9 from Canonical* installed [2021-01-05T16:38:26.805Z] + sudo lxd init --auto [Pipeline] } [2021-01-05T16:38:27.621Z] $ docker stop --time=1 7d8facb04a22ed4e1ec2d05476b02dd3a777b9e1636688f2b45688bc2d3c5f72 [2021-01-05T16:38:30.199Z] $ docker rm -f 7d8facb04a22ed4e1ec2d05476b02dd3a777b9e1636688f2b45688bc2d3c5f72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:38:32.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T16:38:32.110Z] [2021-01-05T16:38:32.110Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:38:32.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T16:38:32.772Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T16:38:32.772Z] 29e5d40040c1: Pulling fs layer [2021-01-05T16:38:32.772Z] 1ce36da41761: Pulling fs layer [2021-01-05T16:38:32.772Z] 25b303627fd3: Pulling fs layer [2021-01-05T16:38:33.368Z] 29e5d40040c1: Verifying Checksum [2021-01-05T16:38:33.368Z] 29e5d40040c1: Download complete [2021-01-05T16:38:33.398Z] + sudo snap install --classic snapcraft [2021-01-05T16:38:33.964Z] 1ce36da41761: Verifying Checksum [2021-01-05T16:38:33.964Z] 1ce36da41761: Download complete [2021-01-05T16:38:33.964Z] 29e5d40040c1: Pull complete [2021-01-05T16:38:35.394Z] 1ce36da41761: Pull complete [2021-01-05T16:38:35.667Z] 25b303627fd3: Verifying Checksum [2021-01-05T16:38:35.667Z] 25b303627fd3: Download complete [2021-01-05T16:38:45.821Z] 25b303627fd3: Pull complete [2021-01-05T16:38:45.821Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T16:38:45.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T16:38:45.821Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T16:38:46.082Z] prd-ubuntu18.04-docker-arm64-4c-16g-18519 does not seem to be running inside a container [2021-01-05T16:38:46.168Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T16:38:50.365Z] $ docker top 39a74dcb70c4f4c836ed672cf0fd40f139aa955e6d3393deb6d914f19028a69a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T16:38:51.441Z] + + docker-composegrep build parallel --help [2021-01-05T16:38:51.441Z] [2021-01-05T16:38:51.532Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T16:38:51.532Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-05T16:38:51.532Z] + patch --verbose -p1 [2021-01-05T16:38:51.532Z] Hmm... Looks like a unified diff to me... [2021-01-05T16:38:51.532Z] The text leading up to this was: [2021-01-05T16:38:51.532Z] -------------------------- [2021-01-05T16:38:51.532Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-05T16:38:51.532Z] |From: Tony Espy [2021-01-05T16:38:51.532Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-05T16:38:51.532Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-05T16:38:51.532Z] | [2021-01-05T16:38:51.532Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-05T16:38:51.532Z] |optimize the snap CI check run for pull requests. When [2021-01-05T16:38:51.532Z] |applied, it essentially strips out everything (apps and [2021-01-05T16:38:51.532Z] |parts) from the snapcraft.yaml file except those required [2021-01-05T16:38:51.532Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-05T16:38:51.532Z] |catch changes to edgex-go that break the snap build. [2021-01-05T16:38:51.532Z] | [2021-01-05T16:38:51.532Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-05T16:38:51.532Z] |to update this patch file, otherwise it may fail to apply, [2021-01-05T16:38:51.532Z] |resulting in a failed snap build CI check in the associated [2021-01-05T16:38:51.532Z] |pull request. [2021-01-05T16:38:51.532Z] | [2021-01-05T16:38:51.532Z] |Note - in addition to applying this patch, the pipeline also [2021-01-05T16:38:51.532Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-05T16:38:51.532Z] |need to build the finally binary .snap file (and it won't [2021-01-05T16:38:51.532Z] |work with the patch applied). This further reduces the build [2021-01-05T16:38:51.532Z] |time. [2021-01-05T16:38:51.532Z] |--- [2021-01-05T16:38:51.532Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-05T16:38:51.532Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-05T16:38:51.532Z] | [2021-01-05T16:38:51.532Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-05T16:38:51.532Z] |index 1e537489..faf42425 100644 [2021-01-05T16:38:51.532Z] |--- a/snap/snapcraft.yaml [2021-01-05T16:38:51.532Z] |+++ b/snap/snapcraft.yaml [2021-01-05T16:38:51.532Z] -------------------------- [2021-01-05T16:38:51.532Z] patching file snap/snapcraft.yaml [2021-01-05T16:38:51.532Z] Using Plan A... [2021-01-05T16:38:51.532Z] Hunk #1 succeeded at 73. [2021-01-05T16:38:51.532Z] Hunk #2 succeeded at 202. [2021-01-05T16:38:51.532Z] Hunk #3 succeeded at 214. [2021-01-05T16:38:51.532Z] Hunk #4 succeeded at 222. [2021-01-05T16:38:51.532Z] Hunk #5 succeeded at 229. [2021-01-05T16:38:51.532Z] Hunk #6 succeeded at 256. [2021-01-05T16:38:51.532Z] Hunk #7 succeeded at 290. [2021-01-05T16:38:51.532Z] Hunk #8 succeeded at 341. [2021-01-05T16:38:51.532Z] Hmm... Ignoring the trailing garbage. [2021-01-05T16:38:51.532Z] done [2021-01-05T16:38:51.532Z] + sudo snapcraft prime --use-lxd [2021-01-05T16:38:53.471Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-05T16:38:53.471Z] 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-01-05T16:38:53.471Z] - README.md [2021-01-05T16:38:53.471Z] [2021-01-05T16:38:53.471Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T16:38:54.043Z] Launching a container. [2021-01-05T16:38:54.810Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T16:38:55.107Z] $ docker stop --time=1 39a74dcb70c4f4c836ed672cf0fd40f139aa955e6d3393deb6d914f19028a69a [2021-01-05T16:38:57.093Z] $ docker rm -f 39a74dcb70c4f4c836ed672cf0fd40f139aa955e6d3393deb6d914f19028a69a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:38:57.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T16:38:57.900Z] . [Pipeline] withDockerContainer [2021-01-05T16:38:58.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-18519 does not seem to be running inside a container [2021-01-05T16:38:58.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T16:38:59.779Z] $ docker top fbe309c3fb165213816cea53c374144f4c29bd480ae6fdd97534ed6942c5a056 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T16:39:00.867Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T16:39:05.154Z] Building docker-core-command-go ... [2021-01-05T16:39:05.154Z] Building docker-core-data-go ... [2021-01-05T16:39:05.154Z] Building docker-core-metadata-go ... [2021-01-05T16:39:05.154Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T16:39:05.154Z] Building docker-security-proxy-setup-go ... [2021-01-05T16:39:05.154Z] Building docker-security-secretstore-setup-go ... [2021-01-05T16:39:05.154Z] Building docker-support-notifications-go ... [2021-01-05T16:39:05.154Z] Building docker-support-scheduler-go ... [2021-01-05T16:39:05.154Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T16:39:05.154Z] Building docker-support-scheduler-go [2021-01-05T16:39:05.154Z] Building docker-core-command-go [2021-01-05T16:39:05.154Z] Building docker-support-notifications-go [2021-01-05T16:39:05.154Z] Building docker-security-secretstore-setup-go [2021-01-05T16:39:05.154Z] Building docker-security-bootstrap-redis-go [2021-01-05T16:39:06.293Z] Waiting for container to be ready [2021-01-05T16:39:06.555Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-05T16:39:06.555Z] [2021-01-05T16:39:09.865Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-05T16:39:10.128Z] Waiting for network to be ready... [2021-01-05T16:39:10.389Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T16:39:10.389Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1477 kB] [2021-01-05T16:39:10.650Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T16:39:10.650Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [287 kB] [2021-01-05T16:39:10.650Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-05T16:39:10.651Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-05T16:39:10.651Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-05T16:39:10.651Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-05T16:39:10.651Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-05T16:39:10.651Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-05T16:39:10.911Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T16:39:11.173Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T16:39:11.440Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T16:39:11.440Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T16:39:11.440Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T16:39:11.440Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T16:39:11.440Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T16:39:11.440Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T16:39:11.703Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T16:39:11.964Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-05T16:39:11.964Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T16:39:11.964Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.8 kB] [2021-01-05T16:39:11.964Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-05T16:39:11.964Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T16:39:11.964Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T16:39:11.964Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T16:39:12.233Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T16:39:14.791Z] Fetched 23.6 MB in 5s (5185 kB/s) [2021-01-05T16:39:16.174Z] Reading package lists... [2021-01-05T16:39:16.174Z] Reading package lists... [2021-01-05T16:39:16.174Z] Building dependency tree... [2021-01-05T16:39:16.175Z] Reading state information... [2021-01-05T16:39:16.436Z] The following additional packages will be installed: [2021-01-05T16:39:16.436Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T16:39:16.436Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T16:39:16.436Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T16:39:16.436Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-05T16:39:16.436Z] Suggested packages: [2021-01-05T16:39:16.436Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-05T16:39:16.436Z] Recommended packages: [2021-01-05T16:39:16.436Z] gnupg libsasl2-modules [2021-01-05T16:39:16.436Z] The following NEW packages will be installed: [2021-01-05T16:39:16.436Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T16:39:16.436Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T16:39:16.436Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T16:39:16.436Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-05T16:39:16.436Z] The following packages will be upgraded: [2021-01-05T16:39:16.436Z] gpg gpg-agent gpgconf libudev1 [2021-01-05T16:39:16.697Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-05T16:39:16.697Z] Need to get 3531 kB of archives. [2021-01-05T16:39:16.697Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-05T16:39:16.697Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-05T16:39:16.697Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-05T16:39:16.958Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-05T16:39:17.218Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-05T16:39:17.218Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-05T16:39:17.218Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-05T16:39:17.218Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-05T16:39:17.218Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-05T16:39:17.218Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-05T16:39:17.218Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-05T16:39:17.218Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-05T16:39:17.218Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-05T16:39:17.218Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-05T16:39:17.218Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-05T16:39:17.218Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-05T16:39:17.479Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-05T16:39:17.479Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-05T16:39:17.479Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-05T16:39:17.479Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-05T16:39:17.479Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-05T16:39:17.479Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-05T16:39:17.479Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-05T16:39:17.740Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T16:39:17.740Z] Fetched 3531 kB in 1s (3220 kB/s) [2021-01-05T16:39:17.740Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T16:39:17.740Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-05T16:39:17.740Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T16:39:17.740Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-05T16:39:18.000Z] Selecting previously unselected package udev. [2021-01-05T16:39:18.000Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T16:39:18.000Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-05T16:39:18.000Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-05T16:39:18.261Z] Selecting previously unselected package libfuse2:amd64. [2021-01-05T16:39:18.261Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T16:39:18.261Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T16:39:18.261Z] Selecting previously unselected package fuse. [2021-01-05T16:39:18.261Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T16:39:18.261Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-05T16:39:18.261Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T16:39:18.521Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T16:39:18.521Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T16:39:18.521Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T16:39:18.782Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T16:39:18.782Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T16:39:18.782Z] Selecting previously unselected package libksba8:amd64. [2021-01-05T16:39:18.782Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-05T16:39:18.782Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-05T16:39:18.782Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-05T16:39:18.782Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:18.782Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.042Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-05T16:39:19.042Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:19.042Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.042Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-05T16:39:19.042Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:19.042Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.042Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-05T16:39:19.042Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:19.042Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.302Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-05T16:39:19.302Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:19.302Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.302Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-05T16:39:19.302Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:19.302Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.563Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-05T16:39:19.563Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:19.563Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.563Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-05T16:39:19.563Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:19.563Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.563Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-05T16:39:19.563Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T16:39:19.563Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:19.828Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-05T16:39:19.828Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T16:39:19.828Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T16:39:19.828Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-05T16:39:19.828Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T16:39:19.828Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T16:39:19.828Z] Selecting previously unselected package libldap-common. [2021-01-05T16:39:19.828Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-05T16:39:19.828Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T16:39:20.088Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-05T16:39:20.088Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-05T16:39:20.088Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T16:39:20.088Z] Selecting previously unselected package dirmngr. [2021-01-05T16:39:20.088Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T16:39:20.088Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T16:39:20.349Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T16:39:20.349Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-05T16:39:20.349Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T16:39:20.349Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T16:39:20.349Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T16:39:20.349Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-05T16:39:20.609Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:20.609Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-05T16:39:20.609Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T16:39:20.609Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-05T16:39:20.872Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-05T16:39:21.132Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:21.132Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-05T16:39:21.132Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-05T16:39:21.133Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-05T16:39:21.133Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:21.392Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:21.392Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:21.392Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:21.392Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:21.392Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:21.392Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T16:39:21.392Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T16:39:21.653Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T16:39:21.653Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T16:39:21.916Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-05T16:39:21.916Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-05T16:39:21.916Z] This means they are not meant to be enabled using systemctl. [2021-01-05T16:39:21.916Z] Possible reasons for having this kind of units are: [2021-01-05T16:39:21.916Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-05T16:39:21.916Z] .wants/ or .requires/ directory. [2021-01-05T16:39:21.916Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-05T16:39:21.916Z] a requirement dependency on it. [2021-01-05T16:39:21.916Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-05T16:39:21.916Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-05T16:39:21.916Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-05T16:39:21.916Z] instance name specified. [2021-01-05T16:39:22.179Z] Reading package lists... [2021-01-05T16:39:22.438Z] Building dependency tree... [2021-01-05T16:39:22.438Z] Reading state information... [2021-01-05T16:39:22.438Z] The following additional packages will be installed: [2021-01-05T16:39:22.438Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-05T16:39:22.438Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-05T16:39:22.438Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-05T16:39:22.438Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-05T16:39:22.438Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-05T16:39:22.438Z] Suggested packages: [2021-01-05T16:39:22.438Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-05T16:39:22.438Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-05T16:39:22.438Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-05T16:39:22.438Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-05T16:39:22.438Z] systemd-container policykit-1 [2021-01-05T16:39:22.438Z] Recommended packages: [2021-01-05T16:39:22.438Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-05T16:39:22.438Z] The following NEW packages will be installed: [2021-01-05T16:39:22.438Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-05T16:39:22.438Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-05T16:39:22.438Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-05T16:39:22.438Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-05T16:39:22.438Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-05T16:39:22.438Z] The following packages will be upgraded: [2021-01-05T16:39:22.438Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-05T16:39:22.704Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-05T16:39:22.704Z] Need to get 35.2 MB of archives. [2021-01-05T16:39:22.704Z] After this operation, 141 MB of additional disk space will be used. [2021-01-05T16:39:22.704Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-05T16:39:22.704Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-05T16:39:22.704Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-05T16:39:22.704Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-05T16:39:22.704Z] 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-01-05T16:39:22.704Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-05T16:39:22.704Z] 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-01-05T16:39:22.704Z] 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-01-05T16:39:22.965Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-05T16:39:22.965Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-05T16:39:22.965Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-05T16:39:22.965Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-05T16:39:22.965Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-05T16:39:22.965Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-05T16:39:22.965Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-05T16:39:22.965Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-05T16:39:22.965Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-05T16:39:23.535Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-05T16:39:23.535Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-05T16:39:23.535Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-05T16:39:23.535Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-05T16:39:23.535Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-05T16:39:23.535Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-05T16:39:23.535Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-05T16:39:23.535Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-05T16:39:23.535Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-05T16:39:23.535Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-05T16:39:23.795Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-05T16:39:23.795Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-05T16:39:23.795Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-05T16:39:25.187Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T16:39:25.187Z] Fetched 35.2 MB in 3s (14.0 MB/s) [2021-01-05T16:39:25.187Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T16:39:25.187Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-05T16:39:25.448Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T16:39:26.019Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-05T16:39:26.019Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T16:39:26.019Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-05T16:39:26.279Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T16:39:26.279Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T16:39:26.279Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T16:39:26.279Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-05T16:39:26.538Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T16:39:26.538Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T16:39:26.538Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T16:39:26.799Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-05T16:39:26.799Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-05T16:39:27.374Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-05T16:39:27.374Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-05T16:39:27.374Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T16:39:27.374Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T16:39:27.636Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-05T16:39:27.636Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T16:39:27.636Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T16:39:27.897Z] Selecting previously unselected package libexpat1:amd64. [2021-01-05T16:39:27.897Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-05T16:39:27.897Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T16:39:27.897Z] Selecting previously unselected package python3.6-minimal. [2021-01-05T16:39:27.897Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T16:39:27.897Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T16:39:28.157Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T16:39:28.417Z] Checking for services that may need to be restarted...done. [2021-01-05T16:39:28.417Z] Checking for services that may need to be restarted...done. [2021-01-05T16:39:28.417Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T16:39:28.417Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T16:39:28.417Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T16:39:29.357Z] Selecting previously unselected package python3-minimal. [2021-01-05T16:39:29.357Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-05T16:39:29.357Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-05T16:39:29.357Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-05T16:39:29.357Z] Selecting previously unselected package mime-support. [2021-01-05T16:39:29.357Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-05T16:39:29.357Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-05T16:39:29.618Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-05T16:39:29.618Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-05T16:39:29.618Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T16:39:29.618Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-05T16:39:29.618Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T16:39:29.618Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T16:39:29.880Z] Selecting previously unselected package python3.6. [2021-01-05T16:39:29.880Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T16:39:29.880Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T16:39:29.880Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-05T16:39:29.880Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-05T16:39:29.880Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T16:39:30.141Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-05T16:39:30.141Z] Selecting previously unselected package python3. [2021-01-05T16:39:30.141Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-05T16:39:30.141Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-05T16:39:30.403Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-05T16:39:30.403Z] Selecting previously unselected package multiarch-support. [2021-01-05T16:39:30.403Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T16:39:30.403Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T16:39:30.403Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T16:39:30.403Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-05T16:39:30.403Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-05T16:39:30.403Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-05T16:39:30.403Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T16:39:30.665Z] Selecting previously unselected package libbsd0:amd64. [2021-01-05T16:39:30.665Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-05T16:39:30.665Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T16:39:30.665Z] Selecting previously unselected package sudo. [2021-01-05T16:39:30.665Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-05T16:39:30.665Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T16:39:30.927Z] Selecting previously unselected package apparmor. [2021-01-05T16:39:30.927Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T16:39:30.927Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-05T16:39:30.927Z] Selecting previously unselected package libedit2:amd64. [2021-01-05T16:39:30.927Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-05T16:39:31.189Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T16:39:31.189Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-05T16:39:31.189Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T16:39:31.189Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T16:39:31.450Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-05T16:39:31.450Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T16:39:31.450Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T16:39:31.450Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-05T16:39:31.450Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-05T16:39:31.450Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T16:39:31.450Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-05T16:39:31.450Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T16:39:31.450Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T16:39:31.709Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-05T16:39:31.709Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T16:39:31.709Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T16:39:31.709Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-05T16:39:31.709Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-05T16:39:31.709Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T16:39:31.979Z] Selecting previously unselected package openssh-client. [2021-01-05T16:39:31.979Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-05T16:39:31.979Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T16:39:32.241Z] Selecting previously unselected package squashfs-tools. [2021-01-05T16:39:32.241Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-05T16:39:32.241Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T16:39:32.241Z] Selecting previously unselected package snapd. [2021-01-05T16:39:32.241Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-05T16:39:32.241Z] Unpacking snapd (2.48+18.04) ... [2021-01-05T16:39:35.543Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T16:39:35.543Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T16:39:35.543Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-05T16:39:35.803Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T16:39:35.803Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T16:39:35.804Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T16:39:35.804Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T16:39:35.804Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-05T16:39:35.804Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-05T16:39:36.745Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T16:39:36.745Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T16:39:36.745Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T16:39:36.745Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T16:39:36.745Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T16:39:36.745Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T16:39:37.689Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T16:39:37.689Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T16:39:37.689Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T16:39:37.689Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-05T16:39:37.689Z] running python rtupdate hooks for python3.6... [2021-01-05T16:39:37.689Z] running python post-rtupdate hooks for python3.6... [2021-01-05T16:39:37.689Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-05T16:39:39.075Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-05T16:39:39.335Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T16:39:39.335Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T16:39:39.335Z] Setting up snapd (2.48+18.04) ... [2021-01-05T16:39:39.907Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-05T16:39:40.169Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-05T16:39:40.169Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-05T16:39:40.430Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-05T16:39:40.691Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T16:39:40.691Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T16:39:40.951Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-05T16:39:40.951Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-05T16:39:41.212Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-05T16:39:41.472Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-05T16:39:41.472Z] /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-01-05T16:39:41.734Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T16:39:41.734Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T16:39:42.677Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T16:39:42.677Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T16:39:42.677Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T16:39:43.878Z] Reading package lists... [2021-01-05T16:39:44.139Z] Reading package lists... [2021-01-05T16:39:44.401Z] Building dependency tree... [2021-01-05T16:39:44.401Z] Reading state information... [2021-01-05T16:39:44.401Z] Calculating upgrade... [2021-01-05T16:39:44.662Z] The following packages will be upgraded: [2021-01-05T16:39:44.662Z] advancecomp base-files bash binutils binutils-common [2021-01-05T16:39:44.662Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-05T16:39:44.662Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-05T16:39:44.662Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-05T16:39:44.662Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-05T16:39:44.662Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-05T16:39:44.662Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-05T16:39:44.662Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-05T16:39:44.662Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-05T16:39:44.662Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-05T16:39:44.662Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-05T16:39:44.662Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-05T16:39:44.662Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-05T16:39:44.662Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-05T16:39:44.662Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T16:39:44.662Z] Need to get 63.5 MB of archives. [2021-01-05T16:39:44.662Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-05T16:39:44.662Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-05T16:39:44.662Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-05T16:39:45.613Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-05T16:39:45.613Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-05T16:39:45.613Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-05T16:39:45.613Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-05T16:39:45.613Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-05T16:39:45.613Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-05T16:39:45.613Z] 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-01-05T16:39:45.613Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-05T16:39:45.613Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-05T16:39:45.613Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-05T16:39:45.613Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-05T16:39:45.613Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-05T16:39:45.613Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-05T16:39:45.613Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-05T16:39:45.613Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-05T16:39:45.613Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-05T16:39:45.613Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-05T16:39:45.879Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-05T16:39:45.880Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-05T16:39:45.880Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-05T16:39:45.880Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-05T16:39:45.880Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-05T16:39:45.880Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-05T16:39:45.880Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-05T16:39:45.880Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-05T16:39:45.880Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-05T16:39:45.880Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-05T16:39:45.880Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-05T16:39:45.880Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-05T16:39:45.880Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-05T16:39:45.880Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-05T16:39:46.141Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-05T16:39:46.141Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-05T16:39:46.141Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-05T16:39:46.141Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-05T16:39:46.141Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-05T16:39:46.141Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-05T16:39:46.141Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-05T16:39:46.141Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-05T16:39:46.141Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-05T16:39:46.141Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-05T16:39:46.141Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-05T16:39:46.141Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-05T16:39:46.141Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-05T16:39:46.141Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-05T16:39:46.404Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-05T16:39:46.404Z] 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-01-05T16:39:46.404Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-05T16:39:46.404Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-05T16:39:46.404Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-05T16:39:46.404Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-05T16:39:46.404Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-05T16:39:46.404Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-05T16:39:46.404Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-05T16:39:46.667Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-05T16:39:46.667Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-05T16:39:46.667Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-05T16:39:46.930Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-05T16:39:46.930Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-05T16:39:46.930Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-05T16:39:46.930Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-05T16:39:46.930Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-05T16:39:46.930Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-05T16:39:46.930Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-05T16:39:47.192Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-05T16:39:47.192Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-05T16:39:47.192Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-05T16:39:47.192Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-05T16:39:47.192Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-05T16:39:47.192Z] Get:72 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-01-05T16:39:47.192Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-05T16:39:47.192Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-05T16:39:47.192Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-05T16:39:47.192Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-05T16:39:47.192Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-05T16:39:47.192Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-05T16:39:47.192Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-05T16:39:47.453Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-05T16:39:47.453Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-05T16:39:47.453Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-05T16:39:47.453Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-05T16:39:47.453Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-05T16:39:47.453Z] Get:85 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-01-05T16:39:47.453Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-05T16:39:47.453Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-05T16:39:47.453Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-05T16:39:47.453Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-05T16:39:47.453Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-05T16:39:47.453Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-05T16:39:47.714Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-05T16:39:47.714Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-05T16:39:47.714Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-05T16:39:47.714Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-05T16:39:47.714Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-05T16:39:47.975Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T16:39:47.975Z] Fetched 63.5 MB in 3s (20.0 MB/s) [2021-01-05T16:39:47.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:47.975Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T16:39:47.975Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T16:39:48.550Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T16:39:48.810Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T16:39:48.810Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-05T16:39:48.810Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-05T16:39:49.758Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:49.758Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:49.758Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:49.758Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:49.758Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:49.758Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:50.019Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:50.019Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:50.019Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:50.019Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:50.281Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:50.281Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:50.281Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:50.281Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:50.543Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:39:50.543Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T16:39:50.543Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:50.543Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-05T16:39:50.543Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:39:50.804Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T16:39:50.804Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:50.804Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:51.066Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:51.066Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:51.066Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T16:39:51.066Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T16:39:51.328Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:39:51.328Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T16:39:51.328Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T16:39:51.589Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T16:39:52.160Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T16:39:52.160Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T16:39:52.160Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-05T16:39:52.160Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-05T16:39:52.160Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-05T16:39:52.421Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-05T16:39:52.421Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-05T16:39:52.682Z] Installing new version of config file /etc/issue ... [2021-01-05T16:39:52.682Z] Installing new version of config file /etc/issue.net ... [2021-01-05T16:39:52.682Z] Installing new version of config file /etc/lsb-release ... [2021-01-05T16:39:52.682Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-05T16:39:52.943Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-05T16:39:52.943Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-05T16:39:52.943Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-05T16:39:52.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:52.943Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-05T16:39:53.205Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-05T16:39:53.205Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-05T16:39:53.205Z] 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-01-05T16:39:53.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:53.205Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:39:53.467Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-05T16:39:53.467Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:39:53.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:53.467Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-05T16:39:53.467Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-05T16:39:53.729Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-05T16:39:53.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:53.729Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-05T16:39:53.990Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T16:39:53.990Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-05T16:39:54.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:54.252Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T16:39:54.252Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T16:39:54.513Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T16:39:54.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:54.513Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T16:39:54.513Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T16:39:54.774Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-05T16:39:54.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:54.775Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-05T16:39:54.775Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-05T16:39:55.038Z] Setting up grep (3.1-2build1) ... [2021-01-05T16:39:55.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:55.038Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T16:39:55.038Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T16:39:55.300Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-05T16:39:55.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:55.300Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T16:39:55.300Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T16:39:55.562Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-05T16:39:55.562Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:55.562Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T16:39:55.562Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T16:39:56.135Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T16:39:56.135Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T16:39:56.396Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T16:39:56.396Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T16:39:56.970Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-05T16:39:56.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:56.970Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-05T16:39:56.970Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T16:39:58.364Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T16:39:58.364Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T16:39:58.364Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T16:39:58.364Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T16:39:58.626Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T16:39:58.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:58.626Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-05T16:39:58.626Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-05T16:39:58.889Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-05T16:39:58.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:58.889Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:39:58.889Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T16:39:59.151Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:39:59.151Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:59.151Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:39:59.151Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T16:39:59.151Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:39:59.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:59.413Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:39:59.413Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T16:39:59.413Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:39:59.675Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:59.675Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:39:59.675Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T16:39:59.675Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:39:59.936Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:39:59.936Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T16:39:59.936Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T16:39:59.936Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T16:39:59.936Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T16:40:00.198Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T16:40:00.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:40:00.198Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T16:40:00.198Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T16:40:00.458Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T16:40:00.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:40:00.458Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:40:00.458Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T16:40:00.459Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:40:00.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:40:00.720Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:40:00.720Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T16:40:00.720Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:40:00.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:40:00.988Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:40:00.988Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T16:40:01.249Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:40:01.820Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-05T16:40:01.820Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-05T16:40:02.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:40:02.082Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T16:40:02.082Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T16:40:02.343Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T16:40:02.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T16:40:02.343Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-05T16:40:02.604Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T16:40:02.604Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-05T16:40:02.864Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:02.864Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-05T16:40:02.864Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-05T16:40:02.864Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-05T16:40:03.126Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:03.126Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T16:40:03.126Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T16:40:03.388Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T16:40:03.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:03.388Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T16:40:03.651Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T16:40:03.651Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T16:40:03.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:03.651Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T16:40:03.912Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T16:40:03.912Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T16:40:04.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:04.174Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T16:40:04.174Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T16:40:04.435Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-05T16:40:04.435Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T16:40:04.435Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T16:40:04.435Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T16:40:04.696Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T16:40:04.696Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:04.696Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-05T16:40:04.696Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-05T16:40:04.958Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-05T16:40:04.959Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:04.959Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-05T16:40:05.220Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T16:40:05.220Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T16:40:05.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:05.482Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T16:40:05.482Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T16:40:05.482Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T16:40:05.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:05.743Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-05T16:40:05.743Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-05T16:40:05.743Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-05T16:40:06.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:06.004Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T16:40:06.004Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T16:40:06.265Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-05T16:40:06.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:06.525Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T16:40:06.525Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T16:40:06.525Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-05T16:40:06.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:06.787Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-05T16:40:06.787Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-05T16:40:06.787Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-05T16:40:06.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:06.787Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-05T16:40:07.049Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-05T16:40:07.049Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-05T16:40:07.049Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:07.049Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-05T16:40:07.049Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-05T16:40:07.311Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-05T16:40:07.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:07.311Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T16:40:07.311Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-05T16:40:07.573Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-05T16:40:07.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T16:40:07.573Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-05T16:40:07.573Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-05T16:40:07.573Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-05T16:40:07.834Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-05T16:40:07.834Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T16:40:07.834Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T16:40:07.834Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T16:40:07.834Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T16:40:08.163Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T16:40:08.163Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T16:40:08.163Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-05T16:40:08.163Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-05T16:40:08.440Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T16:40:08.440Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-05T16:40:08.440Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T16:40:08.440Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-05T16:40:08.709Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-05T16:40:08.709Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-05T16:40:08.709Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-05T16:40:08.709Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-05T16:40:08.976Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-05T16:40:08.976Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-05T16:40:08.976Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-05T16:40:08.976Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-05T16:40:09.244Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-05T16:40:09.244Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-05T16:40:09.244Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-05T16:40:09.244Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-05T16:40:10.209Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-05T16:40:10.209Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-05T16:40:10.209Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-05T16:40:10.209Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-05T16:40:10.475Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T16:40:10.475Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T16:40:10.772Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T16:40:10.772Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T16:40:11.035Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T16:40:11.035Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T16:40:11.035Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T16:40:11.035Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T16:40:11.296Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:11.296Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:11.296Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:11.296Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:11.866Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:11.866Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:12.127Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:12.127Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:13.066Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:13.066Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:13.136Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:40:13.136Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:40:13.136Z] ---> 13c3fccbfbeb [2021-01-05T16:40:13.136Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T16:40:13.136Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:40:13.136Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:40:13.136Z] ---> 13c3fccbfbeb [2021-01-05T16:40:13.136Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T16:40:13.136Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:40:13.136Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:40:13.136Z] ---> 13c3fccbfbeb [2021-01-05T16:40:13.136Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T16:40:13.136Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:40:13.136Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:40:13.136Z] ---> 13c3fccbfbeb [2021-01-05T16:40:13.136Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T16:40:13.136Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:40:13.136Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:40:13.136Z] ---> 13c3fccbfbeb [2021-01-05T16:40:13.136Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T16:40:14.007Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:14.008Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:14.578Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:14.838Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:15.099Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:15.099Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:15.159Z] ---> Running in 4220335c2327 [2021-01-05T16:40:15.159Z] ---> Running in 9428f0108c33 [2021-01-05T16:40:15.159Z] ---> Running in 9e42d4db3fc8 [2021-01-05T16:40:15.159Z] ---> Running in a6af87ca7670 [2021-01-05T16:40:15.159Z] ---> Running in 3293f041a2fd [2021-01-05T16:40:16.075Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T16:40:16.075Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T16:40:16.075Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T16:40:16.075Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T16:40:16.075Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T16:40:16.075Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T16:40:16.140Z] Removing intermediate container 4220335c2327 [2021-01-05T16:40:16.140Z] ---> e907a94b3da2 [2021-01-05T16:40:16.140Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:40:16.140Z] Removing intermediate container a6af87ca7670 [2021-01-05T16:40:16.140Z] ---> dfef168ba6c0 [2021-01-05T16:40:16.140Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:40:16.140Z] Removing intermediate container 9e42d4db3fc8 [2021-01-05T16:40:16.140Z] ---> ecf5a353ca78 [2021-01-05T16:40:16.335Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T16:40:16.335Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T16:40:16.410Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:40:16.410Z] Removing intermediate container 9428f0108c33 [2021-01-05T16:40:16.410Z] ---> 587aa8d694bf [2021-01-05T16:40:16.410Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:40:16.410Z] Removing intermediate container 3293f041a2fd [2021-01-05T16:40:16.410Z] ---> ac93e1feb0cf [2021-01-05T16:40:16.410Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:40:16.595Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-05T16:40:16.595Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-05T16:40:16.595Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T16:40:16.595Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T16:40:16.595Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T16:40:16.595Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T16:40:16.682Z] ---> Running in 0fd146936adc [2021-01-05T16:40:16.682Z] ---> Running in 134e093d440b [2021-01-05T16:40:16.682Z] ---> Running in 056799f15dc6 [2021-01-05T16:40:16.682Z] ---> Running in 8fd8f3bb923c [2021-01-05T16:40:16.682Z] ---> Running in 6281d32af6a5 [2021-01-05T16:40:16.856Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-05T16:40:16.856Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-05T16:40:16.856Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:40:16.856Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T16:40:16.856Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:40:17.116Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:40:17.116Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:40:17.116Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-05T16:40:17.377Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-05T16:40:17.377Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-05T16:40:17.377Z] [2021-01-05T16:40:17.377Z] Current default time zone: 'Etc/UTC' [2021-01-05T16:40:17.377Z] Local time is now: Tue Jan 5 16:40:17 UTC 2021. [2021-01-05T16:40:17.377Z] Universal Time is now: Tue Jan 5 16:40:17 UTC 2021. [2021-01-05T16:40:17.377Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-05T16:40:17.377Z] [2021-01-05T16:40:17.377Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-05T16:40:17.377Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:40:17.638Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-05T16:40:17.638Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-05T16:40:17.638Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-05T16:40:17.638Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-05T16:40:17.638Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-05T16:40:17.638Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-05T16:40:17.638Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-05T16:40:17.638Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T16:40:17.899Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:40:17.899Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-05T16:40:18.161Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:18.161Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T16:40:18.161Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:40:18.161Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-05T16:40:18.161Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-05T16:40:18.161Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-05T16:40:18.161Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T16:40:18.161Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-05T16:40:18.161Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-05T16:40:18.421Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-05T16:40:18.421Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T16:40:19.804Z] Updating certificates in /etc/ssl/certs... [2021-01-05T16:40:20.749Z] 22 added, 17 removed; done. [2021-01-05T16:40:20.749Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T16:40:20.749Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T16:40:20.749Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-05T16:40:20.749Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-05T16:40:20.749Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-05T16:40:20.749Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:20.749Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T16:40:20.749Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:20.997Z] Removing intermediate container 0fd146936adc [2021-01-05T16:40:20.997Z] ---> dc7c15dad5de [2021-01-05T16:40:20.997Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T16:40:21.009Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:21.009Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:21.009Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:21.009Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:21.009Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-05T16:40:21.009Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-05T16:40:21.009Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-05T16:40:21.269Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-05T16:40:21.269Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-05T16:40:21.269Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:21.269Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T16:40:21.269Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-05T16:40:21.269Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-05T16:40:21.269Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-05T16:40:21.276Z] ---> Running in 342f1896feac [2021-01-05T16:40:21.276Z] Removing intermediate container 134e093d440b [2021-01-05T16:40:21.276Z] ---> e108c69f0b30 [2021-01-05T16:40:21.276Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T16:40:21.531Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T16:40:21.532Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T16:40:21.532Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-05T16:40:21.532Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T16:40:21.532Z] Updating certificates in /etc/ssl/certs... [2021-01-05T16:40:21.547Z] Removing intermediate container 056799f15dc6 [2021-01-05T16:40:21.547Z] ---> 87f67b6455fe [2021-01-05T16:40:21.547Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T16:40:21.823Z] ---> Running in 55074a394e4d [2021-01-05T16:40:21.823Z] Removing intermediate container 8fd8f3bb923c [2021-01-05T16:40:21.823Z] ---> 3c5c75970511 [2021-01-05T16:40:21.823Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T16:40:21.823Z] ---> Running in ab0288c9a643 [2021-01-05T16:40:21.823Z] Removing intermediate container 6281d32af6a5 [2021-01-05T16:40:21.823Z] ---> cda57cb5f09f [2021-01-05T16:40:21.823Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T16:40:22.095Z] ---> Running in 5cc3efe7f47f [2021-01-05T16:40:22.102Z] 0 added, 0 removed; done. [2021-01-05T16:40:22.103Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-05T16:40:22.103Z] done. [2021-01-05T16:40:22.367Z] ---> Running in fd87bb232496 [2021-01-05T16:40:22.679Z] Reading package lists... [2021-01-05T16:40:22.940Z] Building dependency tree... [2021-01-05T16:40:22.940Z] Reading state information... [2021-01-05T16:40:22.940Z] The following NEW packages will be installed: [2021-01-05T16:40:22.940Z] apt-transport-https [2021-01-05T16:40:22.940Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T16:40:22.940Z] Need to get 1696 B of archives. [2021-01-05T16:40:22.940Z] After this operation, 153 kB of additional disk space will be used. [2021-01-05T16:40:22.940Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-05T16:40:22.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:23.200Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T16:40:23.201Z] Fetched 1696 B in 0s (42.8 kB/s) [2021-01-05T16:40:23.201Z] Selecting previously unselected package apt-transport-https. [2021-01-05T16:40:23.201Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-05T16:40:23.201Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-05T16:40:23.201Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T16:40:23.461Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T16:40:23.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:23.722Z] Waiting for network to be ready... [2021-01-05T16:40:23.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:23.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:23.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:24.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:24.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:24.653Z] OK: 217 MiB in 51 packages [2021-01-05T16:40:24.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:24.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:24.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:40:25.250Z] OK: 217 MiB in 51 packages [2021-01-05T16:40:25.523Z] OK: 217 MiB in 51 packages [2021-01-05T16:40:25.523Z] OK: 217 MiB in 51 packages [2021-01-05T16:40:25.807Z] OK: 217 MiB in 51 packages [2021-01-05T16:40:26.088Z] Removing intermediate container 342f1896feac [2021-01-05T16:40:26.088Z] ---> 652a531d67a3 [2021-01-05T16:40:26.088Z] Step 6/21 : COPY go.mod . [2021-01-05T16:40:27.069Z] Removing intermediate container 55074a394e4d [2021-01-05T16:40:27.069Z] ---> b5a6158359b6 [2021-01-05T16:40:27.069Z] Step 6/22 : COPY go.mod . ---> 8cdf9227398a [2021-01-05T16:40:27.069Z] Step 7/21 : RUN go mod download [2021-01-05T16:40:27.069Z] [2021-01-05T16:40:27.345Z] ---> Running in ef3755f5f81b [2021-01-05T16:40:27.345Z] Removing intermediate container 5cc3efe7f47f [2021-01-05T16:40:27.345Z] ---> 81e1477b6b47 [2021-01-05T16:40:27.345Z] Step 6/24 : COPY go.mod . [2021-01-05T16:40:27.617Z] Removing intermediate container fd87bb232496 [2021-01-05T16:40:27.617Z] ---> a08a83855e26 [2021-01-05T16:40:27.617Z] Step 6/24 : COPY go.mod . [2021-01-05T16:40:27.617Z] Removing intermediate container ab0288c9a643 [2021-01-05T16:40:27.617Z] ---> e260d5f09c37 [2021-01-05T16:40:27.617Z] Step 6/22 : COPY go.mod . [2021-01-05T16:40:28.602Z] ---> dcc1d8712720 [2021-01-05T16:40:28.602Z] Step 7/22 : RUN go mod download [2021-01-05T16:40:28.602Z] ---> Running in e5e1258fffc8 [2021-01-05T16:40:28.602Z] ---> b48e5aa13077 [2021-01-05T16:40:28.602Z] Step 7/24 : RUN go mod download [2021-01-05T16:40:28.879Z] ---> 7cbe4c92e4ce [2021-01-05T16:40:28.879Z] Step 7/24 : RUN go mod download [2021-01-05T16:40:28.879Z] ---> Running in 4583ff2efca7 [2021-01-05T16:40:29.154Z] ---> aad57398e307 [2021-01-05T16:40:29.154Z] Step 7/22 : RUN go mod download [2021-01-05T16:40:29.154Z] ---> Running in 97b2a4f38e81 [2021-01-05T16:40:29.430Z] ---> Running in c19063fcb3d0 [2021-01-05T16:40:30.304Z] 2021-01-05T16:40:27Z INFO Waiting for automatic snapd restart... [2021-01-05T16:40:30.566Z] snapd 2.48.1 from Canonical* installed [2021-01-05T16:40:31.425Z] Removing intermediate container ef3755f5f81b [2021-01-05T16:40:31.425Z] ---> 0ebad4f33330 [2021-01-05T16:40:31.425Z] Step 8/21 : COPY . . [2021-01-05T16:40:31.523Z] "snapd" switched to the "latest/stable" channel [2021-01-05T16:40:31.523Z] [2021-01-05T16:40:33.495Z] Removing intermediate container e5e1258fffc8 [2021-01-05T16:40:33.495Z] ---> 728d98878ed0 [2021-01-05T16:40:33.495Z] Step 8/22 : COPY . . [2021-01-05T16:40:34.109Z] Removing intermediate container 97b2a4f38e81 [2021-01-05T16:40:34.109Z] ---> 5d3c64122002 [2021-01-05T16:40:34.109Z] Step 8/24 : COPY . . [2021-01-05T16:40:34.936Z] core18 20201210 from Canonical* installed [2021-01-05T16:40:35.102Z] Removing intermediate container 4583ff2efca7 [2021-01-05T16:40:35.102Z] ---> 848625882bc3 [2021-01-05T16:40:35.102Z] Step 8/24 : COPY . . [2021-01-05T16:40:35.197Z] "core18" switched to the "latest/stable" channel [2021-01-05T16:40:35.197Z] [2021-01-05T16:40:35.714Z] Removing intermediate container c19063fcb3d0 [2021-01-05T16:40:35.714Z] ---> d944064d3771 [2021-01-05T16:40:35.714Z] Step 8/22 : COPY . . [2021-01-05T16:40:39.475Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T16:40:39.751Z] "snapcraft" switched to the "latest/stable" channel [2021-01-05T16:40:39.751Z] [2021-01-05T16:40:43.121Z] 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-01-05T16:40:43.121Z] - README.md [2021-01-05T16:40:43.121Z] [2021-01-05T16:40:43.121Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T16:40:49.766Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T16:40:49.766Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T16:40:49.766Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T16:40:50.026Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T16:40:51.429Z] Reading package lists... [2021-01-05T16:40:51.429Z] 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-01-05T16:40:58.018Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T16:40:58.018Z] Reading package lists... [2021-01-05T16:40:58.018Z] Building dependency tree... [2021-01-05T16:40:58.018Z] Reading state information... [2021-01-05T16:40:58.018Z] Suggested packages: [2021-01-05T16:40:58.018Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-05T16:40:58.018Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-05T16:40:58.018Z] Recommended packages: [2021-01-05T16:40:58.018Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-05T16:40:58.018Z] The following NEW packages will be installed: [2021-01-05T16:40:58.018Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-05T16:40:58.018Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-05T16:40:58.018Z] pkg-config zip [2021-01-05T16:40:58.018Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T16:40:58.018Z] Need to get 7655 kB of archives. [2021-01-05T16:40:58.018Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-05T16:40:58.018Z] 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-01-05T16:40:58.018Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-05T16:40:58.018Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-05T16:40:58.018Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-05T16:40:58.018Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-05T16:40:58.074Z] ---> 98f6ddf12adb [2021-01-05T16:40:58.074Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T16:40:58.074Z] ---> 852ab00d91ce [2021-01-05T16:40:58.074Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T16:40:58.074Z] ---> Running in 4b184e606e9e [2021-01-05T16:40:58.074Z] ---> Running in 6e7fe7516a6d [2021-01-05T16:40:58.074Z] ---> cef8b8b087de [2021-01-05T16:40:58.074Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T16:40:58.074Z] ---> 66f71c1cd9d9 [2021-01-05T16:40:58.074Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T16:40:58.074Z] ---> 5c1985bbed5b [2021-01-05T16:40:58.074Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T16:40:58.279Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-05T16:40:58.279Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-05T16:40:58.279Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-05T16:40:58.279Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-05T16:40:58.279Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-05T16:40:58.279Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-05T16:40:58.347Z] ---> Running in c541e51fdc8d [2021-01-05T16:40:58.347Z] ---> Running in e1c6139b204e [2021-01-05T16:40:58.347Z] ---> Running in 68c6a919a7a3 [2021-01-05T16:40:58.540Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-05T16:40:58.540Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-05T16:40:58.540Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-05T16:40:58.540Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-05T16:40:58.800Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T16:40:58.800Z] Fetched 7655 kB in 1s (10.7 MB/s) [2021-01-05T16:40:58.800Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-05T16:40:58.800Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-05T16:40:58.800Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-05T16:40:58.800Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T16:40:59.060Z] Selecting previously unselected package libpsl5:amd64. [2021-01-05T16:40:59.060Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-05T16:40:59.060Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T16:40:59.060Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-05T16:40:59.060Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-05T16:40:59.060Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T16:40:59.320Z] Selecting previously unselected package librtmp1:amd64. [2021-01-05T16:40:59.320Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-05T16:40:59.320Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T16:40:59.320Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-05T16:40:59.320Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-05T16:40:59.320Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T16:40:59.320Z] Selecting previously unselected package liberror-perl. [2021-01-05T16:40:59.320Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-05T16:40:59.320Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-05T16:40:59.581Z] Selecting previously unselected package git-man. [2021-01-05T16:40:59.581Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-05T16:40:59.581Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T16:40:59.581Z] Selecting previously unselected package git. [2021-01-05T16:40:59.581Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-05T16:40:59.581Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T16:41:00.350Z] 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-01-05T16:41:00.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T16:41:00.350Z] 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-01-05T16:41:00.524Z] Selecting previously unselected package libnorm1:amd64. [2021-01-05T16:41:00.524Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-05T16:41:00.524Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T16:41:00.524Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-05T16:41:00.524Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-05T16:41:00.524Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T16:41:00.785Z] Selecting previously unselected package libsodium23:amd64. [2021-01-05T16:41:00.785Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-05T16:41:00.785Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-05T16:41:00.785Z] Selecting previously unselected package libzmq5:amd64. [2021-01-05T16:41:00.785Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T16:41:00.785Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T16:41:00.785Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-05T16:41:00.785Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T16:41:00.785Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T16:41:00.951Z] 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-01-05T16:41:00.951Z] 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-01-05T16:41:01.047Z] Selecting previously unselected package pkg-config. [2021-01-05T16:41:01.047Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-05T16:41:01.047Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T16:41:01.047Z] Selecting previously unselected package zip. [2021-01-05T16:41:01.047Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-05T16:41:01.047Z] Unpacking zip (3.0-11build1) ... [2021-01-05T16:41:01.310Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T16:41:01.310Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T16:41:01.310Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T16:41:01.310Z] Setting up liberror-perl (0.17025-1) ... [2021-01-05T16:41:01.310Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T16:41:01.310Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T16:41:01.310Z] No schema files found: doing nothing. [2021-01-05T16:41:01.574Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T16:41:01.574Z] Setting up zip (3.0-11build1) ... [2021-01-05T16:41:01.574Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T16:41:01.574Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-05T16:41:01.574Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T16:41:01.574Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T16:41:01.574Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T16:41:01.837Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T16:41:01.837Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T16:41:01.837Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T16:41:08.427Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T16:41:08.427Z] git set to automatically installed. [2021-01-05T16:41:08.427Z] git-man set to automatically installed. [2021-01-05T16:41:08.427Z] libcurl3-gnutls set to automatically installed. [2021-01-05T16:41:08.427Z] liberror-perl set to automatically installed. [2021-01-05T16:41:08.427Z] libglib2.0-0 set to automatically installed. [2021-01-05T16:41:08.427Z] libnghttp2-14 set to automatically installed. [2021-01-05T16:41:08.427Z] libnorm1 set to automatically installed. [2021-01-05T16:41:08.427Z] libpgm-5.2-0 set to automatically installed. [2021-01-05T16:41:08.427Z] libpsl5 set to automatically installed. [2021-01-05T16:41:08.427Z] librtmp1 set to automatically installed. [2021-01-05T16:41:08.427Z] libsodium23 set to automatically installed. [2021-01-05T16:41:08.427Z] libzmq3-dev set to automatically installed. [2021-01-05T16:41:08.427Z] libzmq5 set to automatically installed. [2021-01-05T16:41:08.427Z] pkg-config set to automatically installed. [2021-01-05T16:41:08.427Z] zip set to automatically installed. [2021-01-05T16:41:10.975Z] snapd is not logged in, snap install commands will use sudo [2021-01-05T16:41:17.559Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T16:41:17.820Z] snap "core18" has no updates available [2021-01-05T16:41:18.392Z] Pulling config-common [2021-01-05T16:41:19.777Z] Pulling go-build-helper [2021-01-05T16:41:46.563Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T16:41:46.564Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T16:41:46.564Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T16:41:46.564Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1477 kB] [2021-01-05T16:41:46.564Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T16:41:46.564Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T16:41:46.564Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T16:41:46.564Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [287 kB] [2021-01-05T16:41:46.564Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T16:41:46.564Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T16:41:46.564Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T16:41:46.564Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T16:41:46.564Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-05T16:41:46.564Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-05T16:41:46.564Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-05T16:41:46.564Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-05T16:41:46.564Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-05T16:41:46.564Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-05T16:41:46.564Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T16:41:46.564Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-05T16:41:46.564Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T16:41:46.564Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.8 kB] [2021-01-05T16:41:46.564Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-05T16:41:46.564Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T16:41:46.564Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T16:41:46.564Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T16:41:46.564Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T16:41:46.564Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-05T16:41:46.564Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-05T16:41:46.564Z] Fetched 279 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-05T16:41:46.564Z] Fetched 122 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-05T16:41:46.564Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-05T16:41:46.564Z] Fetched 8848 B in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-05T16:41:46.564Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-05T16:41:46.564Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-05T16:41:46.564Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-05T16:41:46.564Z] Fetched 214 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-05T16:41:46.564Z] Fetched 155 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-05T16:41:46.564Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-05T16:41:46.564Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-05T16:41:46.564Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-05T16:41:46.564Z] Fetched 499 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-05T16:41:46.564Z] Fetched 111 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-05T16:41:46.564Z] Fetched 240 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-05T16:41:46.564Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-05T16:41:46.564Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-05T16:41:46.564Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-05T16:41:46.564Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-05T16:41:46.564Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-05T16:41:46.564Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-05T16:41:46.564Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-05T16:41:46.564Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-05T16:41:46.564Z] Fetched 8720 B in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-05T16:41:46.564Z] Fetched 137 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-05T16:41:46.564Z] Fetched 119 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-05T16:41:46.564Z] Fetched 109 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-05T16:41:46.564Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-05T16:41:46.564Z] Fetched 645 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-05T16:41:46.564Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-05T16:41:46.564Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-05T16:41:46.564Z] Fetched 368 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-05T16:41:46.564Z] Fetched 187 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-05T16:41:46.564Z] Fetched 175 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-05T16:41:46.564Z] Fetched 206 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-05T16:41:46.564Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-05T16:41:46.564Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-05T16:41:46.564Z] Fetched 159 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-05T16:41:46.564Z] Fetched 107 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-05T16:41:46.564Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-05T16:41:46.564Z] Pulling static-packages [2021-01-05T16:41:46.825Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-05T16:41:46.825Z] Skipping pull go-build-helper (already ran) [2021-01-05T16:41:46.825Z] Skipping pull static-packages (already ran) [2021-01-05T16:41:46.825Z] Building go-build-helper [2021-01-05T16:41:51.028Z] Building static-packages [2021-01-05T16:41:52.941Z] Staging go-build-helper [2021-01-05T16:41:53.884Z] Staging static-packages [2021-01-05T16:41:54.825Z] Pulling go115 [2021-01-05T16:41:56.220Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-05T16:41:56.220Z] Skipping pull go115 (already ran) [2021-01-05T16:41:56.220Z] Building go115 [2021-01-05T16:41:56.220Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T16:41:56.220Z] Dload Upload Total Spent Left Speed [2021-01-05T16:41:59.148Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 93478 0 0 368k 0 0:05:21 --:--:-- 0:05:21 366k 31 115M 31 36.8M 0 0 29.4M 0 0:00:03 0:00:01 0:00:02 29.4M 66 115M 66 77.2M 0 0 34.3M 0 0:00:03 0:00:02 0:00:01 34.3M 100 115M 100 115M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M [2021-01-05T16:42:00.090Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-05T16:42:05.381Z] Staging go115 [2021-01-05T16:42:10.666Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T16:42:10.666Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T16:42:10.666Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T16:42:10.666Z] Fetched 0 B in 0s (0 B/s) [2021-01-05T16:42:10.666Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-05T16:42:10.666Z] Fetched 224 kB in 0s (0 B/s) [2021-01-05T16:42:10.666Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-05T16:42:10.666Z] Fetched 157 kB in 0s (0 B/s) [2021-01-05T16:42:10.666Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-05T16:42:10.666Z] Fetched 221 kB in 0s (0 B/s) [2021-01-05T16:42:10.666Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-05T16:42:10.666Z] Fetched 143 kB in 0s (0 B/s) [2021-01-05T16:42:10.666Z] Pulling edgex-go [2021-01-05T16:42:12.050Z] Pulling version [2021-01-05T16:42:12.990Z] Building config-common [2021-01-05T16:42:15.542Z] Skipping build go-build-helper (already ran) [2021-01-05T16:42:15.542Z] Skipping build static-packages (already ran) [2021-01-05T16:42:15.542Z] Skipping build go115 (already ran) [2021-01-05T16:42:15.542Z] Building edgex-go [2021-01-05T16:42:16.112Z] 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-01-05T16:42:17.056Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-05T16:42:17.056Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-05T16:42:17.056Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 [2021-01-05T16:42:17.056Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-05T16:42:17.056Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 [2021-01-05T16:42:17.056Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-05T16:42:17.056Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-05T16:42:17.056Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-05T16:42:17.056Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-05T16:42:17.056Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-05T16:42:17.056Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-05T16:42:17.056Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-05T16:42:17.056Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-05T16:42:17.317Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-05T16:42:17.317Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-05T16:42:17.317Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-05T16:42:17.317Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-05T16:42:17.317Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-05T16:42:17.317Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-05T16:42:17.317Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-05T16:42:17.317Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-05T16:42:17.317Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-05T16:42:17.317Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-05T16:42:17.317Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-05T16:42:17.317Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-05T16:42:17.578Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-05T16:42:17.578Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-05T16:42:17.578Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-05T16:42:17.578Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-05T16:42:17.839Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-05T16:42:22.783Z] 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-01-05T16:42:26.014Z] 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-01-05T16:42:30.225Z] 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-01-05T16:42:30.486Z] 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-01-05T16:42:31.874Z] 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-01-05T16:42:31.874Z] 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-01-05T16:42:32.135Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-05T16:42:32.135Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-05T16:42:32.135Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-05T16:42:32.135Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-05T16:42:32.973Z] Removing intermediate container 68c6a919a7a3 [2021-01-05T16:42:32.973Z] ---> b318488363a3 [2021-01-05T16:42:32.973Z] [2021-01-05T16:42:32.973Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T16:42:32.973Z] Removing intermediate container 6e7fe7516a6d [2021-01-05T16:42:32.973Z] ---> 08fbc1450745 [2021-01-05T16:42:32.973Z] [2021-01-05T16:42:32.973Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T16:42:32.973Z] Removing intermediate container e1c6139b204e [2021-01-05T16:42:32.973Z] ---> 2dacecbe40a5 [2021-01-05T16:42:32.973Z] [2021-01-05T16:42:32.973Z] Step 10/24 : FROM scratch [2021-01-05T16:42:32.973Z] ---> [2021-01-05T16:42:32.973Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium'3.12: Pulling from library/alpine [2021-01-05T16:42:32.973Z] [2021-01-05T16:42:32.973Z] 3.12: Pulling from library/alpine [2021-01-05T16:42:32.973Z] ---> Running in 32898d581c19 [2021-01-05T16:42:33.961Z] Removing intermediate container 32898d581c19 [2021-01-05T16:42:33.961Z] ---> dd952c5af383 [2021-01-05T16:42:33.961Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T16:42:33.961Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T16:42:33.961Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T16:42:33.961Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T16:42:33.961Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T16:42:33.961Z] ---> afeebe901d6b [2021-01-05T16:42:33.961Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T16:42:33.961Z] ---> afeebe901d6b [2021-01-05T16:42:33.961Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T16:42:34.053Z] 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-01-05T16:42:34.053Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-05T16:42:34.053Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-05T16:42:34.238Z] ---> Running in 49f5e8897551 [2021-01-05T16:42:34.526Z] ---> Running in 1d4187158730 [2021-01-05T16:42:34.526Z] ---> Running in 8ed51972f708 [2021-01-05T16:42:34.804Z] Removing intermediate container 4b184e606e9e [2021-01-05T16:42:34.804Z] ---> e85b77067295 [2021-01-05T16:42:34.804Z] [2021-01-05T16:42:34.804Z] Step 10/21 : FROM scratch [2021-01-05T16:42:34.804Z] ---> [2021-01-05T16:42:34.804Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T16:42:34.804Z] Removing intermediate container c541e51fdc8d [2021-01-05T16:42:34.804Z] ---> c73882af7f50 [2021-01-05T16:42:34.804Z] [2021-01-05T16:42:34.804Z] Step 10/22 : FROM scratch [2021-01-05T16:42:34.804Z] ---> [2021-01-05T16:42:34.804Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T16:42:34.995Z] 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-01-05T16:42:34.996Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-05T16:42:35.082Z] ---> Running in 0fd92cab1492 [2021-01-05T16:42:35.353Z] Removing intermediate container 49f5e8897551 [2021-01-05T16:42:35.353Z] ---> 52bc7d29505a [2021-01-05T16:42:35.353Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T16:42:35.353Z] ---> Running in 897ac8ec8c22 [2021-01-05T16:42:35.353Z] ---> Running in ff11e5d4dc23 [2021-01-05T16:42:35.951Z] Removing intermediate container 0fd92cab1492 [2021-01-05T16:42:35.951Z] ---> 7aa190ed290b [2021-01-05T16:42:35.951Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T16:42:35.951Z] Removing intermediate container 897ac8ec8c22 [2021-01-05T16:42:35.951Z] ---> ecc13f67441d [2021-01-05T16:42:35.951Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T16:42:36.225Z] Removing intermediate container ff11e5d4dc23 [2021-01-05T16:42:36.225Z] ---> 49b279b60205 [2021-01-05T16:42:36.225Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T16:42:36.225Z] ---> Running in c7eccbaaecca [2021-01-05T16:42:36.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:42:36.225Z] ---> Running in bf77558d553b [2021-01-05T16:42:36.380Z] 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-01-05T16:42:36.380Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-05T16:42:36.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:42:36.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:42:36.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:42:36.778Z] Removing intermediate container c7eccbaaecca [2021-01-05T16:42:36.778Z] ---> dd06b59cf630 [2021-01-05T16:42:36.778Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T16:42:37.050Z] Removing intermediate container bf77558d553b [2021-01-05T16:42:37.050Z] ---> 37e6d3ad9f49 [2021-01-05T16:42:37.050Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T16:42:37.050Z] ---> Running in 36c5317803cf [2021-01-05T16:42:37.050Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T16:42:37.050Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T16:42:37.050Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T16:42:37.050Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T16:42:37.050Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T16:42:37.050Z] ---> Running in 7ef9e0febb8e [2021-01-05T16:42:37.050Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T16:42:37.050Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:42:37.324Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T16:42:37.324Z] ---> f1ab30abc1cb [2021-01-05T16:42:37.324Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T16:42:37.324Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T16:42:37.324Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T16:42:37.324Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T16:42:37.324Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T16:42:37.324Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:42:37.324Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T16:42:37.598Z] OK: 7 MiB in 19 packages [2021-01-05T16:42:37.768Z] 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-01-05T16:42:37.876Z] OK: 7 MiB in 19 packages [2021-01-05T16:42:37.876Z] Removing intermediate container 36c5317803cf [2021-01-05T16:42:37.876Z] ---> 71fca37f8b0e [2021-01-05T16:42:37.876Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T16:42:37.876Z] Removing intermediate container 7ef9e0febb8e [2021-01-05T16:42:37.876Z] ---> ccea0658d63a [2021-01-05T16:42:37.876Z] Step 14/22 : WORKDIR / [2021-01-05T16:42:38.154Z] ---> Running in 6e43bef88bf4 [2021-01-05T16:42:38.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T16:42:39.132Z] ---> 8ae084580be3 [2021-01-05T16:42:39.132Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T16:42:39.132Z] Removing intermediate container 6e43bef88bf4 [2021-01-05T16:42:39.132Z] ---> 5fc301de3f54 [2021-01-05T16:42:39.132Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T16:42:39.132Z] ---> a58c702f07d6 [2021-01-05T16:42:39.132Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T16:42:39.652Z] 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-01-05T16:42:39.738Z] Removing intermediate container 1d4187158730 [2021-01-05T16:42:39.738Z] ---> 008e57308ff5 [2021-01-05T16:42:39.738Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T16:42:40.335Z] ---> Running in e6897f6026c7 [2021-01-05T16:42:40.335Z] Removing intermediate container 8ed51972f708 [2021-01-05T16:42:40.335Z] ---> c40d753d754b [2021-01-05T16:42:40.335Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T16:42:40.609Z] ---> c8e2270b2703 [2021-01-05T16:42:40.609Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T16:42:40.890Z] ---> 0ebe9e176a45 [2021-01-05T16:42:40.890Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T16:42:41.164Z] ---> Running in 0785f1ac9e4e [2021-01-05T16:42:41.164Z] ---> a5005a8990d5 [2021-01-05T16:42:41.164Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T16:42:41.438Z] Removing intermediate container e6897f6026c7 [2021-01-05T16:42:41.438Z] ---> 3ae60233cd53 [2021-01-05T16:42:41.438Z] Step 13/24 : WORKDIR / [2021-01-05T16:42:41.739Z] ---> Running in 669b3014c19c [2021-01-05T16:42:41.739Z] Removing intermediate container 0785f1ac9e4e [2021-01-05T16:42:41.739Z] ---> 7af58757e40f [2021-01-05T16:42:41.739Z] Step 13/22 : WORKDIR / [2021-01-05T16:42:42.202Z] Building version [2021-01-05T16:42:42.340Z] ---> Running in 57df6bb5f13d [2021-01-05T16:42:42.340Z] ---> 1608604d4f34 [2021-01-05T16:42:42.340Z] ---> f42671de14cf [2021-01-05T16:42:42.340Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T16:42:42.340Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T16:42:42.340Z] ---> a10bbbc30f6c [2021-01-05T16:42:42.340Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T16:42:42.340Z] Removing intermediate container 669b3014c19c [2021-01-05T16:42:42.340Z] ---> 8fe8123073ea [2021-01-05T16:42:42.340Z] 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-01-05T16:42:42.616Z] ---> Running in 86bde1dd72e0 [2021-01-05T16:42:42.893Z] Removing intermediate container 57df6bb5f13d [2021-01-05T16:42:42.893Z] ---> 90a99907d931 [2021-01-05T16:42:42.893Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T16:42:43.537Z] Removing intermediate container 86bde1dd72e0 [2021-01-05T16:42:43.537Z] ---> 22b351403ff5 [2021-01-05T16:42:43.537Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:42:43.812Z] ---> ccc5f88a9e7d [2021-01-05T16:42:43.812Z] 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-01-05T16:42:43.812Z] ---> 76914fbb1ee7 [2021-01-05T16:42:43.812Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T16:42:44.090Z] ---> Running in 25b0f195025c [2021-01-05T16:42:44.090Z] ---> Running in f70fddae0831 [2021-01-05T16:42:44.090Z] ---> 0e5855dd9c18 [2021-01-05T16:42:44.090Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / ---> e3a7376ee41a [2021-01-05T16:42:44.090Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T16:42:44.090Z] [2021-01-05T16:42:44.699Z] Removing intermediate container 25b0f195025c [2021-01-05T16:42:44.699Z] ---> 3079f75f55eb [2021-01-05T16:42:44.699Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T16:42:44.759Z] Staging config-common [2021-01-05T16:42:44.987Z] Removing intermediate container f70fddae0831 [2021-01-05T16:42:44.987Z] ---> 2e80316f7d32 [2021-01-05T16:42:44.987Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:42:44.987Z] ---> Running in 2e2acea30f6b [2021-01-05T16:42:45.279Z] ---> d3fde38202b3 [2021-01-05T16:42:45.279Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T16:42:45.279Z] ---> Running in 8bf1742a5de6 [2021-01-05T16:42:45.279Z] ---> 44eee1d3278b [2021-01-05T16:42:45.279Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T16:42:45.561Z] ---> Running in ee09bc004fea [2021-01-05T16:42:45.713Z] Skipping stage go-build-helper (already ran) [2021-01-05T16:42:45.713Z] Skipping stage static-packages (already ran) [2021-01-05T16:42:45.713Z] Skipping stage go115 (already ran) [2021-01-05T16:42:45.713Z] Staging edgex-go [2021-01-05T16:42:45.839Z] ---> 61b6ebea7550 [2021-01-05T16:42:45.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T16:42:45.839Z] Removing intermediate container 2e2acea30f6b [2021-01-05T16:42:45.839Z] ---> 8fca0793e1cf [2021-01-05T16:42:45.839Z] Step 20/21 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:42:46.116Z] ---> Running in eb7306510301 [2021-01-05T16:42:46.116Z] Removing intermediate container 8bf1742a5de6 [2021-01-05T16:42:46.116Z] ---> 4a1230007c3f [2021-01-05T16:42:46.116Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T16:42:46.393Z] ---> 0bdbc611c25e [2021-01-05T16:42:46.393Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T16:42:46.393Z] ---> Running in 7c7524a6d829 [2021-01-05T16:42:46.393Z] Removing intermediate container ee09bc004fea [2021-01-05T16:42:46.393Z] ---> b859422620d1 [2021-01-05T16:42:46.393Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:42:46.655Z] Staging version [2021-01-05T16:42:46.666Z] ---> Running in 52d5692d0792 [2021-01-05T16:42:46.666Z] Removing intermediate container eb7306510301 [2021-01-05T16:42:46.666Z] ---> b2451c24e884 [2021-01-05T16:42:46.938Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T16:42:46.938Z] ---> 59050fc75e6d [2021-01-05T16:42:46.938Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T16:42:47.209Z] ---> Running in 58092d751ea7 [2021-01-05T16:42:47.209Z] Removing intermediate container 7c7524a6d829 [2021-01-05T16:42:47.209Z] ---> b46fe9427d28 [2021-01-05T16:42:47.209Z] Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:42:47.482Z] ---> Running in 396201aaf109 [2021-01-05T16:42:47.482Z] Removing intermediate container 52d5692d0792 [2021-01-05T16:42:47.482Z] ---> 96a01f603ecf [2021-01-05T16:42:47.482Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T16:42:47.600Z] Priming config-common [2021-01-05T16:42:47.755Z] ---> Running in 203c8ca4e0b9 [2021-01-05T16:42:48.032Z] Removing intermediate container 58092d751ea7 [2021-01-05T16:42:48.032Z] ---> af6528ac94fd [2021-01-05T16:42:48.032Z] [2021-01-05T16:42:48.032Z] ---> 158e6d8ca0ae [2021-01-05T16:42:48.032Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T16:42:48.032Z] Removing intermediate container 396201aaf109 [2021-01-05T16:42:48.032Z] ---> 98339a60c18c [2021-01-05T16:42:48.032Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T16:42:48.032Z] ---> 1f80ac1bad39 [2021-01-05T16:42:48.032Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T16:42:48.357Z] Successfully built af6528ac94fd [2021-01-05T16:42:48.357Z] ---> Running in aca6b6724194 [2021-01-05T16:42:48.357Z] ---> Running in ed2729dde15d [2021-01-05T16:42:48.733Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T16:42:48.733Z] Building docker-core-metadata-go [2021-01-05T16:42:48.733Z]  Building docker-support-scheduler-go ... done Removing intermediate container 203c8ca4e0b9 [2021-01-05T16:42:48.733Z] ---> a583f6ce8fbb [2021-01-05T16:42:48.733Z] Step 23/24 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:42:48.993Z] Priming go-build-helper [2021-01-05T16:42:49.419Z] ---> Running in 55391d6d76d0 [2021-01-05T16:42:49.420Z] Removing intermediate container ed2729dde15d [2021-01-05T16:42:49.420Z] ---> 41dca840cf33 [2021-01-05T16:42:49.420Z] [2021-01-05T16:42:49.938Z] Priming static-packages [2021-01-05T16:42:50.504Z] Successfully built 41dca840cf33 [2021-01-05T16:42:50.505Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T16:42:50.505Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-05T16:42:50.779Z] ---> 13212e8d10c6 [2021-01-05T16:42:50.779Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T16:42:51.056Z] Removing intermediate container 55391d6d76d0 [2021-01-05T16:42:51.056Z] ---> f051dda2671c [2021-01-05T16:42:51.056Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T16:42:51.339Z] ---> Running in c01f2372e954 [2021-01-05T16:42:51.942Z] Removing intermediate container c01f2372e954 [2021-01-05T16:42:51.942Z] ---> eb3d8ab143b5 [2021-01-05T16:42:51.942Z] [2021-01-05T16:42:52.492Z] Priming go115 [2021-01-05T16:42:52.543Z] Successfully built eb3d8ab143b5 [2021-01-05T16:42:52.543Z] ---> 59c05dc950e6 [2021-01-05T16:42:52.543Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T16:42:53.067Z] Priming edgex-go [2021-01-05T16:42:53.137Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T16:42:53.137Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-05T16:42:53.412Z] ---> Running in 63d284d08acc [2021-01-05T16:42:53.412Z] Removing intermediate container aca6b6724194 [2021-01-05T16:42:53.412Z] ---> 655320d67843 [2021-01-05T16:42:53.412Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T16:42:53.686Z] ---> Running in 1eb49de17a48 [2021-01-05T16:42:54.453Z] Priming version [2021-01-05T16:42:54.682Z] Removing intermediate container 1eb49de17a48 [2021-01-05T16:42:54.682Z] ---> d38173a958b1 [2021-01-05T16:42:54.682Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T16:42:55.396Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-05T16:42:55.664Z] ---> Running in 5642e3dcd457 [2021-01-05T16:42:56.657Z] Removing intermediate container 5642e3dcd457 [2021-01-05T16:42:56.657Z] ---> a31ad7d8ead3 [2021-01-05T16:42:56.657Z] Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:42:56.929Z] Removing intermediate container 63d284d08acc [2021-01-05T16:42:56.929Z] ---> 95d91dd360e8 [2021-01-05T16:42:56.929Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T16:42:57.202Z] ---> Running in 6a9a0894ab97 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-05T16:42:57.836Z] ---> Running in e74f4e50c463 [Pipeline] } [Pipeline] // stage [2021-01-05T16:42:58.113Z] Removing intermediate container 6a9a0894ab97 [2021-01-05T16:42:58.113Z] ---> 336de04cdf9b [2021-01-05T16:42:58.113Z] Step 22/22 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T16:42:58.713Z] Removing intermediate container e74f4e50c463 [2021-01-05T16:42:58.714Z] ---> f26dea7e4bae [2021-01-05T16:42:58.714Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T16:42:59.363Z] ---> Running in 58717be256a4 [2021-01-05T16:42:59.969Z] ---> Running in 4dfb3dd559cd [2021-01-05T16:43:00.241Z] Removing intermediate container 58717be256a4 [2021-01-05T16:43:00.241Z] ---> e660f70e8e56 [2021-01-05T16:43:00.241Z] [2021-01-05T16:43:00.513Z] Removing intermediate container 4dfb3dd559cd [2021-01-05T16:43:00.513Z] ---> 8b92b1b08f59 [2021-01-05T16:43:00.513Z] Step 23/24 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:43:00.513Z] Successfully built e660f70e8e56 [2021-01-05T16:43:00.513Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T16:43:00.513Z] Building docker-sys-mgmt-agent-go [2021-01-05T16:43:00.786Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in c78b5b897aa2 [2021-01-05T16:43:01.394Z] Removing intermediate container c78b5b897aa2 [2021-01-05T16:43:01.394Z] ---> 44984523e607 [2021-01-05T16:43:01.394Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T16:43:01.394Z] ---> Running in 18405d5529ce [2021-01-05T16:43:01.992Z] Removing intermediate container 18405d5529ce [2021-01-05T16:43:01.992Z] ---> 96ebf95bb556 [2021-01-05T16:43:01.992Z] [2021-01-05T16:43:02.585Z] Successfully built 96ebf95bb556 [2021-01-05T16:43:02.585Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T16:43:41.562Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:43:41.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:43:41.562Z] ---> 13c3fccbfbeb [2021-01-05T16:43:41.562Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T16:43:41.562Z] ---> Using cache [2021-01-05T16:43:41.562Z] ---> ac93e1feb0cf [2021-01-05T16:43:41.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:43:41.562Z] ---> Using cache [2021-01-05T16:43:41.562Z] ---> cda57cb5f09f [2021-01-05T16:43:41.562Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T16:43:41.562Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:43:41.562Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:43:41.562Z] ---> 13c3fccbfbeb [2021-01-05T16:43:41.562Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T16:43:41.562Z] ---> Using cache [2021-01-05T16:43:41.562Z] ---> ac93e1feb0cf [2021-01-05T16:43:41.562Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:43:41.562Z] ---> Using cache [2021-01-05T16:43:41.562Z] ---> cda57cb5f09f [2021-01-05T16:43:41.562Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T16:43:41.562Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:43:41.562Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:43:41.562Z] ---> 13c3fccbfbeb [2021-01-05T16:43:41.562Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T16:43:41.562Z] ---> Using cache [2021-01-05T16:43:41.562Z] ---> ac93e1feb0cf [2021-01-05T16:43:41.562Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:43:41.562Z] ---> Using cache [2021-01-05T16:43:41.562Z] ---> cda57cb5f09f [2021-01-05T16:43:41.562Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T16:43:41.833Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T16:43:41.833Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T16:43:41.833Z] ---> 13c3fccbfbeb [2021-01-05T16:43:41.833Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T16:43:41.833Z] ---> Using cache [2021-01-05T16:43:41.833Z] ---> ac93e1feb0cf [2021-01-05T16:43:41.833Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:43:41.833Z] ---> Using cache [2021-01-05T16:43:41.833Z] ---> cda57cb5f09f [2021-01-05T16:43:41.833Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T16:43:42.808Z] ---> Running in 9acc7619353d [2021-01-05T16:43:42.808Z] ---> Running in dc7f065411d5 [2021-01-05T16:43:42.808Z] ---> Running in 5bf1e7835bbd [2021-01-05T16:43:42.808Z] ---> Running in 24a41ae6d44f [2021-01-05T16:43:44.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:43:44.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:43:44.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:43:44.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:43:45.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:43:45.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:43:45.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:43:45.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:43:46.565Z] OK: 217 MiB in 51 packages [2021-01-05T16:43:46.565Z] OK: 217 MiB in 51 packages [2021-01-05T16:43:46.835Z] OK: 217 MiB in 51 packages [2021-01-05T16:43:47.447Z] OK: 217 MiB in 51 packages [2021-01-05T16:43:48.061Z] Removing intermediate container 9acc7619353d [2021-01-05T16:43:48.061Z] ---> da9960cc2808 [2021-01-05T16:43:48.061Z] Step 6/22 : COPY go.mod . [2021-01-05T16:43:48.658Z] Removing intermediate container 24a41ae6d44f [2021-01-05T16:43:48.658Z] ---> 3074cdc5e550 [2021-01-05T16:43:48.658Z] Step 6/26 : COPY go.mod . [2021-01-05T16:43:48.658Z] Removing intermediate container 5bf1e7835bbd [2021-01-05T16:43:48.658Z] ---> 1dd6e107d00a [2021-01-05T16:43:48.658Z] Step 6/21 : COPY go.mod . [2021-01-05T16:43:48.933Z] ---> aebe42ce93ac [2021-01-05T16:43:48.933Z] Step 7/22 : RUN go mod download [2021-01-05T16:43:48.933Z] Removing intermediate container dc7f065411d5 [2021-01-05T16:43:48.933Z] ---> 468b2a2767fa [2021-01-05T16:43:48.933Z] Step 6/23 : COPY go.mod . [2021-01-05T16:43:48.933Z] ---> Running in 6e8556bcfd0b [2021-01-05T16:43:49.540Z] ---> 2efbbab9ff59 [2021-01-05T16:43:49.540Z] ---> 967c4c6b11cf [2021-01-05T16:43:49.540Z] Step 7/21 : RUN go mod download [2021-01-05T16:43:49.540Z] Step 7/26 : RUN go mod download [2021-01-05T16:43:49.540Z] ---> Running in a509fb081cd3 [2021-01-05T16:43:49.540Z] ---> Running in 1e85a60acce8 [2021-01-05T16:43:49.815Z] ---> 350e6324aab1 [2021-01-05T16:43:50.090Z] Step 7/23 : RUN go mod download [2021-01-05T16:43:50.090Z] ---> Running in eebf14cd21d4 [2021-01-05T16:43:52.746Z] Removing intermediate container 6e8556bcfd0b [2021-01-05T16:43:52.746Z] ---> 11a578587290 [2021-01-05T16:43:52.746Z] Step 8/22 : COPY . . [2021-01-05T16:43:53.731Z] Removing intermediate container 1e85a60acce8 [2021-01-05T16:43:53.731Z] ---> 642ffb9ac40b [2021-01-05T16:43:53.731Z] Step 8/26 : COPY . . [2021-01-05T16:43:54.016Z] Removing intermediate container eebf14cd21d4 [2021-01-05T16:43:54.016Z] ---> 7b7cdff5668f [2021-01-05T16:43:54.016Z] Step 8/23 : COPY . . [2021-01-05T16:43:54.682Z] Removing intermediate container a509fb081cd3 [2021-01-05T16:43:54.682Z] ---> 1675b56ba428 [2021-01-05T16:43:54.682Z] Step 8/21 : COPY . . [2021-01-05T16:44:17.031Z] ---> 41f975181485 [2021-01-05T16:44:17.031Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T16:44:17.031Z] ---> 8de01762707b [2021-01-05T16:44:17.031Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T16:44:17.031Z] ---> 374c53a8d65f [2021-01-05T16:44:17.031Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T16:44:17.031Z] ---> e7707091a757 [2021-01-05T16:44:17.031Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T16:44:17.031Z] ---> Running in 5d6291f0bdd7 [2021-01-05T16:44:17.031Z] ---> Running in deed77c4f779 [2021-01-05T16:44:17.031Z] ---> Running in 76dd6aa8f636 [2021-01-05T16:44:17.031Z] ---> Running in d9914d7bc9e7 [2021-01-05T16:44:17.308Z] 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-01-05T16:44:17.586Z] 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-01-05T16:44:17.866Z] 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-01-05T16:44:18.144Z] 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-01-05T16:45:26.214Z] 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-01-05T16:45:38.630Z] Removing intermediate container d9914d7bc9e7 [2021-01-05T16:45:38.630Z] ---> a3b90dbb3eaa [2021-01-05T16:45:38.630Z] [2021-01-05T16:45:38.630Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T16:45:38.630Z] ---> afeebe901d6b [2021-01-05T16:45:38.630Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T16:45:38.630Z] Removing intermediate container deed77c4f779 [2021-01-05T16:45:38.630Z] ---> fd2d9c30702d [2021-01-05T16:45:38.630Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T16:45:38.630Z] ---> Running in 292c31885f1a [2021-01-05T16:45:38.630Z] ---> Running in d72ac9a9d3e2 [2021-01-05T16:45:40.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:45:40.621Z] 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-01-05T16:45:40.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:45:41.220Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T16:45:41.220Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T16:45:41.220Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T16:45:41.497Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T16:45:41.497Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:45:41.497Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T16:45:41.771Z] OK: 7 MiB in 18 packages [2021-01-05T16:45:44.424Z] Removing intermediate container 292c31885f1a [2021-01-05T16:45:44.424Z] ---> 51b87191f2a8 [2021-01-05T16:45:44.424Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T16:45:44.424Z] ---> Running in 18575d3955c7 [2021-01-05T16:45:45.435Z] Removing intermediate container d72ac9a9d3e2 [2021-01-05T16:45:45.435Z] ---> dd82cd933171 [2021-01-05T16:45:45.435Z] [2021-01-05T16:45:45.435Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T16:45:45.435Z] Removing intermediate container 18575d3955c7 [2021-01-05T16:45:45.435Z] ---> 8c624ddc41da [2021-01-05T16:45:45.435Z] Step 13/21 : WORKDIR /edgex [2021-01-05T16:45:45.435Z] 20.10.0: Pulling from library/docker [2021-01-05T16:45:45.435Z] ---> Running in 33539bec1806 [2021-01-05T16:45:46.919Z] Removing intermediate container 33539bec1806 [2021-01-05T16:45:46.919Z] ---> e7d10aff8cd0 [2021-01-05T16:45:46.919Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T16:45:49.690Z] ---> b9f54ff25ce3 [2021-01-05T16:45:49.691Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T16:45:53.140Z] ---> 3e908f15abd0 [2021-01-05T16:45:53.140Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T16:45:53.745Z] Removing intermediate container 5d6291f0bdd7 [2021-01-05T16:45:53.745Z] ---> cf4560197b89 [2021-01-05T16:45:53.745Z] [2021-01-05T16:45:53.745Z] Step 10/22 : FROM scratch [2021-01-05T16:45:53.745Z] ---> [2021-01-05T16:45:53.745Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T16:45:54.020Z] ---> Using cache [2021-01-05T16:45:54.020Z] ---> 7aa190ed290b [2021-01-05T16:45:54.020Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T16:45:54.297Z] ---> Running in f341f0c499ef [2021-01-05T16:45:55.277Z] ---> c1a0aebe6b0c [2021-01-05T16:45:55.277Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T16:45:55.550Z] Removing intermediate container f341f0c499ef [2021-01-05T16:45:55.550Z] ---> a7b81db0e6b6 [2021-01-05T16:45:55.550Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T16:45:55.824Z] ---> Running in f5daf644427c [2021-01-05T16:45:55.824Z] ---> Running in 8cf43ace69a2 [2021-01-05T16:45:56.816Z] Removing intermediate container 8cf43ace69a2 [2021-01-05T16:45:56.817Z] ---> d8ced8d2c15f [2021-01-05T16:45:56.817Z] Step 14/22 : WORKDIR / [2021-01-05T16:45:57.416Z] Removing intermediate container f5daf644427c [2021-01-05T16:45:57.416Z] ---> e932d18ff504 [2021-01-05T16:45:57.416Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T16:45:57.416Z] ---> Running in 35f03c0c47fe [2021-01-05T16:45:58.032Z] ---> Running in 2f4e29876f1a [2021-01-05T16:45:58.632Z] Removing intermediate container 35f03c0c47fe [2021-01-05T16:45:58.632Z] ---> 0e7a15d70f2f [2021-01-05T16:45:58.632Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T16:45:58.906Z] Removing intermediate container 2f4e29876f1a [2021-01-05T16:45:58.906Z] ---> b1a083d54350 [2021-01-05T16:45:58.906Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T16:45:59.185Z] ---> Running in b6e07d3fedbb [2021-01-05T16:45:59.465Z] ---> 258129758a6b [2021-01-05T16:45:59.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T16:45:59.465Z] Removing intermediate container 76dd6aa8f636 [2021-01-05T16:45:59.465Z] ---> 688ab75ccc92 [2021-01-05T16:45:59.465Z] [2021-01-05T16:45:59.465Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T16:45:59.465Z] ---> afeebe901d6b [2021-01-05T16:45:59.465Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T16:45:59.739Z] ---> Running in 7f97191475aa [2021-01-05T16:45:59.739Z] Removing intermediate container b6e07d3fedbb [2021-01-05T16:45:59.739Z] ---> c59e0968cd2a [2021-01-05T16:45:59.739Z] Step 20/21 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:46:00.336Z] ---> Running in 114fae83cd63 [2021-01-05T16:46:00.336Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T16:46:00.336Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T16:46:00.336Z] ---> eeaf43b92773 [2021-01-05T16:46:00.336Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T16:46:00.608Z] Removing intermediate container 7f97191475aa [2021-01-05T16:46:00.608Z] ---> 3c5d1cc95742 [2021-01-05T16:46:00.608Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T16:46:00.608Z] ---> Running in 25a56e9ebca3 [2021-01-05T16:46:00.883Z] ---> Running in 73d918e132dd [2021-01-05T16:46:00.883Z] Removing intermediate container 114fae83cd63 [2021-01-05T16:46:00.883Z] ---> f74d64f63e16 [2021-01-05T16:46:00.883Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T16:46:01.169Z] ---> 7f32291138af [2021-01-05T16:46:01.169Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T16:46:01.169Z] ---> Running in 9344893b2aef [2021-01-05T16:46:01.788Z] Removing intermediate container 73d918e132dd [2021-01-05T16:46:01.788Z] ---> d34d4c8f7ad1 [2021-01-05T16:46:01.788Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T16:46:01.788Z] Removing intermediate container 9344893b2aef [2021-01-05T16:46:01.788Z] ---> cfaf9511abc2 [2021-01-05T16:46:01.788Z] [2021-01-05T16:46:01.788Z] ---> Running in 978a81f9cd74 [2021-01-05T16:46:02.394Z] ---> d48a7674e7ba [2021-01-05T16:46:02.394Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T16:46:02.394Z] Successfully built cfaf9511abc2 [2021-01-05T16:46:02.394Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T16:46:02.394Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:46:02.394Z] ---> Running in 2d9530039e88 [2021-01-05T16:46:02.394Z] Removing intermediate container 978a81f9cd74 [2021-01-05T16:46:02.394Z] ---> b231a83db3bc [2021-01-05T16:46:02.394Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T16:46:02.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:46:02.671Z] ---> Running in 31fd8f1fe0e8 [2021-01-05T16:46:03.276Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T16:46:03.276Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T16:46:03.276Z] Executing bash-5.0.17-r0.post-install [2021-01-05T16:46:03.276Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:46:03.276Z] OK: 12 MiB in 22 packages [2021-01-05T16:46:03.557Z] Removing intermediate container 2d9530039e88 [2021-01-05T16:46:03.557Z] ---> 033ac840fa80 [2021-01-05T16:46:03.557Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:46:03.838Z] ---> Running in bfc482d31978 [2021-01-05T16:46:04.839Z] Removing intermediate container bfc482d31978 [2021-01-05T16:46:04.839Z] ---> f26b3ee542f7 [2021-01-05T16:46:04.839Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T16:46:05.114Z] ---> Running in ca75c796426c [2021-01-05T16:46:05.396Z] Removing intermediate container 25a56e9ebca3 [2021-01-05T16:46:05.396Z] ---> 1cee3204ab55 [2021-01-05T16:46:05.396Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T16:46:05.396Z] ---> Running in c01d463b022c [2021-01-05T16:46:05.396Z] Removing intermediate container 31fd8f1fe0e8 [2021-01-05T16:46:05.396Z] ---> 6fd10cf7c9a4 [2021-01-05T16:46:05.396Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T16:46:05.675Z] Removing intermediate container ca75c796426c [2021-01-05T16:46:05.675Z] ---> 68aad120eb78 [2021-01-05T16:46:05.675Z] Step 21/22 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:46:05.675Z] ---> Running in c5d4120df862 [2021-01-05T16:46:05.953Z] ---> Running in 2b2fc96228ed [2021-01-05T16:46:05.953Z] Removing intermediate container c01d463b022c [2021-01-05T16:46:05.953Z] ---> ea31dc2cc9d5 [2021-01-05T16:46:05.953Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T16:46:06.233Z] ---> Running in 73d41c96dfed [2021-01-05T16:46:06.522Z] Removing intermediate container 2b2fc96228ed [2021-01-05T16:46:06.522Z] ---> 76b36157ba67 [2021-01-05T16:46:06.522Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T16:46:06.522Z] ---> Running in fbe64eda07b5 [2021-01-05T16:46:06.797Z] Removing intermediate container 73d41c96dfed [2021-01-05T16:46:06.797Z] ---> b43437b7a194 [2021-01-05T16:46:06.797Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T16:46:07.070Z] ---> Running in 9e49ab0a03e2 [2021-01-05T16:46:07.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:46:07.070Z] Removing intermediate container fbe64eda07b5 [2021-01-05T16:46:07.070Z] ---> e8a4a98e04a5 [2021-01-05T16:46:07.070Z] [2021-01-05T16:46:07.342Z] Successfully built e8a4a98e04a5 [2021-01-05T16:46:07.617Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T16:46:07.617Z]  Building docker-core-metadata-go ... done Removing intermediate container 9e49ab0a03e2 [2021-01-05T16:46:07.617Z] ---> c9bd8470d2e8 [2021-01-05T16:46:07.617Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T16:46:07.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:46:08.493Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T16:46:08.493Z] ---> 6ffed3be61e9 [2021-01-05T16:46:08.493Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T16:46:08.767Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T16:46:08.767Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T16:46:09.043Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T16:46:09.320Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T16:46:09.321Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:46:09.321Z] OK: 8 MiB in 19 packages [2021-01-05T16:46:09.321Z] ---> 081579ecfce8 [2021-01-05T16:46:09.321Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T16:46:10.319Z] ---> 23f70a7b465c [2021-01-05T16:46:10.319Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T16:46:10.319Z] ---> Running in 10a4ffe08e34 [2021-01-05T16:46:10.920Z] Removing intermediate container c5d4120df862 [2021-01-05T16:46:10.920Z] ---> e468c8e1a0ec [2021-01-05T16:46:10.920Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T16:46:11.907Z] ---> d367cbd785a1 [2021-01-05T16:46:11.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T16:46:11.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:46:11.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:46:12.506Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T16:46:12.506Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T16:46:12.506Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T16:46:12.506Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T16:46:12.506Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T16:46:12.506Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T16:46:12.506Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T16:46:13.546Z] ---> 6c25850420c0 [2021-01-05T16:46:13.546Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T16:46:14.534Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T16:46:14.534Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T16:46:14.534Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T16:46:14.534Z] ---> 77bc6ac56aa9 [2021-01-05T16:46:14.534Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T16:46:14.534Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T16:46:14.534Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T16:46:14.534Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T16:46:14.534Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T16:46:14.809Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T16:46:14.809Z] ---> Running in ed4d532a5c81 [2021-01-05T16:46:14.809Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T16:46:14.809Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T16:46:14.809Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T16:46:14.809Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T16:46:14.809Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T16:46:14.809Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T16:46:14.809Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T16:46:15.086Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T16:46:15.086Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T16:46:15.086Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T16:46:15.086Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T16:46:15.086Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T16:46:15.086Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T16:46:15.086Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T16:46:15.086Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T16:46:15.086Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T16:46:15.086Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T16:46:15.086Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T16:46:15.359Z] Removing intermediate container ed4d532a5c81 [2021-01-05T16:46:15.359Z] ---> 3362c27858b6 [2021-01-05T16:46:15.359Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:46:15.359Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:46:15.359Z] OK: 71 MiB in 55 packages [2021-01-05T16:46:15.634Z] ---> Running in da2ce2baf9f9 [2021-01-05T16:46:16.237Z] Removing intermediate container da2ce2baf9f9 [2021-01-05T16:46:16.237Z] ---> 22912cac8b5b [2021-01-05T16:46:16.237Z] Step 21/23 : LABEL arch=arm64 [2021-01-05T16:46:16.237Z] ---> Running in c11efbbdcd0c [2021-01-05T16:46:16.849Z] Removing intermediate container c11efbbdcd0c [2021-01-05T16:46:16.849Z] ---> 773a5ad4fcfe [2021-01-05T16:46:16.849Z] Step 22/23 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:46:16.849Z] ---> Running in 20df11dc3b8c [2021-01-05T16:46:17.449Z] Removing intermediate container 20df11dc3b8c [2021-01-05T16:46:17.449Z] ---> f413f22fcd80 [2021-01-05T16:46:17.449Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T16:46:17.733Z] ---> Running in 8f777ad10205 [2021-01-05T16:46:18.341Z] Removing intermediate container 8f777ad10205 [2021-01-05T16:46:18.341Z] ---> 11282416ce1e [2021-01-05T16:46:18.341Z] [2021-01-05T16:46:18.618Z] Successfully built 11282416ce1e [2021-01-05T16:46:18.618Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T16:46:21.321Z]  Building docker-core-data-go ... done Removing intermediate container 10a4ffe08e34 [2021-01-05T16:46:21.321Z] ---> 0b30c9a72dc0 [2021-01-05T16:46:21.321Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T16:46:21.321Z] ---> Running in 5f9de23f2f4c [2021-01-05T16:46:26.701Z] Collecting docker-compose==1.23.2 [2021-01-05T16:46:26.701Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T16:46:26.701Z] 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-01-05T16:46:26.701Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T16:46:26.701Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T16:46:28.663Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T16:46:28.663Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T16:46:31.264Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T16:46:31.264Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T16:46:31.534Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T16:46:31.534Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T16:46:31.803Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T16:46:31.803Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T16:46:32.392Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T16:46:32.392Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T16:46:32.983Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T16:46:32.983Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T16:46:34.940Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T16:46:34.940Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T16:46:35.920Z] Collecting PyYAML<4,>=3.10 [2021-01-05T16:46:35.920Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T16:46:39.302Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T16:46:39.302Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T16:46:39.302Z] 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-01-05T16:46:39.302Z] Collecting idna<2.8,>=2.5 [2021-01-05T16:46:39.302Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T16:46:39.302Z] 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-01-05T16:46:39.574Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T16:46:39.574Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T16:46:39.574Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T16:46:39.574Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T16:46:39.574Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T16:46:39.574Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T16:46:40.551Z] Installing collected packages: dockerpty, docopt, urllib3, idna, requests, cached-property, jsonschema, websocket-client, texttable, docker-pycreds, docker, PyYAML, docker-compose [2021-01-05T16:46:40.551Z] Running setup.py install for dockerpty: started [2021-01-05T16:46:42.554Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T16:46:42.554Z] Running setup.py install for docopt: started [2021-01-05T16:46:43.981Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T16:46:43.981Z] Attempting uninstall: urllib3 [2021-01-05T16:46:43.981Z] Found existing installation: urllib3 1.25.9 [2021-01-05T16:46:43.981Z] Uninstalling urllib3-1.25.9: [2021-01-05T16:46:44.254Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T16:46:44.845Z] Attempting uninstall: idna [2021-01-05T16:46:44.845Z] Found existing installation: idna 2.9 [2021-01-05T16:46:44.845Z] Uninstalling idna-2.9: [2021-01-05T16:46:44.845Z] Successfully uninstalled idna-2.9 [2021-01-05T16:46:45.436Z] Attempting uninstall: requests [2021-01-05T16:46:45.436Z] Found existing installation: requests 2.23.0 [2021-01-05T16:46:45.436Z] Uninstalling requests-2.23.0: [2021-01-05T16:46:45.707Z] Successfully uninstalled requests-2.23.0 [2021-01-05T16:46:46.678Z] Running setup.py install for texttable: started [2021-01-05T16:46:48.638Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T16:46:49.228Z] Running setup.py install for PyYAML: started [2021-01-05T16:46:51.209Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T16:46:52.211Z] 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-01-05T16:46:56.533Z] Removing intermediate container 5f9de23f2f4c [2021-01-05T16:46:56.533Z] ---> 02b659bf2d1e [2021-01-05T16:46:56.533Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T16:46:56.533Z] ---> Running in 06c4ca4ff5fa [2021-01-05T16:46:57.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T16:46:57.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T16:46:58.832Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T16:46:58.832Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T16:46:58.832Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T16:46:58.832Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T16:46:58.832Z] OK: 71 MiB in 58 packages [2021-01-05T16:47:00.259Z] Removing intermediate container 06c4ca4ff5fa [2021-01-05T16:47:00.259Z] ---> 8ad0f8cb6664 [2021-01-05T16:47:00.259Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T16:47:00.259Z] ---> Running in b54eacdf3d0b [2021-01-05T16:47:00.529Z] Removing intermediate container b54eacdf3d0b [2021-01-05T16:47:00.529Z] ---> b6243db5fb69 [2021-01-05T16:47:00.529Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T16:47:00.798Z] ---> Running in bf7fcadbeb60 [2021-01-05T16:47:01.069Z] Removing intermediate container bf7fcadbeb60 [2021-01-05T16:47:01.069Z] ---> df618a911c76 [2021-01-05T16:47:01.069Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T16:47:01.339Z] ---> Running in ae11fde3f4ff [2021-01-05T16:47:01.610Z] Removing intermediate container ae11fde3f4ff [2021-01-05T16:47:01.610Z] ---> 616b0c302700 [2021-01-05T16:47:01.610Z] Step 25/26 : LABEL git_sha=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [2021-01-05T16:47:01.882Z] ---> Running in 8f85275fce46 [2021-01-05T16:47:02.154Z] Removing intermediate container 8f85275fce46 [2021-01-05T16:47:02.154Z] ---> 2aa64a85eee7 [2021-01-05T16:47:02.154Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T16:47:02.426Z] ---> Running in d28752679a91 [2021-01-05T16:47:02.696Z] Removing intermediate container d28752679a91 [2021-01-05T16:47:02.696Z] ---> e5753ab99ab4 [2021-01-05T16:47:02.696Z] [2021-01-05T16:47:02.968Z] Successfully built e5753ab99ab4 [2021-01-05T16:47:03.238Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T16:47:03.253Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T16:47:03.277Z] $ docker stop --time=1 fbe309c3fb165213816cea53c374144f4c29bd480ae6fdd97534ed6942c5a056 [2021-01-05T16:47:05.134Z] $ docker rm -f fbe309c3fb165213816cea53c374144f4c29bd480ae6fdd97534ed6942c5a056 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T16:47:05.948Z] + docker images [2021-01-05T16:47:05.948Z] + grep docker [2021-01-05T16:47:06.227Z] docker-sys-mgmt-agent-go-arm64 latest e5753ab99ab4 3 seconds ago 300MB [2021-01-05T16:47:06.227Z] docker-core-data-go-arm64 latest 11282416ce1e 48 seconds ago 21MB [2021-01-05T16:47:06.227Z] docker-core-metadata-go-arm64 latest e8a4a98e04a5 59 seconds ago 12.2MB [2021-01-05T16:47:06.227Z] docker-security-proxy-setup-go-arm64 latest cfaf9511abc2 About a minute ago 23.3MB [2021-01-05T16:47:06.227Z] docker-security-secretstore-setup-go-arm64 latest 96ebf95bb556 4 minutes ago 23.4MB [2021-01-05T16:47:06.227Z] docker-security-bootstrap-redis-go-arm64 latest e660f70e8e56 4 minutes ago 15.1MB [2021-01-05T16:47:06.227Z] docker-support-notifications-go-arm64 latest eb3d8ab143b5 4 minutes ago 11.4MB [2021-01-05T16:47:06.227Z] docker-core-command-go-arm64 latest 41dca840cf33 4 minutes ago 9.98MB [2021-01-05T16:47:06.227Z] docker-support-scheduler-go-arm64 latest af6528ac94fd 4 minutes ago 10MB [2021-01-05T16:47:06.227Z] docker 20.10.0 eeaf43b92773 3 weeks 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-01-05T16:47:08.971Z] provisioning config files... [2021-01-05T16:47:08.987Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8212474666517087482tmp [Pipeline] { [Pipeline] sh [2021-01-05T16:47:09.381Z] + set +x [2021-01-05T16:47:09.381Z] + curl -s https://codecov.io/bash [2021-01-05T16:47:09.381Z] + bash -s -- [2021-01-05T16:47:09.957Z] [2021-01-05T16:47:09.957Z] _____ _ [2021-01-05T16:47:09.957Z] / ____| | | [2021-01-05T16:47:09.957Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T16:47:09.957Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T16:47:09.957Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T16:47:09.957Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T16:47:09.957Z] Bash-20201231-23d4836 [2021-01-05T16:47:09.957Z] [2021-01-05T16:47:09.957Z] [2021-01-05T16:47:09.957Z] ==> git version 2.24.3 found [2021-01-05T16:47:09.957Z] ==> 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-01-05T16:47:09.957Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T16:47:09.957Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T16:47:09.957Z] ==> Jenkins CI detected. [2021-01-05T16:47:09.957Z] project root: . [2021-01-05T16:47:09.957Z] --> token set from env [2021-01-05T16:47:09.957Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T16:47:09.957Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T16:47:10.219Z] ==> Python coveragepy not found [2021-01-05T16:47:10.220Z] ==> Searching for coverage reports in: [2021-01-05T16:47:10.220Z] + . [2021-01-05T16:47:10.220Z] -> Found 1 reports [2021-01-05T16:47:10.220Z] ==> Detecting git/mercurial file structure [2021-01-05T16:47:10.220Z] ==> Reading reports [2021-01-05T16:47:10.220Z] + ./coverage.out bytes=541590 [2021-01-05T16:47:10.220Z] ==> Appending adjustments [2021-01-05T16:47:10.220Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T16:47:13.554Z] + Found adjustments [2021-01-05T16:47:13.554Z] ==> Gzipping contents [2021-01-05T16:47:13.554Z] 84K /tmp/codecov.J0PLuy.gz [2021-01-05T16:47:13.554Z] ==> Uploading reports [2021-01-05T16:47:13.554Z] url: https://codecov.io [2021-01-05T16:47:13.554Z] query: branch=PR-2984&commit=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2984%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2984&job=&cmd_args= [2021-01-05T16:47:13.554Z] -> Pinging Codecov [2021-01-05T16:47:13.554Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2984&commit=b9cc290b6210ab1e9695c8ace6fb791405ff5c1d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2984%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2984&job=&cmd_args= [2021-01-05T16:47:13.833Z] -> Uploading to [2021-01-05T16:47:13.833Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/b9cc290b6210ab1e9695c8ace6fb791405ff5c1d/51d771a7-d168-413f-b457-16a9b3491374.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T164713Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=be616cc59ff5228106e03751e126106de1e2397fb044d914e105fa7708b85f4d [2021-01-05T16:47:13.833Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T16:47:13.833Z] Dload Upload Total Spent Left Speed [2021-01-05T16:47:14.441Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82342 0 0 100 82342 0 118k --:--:-- --:--:-- --:--:-- 118k [2021-01-05T16:47:14.441Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b9cc290b6210ab1e9695c8ace6fb791405ff5c1d [Pipeline] } [2021-01-05T16:47:14.463Z] 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-01-05T16:47:16.838Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:47:17.716Z] ---> package-listing.sh [2021-01-05T16:47:17.716Z] ++ facter osfamily [2021-01-05T16:47:17.716Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T16:47:17.716Z] + OS_FAMILY=redhat [2021-01-05T16:47:17.716Z] + workspace=/w/workspace/edgex-go/2 [2021-01-05T16:47:17.716Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T16:47:17.716Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T16:47:17.716Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T16:47:17.716Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T16:47:17.716Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-05T16:47:17.716Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T16:47:17.716Z] + case "${OS_FAMILY}" in [2021-01-05T16:47:17.716Z] + rpm -qa [2021-01-05T16:47:17.716Z] + sort [2021-01-05T16:47:23.044Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T16:47:23.044Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T16:47:23.044Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T16:47:23.044Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-05T16:47:23.044Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-05T16:47:23.044Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-05T16:47:23.060Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T16:47:23.355Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:47:23.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T16:47:23.667Z] [2021-01-05T16:47:23.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T16:47:24.039Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T16:47:24.039Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T16:47:24.039Z] df20fa9351a1: Pulling fs layer [2021-01-05T16:47:24.039Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T16:47:24.039Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T16:47:24.039Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T16:47:24.039Z] 93b61091891f: Pulling fs layer [2021-01-05T16:47:24.039Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T16:47:24.039Z] 5e14af77c1be: Pulling fs layer [2021-01-05T16:47:24.039Z] 01666e4c0597: Pulling fs layer [2021-01-05T16:47:24.039Z] aa168da1d23b: Pulling fs layer [2021-01-05T16:47:24.039Z] 46f8f816bc3b: Waiting [2021-01-05T16:47:24.039Z] 93b61091891f: Waiting [2021-01-05T16:47:24.039Z] 93b9cdb0e59b: Waiting [2021-01-05T16:47:24.039Z] 5e14af77c1be: Waiting [2021-01-05T16:47:24.039Z] 01666e4c0597: Waiting [2021-01-05T16:47:24.039Z] aa168da1d23b: Waiting [2021-01-05T16:47:24.039Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T16:47:24.039Z] 36b3adc4ff6f: Download complete [2021-01-05T16:47:24.039Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T16:47:24.039Z] 46f8f816bc3b: Download complete [2021-01-05T16:47:24.303Z] df20fa9351a1: Verifying Checksum [2021-01-05T16:47:24.303Z] df20fa9351a1: Download complete [2021-01-05T16:47:24.303Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T16:47:24.303Z] 93b9cdb0e59b: Download complete [2021-01-05T16:47:24.303Z] 93b61091891f: Verifying Checksum [2021-01-05T16:47:24.303Z] 93b61091891f: Download complete [2021-01-05T16:47:24.303Z] 5e14af77c1be: Verifying Checksum [2021-01-05T16:47:24.303Z] 5e14af77c1be: Download complete [2021-01-05T16:47:24.303Z] 01666e4c0597: Verifying Checksum [2021-01-05T16:47:24.303Z] 01666e4c0597: Download complete [2021-01-05T16:47:24.303Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T16:47:24.303Z] 8ad3a11d3b57: Download complete [2021-01-05T16:47:24.565Z] df20fa9351a1: Pull complete [2021-01-05T16:47:24.831Z] 36b3adc4ff6f: Pull complete [2021-01-05T16:47:26.226Z] 8ad3a11d3b57: Pull complete [2021-01-05T16:47:26.801Z] aa168da1d23b: Verifying Checksum [2021-01-05T16:47:26.801Z] aa168da1d23b: Download complete [2021-01-05T16:47:27.754Z] 46f8f816bc3b: Pull complete [2021-01-05T16:47:28.016Z] 93b61091891f: Pull complete [2021-01-05T16:47:28.278Z] 93b9cdb0e59b: Pull complete [2021-01-05T16:47:28.278Z] 5e14af77c1be: Pull complete [2021-01-05T16:47:28.539Z] 01666e4c0597: Pull complete [2021-01-05T16:47:36.741Z] aa168da1d23b: Pull complete [2021-01-05T16:47:36.741Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T16:47:36.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T16:47:36.741Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T16:47:36.924Z] prd-centos7-docker-4c-2g-18518 does not seem to be running inside a container [2021-01-05T16:47:36.982Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T16:47:42.678Z] $ docker top 8eeddf0acac0b295e3dbc85d76fe0eae6f55e67ebd5c63d83713a57a603afe1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T16:47:43.433Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T16:47:43.737Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T16:47:44.041Z] + ls /var/log/sa-host [2021-01-05T16:47:44.041Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T16:47:44.041Z] file_magic: OK [2021-01-05T16:47:44.041Z] HZ: Using current value: 100 [2021-01-05T16:47:44.041Z] file_header: OK [2021-01-05T16:47:44.041Z] 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-01-05T16:47:44.041Z] Statistics: [2021-01-05T16:47:44.041Z] 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... [2021-01-05T16:47:44.041Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T16:47:44.041Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T16:47:44.041Z] file_magic: OK [2021-01-05T16:47:44.041Z] HZ: Using current value: 100 [2021-01-05T16:47:44.041Z] file_header: OK [2021-01-05T16:47:44.041Z] 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-01-05T16:47:44.041Z] Statistics: [2021-01-05T16:47:44.041Z] Hnuu...uuuununununu... [2021-01-05T16:47:44.041Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T16:47:44.710Z] provisioning config files... [2021-01-05T16:47:44.726Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5480319459884982334tmp [Pipeline] { [Pipeline] echo [2021-01-05T16:47:44.809Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:47:45.106Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T16:47:45.115Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T16:47:45.215Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:47:45.514Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T16:47:45.525Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:47:45.825Z] ---> sudo-logs.sh [2021-01-05T16:47:45.825Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T16:47:45.836Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:47:46.136Z] ---> job-cost.sh [2021-01-05T16:47:46.136Z] lf-activate-venv: SKIPPING [2021-01-05T16:47:46.136Z] INFO: No Stack... [2021-01-05T16:47:47.527Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T16:47:47.792Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T16:47:47.808Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T16:47:48.112Z] ---> logs-deploy.sh [2021-01-05T16:47:48.112Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2984/2 [2021-01-05T16:47:48.112Z] INFO: archiving workspace using pattern(s): [2021-01-05T16:47:49.510Z] Archives upload complete. [2021-01-05T16:47:49.772Z] INFO: archiving logs to Nexus [2021-01-05T16:47:50.720Z] ---> uname -a: [2021-01-05T16:47:50.720Z] Linux prd-centos7-docker-4c-2g-18518.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-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] ---> lscpu: [2021-01-05T16:47:50.720Z] Architecture: x86_64 [2021-01-05T16:47:50.720Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-05T16:47:50.720Z] Byte Order: Little Endian [2021-01-05T16:47:50.720Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-05T16:47:50.720Z] CPU(s): 4 [2021-01-05T16:47:50.720Z] On-line CPU(s) list: 0-3 [2021-01-05T16:47:50.720Z] Thread(s) per core: 1 [2021-01-05T16:47:50.720Z] Core(s) per socket: 1 [2021-01-05T16:47:50.720Z] Socket(s): 4 [2021-01-05T16:47:50.720Z] NUMA node(s): 1 [2021-01-05T16:47:50.720Z] Vendor ID: GenuineIntel [2021-01-05T16:47:50.720Z] CPU family: 6 [2021-01-05T16:47:50.720Z] Model: 44 [2021-01-05T16:47:50.720Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-05T16:47:50.720Z] Stepping: 1 [2021-01-05T16:47:50.720Z] CPU MHz: 2933.438 [2021-01-05T16:47:50.720Z] BogoMIPS: 5866.87 [2021-01-05T16:47:50.720Z] Virtualization: VT-x [2021-01-05T16:47:50.720Z] Hypervisor vendor: KVM [2021-01-05T16:47:50.720Z] Virtualization type: full [2021-01-05T16:47:50.720Z] L1d cache: 128 KiB [2021-01-05T16:47:50.720Z] L1i cache: 128 KiB [2021-01-05T16:47:50.720Z] L2 cache: 16 MiB [2021-01-05T16:47:50.720Z] L3 cache: 64 MiB [2021-01-05T16:47:50.720Z] NUMA node0 CPU(s): 0-3 [2021-01-05T16:47:50.720Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-05T16:47:50.720Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-05T16:47:50.720Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-05T16:47:50.720Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-05T16:47:50.720Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-05T16:47:50.720Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-05T16:47:50.720Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-05T16:47:50.720Z] Vulnerability Srbds: Not affected [2021-01-05T16:47:50.720Z] Vulnerability Tsx async abort: Not affected [2021-01-05T16:47:50.720Z] 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-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] ---> nproc: [2021-01-05T16:47:50.720Z] 4 [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] ---> df -h: [2021-01-05T16:47:50.720Z] Filesystem Size Used Available Use% Mounted on [2021-01-05T16:47:50.720Z] overlay 50.0G 10.8G 39.2G 22% / [2021-01-05T16:47:50.720Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-05T16:47:50.720Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-05T16:47:50.720Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /facter-os [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/resolv.conf [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hostname [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hosts [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/auth.log [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /run/cloud-init/result.json [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/sa-host [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/secure [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/2@tmp [2021-01-05T16:47:50.720Z] /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/2 [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] ---> free -m: [2021-01-05T16:47:50.720Z] total used free shared buff/cache available [2021-01-05T16:47:50.720Z] Mem: 1837 705 143 0 988 1047 [2021-01-05T16:47:50.720Z] Swap: 1023 73 950 [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] ---> ip addr: [2021-01-05T16:47:50.720Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-05T16:47:50.720Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-05T16:47:50.720Z] inet 127.0.0.1/8 scope host lo [2021-01-05T16:47:50.720Z] valid_lft forever preferred_lft forever [2021-01-05T16:47:50.720Z] inet6 ::1/128 scope host [2021-01-05T16:47:50.720Z] valid_lft forever preferred_lft forever [2021-01-05T16:47:50.720Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-05T16:47:50.720Z] link/ether fa:16:3e:ea:a3:eb brd ff:ff:ff:ff:ff:ff [2021-01-05T16:47:50.720Z] inet 10.30.123.247/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-05T16:47:50.720Z] valid_lft 85209sec preferred_lft 85209sec [2021-01-05T16:47:50.720Z] inet6 fe80::f816:3eff:feea:a3eb/64 scope link [2021-01-05T16:47:50.720Z] valid_lft forever preferred_lft forever [2021-01-05T16:47:50.720Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-05T16:47:50.720Z] link/ether 02:42:ab:8b:75:00 brd ff:ff:ff:ff:ff:ff [2021-01-05T16:47:50.720Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-05T16:47:50.720Z] valid_lft forever preferred_lft forever [2021-01-05T16:47:50.720Z] inet6 fe80::42:abff:fe8b:7500/64 scope link [2021-01-05T16:47:50.720Z] valid_lft forever preferred_lft forever [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] ---> sar -b -r -n DEV: [2021-01-05T16:47:50.720Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] 16:27:47 LINUX RESTART (4 CPU) [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] 16:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-05T16:47:50.720Z] 16:30:01 224.63 110.00 114.63 0.00 7259.90 48796.94 0.00 [2021-01-05T16:47:50.720Z] 16:31:01 249.68 99.58 150.09 0.00 3818.99 18549.98 0.00 [2021-01-05T16:47:50.720Z] 16:32:01 165.66 89.69 75.98 0.00 4168.22 10385.61 0.00 [2021-01-05T16:47:50.720Z] 16:33:02 830.55 590.28 240.27 0.00 83806.43 157119.35 0.00 [2021-01-05T16:47:50.720Z] 16:34:01 2808.11 2476.91 331.20 0.00 146292.87 156886.96 0.00 [2021-01-05T16:47:50.720Z] 16:35:02 900.73 613.19 287.54 0.00 59333.69 104116.93 0.00 [2021-01-05T16:47:50.720Z] 16:36:02 1565.35 1227.73 337.62 0.00 94404.81 99534.41 0.00 [2021-01-05T16:47:50.720Z] 16:37:01 149.03 28.87 120.16 0.00 4154.21 10973.28 0.00 [2021-01-05T16:47:50.720Z] 16:38:01 2.88 1.70 1.18 0.00 36.37 15.42 0.00 [2021-01-05T16:47:50.720Z] 16:39:01 0.87 0.58 0.28 0.00 125.25 3.21 0.00 [2021-01-05T16:47:50.720Z] 16:40:01 0.43 0.02 0.42 0.00 0.53 5.78 0.00 [2021-01-05T16:47:50.720Z] 16:41:01 0.20 0.00 0.20 0.00 0.00 2.20 0.00 [2021-01-05T16:47:50.720Z] 16:42:01 0.20 0.02 0.18 0.00 0.27 1.68 0.00 [2021-01-05T16:47:50.720Z] 16:43:01 1.88 1.65 0.23 0.00 53.42 3.75 0.00 [2021-01-05T16:47:50.720Z] 16:44:01 0.93 0.05 0.88 0.00 1.20 15.32 0.00 [2021-01-05T16:47:50.720Z] 16:45:01 0.33 0.05 0.28 0.00 0.40 3.71 0.00 [2021-01-05T16:47:50.720Z] 16:46:01 0.30 0.02 0.28 0.00 0.13 2.78 0.00 [2021-01-05T16:47:50.720Z] 16:47:01 0.43 0.02 0.42 0.00 0.13 5.01 0.00 [2021-01-05T16:47:50.720Z] Average: 382.15 289.91 92.25 0.00 22382.28 33721.96 0.00 [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] 16:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-05T16:47:50.720Z] 16:30:01 179076 0 650932 34.60 1916 1049620 1320624 45.07 540084 926324 44 [2021-01-05T16:47:50.720Z] 16:31:01 143188 0 816664 43.40 912 920780 1773936 60.54 679484 779532 75248 [2021-01-05T16:47:50.720Z] 16:32:01 233272 0 804236 42.74 552 843484 1459272 49.80 642420 717420 91524 [2021-01-05T16:47:50.720Z] 16:33:02 73896 0 832316 44.24 0 975332 2279788 77.81 737268 867164 77148 [2021-01-05T16:47:50.720Z] 16:34:01 95244 0 1281916 68.13 0 504384 4341368 148.16 967272 558156 15504 [2021-01-05T16:47:50.720Z] 16:35:02 52600 0 668116 35.51 0 1160828 1380936 47.13 610756 992244 35880 [2021-01-05T16:47:50.720Z] 16:36:02 267364 0 734736 39.05 0 879444 1709008 58.33 601600 756636 756 [2021-01-05T16:47:50.720Z] 16:37:01 400596 0 629332 33.45 0 851616 1235708 42.17 506064 735176 8 [2021-01-05T16:47:50.720Z] 16:38:01 406792 0 623048 33.11 0 851704 1193188 40.72 501624 735256 8 [2021-01-05T16:47:50.720Z] 16:39:01 400932 0 625124 33.22 0 855488 1193104 40.72 506724 736196 8 [2021-01-05T16:47:50.720Z] 16:40:01 401532 0 624532 33.19 0 855480 1186936 40.51 506220 736124 8 [2021-01-05T16:47:50.720Z] 16:41:01 401512 0 624532 33.19 0 855500 1186936 40.51 506344 736140 8 [2021-01-05T16:47:50.720Z] 16:42:01 401512 0 624524 33.19 0 855508 1186936 40.51 506348 736148 8 [2021-01-05T16:47:50.720Z] 16:43:01 399168 0 626004 33.27 0 856372 1187080 40.51 507148 736888 24 [2021-01-05T16:47:50.720Z] 16:44:01 399168 0 625992 33.27 0 856384 1187056 40.51 507020 736924 12 [2021-01-05T16:47:50.720Z] 16:45:01 399784 0 625364 33.24 0 856396 1186936 40.51 506596 736932 8 [2021-01-05T16:47:50.720Z] 16:46:01 400080 0 625064 33.22 0 856400 1186936 40.51 506472 736940 8 [2021-01-05T16:47:50.720Z] 16:47:01 400172 0 624960 33.22 0 856412 1186936 40.51 506480 736944 8 [2021-01-05T16:47:50.720Z] Average: 303105 0 703744 37.40 188 874507 1521260 51.92 574774 760952 16456 [2021-01-05T16:47:50.720Z] [2021-01-05T16:47:50.720Z] 16:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-05T16:47:50.720Z] 16:30:01 eth0 1219.27 1195.41 5880.52 117.02 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:30:01 docker0 933.33 904.18 74.32 3038.10 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:31:01 veth529a361 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:31:01 eth0 158.49 135.05 497.84 76.76 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:31:01 docker0 96.63 108.46 7.56 465.04 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:32:01 veth529a361 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:32:01 eth0 34.42 17.93 30.19 15.17 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:33:02 vethacfabc9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:33:02 eth0 214.03 175.56 1676.88 78.35 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:34:01 veth7ce123b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:34:01 veth37185c7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:34:01 vethacfabc9 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:34:01 veth9059a1e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:35:02 veth0c1b446 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:35:02 veth0baa8ef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:35:02 vethacfabc9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.720Z] 16:35:02 veth80aca1a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:36:02 veth8f483ee 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:36:02 vethacfabc9 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:36:02 eth0 2912.49 2357.88 13843.03 508.78 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:36:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:37:01 eth0 70.98 47.66 149.58 75.80 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:37:01 docker0 1098.70 1147.84 86.35 4312.32 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:38:01 eth0 1.27 0.70 0.69 0.23 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:39:01 eth0 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:42:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:43:01 eth0 0.50 0.35 0.27 0.17 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:44:01 eth0 0.33 0.27 0.17 0.11 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:45:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:46:01 eth0 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:47:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] Average: eth0 111.34 98.33 567.90 25.96 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] Average: docker0 60.09 62.78 4.72 235.89 0.00 0.00 0.00 0.00 [2021-01-05T16:47:50.721Z] [2021-01-05T16:47:50.721Z] [2021-01-05T16:47:50.721Z] ---> sar -P ALL: [2021-01-05T16:47:50.721Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/05/21 _x86_64_ (4 CPU) [2021-01-05T16:47:50.721Z] [2021-01-05T16:47:50.721Z] 16:27:47 LINUX RESTART (4 CPU) [2021-01-05T16:47:50.721Z] [2021-01-05T16:47:50.721Z] 16:29:01 CPU %user %nice %system %iowait %steal %idle [2021-01-05T16:47:50.721Z] 16:30:01 all 15.28 0.00 9.31 2.13 0.11 73.17 [2021-01-05T16:47:50.721Z] 16:30:01 0 17.57 0.00 11.77 0.92 0.12 69.62 [2021-01-05T16:47:50.721Z] 16:30:01 1 17.90 0.00 9.13 3.43 0.15 69.38 [2021-01-05T16:47:50.721Z] 16:30:01 2 11.99 0.00 8.77 1.16 0.07 78.01 [2021-01-05T16:47:50.721Z] 16:30:01 3 13.69 0.00 7.61 2.98 0.10 75.61 [2021-01-05T16:47:50.721Z] 16:31:01 all 34.88 0.00 11.94 6.71 0.10 46.37 [2021-01-05T16:47:50.721Z] 16:31:01 0 34.36 0.00 11.79 7.62 0.09 46.15 [2021-01-05T16:47:50.721Z] 16:31:01 1 33.16 0.00 12.16 7.13 0.10 47.45 [2021-01-05T16:47:50.721Z] 16:31:01 2 34.66 0.00 11.88 6.67 0.12 46.67 [2021-01-05T16:47:50.721Z] 16:31:01 3 37.36 0.00 11.94 5.40 0.09 45.21 [2021-01-05T16:47:50.721Z] 16:32:01 all 55.75 0.00 15.71 2.28 0.07 26.19 [2021-01-05T16:47:50.721Z] 16:32:01 0 54.76 0.00 15.71 1.67 0.05 27.81 [2021-01-05T16:47:50.721Z] 16:32:01 1 55.42 0.00 15.49 2.65 0.05 26.39 [2021-01-05T16:47:50.721Z] 16:32:01 2 55.35 0.00 16.38 2.56 0.09 25.63 [2021-01-05T16:47:50.721Z] 16:32:01 3 57.49 0.00 15.26 2.23 0.09 24.93 [2021-01-05T16:47:50.721Z] 16:33:02 all 21.65 0.00 20.17 7.93 0.12 50.12 [2021-01-05T16:47:50.721Z] 16:33:02 0 21.57 0.00 20.19 7.42 0.14 50.68 [2021-01-05T16:47:50.721Z] 16:33:02 1 21.35 0.00 20.51 8.09 0.14 49.91 [2021-01-05T16:47:50.721Z] 16:33:02 2 22.93 0.00 20.04 9.20 0.10 47.72 [2021-01-05T16:47:50.721Z] 16:33:02 3 20.75 0.00 19.96 7.00 0.10 52.19 [2021-01-05T16:47:50.721Z] 16:34:01 all 22.39 0.00 27.51 26.71 0.18 23.21 [2021-01-05T16:47:50.721Z] 16:34:01 0 22.41 0.00 27.56 28.13 0.20 21.71 [2021-01-05T16:47:50.721Z] 16:34:01 1 22.23 0.00 27.40 24.99 0.16 25.22 [2021-01-05T16:47:50.721Z] 16:34:01 2 22.25 0.00 27.27 28.11 0.20 22.17 [2021-01-05T16:47:50.721Z] 16:34:01 3 22.68 0.00 27.80 25.59 0.16 23.77 [2021-01-05T16:47:50.721Z] 16:35:02 all 45.62 0.00 20.19 15.39 0.11 18.69 [2021-01-05T16:47:50.721Z] 16:35:02 0 45.03 0.00 19.27 14.74 0.14 20.83 [2021-01-05T16:47:50.721Z] 16:35:02 1 45.34 0.00 20.82 14.32 0.09 19.44 [2021-01-05T16:47:50.721Z] 16:35:02 2 45.58 0.00 20.64 16.17 0.12 17.49 [2021-01-05T16:47:50.721Z] 16:35:02 3 46.52 0.00 20.03 16.32 0.10 17.02 [2021-01-05T16:47:50.721Z] 16:36:02 all 45.97 0.00 23.40 23.03 0.09 7.50 [2021-01-05T16:47:50.721Z] 16:36:02 0 44.97 0.00 25.17 21.58 0.09 8.19 [2021-01-05T16:47:50.721Z] 16:36:02 1 44.81 0.00 23.63 24.56 0.12 6.87 [2021-01-05T16:47:50.721Z] 16:36:02 2 47.81 0.00 21.09 23.10 0.10 7.90 [2021-01-05T16:47:50.721Z] 16:36:02 3 46.29 0.00 23.71 22.90 0.05 7.04 [2021-01-05T16:47:50.721Z] 16:37:01 all 10.07 0.00 5.30 8.18 0.05 76.40 [2021-01-05T16:47:50.721Z] 16:37:01 0 9.45 0.00 5.35 7.19 0.02 77.99 [2021-01-05T16:47:50.721Z] 16:37:01 1 10.36 0.00 5.56 10.85 0.03 73.20 [2021-01-05T16:47:50.721Z] 16:37:01 2 9.79 0.00 5.33 8.22 0.09 76.57 [2021-01-05T16:47:50.721Z] 16:37:01 3 10.70 0.00 4.94 6.44 0.07 77.85 [2021-01-05T16:47:50.721Z] 16:38:01 all 0.17 0.00 0.05 0.06 0.00 99.73 [2021-01-05T16:47:50.721Z] 16:38:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-05T16:47:50.721Z] 16:38:01 1 0.07 0.00 0.07 0.23 0.00 99.63 [2021-01-05T16:47:50.721Z] 16:38:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-05T16:47:50.721Z] 16:38:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-05T16:47:50.721Z] 16:39:01 all 0.18 0.00 0.08 0.01 0.00 99.72 [2021-01-05T16:47:50.721Z] 16:39:01 0 0.07 0.00 0.10 0.00 0.02 99.82 [2021-01-05T16:47:50.721Z] 16:39:01 1 0.05 0.00 0.05 0.02 0.00 99.88 [2021-01-05T16:47:50.721Z] 16:39:01 2 0.57 0.00 0.08 0.00 0.00 99.35 [2021-01-05T16:47:50.721Z] 16:39:01 3 0.03 0.00 0.08 0.03 0.00 99.85 [2021-01-05T16:47:50.721Z] 16:40:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-01-05T16:47:50.721Z] 16:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-05T16:47:50.721Z] 16:40:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-01-05T16:47:50.721Z] 16:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-05T16:47:50.721Z] 16:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T16:47:50.721Z] [2021-01-05T16:47:50.721Z] 16:40:01 CPU %user %nice %system %iowait %steal %idle [2021-01-05T16:47:50.721Z] 16:41:01 all 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-05T16:47:50.721Z] 16:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-05T16:47:50.721Z] 16:41:01 1 0.18 0.00 0.07 0.00 0.00 99.75 [2021-01-05T16:47:50.721Z] 16:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-05T16:47:50.721Z] 16:41:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-05T16:47:50.721Z] 16:42:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-01-05T16:47:50.721Z] 16:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T16:47:50.721Z] 16:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-05T16:47:50.721Z] 16:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-05T16:47:50.721Z] 16:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-05T16:47:50.721Z] 16:43:01 all 0.13 0.00 0.06 0.03 0.00 99.78 [2021-01-05T16:47:50.721Z] 16:43:01 0 0.05 0.00 0.02 0.02 0.00 99.92 [2021-01-05T16:47:50.721Z] 16:43:01 1 0.42 0.00 0.08 0.02 0.00 99.48 [2021-01-05T16:47:50.721Z] 16:43:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2021-01-05T16:47:50.721Z] 16:43:01 3 0.03 0.00 0.10 0.07 0.00 99.80 [2021-01-05T16:47:50.721Z] 16:44:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-01-05T16:47:50.721Z] 16:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-05T16:47:50.721Z] 16:44:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-05T16:47:50.721Z] 16:44:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-05T16:47:50.721Z] 16:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-05T16:47:50.721Z] 16:45:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-01-05T16:47:50.721Z] 16:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-05T16:47:50.721Z] 16:45:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-05T16:47:50.721Z] 16:45:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-05T16:47:50.721Z] 16:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-05T16:47:50.721Z] 16:46:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2021-01-05T16:47:50.721Z] 16:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-05T16:47:50.721Z] 16:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T16:47:50.721Z] 16:46:01 2 0.28 0.00 0.10 0.00 0.00 99.62 [2021-01-05T16:47:50.721Z] 16:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2021-01-05T16:47:50.721Z] 16:47:01 all 0.04 0.00 0.04 0.00 0.00 99.92 [2021-01-05T16:47:50.721Z] 16:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-05T16:47:50.721Z] 16:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-05T16:47:50.721Z] 16:47:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-05T16:47:50.721Z] 16:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-05T16:47:50.721Z] Average: all 13.70 0.00 7.23 4.97 0.05 74.05 [2021-01-05T16:47:50.721Z] Average: 0 13.57 0.00 7.41 4.81 0.05 74.16 [2021-01-05T16:47:50.721Z] Average: 1 13.67 0.00 7.29 5.18 0.05 73.81 [2021-01-05T16:47:50.721Z] Average: 2 13.73 0.00 7.14 5.13 0.05 73.95 [2021-01-05T16:47:50.721Z] Average: 3 13.83 0.00 7.09 4.77 0.04 74.27 [2021-01-05T16:47:50.721Z] [2021-01-05T16:47:50.721Z] [2021-01-05T16:47:50.721Z]