Pull request #2978 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1835bda8bf204076797b07569499485e33da4c1c+68a8f910767166238b38b7946bcb5bba3869a893 (fda936464326d5255dc7770493a874f9d3b2f83f) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2978/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2978/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-17879 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 1835bda8bf204076797b07569499485e33da4c1c Merge succeeded, producing 1835bda8bf204076797b07569499485e33da4c1c Checking out Revision 1835bda8bf204076797b07569499485e33da4c1c (PR-2978) > 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/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # 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 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.2 to 1.1.3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-31T05:50:00.634Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-31T05:50:01.030Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-31T05:50:01.281Z] ========================================================= [2020-12-31T05:50:01.281Z] EdgeX Global Pipelines Version Info [2020-12-31T05:50:01.281Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-31T05:50:03.447Z] ------------------- [2020-12-31T05:50:03.447Z] stable info: [2020-12-31T05:50:03.447Z] ------------------- [2020-12-31T05:50:03.447Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-31T05:50:03.447Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T05:50:03.447Z] Message: update stable to v1.0.173 [2020-12-31T05:50:04.023Z] ------------------- [2020-12-31T05:50:04.023Z] experimental info: [2020-12-31T05:50:04.023Z] ------------------- [2020-12-31T05:50:04.023Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-31T05:50:04.023Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T05:50:04.023Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-31T05:50:04.409Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-31T05:50:04.537Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-31T05:50:04.698Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-31T05:50:04.836Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-31T05:50:04.974Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-31T05:50:05.134Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-31T05:50:05.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-31T05:50:05.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-31T05:50:05.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-31T05:50:05.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-31T05:50:05.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-31T05:50:05.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-31T05:50:06.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-31T05:50:06.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-31T05:50:06.354Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-31T05:50:06.484Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-31T05:50:06.612Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-31T05:50:06.786Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-31T05:50:06.914Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-31T05:50:07.057Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-31T05:50:07.182Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-31T05:50:07.308Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-31T05:50:07.481Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-31T05:50:07.643Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2978 [Pipeline] echo [2020-12-31T05:50:07.774Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2978 [Pipeline] echo [2020-12-31T05:50:07.896Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2978 [Pipeline] echo [2020-12-31T05:50:08.027Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1835bda8bf204076797b07569499485e33da4c1c [Pipeline] echo [2020-12-31T05:50:08.153Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1835bda [Pipeline] echo [2020-12-31T05:50:08.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-31T05:50:08.525Z] provisioning config files... [2020-12-31T05:50:08.560Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5866671218926200802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T05:50:08.986Z] ---> docker-login.sh [2020-12-31T05:50:08.987Z] nexus3.edgexfoundry.org:10001 [2020-12-31T05:50:09.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:50:09.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:50:09.526Z] Configure a credential helper to remove this warning. See [2020-12-31T05:50:09.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:50:09.526Z] [2020-12-31T05:50:09.526Z] Login Succeeded [2020-12-31T05:50:09.526Z] nexus3.edgexfoundry.org:10002 [2020-12-31T05:50:09.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:50:09.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:50:09.789Z] Configure a credential helper to remove this warning. See [2020-12-31T05:50:09.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:50:09.789Z] [2020-12-31T05:50:09.789Z] Login Succeeded [2020-12-31T05:50:09.789Z] nexus3.edgexfoundry.org:10003 [2020-12-31T05:50:09.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:50:09.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:50:09.789Z] Configure a credential helper to remove this warning. See [2020-12-31T05:50:09.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:50:09.789Z] [2020-12-31T05:50:09.789Z] Login Succeeded [2020-12-31T05:50:09.789Z] nexus3.edgexfoundry.org:10004 [2020-12-31T05:50:10.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:50:10.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:50:10.053Z] Configure a credential helper to remove this warning. See [2020-12-31T05:50:10.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:50:10.053Z] [2020-12-31T05:50:10.053Z] Login Succeeded [2020-12-31T05:50:10.053Z] docker.io [2020-12-31T05:50:10.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:50:10.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:50:10.316Z] Configure a credential helper to remove this warning. See [2020-12-31T05:50:10.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:50:10.316Z] [2020-12-31T05:50:10.316Z] Login Succeeded [2020-12-31T05:50:10.579Z] ---> docker-login.sh ends [Pipeline] } [2020-12-31T05:50:10.604Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-31T05:50:11.171Z] ++ 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 [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/core-command/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/core-data/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-31T05:50:11.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T05:50:11.172Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-31T05:50:11.172Z] ++ cut -d/ -f2 [2020-12-31T05:50:11.172Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-31T05:50:11.273Z] 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 [2020-12-31T05:50:12.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T05:50:12.385Z] [2020-12-31T05:50:12.385Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:50:12.786Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T05:50:12.786Z] latest: Pulling from edgex-devops/git-semver [2020-12-31T05:50:12.786Z] 31603596830f: Pulling fs layer [2020-12-31T05:50:12.786Z] 2a8b12db71e7: Pulling fs layer [2020-12-31T05:50:12.786Z] 6ca5941a6612: Pulling fs layer [2020-12-31T05:50:12.786Z] ecc8261a40a4: Pulling fs layer [2020-12-31T05:50:12.786Z] ecc8261a40a4: Waiting [2020-12-31T05:50:12.786Z] 2a8b12db71e7: Verifying Checksum [2020-12-31T05:50:12.786Z] 2a8b12db71e7: Download complete [2020-12-31T05:50:13.059Z] 31603596830f: Verifying Checksum [2020-12-31T05:50:13.059Z] 31603596830f: Download complete [2020-12-31T05:50:13.059Z] 6ca5941a6612: Verifying Checksum [2020-12-31T05:50:13.059Z] 6ca5941a6612: Download complete [2020-12-31T05:50:13.324Z] ecc8261a40a4: Verifying Checksum [2020-12-31T05:50:13.324Z] ecc8261a40a4: Download complete [2020-12-31T05:50:13.324Z] 31603596830f: Pull complete [2020-12-31T05:50:13.592Z] 2a8b12db71e7: Pull complete [2020-12-31T05:50:14.546Z] 6ca5941a6612: Pull complete [2020-12-31T05:50:14.546Z] ecc8261a40a4: Pull complete [2020-12-31T05:50:14.546Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-31T05:50:14.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T05:50:14.546Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-31T05:50:14.690Z] prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container [2020-12-31T05:50:14.749Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-31T05:50:17.412Z] $ docker top 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-31T05:50:17.791Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-31T05:50:17.791Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-31T05:50:18.006Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-31T05:50:18.011Z] $ docker exec 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 ssh-agent [2020-12-31T05:50:18.182Z] SSH_AUTH_SOCK=/tmp/ssh-pBmqt3LM8wJs/agent.11 [2020-12-31T05:50:18.182Z] SSH_AGENT_PID=16 [2020-12-31T05:50:18.192Z] Running ssh-add (command line suppressed) [2020-12-31T05:50:18.312Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4931680948935872842.key (/w/workspace/edgex-go/1@tmp/private_key_4931680948935872842.key) [2020-12-31T05:50:18.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-31T05:50:18.755Z] + git tag --points-at HEAD [Pipeline] } [2020-12-31T05:50:18.792Z] $ docker exec --env ******** --env ******** 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 ssh-agent -k [2020-12-31T05:50:18.919Z] unset SSH_AUTH_SOCK; [2020-12-31T05:50:18.919Z] unset SSH_AGENT_PID; [2020-12-31T05:50:18.919Z] echo Agent pid 16 killed; [2020-12-31T05:50:18.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-31T05:50:19.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-31T05:50:19.161Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-31T05:50:19.331Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-31T05:50:19.336Z] $ docker exec 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 ssh-agent [2020-12-31T05:50:19.504Z] SSH_AUTH_SOCK=/tmp/ssh-LxlfyUjlhzgN/agent.46 [2020-12-31T05:50:19.504Z] SSH_AGENT_PID=51 [2020-12-31T05:50:19.511Z] Running ssh-add (command line suppressed) [2020-12-31T05:50:19.628Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3873673844649548214.key (/w/workspace/edgex-go/1@tmp/private_key_3873673844649548214.key) [2020-12-31T05:50:19.679Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-31T05:50:20.062Z] + git semver init [2020-12-31T05:50:20.062Z] # -> Open(): unable to determine branch for HEAD [2020-12-31T05:50:20.062Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-12-31T05:50:20.062Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-12-31T05:50:20.062Z] # $SEMVER_REMOTE_NAME = origin [2020-12-31T05:50:20.062Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-31T05:50:20.062Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-31T05:50:20.062Z] # $SEMVER_BRANCH = PR-2978 [2020-12-31T05:50:20.062Z] # $SEMVER_TEMP = /tmp/semver-035257313 [2020-12-31T05:50:20.062Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-31T05:50:46.720Z] # '/tmp/semver-035257313' -> '/w/workspace/edgex-go/1/.semver' [2020-12-31T05:50:47.310Z] # -> Force: false [2020-12-31T05:50:47.310Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-12-31T05:50:47.603Z] $ docker exec --env ******** --env ******** 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 ssh-agent -k [2020-12-31T05:50:47.861Z] unset SSH_AUTH_SOCK; [2020-12-31T05:50:47.862Z] unset SSH_AGENT_PID; [2020-12-31T05:50:47.862Z] echo Agent pid 51 killed; [2020-12-31T05:50:47.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-31T05:50:48.551Z] + git semver [Pipeline] } [2020-12-31T05:50:48.583Z] $ docker stop --time=1 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 [2020-12-31T05:50:50.150Z] $ docker rm -f 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T05:50:50.781Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-31T05:50:51.395Z] Stashed 1 file(s) [Pipeline] echo [2020-12-31T05:50:51.418Z] [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 [2020-12-31T05:50:52.732Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-31T05:50:53.073Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-31T05:50:53.406Z] + true [2020-12-31T05:50:53.406Z] + sudo service docker restart [2020-12-31T05:50:53.406Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-31T05:50:54.025Z] ========================================================= [2020-12-31T05:50:54.025Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-31T05:50:54.025Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:50:54.407Z] + 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 . [2020-12-31T05:50:57.736Z] Sending build context to Docker daemon 326.2MB [2020-12-31T05:50:57.736Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-31T05:50:57.736Z] Step 2/7 : FROM ${BASE} [2020-12-31T05:50:57.736Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-31T05:50:57.736Z] 188c0c94c7c5: Pulling fs layer [2020-12-31T05:50:57.736Z] 0ef7d3d256c8: Pulling fs layer [2020-12-31T05:50:57.736Z] de9db76c5a1d: Pulling fs layer [2020-12-31T05:50:57.736Z] bca2f99d35d6: Pulling fs layer [2020-12-31T05:50:57.736Z] 93359f2a8cfa: Pulling fs layer [2020-12-31T05:50:57.736Z] 7c6f9722023f: Pulling fs layer [2020-12-31T05:50:57.736Z] a35cf1a2eb13: Pulling fs layer [2020-12-31T05:50:57.736Z] bca2f99d35d6: Waiting [2020-12-31T05:50:57.736Z] 93359f2a8cfa: Waiting [2020-12-31T05:50:57.736Z] 7c6f9722023f: Waiting [2020-12-31T05:50:57.736Z] a35cf1a2eb13: Waiting [2020-12-31T05:50:57.736Z] de9db76c5a1d: Download complete [2020-12-31T05:50:57.736Z] 0ef7d3d256c8: Verifying Checksum [2020-12-31T05:50:57.736Z] 0ef7d3d256c8: Download complete [2020-12-31T05:50:57.736Z] 93359f2a8cfa: Download complete [2020-12-31T05:50:57.736Z] 7c6f9722023f: Download complete [2020-12-31T05:50:57.736Z] 188c0c94c7c5: Verifying Checksum [2020-12-31T05:50:57.736Z] 188c0c94c7c5: Download complete [2020-12-31T05:50:58.311Z] 188c0c94c7c5: Pull complete [2020-12-31T05:50:58.311Z] 0ef7d3d256c8: Pull complete [2020-12-31T05:50:58.574Z] de9db76c5a1d: Pull complete [2020-12-31T05:51:00.510Z] a35cf1a2eb13: Verifying Checksum [2020-12-31T05:51:00.510Z] a35cf1a2eb13: Download complete [2020-12-31T05:51:01.094Z] bca2f99d35d6: Verifying Checksum [2020-12-31T05:51:01.094Z] bca2f99d35d6: Download complete [2020-12-31T05:51:06.434Z] bca2f99d35d6: Pull complete [2020-12-31T05:51:06.434Z] 93359f2a8cfa: Pull complete [2020-12-31T05:51:06.434Z] 7c6f9722023f: Pull complete [2020-12-31T05:51:07.039Z] Still waiting to schedule task [2020-12-31T05:51:07.040Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-31T05:51:13.078Z] a35cf1a2eb13: Pull complete [2020-12-31T05:51:13.078Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-31T05:51:13.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-31T05:51:13.078Z] ---> a62c8e92a672 [2020-12-31T05:51:13.078Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-31T05:51:13.078Z] ---> Running in 3d3f5c69423f [2020-12-31T05:51:13.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:51:13.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:51:14.234Z] (1/12) Installing libmagic (5.38-r0) [2020-12-31T05:51:14.498Z] (2/12) Installing file (5.38-r0) [2020-12-31T05:51:14.498Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-31T05:51:14.498Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-31T05:51:19.816Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-31T05:51:19.816Z] (6/12) Installing patch (2.7.6-r6) [2020-12-31T05:51:19.816Z] (7/12) Installing build-base (0.5-r2) [2020-12-31T05:51:19.816Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-31T05:51:19.816Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-31T05:51:19.816Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-31T05:51:19.816Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-31T05:51:19.816Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-31T05:51:19.816Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:51:19.816Z] OK: 233 MiB in 51 packages [2020-12-31T05:51:23.137Z] Removing intermediate container 3d3f5c69423f [2020-12-31T05:51:23.137Z] ---> 5e9ea466203c [2020-12-31T05:51:23.137Z] Step 4/7 : WORKDIR /edgex-go [2020-12-31T05:51:23.399Z] ---> Running in 764f7efa50ea [2020-12-31T05:51:23.662Z] Removing intermediate container 764f7efa50ea [2020-12-31T05:51:23.662Z] ---> 3f47f292a699 [2020-12-31T05:51:23.662Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-31T05:51:24.616Z] latest: Pulling from library/docker [2020-12-31T05:51:24.616Z] 801bfaa63ef2: Pulling fs layer [2020-12-31T05:51:24.616Z] 4f7dc993c79e: Pulling fs layer [2020-12-31T05:51:24.617Z] d39d95e4997f: Pulling fs layer [2020-12-31T05:51:24.617Z] 1cda4b703d87: Pulling fs layer [2020-12-31T05:51:24.617Z] 54e5375350ea: Pulling fs layer [2020-12-31T05:51:24.617Z] f08cd1b3bb1b: Pulling fs layer [2020-12-31T05:51:24.617Z] 8e17d04e0c68: Pulling fs layer [2020-12-31T05:51:24.617Z] 54e5375350ea: Waiting [2020-12-31T05:51:24.617Z] f08cd1b3bb1b: Waiting [2020-12-31T05:51:24.617Z] 8e17d04e0c68: Waiting [2020-12-31T05:51:24.617Z] 1cda4b703d87: Waiting [2020-12-31T05:51:24.617Z] d39d95e4997f: Verifying Checksum [2020-12-31T05:51:24.617Z] d39d95e4997f: Download complete [2020-12-31T05:51:24.889Z] 801bfaa63ef2: Download complete [2020-12-31T05:51:24.889Z] 4f7dc993c79e: Download complete [2020-12-31T05:51:24.889Z] 54e5375350ea: Verifying Checksum [2020-12-31T05:51:24.889Z] 54e5375350ea: Download complete [2020-12-31T05:51:24.889Z] f08cd1b3bb1b: Verifying Checksum [2020-12-31T05:51:24.889Z] f08cd1b3bb1b: Download complete [2020-12-31T05:51:25.160Z] 801bfaa63ef2: Pull complete [2020-12-31T05:51:25.160Z] 8e17d04e0c68: Verifying Checksum [2020-12-31T05:51:25.160Z] 8e17d04e0c68: Download complete [2020-12-31T05:51:25.427Z] 4f7dc993c79e: Pull complete [2020-12-31T05:51:25.427Z] d39d95e4997f: Pull complete [2020-12-31T05:51:25.690Z] 1cda4b703d87: Verifying Checksum [2020-12-31T05:51:25.690Z] 1cda4b703d87: Download complete [2020-12-31T05:51:29.041Z] 1cda4b703d87: Pull complete [2020-12-31T05:51:29.041Z] 54e5375350ea: Pull complete [2020-12-31T05:51:29.041Z] f08cd1b3bb1b: Pull complete [2020-12-31T05:51:29.041Z] 8e17d04e0c68: Pull complete [2020-12-31T05:51:29.041Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-31T05:51:29.041Z] Status: Downloaded newer image for docker:latest [2020-12-31T05:51:30.453Z] ---> 0f086bb39c43 [2020-12-31T05:51:30.454Z] Step 6/7 : COPY go.mod . [2020-12-31T05:51:30.723Z] ---> 0fad51303994 [2020-12-31T05:51:30.723Z] Step 7/7 : RUN go mod download [2020-12-31T05:51:30.723Z] ---> Running in df767f44a129 [2020-12-31T05:51:52.772Z] Removing intermediate container df767f44a129 [2020-12-31T05:51:52.772Z] ---> 6e75ff91ff24 [2020-12-31T05:51:52.772Z] Successfully built 6e75ff91ff24 [2020-12-31T05:51:52.772Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:51:53.140Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-31T05:51:53.140Z] . [Pipeline] withDockerContainer [2020-12-31T05:51:53.292Z] prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container [2020-12-31T05:51:53.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-31T05:51:54.216Z] $ docker top 6af344d431e534ace60991a4a6f4706b65cdafe4c8966f2a54919f9e18198639 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T05:51:54.833Z] + go version [2020-12-31T05:51:54.833Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-31T05:51:54.863Z] $ docker stop --time=1 6af344d431e534ace60991a4a6f4706b65cdafe4c8966f2a54919f9e18198639 [2020-12-31T05:51:56.228Z] $ docker rm -f 6af344d431e534ace60991a4a6f4706b65cdafe4c8966f2a54919f9e18198639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:51:57.277Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-31T05:51:57.277Z] . [Pipeline] withDockerContainer [2020-12-31T05:51:57.423Z] prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container [2020-12-31T05:51:57.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-31T05:51:58.654Z] $ docker top 368ab788232fe496b1584288257f684d3aa0110c9c70b2d214bdf7efd5a9f922 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-31T05:51:58.967Z] ========================================================= [2020-12-31T05:51:58.967Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-31T05:51:58.968Z] ========================================================= [Pipeline] sh [2020-12-31T05:51:59.316Z] + make test [2020-12-31T05:51:59.316Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-31T05:52:09.397Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-31T05:52:21.747Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-31T05:52:28.420Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-31T05:52:28.420Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-31T05:52:28.420Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-31T05:52:28.420Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-31T05:52:28.420Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-31T05:52:28.688Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-31T05:52:28.956Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-31T05:52:29.540Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-31T05:52:30.137Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-31T05:52:32.089Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-31T05:52:32.089Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-31T05:52:32.089Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-31T05:52:34.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2020-12-31T05:52:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-31T05:52:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-31T05:52:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-31T05:52:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-31T05:52:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-31T05:52:39.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.0% of statements [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-31T05:52:39.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-31T05:52:39.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-31T05:52:39.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 74.4% of statements [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-31T05:52:39.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 83.3% of statements [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-31T05:52:39.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.359s coverage: 28.6% of statements [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-31T05:52:39.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-31T05:52:39.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2020-12-31T05:52:39.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-31T05:52:39.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2020-12-31T05:52:39.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-31T05:52:40.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements [2020-12-31T05:52:40.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-31T05:52:41.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2020-12-31T05:52:41.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-31T05:52:41.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2020-12-31T05:52:41.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-31T05:52:41.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-31T05:52:41.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-31T05:52:41.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-31T05:52:43.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.344s coverage: 93.8% of statements [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-31T05:52:43.122Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-31T05:52:43.122Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-31T05:52:43.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-31T05:52:43.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements [2020-12-31T05:52:43.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-31T05:52:43.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2020-12-31T05:52:43.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2020-12-31T05:52:44.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements [2020-12-31T05:52:44.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.114s coverage: 91.4% of statements [2020-12-31T05:52:44.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-31T05:52:45.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements [2020-12-31T05:52:45.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-31T05:52:45.288Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-31T05:52:45.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2020-12-31T05:52:45.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2020-12-31T05:52:45.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2020-12-31T05:52:45.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2020-12-31T05:52:46.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2020-12-31T05:52:46.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.347s coverage: 55.9% of statements [2020-12-31T05:52:46.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-31T05:52:46.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-31T05:52:46.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-31T05:52:46.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-31T05:52:46.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-31T05:52:47.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements [2020-12-31T05:52:47.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-31T05:52:47.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-31T05:52:47.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.0% of statements [2020-12-31T05:52:47.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2020-12-31T05:52:49.800Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements [2020-12-31T05:52:49.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-31T05:52:49.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-31T05:52:49.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-31T05:52:49.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-31T05:52:49.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-31T05:52:49.800Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2020-12-31T05:52:49.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-31T05:52:49.800Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements [2020-12-31T05:52:49.800Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-31T05:52:50.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-31T05:52:50.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-31T05:52:50.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-31T05:52:50.385Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-31T05:52:50.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-31T05:52:50.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-31T05:52:50.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-31T05:52:50.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2020-12-31T05:52:50.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-31T05:52:51.227Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-31T05:52:51.490Z] GO111MODULE=on go vet ./... [2020-12-31T05:53:00.959Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17882 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [Pipeline] { [Pipeline] ws [2020-12-31T05:53:01.061Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-12-31T05:53:06.527Z] using credential edgex-jenkins-ssh [2020-12-31T05:53:06.606Z] Cloning the remote Git repository [2020-12-31T05:53:06.669Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:53:06.794Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-12-31T05:53:06.894Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:53:06.895Z] > git --version # timeout=10 [2020-12-31T05:53:06.914Z] > git --version # 'git version 2.17.1' [2020-12-31T05:53:06.916Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T05:53:06.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T05:53:18.263Z] gofmt -l . [2020-12-31T05:53:18.263Z] [ "`gofmt -l .`" = "" ] [2020-12-31T05:53:18.263Z] ./bin/test-go-mod-tidy.sh [2020-12-31T05:53:18.263Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-31T05:53:18.596Z] + ls -al . [2020-12-31T05:53:18.596Z] total 636 [2020-12-31T05:53:18.596Z] drwxrwxr-x 10 1001 1001 4096 Dec 31 05:53 . [2020-12-31T05:53:18.596Z] drwxr-xr-x 4 root root 28 Dec 31 05:51 .. [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 11 Dec 31 05:49 .dockerignore [2020-12-31T05:53:18.596Z] drwxrwxr-x 8 1001 1001 179 Dec 31 05:49 .git [2020-12-31T05:53:18.596Z] drwxrwxr-x 3 1001 1001 125 Dec 31 05:49 .github [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 824 Dec 31 05:49 .gitignore [2020-12-31T05:53:18.596Z] drwx------ 3 1001 1001 47 Dec 31 05:50 .semver [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 166 Dec 31 05:49 .sonarcloud.properties [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 3804 Dec 31 05:49 CONTRIBUTING.md [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 1035 Dec 31 05:49 Dockerfile.build [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 863 Dec 31 05:49 Jenkinsfile [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 10775 Dec 31 05:49 LICENSE [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 5750 Dec 31 05:49 Makefile [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 6511 Dec 31 05:49 README.md [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 6744 Dec 31 05:49 SECURITY.md [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 5 Dec 31 05:50 VERSION [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 4131 Dec 31 05:49 ZMQWindows.md [2020-12-31T05:53:18.596Z] drwxrwxr-x 2 1001 1001 117 Dec 31 05:49 bin [2020-12-31T05:53:18.596Z] drwxrwxr-x 14 1001 1001 4096 Dec 31 05:49 cmd [2020-12-31T05:53:18.596Z] -rw-r--r-- 1 root root 537189 Dec 31 05:52 coverage.out [2020-12-31T05:53:18.596Z] -rw-r--r-- 1 root root 979 Dec 31 05:53 go.mod [2020-12-31T05:53:18.596Z] -rw-r--r-- 1 root root 18824 Dec 31 05:53 go.sum [2020-12-31T05:53:18.596Z] drwxrwxr-x 8 1001 1001 127 Dec 31 05:49 internal [2020-12-31T05:53:18.596Z] drwxrwxr-x 4 1001 1001 26 Dec 31 05:49 openapi [2020-12-31T05:53:18.596Z] drwxrwxr-x 4 1001 1001 71 Dec 31 05:49 snap [2020-12-31T05:53:18.596Z] -rw-rw-r-- 1 1001 1001 168 Dec 31 05:49 version.go [Pipeline] sh [2020-12-31T05:53:18.928Z] + '[' -e coverage.out ] [2020-12-31T05:53:18.928Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-31T05:53:19.139Z] Stashed 1 file(s) [Pipeline] sh [2020-12-31T05:53:19.474Z] + make build [2020-12-31T05:53:19.474Z] 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 [2020-12-31T05:53:22.805Z] 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 [2020-12-31T05:53:25.172Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T05:53:25.198Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T05:53:25.227Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T05:53:25.276Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:53:25.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T05:53:25.287Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-31T05:53:25.874Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:53:26.370Z] Merge succeeded, producing 1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:53:26.371Z] Checking out Revision 1835bda8bf204076797b07569499485e33da4c1c (PR-2978) [2020-12-31T05:53:25.896Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T05:53:25.945Z] > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 [2020-12-31T05:53:26.286Z] > git remote # timeout=10 [2020-12-31T05:53:26.305Z] > git config --get remote.origin.url # timeout=10 [2020-12-31T05:53:26.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T05:53:26.338Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-31T05:53:26.359Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-31T05:53:26.380Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T05:53:26.393Z] > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 [2020-12-31T05:53:29.526Z] 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 [2020-12-31T05:53:30.769Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.2 to 1.1.3" [2020-12-31T05:53:30.830Z] > git --version # timeout=10 [2020-12-31T05:53:30.842Z] > git --version # 'git version 2.17.1' [2020-12-31T05:53:30.858Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T05:53:30.941Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-31T05:53:32.352Z] 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 [2020-12-31T05:53:32.604Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-31T05:53:32.617Z] 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 [Pipeline] sh [2020-12-31T05:53:33.030Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-31T05:53:33.393Z] + + sudotrue service [2020-12-31T05:53:33.393Z] docker restart [2020-12-31T05:53:35.180Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-31T05:53:35.511Z] provisioning config files... [2020-12-31T05:53:35.556Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config333160213236124127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T05:53:35.998Z] ---> docker-login.sh [2020-12-31T05:53:35.998Z] nexus3.edgexfoundry.org:10001 [2020-12-31T05:53:36.574Z] 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 [2020-12-31T05:53:36.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:53:37.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:53:37.259Z] Configure a credential helper to remove this warning. See [2020-12-31T05:53:37.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:53:37.259Z] [2020-12-31T05:53:37.259Z] Login Succeeded [2020-12-31T05:53:37.259Z] nexus3.edgexfoundry.org:10002 [2020-12-31T05:53:37.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:53:37.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:53:37.810Z] Configure a credential helper to remove this warning. See [2020-12-31T05:53:37.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:53:37.810Z] [2020-12-31T05:53:37.810Z] Login Succeeded [2020-12-31T05:53:37.810Z] nexus3.edgexfoundry.org:10003 [2020-12-31T05:53:37.973Z] 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 [2020-12-31T05:53:38.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:53:38.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:53:38.370Z] Configure a credential helper to remove this warning. See [2020-12-31T05:53:38.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:53:38.370Z] [2020-12-31T05:53:38.370Z] Login Succeeded [2020-12-31T05:53:38.370Z] nexus3.edgexfoundry.org:10004 [2020-12-31T05:53:38.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:53:38.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:53:38.926Z] Configure a credential helper to remove this warning. See [2020-12-31T05:53:38.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:53:38.926Z] [2020-12-31T05:53:38.926Z] Login Succeeded [2020-12-31T05:53:38.926Z] docker.io [2020-12-31T05:53:38.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-31T05:53:39.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T05:53:39.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T05:53:39.478Z] Configure a credential helper to remove this warning. See [2020-12-31T05:53:39.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T05:53:39.478Z] [2020-12-31T05:53:39.478Z] Login Succeeded [2020-12-31T05:53:39.478Z] ---> docker-login.sh ends [Pipeline] } [2020-12-31T05:53:39.514Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-31T05:53:39.883Z] 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 [Pipeline] echo [2020-12-31T05:53:40.050Z] ========================================================= [2020-12-31T05:53:40.050Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-31T05:53:40.050Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:53:40.462Z] + 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 . [2020-12-31T05:53:40.839Z] 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 [Pipeline] } [2020-12-31T05:53:42.280Z] $ docker stop --time=1 368ab788232fe496b1584288257f684d3aa0110c9c70b2d214bdf7efd5a9f922 [2020-12-31T05:53:43.149Z] Sending build context to Docker daemon 165.3MB [2020-12-31T05:53:43.149Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-31T05:53:43.149Z] Step 2/7 : FROM ${BASE} [2020-12-31T05:53:43.149Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-31T05:53:43.149Z] 5f621e34cdf4: Pulling fs layer [2020-12-31T05:53:43.149Z] a4357932f1b6: Pulling fs layer [2020-12-31T05:53:43.149Z] 18c013af1878: Pulling fs layer [2020-12-31T05:53:43.149Z] 00ac8860ef70: Pulling fs layer [2020-12-31T05:53:43.149Z] 63d7cb157983: Pulling fs layer [2020-12-31T05:53:43.149Z] b116817d02f9: Pulling fs layer [2020-12-31T05:53:43.149Z] 745a02a5169b: Pulling fs layer [2020-12-31T05:53:43.149Z] 63d7cb157983: Waiting [2020-12-31T05:53:43.149Z] b116817d02f9: Waiting [2020-12-31T05:53:43.149Z] 745a02a5169b: Waiting [2020-12-31T05:53:43.149Z] 00ac8860ef70: Waiting [2020-12-31T05:53:43.149Z] 18c013af1878: Download complete [2020-12-31T05:53:43.149Z] a4357932f1b6: Verifying Checksum [2020-12-31T05:53:43.149Z] a4357932f1b6: Download complete [2020-12-31T05:53:43.149Z] 63d7cb157983: Verifying Checksum [2020-12-31T05:53:43.149Z] 63d7cb157983: Download complete [2020-12-31T05:53:43.149Z] 5f621e34cdf4: Verifying Checksum [2020-12-31T05:53:43.149Z] 5f621e34cdf4: Download complete [2020-12-31T05:53:43.432Z] b116817d02f9: Verifying Checksum [2020-12-31T05:53:43.432Z] b116817d02f9: Download complete [2020-12-31T05:53:43.709Z] 5f621e34cdf4: Pull complete [2020-12-31T05:53:43.979Z] $ docker rm -f 368ab788232fe496b1584288257f684d3aa0110c9c70b2d214bdf7efd5a9f922 [2020-12-31T05:53:44.315Z] a4357932f1b6: Pull complete [Pipeline] // withDockerContainer [2020-12-31T05:53:44.591Z] 18c013af1878: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-31T05:53:45.610Z] 745a02a5169b: Verifying Checksum [2020-12-31T05:53:45.610Z] 745a02a5169b: Download complete [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:53:46.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:53:46.987Z] [2020-12-31T05:53:46.987Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2020-12-31T05:53:47.059Z] 00ac8860ef70: Verifying Checksum [2020-12-31T05:53:47.059Z] 00ac8860ef70: Download complete [Pipeline] sh [2020-12-31T05:53:47.396Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:53:47.396Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-31T05:53:47.396Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-31T05:53:47.396Z] ca9280d653b3: Pulling fs layer [2020-12-31T05:53:47.396Z] 7e9c9ca2126c: Pulling fs layer [2020-12-31T05:53:47.396Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-31T05:53:47.396Z] cbdbe7a5bc2a: Download complete [2020-12-31T05:53:47.979Z] cbdbe7a5bc2a: Pull complete [2020-12-31T05:53:47.979Z] ca9280d653b3: Verifying Checksum [2020-12-31T05:53:47.979Z] ca9280d653b3: Download complete [2020-12-31T05:53:49.383Z] ca9280d653b3: Pull complete [2020-12-31T05:53:49.383Z] 7e9c9ca2126c: Download complete [2020-12-31T05:53:57.240Z] 00ac8860ef70: Pull complete [2020-12-31T05:53:57.240Z] 63d7cb157983: Pull complete [2020-12-31T05:53:57.515Z] b116817d02f9: Pull complete [2020-12-31T05:53:57.576Z] 7e9c9ca2126c: Pull complete [2020-12-31T05:53:57.576Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-31T05:53:57.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:53:57.576Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-31T05:53:57.796Z] prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container [2020-12-31T05:53:57.842Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-31T05:53:58.894Z] $ docker top a8eef811eabbf68be239aa3bc150516aecb81eaa28384671bb0050d5dbf3d24f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T05:53:59.429Z] + docker-compose build --help [2020-12-31T05:53:59.429Z] + grep parallel [2020-12-31T05:54:00.375Z] --parallel Build images in parallel. [Pipeline] } [2020-12-31T05:54:00.405Z] $ docker stop --time=1 a8eef811eabbf68be239aa3bc150516aecb81eaa28384671bb0050d5dbf3d24f [2020-12-31T05:54:01.826Z] $ docker rm -f a8eef811eabbf68be239aa3bc150516aecb81eaa28384671bb0050d5dbf3d24f [2020-12-31T05:54:01.885Z] 745a02a5169b: Pull complete [2020-12-31T05:54:01.885Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-31T05:54:01.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-31T05:54:01.885Z] ---> b7e6874047d6 [2020-12-31T05:54:01.885Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:54:02.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T05:54:02.701Z] . [Pipeline] withDockerContainer [2020-12-31T05:54:02.892Z] prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container [2020-12-31T05:54:02.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-31T05:54:04.668Z] $ docker top 9f8ad424ec7a355afd12b575494bb3c6c018f9630456d054b766dab302a8d25d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T05:54:05.229Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-31T05:54:05.317Z] ---> Running in a5834db2cbfb [2020-12-31T05:54:06.177Z] Building docker-core-command-go ... [2020-12-31T05:54:06.177Z] Building docker-core-data-go ... [2020-12-31T05:54:06.177Z] Building docker-core-metadata-go ... [2020-12-31T05:54:06.177Z] Building docker-security-bootstrap-redis-go ... [2020-12-31T05:54:06.177Z] Building docker-security-proxy-setup-go ... [2020-12-31T05:54:06.177Z] Building docker-security-secretstore-setup-go ... [2020-12-31T05:54:06.177Z] Building docker-support-notifications-go ... [2020-12-31T05:54:06.177Z] Building docker-support-scheduler-go ... [2020-12-31T05:54:06.177Z] Building docker-sys-mgmt-agent-go ... [2020-12-31T05:54:06.177Z] Building docker-security-secretstore-setup-go [2020-12-31T05:54:06.177Z] Building docker-support-scheduler-go [2020-12-31T05:54:06.177Z] Building docker-security-proxy-setup-go [2020-12-31T05:54:06.177Z] Building docker-security-bootstrap-redis-go [2020-12-31T05:54:06.177Z] Building docker-core-command-go [2020-12-31T05:54:06.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T05:54:06.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T05:54:07.902Z] (1/12) Installing libmagic (5.38-r0) [2020-12-31T05:54:07.902Z] (2/12) Installing file (5.38-r0) [2020-12-31T05:54:07.902Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-31T05:54:08.177Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-31T05:54:12.496Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-31T05:54:12.769Z] (6/12) Installing patch (2.7.6-r6) [2020-12-31T05:54:12.769Z] (7/12) Installing build-base (0.5-r2) [2020-12-31T05:54:12.769Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-31T05:54:13.042Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-31T05:54:13.042Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-31T05:54:13.042Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-31T05:54:13.317Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-31T05:54:13.317Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:54:13.317Z] OK: 217 MiB in 51 packages [2020-12-31T05:54:17.662Z] Removing intermediate container a5834db2cbfb [2020-12-31T05:54:17.662Z] ---> 092d30260f32 [2020-12-31T05:54:17.662Z] Step 4/7 : WORKDIR /edgex-go [2020-12-31T05:54:17.662Z] ---> Running in 2b9e0937b95b [2020-12-31T05:54:18.258Z] Removing intermediate container 2b9e0937b95b [2020-12-31T05:54:18.258Z] ---> 67010793adee [2020-12-31T05:54:18.258Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-31T05:54:18.531Z] latest: Pulling from library/docker [2020-12-31T05:54:18.803Z] 159e5727ea61: Pulling fs layer [2020-12-31T05:54:18.803Z] 687389c36290: Pulling fs layer [2020-12-31T05:54:18.803Z] 94e28978939c: Pulling fs layer [2020-12-31T05:54:18.803Z] ea42096754a7: Pulling fs layer [2020-12-31T05:54:18.803Z] bd61cee6920e: Pulling fs layer [2020-12-31T05:54:18.803Z] 87c4ece4675c: Pulling fs layer [2020-12-31T05:54:18.803Z] 90ca8b2ff088: Pulling fs layer [2020-12-31T05:54:18.803Z] bd61cee6920e: Waiting [2020-12-31T05:54:18.803Z] 87c4ece4675c: Waiting [2020-12-31T05:54:18.803Z] ea42096754a7: Waiting [2020-12-31T05:54:18.803Z] 90ca8b2ff088: Waiting [2020-12-31T05:54:18.803Z] 94e28978939c: Verifying Checksum [2020-12-31T05:54:18.803Z] 94e28978939c: Download complete [2020-12-31T05:54:18.803Z] 687389c36290: Verifying Checksum [2020-12-31T05:54:18.803Z] 687389c36290: Download complete [2020-12-31T05:54:19.081Z] 159e5727ea61: Verifying Checksum [2020-12-31T05:54:19.082Z] 159e5727ea61: Download complete [2020-12-31T05:54:19.082Z] bd61cee6920e: Verifying Checksum [2020-12-31T05:54:19.082Z] bd61cee6920e: Download complete [2020-12-31T05:54:19.082Z] 87c4ece4675c: Verifying Checksum [2020-12-31T05:54:19.082Z] 87c4ece4675c: Download complete [2020-12-31T05:54:19.357Z] 90ca8b2ff088: Verifying Checksum [2020-12-31T05:54:19.358Z] 90ca8b2ff088: Download complete [2020-12-31T05:54:19.638Z] 159e5727ea61: Pull complete [2020-12-31T05:54:20.626Z] 687389c36290: Pull complete [2020-12-31T05:54:20.626Z] ea42096754a7: Verifying Checksum [2020-12-31T05:54:20.626Z] ea42096754a7: Download complete [2020-12-31T05:54:20.902Z] 94e28978939c: Pull complete [2020-12-31T05:54:24.304Z] ea42096754a7: Pull complete [2020-12-31T05:54:24.579Z] bd61cee6920e: Pull complete [2020-12-31T05:54:24.852Z] 87c4ece4675c: Pull complete [2020-12-31T05:54:25.451Z] 90ca8b2ff088: Pull complete [2020-12-31T05:54:25.451Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-31T05:54:25.451Z] Status: Downloaded newer image for docker:latest [2020-12-31T05:54:28.858Z] ---> 8c022e5f256e [2020-12-31T05:54:28.858Z] Step 6/7 : COPY go.mod . [2020-12-31T05:54:29.451Z] ---> c84fae8d680e [2020-12-31T05:54:29.451Z] Step 7/7 : RUN go mod download [2020-12-31T05:54:29.725Z] ---> Running in 343e1cb0a468 [2020-12-31T05:54:38.485Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:54:38.486Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:54:38.486Z] ---> 6e75ff91ff24 [2020-12-31T05:54:38.486Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T05:54:38.486Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:54:38.486Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:54:38.486Z] ---> 6e75ff91ff24 [2020-12-31T05:54:38.486Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T05:54:38.486Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:54:38.486Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:54:38.486Z] ---> 6e75ff91ff24 [2020-12-31T05:54:38.486Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T05:54:38.486Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:54:38.486Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:54:38.486Z] ---> 6e75ff91ff24 [2020-12-31T05:54:38.486Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T05:54:38.486Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:54:38.486Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:54:38.486Z] ---> 6e75ff91ff24 [2020-12-31T05:54:38.486Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T05:54:38.486Z] ---> Running in c7dda4f75d3e [2020-12-31T05:54:38.486Z] ---> Running in 1859db6b8c8c [2020-12-31T05:54:38.486Z] ---> Running in 7c87bf240651 [2020-12-31T05:54:38.486Z] ---> Running in 977c187ccf89 [2020-12-31T05:54:38.486Z] ---> Running in 3c3200409cf9 [2020-12-31T05:54:38.486Z] Removing intermediate container 3c3200409cf9 [2020-12-31T05:54:38.486Z] ---> 46b9ff3d0e2a [2020-12-31T05:54:38.486Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:54:38.486Z] Removing intermediate container c7dda4f75d3e [2020-12-31T05:54:38.486Z] ---> 70b9d11e6642 [2020-12-31T05:54:38.486Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:54:38.486Z] Removing intermediate container 7c87bf240651 [2020-12-31T05:54:38.486Z] ---> 1834ccb96676 [2020-12-31T05:54:38.486Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:54:38.486Z] Removing intermediate container 977c187ccf89 [2020-12-31T05:54:38.486Z] ---> 9d1418370cf8 [2020-12-31T05:54:38.486Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:54:38.486Z] Removing intermediate container 1859db6b8c8c [2020-12-31T05:54:38.486Z] ---> 1c9f69718bf7 [2020-12-31T05:54:38.486Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:54:38.486Z] ---> Running in cb2880822475 [2020-12-31T05:54:38.486Z] ---> Running in 917e36c0ec3d [2020-12-31T05:54:38.486Z] ---> Running in 4185274cb6b6 [2020-12-31T05:54:38.486Z] ---> Running in 455f00111772 [2020-12-31T05:54:38.486Z] ---> Running in 4e709f446dbf [2020-12-31T05:54:39.885Z] Removing intermediate container cb2880822475 [2020-12-31T05:54:39.885Z] ---> 9397314a21cb [2020-12-31T05:54:39.885Z] Step 5/24 : RUN apk update && apk add make git [2020-12-31T05:54:39.885Z] Removing intermediate container 917e36c0ec3d [2020-12-31T05:54:39.885Z] ---> 7f99d469f093 [2020-12-31T05:54:39.885Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T05:54:39.885Z] ---> Running in 0f4288619445 [2020-12-31T05:54:39.885Z] Removing intermediate container 4185274cb6b6 [2020-12-31T05:54:39.885Z] ---> 2d2e416c0793 [2020-12-31T05:54:39.885Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T05:54:39.885Z] ---> Running in a890d527619c [2020-12-31T05:54:40.147Z] Removing intermediate container 455f00111772 [2020-12-31T05:54:40.147Z] ---> afb695049aeb [2020-12-31T05:54:40.147Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T05:54:40.147Z] ---> Running in 268ff955dbf3 [2020-12-31T05:54:40.410Z] Removing intermediate container 4e709f446dbf [2020-12-31T05:54:40.410Z] ---> 0265ce16b5aa [2020-12-31T05:54:40.410Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T05:54:40.410Z] ---> Running in 63e3355abe45 [2020-12-31T05:54:40.673Z] ---> Running in 983094266e7b [2020-12-31T05:54:40.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:40.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:41.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:41.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:41.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:41.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:41.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:42.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:42.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:42.317Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:54:42.317Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:54:42.317Z] OK: 12750 distinct packages available [2020-12-31T05:54:42.317Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:54:42.317Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:54:42.317Z] OK: 12750 distinct packages available [2020-12-31T05:54:42.597Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:54:42.597Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:54:42.597Z] OK: 12750 distinct packages available [2020-12-31T05:54:42.597Z] OK: 233 MiB in 51 packages [2020-12-31T05:54:42.597Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:54:42.597Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:54:42.597Z] OK: 12750 distinct packages available [2020-12-31T05:54:42.597Z] OK: 233 MiB in 51 packages [2020-12-31T05:54:42.597Z] OK: 233 MiB in 51 packages [2020-12-31T05:54:42.868Z] OK: 233 MiB in 51 packages [2020-12-31T05:54:43.133Z] Removing intermediate container a890d527619c [2020-12-31T05:54:43.133Z] ---> b31e6be16a31 [2020-12-31T05:54:43.133Z] Step 6/21 : COPY go.mod . [2020-12-31T05:54:43.397Z] Removing intermediate container 0f4288619445 [2020-12-31T05:54:43.397Z] ---> ac0d864fc5ac [2020-12-31T05:54:43.397Z] Step 6/24 : COPY go.mod . [2020-12-31T05:54:43.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:54:43.661Z] Removing intermediate container 63e3355abe45 [2020-12-31T05:54:43.661Z] ---> eaf7b2f33063 [2020-12-31T05:54:43.661Z] Step 6/22 : COPY go.mod . [2020-12-31T05:54:43.661Z] ---> 00f6a90ebf8b [2020-12-31T05:54:43.661Z] Step 7/21 : RUN go mod download [2020-12-31T05:54:43.661Z] ---> Running in 38d19bcca089 [2020-12-31T05:54:43.923Z] ---> 1756771ac049 [2020-12-31T05:54:43.923Z] Step 7/24 : RUN go mod download [2020-12-31T05:54:43.923Z] Removing intermediate container 983094266e7b [2020-12-31T05:54:43.923Z] ---> 0ba348f58eb5 [2020-12-31T05:54:43.923Z] Step 6/22 : COPY go.mod . [2020-12-31T05:54:44.193Z] ---> Running in 66ef9ca8d41c [2020-12-31T05:54:44.193Z] ---> d2890886be1f [2020-12-31T05:54:44.193Z] Step 7/22 : RUN go mod download [2020-12-31T05:54:44.193Z] ---> cdf08dc76f71 [2020-12-31T05:54:44.193Z] Step 7/22 : RUN go mod download [2020-12-31T05:54:44.462Z] ---> Running in 4fb93559bbac [2020-12-31T05:54:44.462Z] ---> Running in fbc3f540beaa [2020-12-31T05:54:46.413Z] Removing intermediate container 66ef9ca8d41c [2020-12-31T05:54:46.413Z] Removing intermediate container 38d19bcca089 [2020-12-31T05:54:46.413Z] ---> c79e008f9a0a [2020-12-31T05:54:46.413Z] Step 8/21 : COPY . . [2020-12-31T05:54:46.413Z] ---> 632a90a9b7be [2020-12-31T05:54:46.413Z] Step 8/24 : COPY . . [2020-12-31T05:54:46.413Z] Removing intermediate container 4fb93559bbac [2020-12-31T05:54:46.413Z] ---> c0700837611a [2020-12-31T05:54:46.413Z] Step 8/22 : COPY . . [2020-12-31T05:54:46.413Z] Removing intermediate container fbc3f540beaa [2020-12-31T05:54:46.413Z] ---> 22101757828e [2020-12-31T05:54:46.413Z] Step 8/22 : COPY . . [2020-12-31T05:54:47.002Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:54:47.002Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:54:47.002Z] OK: 12750 distinct packages available [2020-12-31T05:54:47.266Z] OK: 233 MiB in 51 packages [2020-12-31T05:54:55.484Z] Removing intermediate container 268ff955dbf3 [2020-12-31T05:54:55.484Z] ---> 6258ab5c1716 [2020-12-31T05:54:55.484Z] Step 6/21 : COPY go.mod . [2020-12-31T05:54:56.734Z] Removing intermediate container 343e1cb0a468 [2020-12-31T05:54:56.734Z] ---> 33a63313f13c [2020-12-31T05:54:56.734Z] Successfully built 33a63313f13c [2020-12-31T05:54:56.734Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:54:57.120Z] + docker inspect -f . ci-base-image-arm64 [2020-12-31T05:54:57.120Z] . [Pipeline] withDockerContainer [2020-12-31T05:54:57.424Z] prd-ubuntu18.04-docker-arm64-4c-16g-17882 does not seem to be running inside a container [2020-12-31T05:54:57.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-31T05:54:59.187Z] $ docker top 68370a66cf8424fbe64cdae94c8c624923433e258c241c03cfda9b72db3fdfd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T05:55:00.295Z] + go version [2020-12-31T05:55:00.295Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-31T05:55:00.333Z] $ docker stop --time=1 68370a66cf8424fbe64cdae94c8c624923433e258c241c03cfda9b72db3fdfd2 [2020-12-31T05:55:00.941Z] ---> eb3ab8cbc76c [2020-12-31T05:55:00.941Z] Step 7/21 : RUN go mod download [2020-12-31T05:55:02.366Z] $ docker rm -f 68370a66cf8424fbe64cdae94c8c624923433e258c241c03cfda9b72db3fdfd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T05:55:03.621Z] + docker inspect -f . ci-base-image-arm64 [2020-12-31T05:55:03.621Z] . [Pipeline] withDockerContainer [2020-12-31T05:55:03.918Z] prd-ubuntu18.04-docker-arm64-4c-16g-17882 does not seem to be running inside a container [2020-12-31T05:55:04.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-31T05:55:04.296Z] ---> Running in be20d06ce47b [2020-12-31T05:55:05.546Z] $ docker top 4bf39d623cfa61fda18f2a64133f5dac807265b9779323a4aa59ae3aaa7e5083 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-31T05:55:06.000Z] ========================================================= [2020-12-31T05:55:06.000Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-31T05:55:06.000Z] ========================================================= [Pipeline] sh [2020-12-31T05:55:06.671Z] + make test [2020-12-31T05:55:06.671Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-31T05:55:12.547Z] Removing intermediate container be20d06ce47b [2020-12-31T05:55:12.547Z] ---> 1c184a38c3a5 [2020-12-31T05:55:12.547Z] Step 8/21 : COPY . . [2020-12-31T05:55:24.870Z] ---> 7f8cf76ba208 [2020-12-31T05:55:24.870Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-31T05:55:24.870Z] ---> 802460431602 [2020-12-31T05:55:24.870Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T05:55:24.870Z] ---> 013a0552c7f8 [2020-12-31T05:55:24.870Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-31T05:55:24.870Z] ---> Running in 0a4b6f3e5919 [2020-12-31T05:55:24.870Z] ---> Running in 311dbb5ba162 [2020-12-31T05:55:24.870Z] ---> 69951cc1184d [2020-12-31T05:55:24.870Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-31T05:55:24.870Z] ---> Running in 8aad790a0827 [2020-12-31T05:55:24.870Z] ---> Running in c9eee6516b9e [2020-12-31T05:55:25.148Z] 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 [2020-12-31T05:55:25.743Z] 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 [2020-12-31T05:55:26.344Z] 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 [2020-12-31T05:55:26.344Z] 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 [2020-12-31T05:55:33.543Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-31T05:55:34.596Z] ---> 2aa58de6454f [2020-12-31T05:55:34.596Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-31T05:55:34.596Z] ---> Running in 2205fcefd743 [2020-12-31T05:55:35.576Z] 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 [2020-12-31T05:55:50.620Z] 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 [2020-12-31T05:55:50.620Z] 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 [2020-12-31T05:55:58.886Z] Removing intermediate container 8aad790a0827 [2020-12-31T05:55:58.886Z] ---> 201c55c9cb86 [2020-12-31T05:55:58.886Z] [2020-12-31T05:55:58.886Z] Step 10/22 : FROM scratch [2020-12-31T05:55:58.886Z] Removing intermediate container 311dbb5ba162 [2020-12-31T05:55:58.886Z] ---> 0c73c602b1a8 [2020-12-31T05:55:58.886Z] [2020-12-31T05:55:58.886Z] Step 10/22 : FROM alpine:3.10 [2020-12-31T05:55:58.886Z] ---> [2020-12-31T05:55:58.886Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T05:55:58.886Z] 3.10: Pulling from library/alpine [2020-12-31T05:55:58.886Z] ---> Running in 973853f888f2 [2020-12-31T05:56:00.830Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T05:56:00.830Z] Removing intermediate container c9eee6516b9e [2020-12-31T05:56:00.830Z] ---> 5802cbca7dae [2020-12-31T05:56:00.830Z] [2020-12-31T05:56:00.830Z] Step 10/24 : FROM alpine:3.10 [2020-12-31T05:56:00.830Z] Removing intermediate container 0a4b6f3e5919 [2020-12-31T05:56:00.830Z] ---> 662cae4f3cf1 [2020-12-31T05:56:00.830Z] [2020-12-31T05:56:00.830Z] Step 10/21 : FROM alpine [2020-12-31T05:56:01.117Z] Status: Downloaded newer image for alpine:3.10 [2020-12-31T05:56:01.117Z] ---> be4e4bea2c2e [2020-12-31T05:56:01.117Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T05:56:01.117Z] Removing intermediate container 973853f888f2 [2020-12-31T05:56:01.117Z] ---> ed9b87a9183e [2020-12-31T05:56:01.117Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-31T05:56:01.117Z] 3.10: Pulling from library/alpine [2020-12-31T05:56:01.117Z] latest: Pulling from library/alpine [2020-12-31T05:56:01.117Z] ---> Running in 281eb5625c6a [2020-12-31T05:56:01.117Z] ---> Running in d3a97efb607b [2020-12-31T05:56:01.117Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T05:56:01.117Z] Status: Image is up to date for alpine:3.10 [2020-12-31T05:56:01.117Z] ---> be4e4bea2c2e [2020-12-31T05:56:01.117Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T05:56:01.117Z] ---> Running in 13fde872e107 [2020-12-31T05:56:01.385Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T05:56:01.385Z] Removing intermediate container 281eb5625c6a [2020-12-31T05:56:01.385Z] ---> 5c4ec35cf03b [2020-12-31T05:56:01.385Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T05:56:01.661Z] Status: Downloaded newer image for alpine:latest [2020-12-31T05:56:01.661Z] ---> 389fef711851 [2020-12-31T05:56:01.661Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-31T05:56:01.661Z] ---> Running in e7d045adf3e3 [2020-12-31T05:56:01.931Z] ---> Running in eb34231dabe1 [2020-12-31T05:56:02.201Z] Removing intermediate container e7d045adf3e3 [2020-12-31T05:56:02.201Z] ---> 17470057221b [2020-12-31T05:56:02.201Z] Step 14/22 : WORKDIR / [2020-12-31T05:56:02.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:02.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:02.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:02.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:02.473Z] ---> Running in ed228b2c9c56 [2020-12-31T05:56:02.473Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T05:56:02.473Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T05:56:02.473Z] OK: 10350 distinct packages available [2020-12-31T05:56:02.741Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T05:56:02.741Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T05:56:02.741Z] OK: 10350 distinct packages available [2020-12-31T05:56:02.741Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T05:56:02.741Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T05:56:02.741Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T05:56:02.741Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T05:56:02.741Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T05:56:02.741Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T05:56:02.741Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T05:56:02.741Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T05:56:02.741Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T05:56:02.741Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T05:56:03.003Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T05:56:03.003Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T05:56:03.003Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T05:56:03.003Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T05:56:03.003Z] OK: 7 MiB in 19 packages [2020-12-31T05:56:03.003Z] OK: 7 MiB in 19 packages [2020-12-31T05:56:03.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:03.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:03.849Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:56:03.849Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:56:03.849Z] OK: 12745 distinct packages available [2020-12-31T05:56:04.115Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-31T05:56:04.115Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T05:56:04.115Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-31T05:56:04.115Z] (4/4) Installing curl (7.69.1-r3) [2020-12-31T05:56:04.115Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:56:04.115Z] Executing ca-certificates-20191127-r4.trigger [2020-12-31T05:56:04.115Z] OK: 7 MiB in 18 packages [2020-12-31T05:56:06.049Z] Removing intermediate container ed228b2c9c56 [2020-12-31T05:56:06.049Z] ---> b28b0fe41106 [2020-12-31T05:56:06.049Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-31T05:56:06.049Z] Removing intermediate container 2205fcefd743 [2020-12-31T05:56:06.049Z] ---> 63d898360d90 [2020-12-31T05:56:06.049Z] [2020-12-31T05:56:06.049Z] Step 10/21 : FROM scratch [2020-12-31T05:56:06.049Z] ---> [2020-12-31T05:56:06.049Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T05:56:06.049Z] ---> Using cache [2020-12-31T05:56:06.049Z] ---> ed9b87a9183e [2020-12-31T05:56:06.049Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-31T05:56:06.626Z] ---> Running in 68b0fb90f491 [2020-12-31T05:56:06.894Z] ---> 3f0921cfc189 [2020-12-31T05:56:06.894Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-31T05:56:07.159Z] Removing intermediate container d3a97efb607b [2020-12-31T05:56:07.159Z] ---> b04b46477ea9 [2020-12-31T05:56:07.159Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-31T05:56:08.115Z] Removing intermediate container 68b0fb90f491 [2020-12-31T05:56:08.115Z] ---> 3b7fe5dfc292 [2020-12-31T05:56:08.115Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-31T05:56:08.115Z] ---> Running in 148323f6f66d [2020-12-31T05:56:08.115Z] Removing intermediate container eb34231dabe1 [2020-12-31T05:56:08.115Z] ---> 72b787110c00 [2020-12-31T05:56:08.115Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T05:56:08.115Z] Removing intermediate container 13fde872e107 [2020-12-31T05:56:08.115Z] ---> 6838eab9d8b9 [2020-12-31T05:56:08.115Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T05:56:08.115Z] ---> Running in f9a42b27450e [2020-12-31T05:56:08.115Z] ---> 8dcfb60e3a39 [2020-12-31T05:56:08.115Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-31T05:56:08.381Z] ---> Running in 644352ea9286 [2020-12-31T05:56:08.381Z] ---> Running in 52fce0aa6ddf [2020-12-31T05:56:08.381Z] Removing intermediate container 148323f6f66d [2020-12-31T05:56:08.381Z] ---> d47e65bfeffe [2020-12-31T05:56:08.381Z] Step 13/22 : WORKDIR / [2020-12-31T05:56:08.381Z] Removing intermediate container f9a42b27450e [2020-12-31T05:56:08.381Z] ---> d7fec2e13d24 [2020-12-31T05:56:08.381Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-31T05:56:08.646Z] ---> bd3bd1f01b7b [2020-12-31T05:56:08.646Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-31T05:56:08.646Z] ---> Running in a251662bab83 [2020-12-31T05:56:08.646Z] Removing intermediate container 52fce0aa6ddf [2020-12-31T05:56:08.646Z] ---> 51348d39945d [2020-12-31T05:56:08.646Z] Step 13/24 : WORKDIR / [2020-12-31T05:56:08.646Z] Removing intermediate container 644352ea9286 [2020-12-31T05:56:08.646Z] ---> 13f8a1c029e7 [2020-12-31T05:56:08.646Z] Step 13/21 : WORKDIR /edgex [2020-12-31T05:56:08.921Z] ---> aca71c6307ce [2020-12-31T05:56:08.921Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-31T05:56:08.921Z] ---> Running in 245ee9043d78 [2020-12-31T05:56:08.921Z] ---> Running in f460acf5c3a6 [2020-12-31T05:56:08.921Z] ---> Running in 6bbeabd79815 [2020-12-31T05:56:08.921Z] Removing intermediate container a251662bab83 [2020-12-31T05:56:08.921Z] ---> b15907abd1a4 [2020-12-31T05:56:08.921Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-31T05:56:09.186Z] Removing intermediate container 245ee9043d78 [2020-12-31T05:56:09.186Z] ---> cb263e80d72b [2020-12-31T05:56:09.186Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:56:09.452Z] Removing intermediate container 6bbeabd79815 [2020-12-31T05:56:09.452Z] ---> f2f5c672bb4a [2020-12-31T05:56:09.452Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-31T05:56:09.452Z] ---> Running in 5690c1aa4c3a [2020-12-31T05:56:09.452Z] Removing intermediate container f460acf5c3a6 [2020-12-31T05:56:09.452Z] ---> 33f9ccf347b0 [2020-12-31T05:56:09.452Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-31T05:56:09.452Z] ---> 10a8af027f96 [2020-12-31T05:56:09.452Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-31T05:56:09.452Z] ---> 651bc4087085 [2020-12-31T05:56:09.452Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-31T05:56:09.719Z] Removing intermediate container 5690c1aa4c3a [2020-12-31T05:56:09.719Z] ---> 0b4698bdaebf [2020-12-31T05:56:09.719Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T05:56:09.719Z] ---> ea2ae2cbc2da [2020-12-31T05:56:09.719Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-31T05:56:09.986Z] ---> Running in e5e4e9843c4e [2020-12-31T05:56:09.986Z] ---> e904c7c9a212 [2020-12-31T05:56:09.986Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-31T05:56:09.986Z] ---> ac8fa76fc046 [2020-12-31T05:56:09.986Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-31T05:56:10.249Z] ---> 595dfe9f4a38 [2020-12-31T05:56:10.249Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-31T05:56:10.823Z] ---> Running in 06852c62b8a5 [2020-12-31T05:56:10.823Z] Removing intermediate container e5e4e9843c4e [2020-12-31T05:56:10.823Z] ---> 59ae25e42380 [2020-12-31T05:56:10.823Z] Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:56:11.087Z] ---> c7da879428cc [2020-12-31T05:56:11.087Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-31T05:56:11.087Z] ---> 1d50e19c2ca7 [2020-12-31T05:56:11.087Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-31T05:56:11.350Z] ---> 3d08f118a97d [2020-12-31T05:56:11.351Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-31T05:56:11.351Z] ---> Running in b2c4a55cccbd [2020-12-31T05:56:11.351Z] Removing intermediate container 06852c62b8a5 [2020-12-31T05:56:11.351Z] ---> bc79afda4a86 [2020-12-31T05:56:11.351Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:56:11.351Z] ---> 3cb41c679cd3 [2020-12-31T05:56:11.351Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-31T05:56:11.614Z] ---> Running in 75dcaa0e0d7c [2020-12-31T05:56:11.614Z] ---> d8727ea2e6c0 [2020-12-31T05:56:11.614Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-31T05:56:11.614Z] ---> 148240a68c1c [2020-12-31T05:56:11.614Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-31T05:56:11.614Z] Removing intermediate container b2c4a55cccbd [2020-12-31T05:56:11.614Z] ---> 054520b216e6 [2020-12-31T05:56:11.614Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T05:56:11.877Z] ---> Running in d58993635521 [2020-12-31T05:56:11.877Z] ---> Running in e302a02fa69d [2020-12-31T05:56:11.877Z] ---> Running in 9abb87567c23 [2020-12-31T05:56:12.141Z] Removing intermediate container 75dcaa0e0d7c [2020-12-31T05:56:12.141Z] ---> 3e1c205cd096 [2020-12-31T05:56:12.141Z] Step 19/21 : LABEL arch=x86_64 [2020-12-31T05:56:12.141Z] ---> 41444530ecc9 [2020-12-31T05:56:12.142Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-31T05:56:12.142Z] ---> Running in 55453b06aa39 [2020-12-31T05:56:12.418Z] Removing intermediate container 9abb87567c23 [2020-12-31T05:56:12.418Z] ---> 975cdce72be7 [2020-12-31T05:56:12.418Z] [2020-12-31T05:56:12.418Z] Removing intermediate container e302a02fa69d [2020-12-31T05:56:12.418Z] ---> fda1aeda1f8c [2020-12-31T05:56:12.418Z] Step 18/21 : CMD ["--init=true"] [2020-12-31T05:56:12.624Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-31T05:56:12.683Z] Successfully built 975cdce72be7 [2020-12-31T05:56:12.683Z] ---> Running in 23701b901ca2 [2020-12-31T05:56:12.683Z] Successfully tagged docker-core-command-go:latest [2020-12-31T05:56:12.683Z] Removing intermediate container 55453b06aa39 [2020-12-31T05:56:12.683Z] ---> b4a3bbc1002d [2020-12-31T05:56:12.683Z] Step 20/21 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:56:12.954Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-12-31T05:56:12.954Z] ---> 3f2851914efb [2020-12-31T05:56:12.954Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-31T05:56:12.954Z] ---> Running in acc0f8b09469 [2020-12-31T05:56:13.226Z] Removing intermediate container 23701b901ca2 [2020-12-31T05:56:13.226Z] ---> 869c32b7027d [2020-12-31T05:56:13.226Z] Step 19/21 : LABEL arch=x86_64 [2020-12-31T05:56:13.226Z] ---> 41bb5b8e8c00 [2020-12-31T05:56:13.226Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T05:56:13.498Z] ---> Running in 6e266f18587d [2020-12-31T05:56:13.498Z] Removing intermediate container acc0f8b09469 [2020-12-31T05:56:13.498Z] ---> 4de8c867ca55 [2020-12-31T05:56:13.498Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T05:56:13.763Z] ---> Running in 39f4154db346 [2020-12-31T05:56:13.763Z] Removing intermediate container d58993635521 [2020-12-31T05:56:13.763Z] ---> 56e1c8c17d3b [2020-12-31T05:56:13.763Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-31T05:56:14.031Z] ---> Running in d7d821575c00 [2020-12-31T05:56:14.031Z] Removing intermediate container 6e266f18587d [2020-12-31T05:56:14.031Z] ---> 5aaa2aa1d2ec [2020-12-31T05:56:14.031Z] Step 20/21 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:56:14.296Z] ---> Running in a2777f124654 [2020-12-31T05:56:15.256Z] ---> Running in 9103e6eea3ab [2020-12-31T05:56:16.356Z] Removing intermediate container a2777f124654 [2020-12-31T05:56:16.356Z] ---> bb385d516700 [2020-12-31T05:56:16.356Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T05:56:16.356Z] Removing intermediate container d7d821575c00 [2020-12-31T05:56:16.356Z] ---> c135ecdf8d85 [2020-12-31T05:56:16.356Z] [2020-12-31T05:56:16.628Z] Successfully built c135ecdf8d85 [2020-12-31T05:56:16.628Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-31T05:56:16.628Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-12-31T05:56:18.147Z] Removing intermediate container 9103e6eea3ab [2020-12-31T05:56:18.147Z] ---> 40b7a1476a0a [2020-12-31T05:56:18.147Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T05:56:18.447Z] ---> Running in 02fd2e0c0eb7 [2020-12-31T05:56:19.412Z] ---> Running in 22be1b43b07b [2020-12-31T05:56:20.821Z] Removing intermediate container 39f4154db346 [2020-12-31T05:56:20.821Z] ---> a20964dac077 [2020-12-31T05:56:20.821Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T05:56:22.233Z] Removing intermediate container 02fd2e0c0eb7 [2020-12-31T05:56:22.233Z] ---> 2c37fb6e5965 [2020-12-31T05:56:22.233Z] Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:56:22.507Z] Removing intermediate container 22be1b43b07b [2020-12-31T05:56:22.507Z] ---> 20a6eff16757 [2020-12-31T05:56:22.507Z] [2020-12-31T05:56:22.507Z] ---> Running in a33877dba309 [2020-12-31T05:56:23.090Z] ---> Running in af85d4e044e6 [2020-12-31T05:56:23.090Z] Successfully built 20a6eff16757 [2020-12-31T05:56:23.090Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-31T05:56:23.090Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-12-31T05:56:24.048Z] Removing intermediate container a33877dba309 [2020-12-31T05:56:24.048Z] ---> 423f27455c62 [2020-12-31T05:56:24.048Z] Step 22/24 : LABEL arch=x86_64 [2020-12-31T05:56:25.998Z] Removing intermediate container af85d4e044e6 [2020-12-31T05:56:25.998Z] ---> 3ccd3f0687a5 [2020-12-31T05:56:25.998Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T05:56:25.998Z] ---> Running in 1bb9df86f398 [2020-12-31T05:56:26.580Z] ---> Running in ec816e0c9134 [2020-12-31T05:56:27.167Z] Removing intermediate container 1bb9df86f398 [2020-12-31T05:56:27.167Z] ---> 361e5ce51c4c [2020-12-31T05:56:27.167Z] Step 23/24 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:56:29.116Z] Removing intermediate container ec816e0c9134 [2020-12-31T05:56:29.116Z] ---> 9c830a953cc3 [2020-12-31T05:56:29.116Z] [2020-12-31T05:56:29.116Z] ---> Running in 8fb84aa05404 [2020-12-31T05:56:29.385Z] Successfully built 9c830a953cc3 [2020-12-31T05:56:29.651Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-31T05:56:29.651Z] Building docker-sys-mgmt-agent-go [2020-12-31T05:56:30.626Z]  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:30.626Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:30.626Z] ---> 6e75ff91ff24 [2020-12-31T05:56:30.626Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T05:56:30.626Z] ---> Using cache [2020-12-31T05:56:30.626Z] ---> 1c9f69718bf7 [2020-12-31T05:56:30.626Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:30.626Z] ---> Using cache [2020-12-31T05:56:30.626Z] ---> 0265ce16b5aa [2020-12-31T05:56:30.626Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-31T05:56:31.208Z] Removing intermediate container 8fb84aa05404 [2020-12-31T05:56:31.208Z] ---> 4c65df50ab6f [2020-12-31T05:56:31.208Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T05:56:33.143Z] ---> Running in 8994c939375d [2020-12-31T05:56:33.143Z] ---> Running in a2858fecfe4c [2020-12-31T05:56:33.730Z] Removing intermediate container a2858fecfe4c [2020-12-31T05:56:33.730Z] ---> c069b8da4fce [2020-12-31T05:56:33.730Z] [2020-12-31T05:56:33.993Z] Successfully built c069b8da4fce [2020-12-31T05:56:33.993Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-31T05:56:34.570Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-31T05:56:34.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-31T05:56:36.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:37.524Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:56:37.524Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:56:37.524Z] OK: 12750 distinct packages available [2020-12-31T05:56:37.797Z] OK: 233 MiB in 51 packages [2020-12-31T05:56:38.253Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-31T05:56:38.253Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-31T05:56:38.253Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-31T05:56:38.379Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:38.379Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:38.379Z] ---> 6e75ff91ff24 [2020-12-31T05:56:38.379Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T05:56:38.379Z] ---> Using cache [2020-12-31T05:56:38.379Z] ---> 1c9f69718bf7 [2020-12-31T05:56:38.379Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:38.379Z] ---> Using cache [2020-12-31T05:56:38.379Z] ---> 0265ce16b5aa [2020-12-31T05:56:38.379Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T05:56:38.379Z] ---> Using cache [2020-12-31T05:56:38.379Z] ---> 0ba348f58eb5 [2020-12-31T05:56:38.379Z] Step 6/22 : COPY go.mod . [2020-12-31T05:56:38.379Z] ---> Using cache [2020-12-31T05:56:38.379Z] ---> cdf08dc76f71 [2020-12-31T05:56:38.379Z] Step 7/22 : RUN go mod download [2020-12-31T05:56:38.379Z] ---> Using cache [2020-12-31T05:56:38.379Z] ---> 22101757828e [2020-12-31T05:56:38.379Z] Step 8/22 : COPY . . [2020-12-31T05:56:38.379Z] ---> Using cache [2020-12-31T05:56:38.379Z] ---> 013a0552c7f8 [2020-12-31T05:56:38.379Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-31T05:56:39.341Z] ---> Running in 924082c76c8a [2020-12-31T05:56:39.607Z] Removing intermediate container 8994c939375d [2020-12-31T05:56:39.607Z] ---> bad6fe183f8b [2020-12-31T05:56:39.607Z] Step 6/24 : COPY go.mod . [2020-12-31T05:56:40.594Z] 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 [2020-12-31T05:56:40.594Z] ---> 2b0872dd2d51 [2020-12-31T05:56:40.594Z] Step 7/24 : RUN go mod download [2020-12-31T05:56:41.560Z] ---> Running in 100be8de659a [2020-12-31T05:56:44.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.204s coverage: 46.6% of statements [2020-12-31T05:56:44.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-31T05:56:44.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-31T05:56:44.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-31T05:56:44.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-31T05:56:44.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-31T05:56:47.323Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:47.323Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:47.323Z] ---> 6e75ff91ff24 [2020-12-31T05:56:47.323Z] Step 3/23 : WORKDIR /edgex-go [2020-12-31T05:56:47.323Z] ---> Using cache [2020-12-31T05:56:47.323Z] ---> 1c9f69718bf7 [2020-12-31T05:56:47.323Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:47.323Z] ---> Using cache [2020-12-31T05:56:47.323Z] ---> 0265ce16b5aa [2020-12-31T05:56:47.323Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-31T05:56:47.323Z] Removing intermediate container 100be8de659a [2020-12-31T05:56:47.323Z] ---> a635f5ae8966 [2020-12-31T05:56:47.323Z] Step 8/24 : COPY . . [2020-12-31T05:56:47.323Z] ---> Running in c1325ad610c3 [2020-12-31T05:56:47.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:49.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:51.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.578s coverage: 27.0% of statements [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-31T05:56:51.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-31T05:56:51.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-31T05:56:51.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 73.7% of statements [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-31T05:56:51.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-31T05:56:51.933Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:56:51.933Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:56:51.933Z] OK: 12750 distinct packages available [2020-12-31T05:56:52.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.773s coverage: 83.3% of statements [2020-12-31T05:56:52.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-31T05:56:52.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T05:56:52.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-31T05:56:52.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-31T05:56:52.518Z] OK: 233 MiB in 51 packages [2020-12-31T05:56:53.103Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T05:56:53.103Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-31T05:56:53.103Z] ---> 6e75ff91ff24 [2020-12-31T05:56:53.103Z] Step 3/27 : WORKDIR /edgex-go [2020-12-31T05:56:53.103Z] ---> Using cache [2020-12-31T05:56:53.103Z] ---> 1c9f69718bf7 [2020-12-31T05:56:53.103Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:56:53.103Z] ---> Using cache [2020-12-31T05:56:53.103Z] ---> 0265ce16b5aa [2020-12-31T05:56:53.103Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-31T05:56:54.529Z] ---> Running in 08de17b813f3 [2020-12-31T05:56:57.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:58.110Z] Removing intermediate container c1325ad610c3 [2020-12-31T05:56:58.110Z] ---> 32c59eeccfd6 [2020-12-31T05:56:58.110Z] Step 6/23 : COPY go.mod . [2020-12-31T05:56:58.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:56:58.721Z] ---> 951651e6ed73 [2020-12-31T05:56:58.721Z] Step 7/23 : RUN go mod download [2020-12-31T05:56:59.692Z] ---> Running in f8fb2b1240f8 [2020-12-31T05:57:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.382s coverage: 28.6% of statements [2020-12-31T05:57:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-31T05:57:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-31T05:57:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-31T05:57:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-31T05:57:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-31T05:57:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.136s coverage: 100.0% of statements [2020-12-31T05:57:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-31T05:57:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements [2020-12-31T05:57:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-31T05:57:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements [2020-12-31T05:57:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-31T05:57:01.151Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T05:57:01.151Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T05:57:01.151Z] OK: 12750 distinct packages available [2020-12-31T05:57:01.421Z] OK: 233 MiB in 51 packages [2020-12-31T05:57:01.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements [2020-12-31T05:57:01.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-31T05:57:01.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements [2020-12-31T05:57:01.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-31T05:57:01.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-31T05:57:01.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-31T05:57:01.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-31T05:57:03.353Z] Removing intermediate container f8fb2b1240f8 [2020-12-31T05:57:03.353Z] ---> e42ffb10220a [2020-12-31T05:57:03.353Z] Step 8/23 : COPY . . [2020-12-31T05:57:03.626Z] Removing intermediate container 08de17b813f3 [2020-12-31T05:57:03.626Z] ---> 2cc8d5d8b5cf [2020-12-31T05:57:03.626Z] Step 6/27 : COPY go.mod . [2020-12-31T05:57:09.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.042s coverage: 93.8% of statements [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-31T05:57:09.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-31T05:57:09.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-31T05:57:09.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-31T05:57:09.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.132s coverage: 75.5% of statements [2020-12-31T05:57:09.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-31T05:57:09.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements [2020-12-31T05:57:09.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements [2020-12-31T05:57:10.264Z] ---> ae9169fc3f40 [2020-12-31T05:57:10.264Z] Step 7/27 : RUN go mod download [2020-12-31T05:57:10.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.166s coverage: 84.2% of statements [2020-12-31T05:57:12.831Z] ---> Running in c705c2fe7db4 [2020-12-31T05:57:12.831Z] ---> cfbb4e356031 [2020-12-31T05:57:12.831Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-31T05:57:13.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements [2020-12-31T05:57:13.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-31T05:57:13.413Z] ---> Running in 69ff95f8261c [2020-12-31T05:57:14.367Z] 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 [2020-12-31T05:57:14.367Z] Removing intermediate container 924082c76c8a [2020-12-31T05:57:14.367Z] ---> dfa8fd1725c0 [2020-12-31T05:57:14.367Z] [2020-12-31T05:57:14.367Z] Step 10/22 : FROM scratch [2020-12-31T05:57:14.367Z] ---> [2020-12-31T05:57:14.367Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T05:57:14.944Z] ---> Using cache [2020-12-31T05:57:14.944Z] ---> ed9b87a9183e [2020-12-31T05:57:14.944Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-31T05:57:15.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.660s coverage: 63.5% of statements [2020-12-31T05:57:15.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-31T05:57:15.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-31T05:57:15.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2020-12-31T05:57:15.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements [2020-12-31T05:57:15.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements [2020-12-31T05:57:16.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2020-12-31T05:57:16.921Z] ---> Running in 7a0a17428ae5 [2020-12-31T05:57:17.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2020-12-31T05:57:17.503Z] Removing intermediate container c705c2fe7db4 [2020-12-31T05:57:17.503Z] ---> 71a397f4b7e0 [2020-12-31T05:57:17.503Z] Step 8/27 : COPY . . [2020-12-31T05:57:17.787Z] Removing intermediate container 7a0a17428ae5 [2020-12-31T05:57:17.787Z] ---> df477e4860ee [2020-12-31T05:57:17.787Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T05:57:20.405Z] ---> Running in bc779e4498ac [2020-12-31T05:57:21.396Z] Removing intermediate container bc779e4498ac [2020-12-31T05:57:21.396Z] ---> 3f9beeeb55f7 [2020-12-31T05:57:21.396Z] Step 14/22 : WORKDIR / [2020-12-31T05:57:21.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.929s coverage: 55.9% of statements [2020-12-31T05:57:21.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-31T05:57:21.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-31T05:57:21.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-31T05:57:21.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-31T05:57:21.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-31T05:57:22.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.397s coverage: 37.0% of statements [2020-12-31T05:57:22.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-31T05:57:22.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-31T05:57:22.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.750s coverage: 84.0% of statements [2020-12-31T05:57:22.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements [2020-12-31T05:57:24.748Z] ---> Running in 6da9b48b877f [2020-12-31T05:57:26.705Z] ---> e31a191f319a [2020-12-31T05:57:26.705Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-31T05:57:26.989Z] Removing intermediate container 6da9b48b877f [2020-12-31T05:57:26.989Z] ---> eb304fa5a708 [2020-12-31T05:57:26.989Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-31T05:57:27.262Z] ---> Running in c4aa104081e3 [2020-12-31T05:57:28.237Z] ---> 4aa40a9d4c2c [2020-12-31T05:57:28.237Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-31T05:57:28.515Z] 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 [2020-12-31T05:57:31.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.415s coverage: 47.1% of statements [2020-12-31T05:57:31.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-31T05:57:31.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-31T05:57:31.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-31T05:57:31.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-31T05:57:31.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-31T05:57:31.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements [2020-12-31T05:57:31.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-31T05:57:31.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements [2020-12-31T05:57:31.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-31T05:57:32.808Z] ---> 81fca8b26f48 [2020-12-31T05:57:32.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-31T05:57:33.394Z] ---> 48d640162b16 [2020-12-31T05:57:33.394Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-31T05:57:34.391Z] ---> Running in e47d957c13c4 [2020-12-31T05:57:35.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.753s coverage: 29.1% of statements [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-31T05:57:35.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-31T05:57:35.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-31T05:57:35.631Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-31T05:57:35.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-31T05:57:35.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-31T05:57:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-31T05:57:35.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2020-12-31T05:57:35.848Z] Removing intermediate container e47d957c13c4 [2020-12-31T05:57:35.848Z] ---> d41211126737 [2020-12-31T05:57:35.848Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:57:35.910Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2020-12-31T05:57:36.897Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2020-12-31T05:57:37.301Z] ---> Running in 7c99a4e8889d [2020-12-31T05:57:37.495Z] GO111MODULE=on go vet ./... [2020-12-31T05:57:39.883Z] Removing intermediate container 7c99a4e8889d [2020-12-31T05:57:39.883Z] ---> 47b84698f177 [2020-12-31T05:57:39.883Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T05:57:40.857Z] ---> Running in 0ad4503081ac [2020-12-31T05:57:41.131Z] ---> 8c85a66a43bb [2020-12-31T05:57:41.131Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-31T05:57:41.131Z] Removing intermediate container 69ff95f8261c [2020-12-31T05:57:41.131Z] ---> cf042b46c4a7 [2020-12-31T05:57:41.131Z] [2020-12-31T05:57:41.131Z] Step 10/24 : FROM scratch [2020-12-31T05:57:41.131Z] ---> [2020-12-31T05:57:41.131Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-31T05:57:41.131Z] ---> Running in 3b46442dea49 [2020-12-31T05:57:41.418Z] Removing intermediate container 0ad4503081ac [2020-12-31T05:57:41.418Z] ---> 19cfc6c86b5b [2020-12-31T05:57:41.418Z] Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:57:41.418Z] ---> Running in f172ec88c491 [2020-12-31T05:57:41.694Z] ---> Running in d6456c74ccca [2020-12-31T05:57:41.968Z] Removing intermediate container f172ec88c491 [2020-12-31T05:57:41.968Z] ---> 9e93c4d567a5 [2020-12-31T05:57:41.968Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-31T05:57:41.968Z] Removing intermediate container d6456c74ccca [2020-12-31T05:57:41.968Z] ---> c141d8393018 [2020-12-31T05:57:41.968Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T05:57:41.968Z] ---> Running in 767bb253aef9 [2020-12-31T05:57:41.968Z] ---> Running in 2be403bd1de6 [2020-12-31T05:57:42.245Z] 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 [2020-12-31T05:57:42.245Z] Removing intermediate container 767bb253aef9 [2020-12-31T05:57:42.245Z] ---> c3a72b4c7ab7 [2020-12-31T05:57:42.245Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-31T05:57:42.245Z] ---> Running in 564a228b641f [2020-12-31T05:57:42.245Z] Removing intermediate container 2be403bd1de6 [2020-12-31T05:57:42.245Z] ---> 657316a10a1b [2020-12-31T05:57:42.245Z] [2020-12-31T05:57:42.747Z] Successfully built 657316a10a1b [2020-12-31T05:57:42.747Z] Successfully tagged docker-core-metadata-go:latest [2020-12-31T05:57:42.747Z]  Building docker-core-metadata-go ... done Removing intermediate container 564a228b641f [2020-12-31T05:57:42.747Z] ---> 91cdc1c0149d [2020-12-31T05:57:42.747Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-31T05:57:43.197Z] ---> 307dd956ffe9 [2020-12-31T05:57:43.197Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-31T05:57:44.929Z] ---> aac3df40183a [2020-12-31T05:57:44.929Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-31T05:57:45.514Z] ---> 1ce90538c2d2 [2020-12-31T05:57:45.514Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-31T05:57:46.095Z] ---> b7df716322e7 [2020-12-31T05:57:46.095Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-31T05:57:47.057Z] ---> b36f260f74c1 [2020-12-31T05:57:47.057Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-31T05:57:47.643Z] ---> 520c6e2aed96 [2020-12-31T05:57:47.643Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-31T05:57:47.643Z] ---> Running in d57008eda072 [2020-12-31T05:57:48.611Z] Removing intermediate container d57008eda072 [2020-12-31T05:57:48.611Z] ---> e199b3a3fc60 [2020-12-31T05:57:48.611Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:57:48.611Z] ---> Running in 4055e2cc22cb [2020-12-31T05:57:49.197Z] Removing intermediate container 4055e2cc22cb [2020-12-31T05:57:49.197Z] ---> 705ee83a5562 [2020-12-31T05:57:49.197Z] Step 22/24 : LABEL arch=x86_64 [2020-12-31T05:57:49.197Z] ---> Running in acfb82f4da40 [2020-12-31T05:57:49.475Z] Removing intermediate container acfb82f4da40 [2020-12-31T05:57:49.475Z] ---> 4eef05372b2e [2020-12-31T05:57:49.475Z] Step 23/24 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:57:49.475Z] ---> Running in 53b4e5fa5be1 [2020-12-31T05:57:49.755Z] Removing intermediate container 53b4e5fa5be1 [2020-12-31T05:57:49.755Z] ---> 74b3ec6d80a0 [2020-12-31T05:57:49.755Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T05:57:49.755Z] ---> Running in d437a7b07060 [2020-12-31T05:57:50.358Z] Removing intermediate container d437a7b07060 [2020-12-31T05:57:50.358Z] ---> f49683001d94 [2020-12-31T05:57:50.358Z] [2020-12-31T05:57:50.634Z] Successfully built f49683001d94 [2020-12-31T05:57:50.634Z] Successfully tagged docker-support-notifications-go:latest [2020-12-31T05:57:55.968Z]  Building docker-support-notifications-go ... done Removing intermediate container c4aa104081e3 [2020-12-31T05:57:55.968Z] ---> cc8ea0437488 [2020-12-31T05:57:55.968Z] [2020-12-31T05:57:55.968Z] Step 10/23 : FROM alpine [2020-12-31T05:57:55.968Z] ---> 389fef711851 [2020-12-31T05:57:55.968Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T05:57:55.968Z] ---> Running in 2737619aa8c9 [2020-12-31T05:57:55.968Z] Removing intermediate container 2737619aa8c9 [2020-12-31T05:57:55.968Z] ---> c6614cd98025 [2020-12-31T05:57:55.968Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-31T05:57:57.360Z] ---> Running in e9919912aed6 [2020-12-31T05:57:57.360Z] Removing intermediate container 3b46442dea49 [2020-12-31T05:57:57.360Z] ---> 2a1a2f20d9d1 [2020-12-31T05:57:57.360Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-31T05:57:57.360Z] ---> Running in b30d0ea0bfa3 [2020-12-31T05:57:57.360Z] Removing intermediate container e9919912aed6 [2020-12-31T05:57:57.360Z] ---> c22f1614e287 [2020-12-31T05:57:57.360Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-31T05:57:57.630Z] ---> Running in fccc7065f9b2 [2020-12-31T05:57:57.895Z] Removing intermediate container fccc7065f9b2 [2020-12-31T05:57:57.895Z] ---> 8c33b7022f5d [2020-12-31T05:57:57.895Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T05:57:57.895Z] ---> Running in d6e82802a0e1 [2020-12-31T05:57:57.895Z] 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 [2020-12-31T05:57:58.859Z] Removing intermediate container d6e82802a0e1 [2020-12-31T05:57:58.859Z] ---> af3d7f606b6f [2020-12-31T05:57:58.859Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-31T05:57:58.859Z] ---> Running in 6bb9e123c789 [2020-12-31T05:57:59.132Z] Removing intermediate container b30d0ea0bfa3 [2020-12-31T05:57:59.132Z] ---> 8d0bad5a3245 [2020-12-31T05:57:59.132Z] [2020-12-31T05:57:59.132Z] Step 11/27 : FROM docker:latest [2020-12-31T05:57:59.132Z] ---> 0040bc98e531 [2020-12-31T05:57:59.132Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-31T05:57:59.132Z] ---> Running in 465b126ae42f [2020-12-31T05:57:59.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:59.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:59.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:57:59.986Z] (1/2) Installing readline (8.0.4-r0) [2020-12-31T05:57:59.986Z] (2/2) Installing bash (5.0.17-r0) [2020-12-31T05:58:00.250Z] Executing bash-5.0.17-r0.post-install [2020-12-31T05:58:00.250Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:58:00.250Z] OK: 12 MiB in 22 packages [2020-12-31T05:58:00.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:00.775Z] Removing intermediate container 465b126ae42f [2020-12-31T05:58:00.775Z] ---> d976134877db [2020-12-31T05:58:00.775Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-31T05:58:00.775Z] ---> Running in efe7fe971235 [2020-12-31T05:58:01.730Z] Removing intermediate container efe7fe971235 [2020-12-31T05:58:01.731Z] ---> a358e06ce66b [2020-12-31T05:58:01.731Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-31T05:58:01.731Z] ---> Running in e88ed5d54ed4 [2020-12-31T05:58:01.731Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-31T05:58:01.731Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-31T05:58:01.995Z] Removing intermediate container e88ed5d54ed4 [2020-12-31T05:58:01.995Z] ---> c49b498e5e1e [2020-12-31T05:58:01.995Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-31T05:58:01.995Z] ---> Running in 1283afdff38c [2020-12-31T05:58:01.995Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-31T05:58:02.258Z] Removing intermediate container 1283afdff38c [2020-12-31T05:58:02.258Z] ---> 6f00ad57cec7 [2020-12-31T05:58:02.258Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-31T05:58:02.258Z] ---> Running in 545e500877d7 [2020-12-31T05:58:02.525Z] Removing intermediate container 545e500877d7 [2020-12-31T05:58:02.525Z] ---> 30b76917aa86 [2020-12-31T05:58:02.525Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-31T05:58:02.525Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-31T05:58:02.794Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-31T05:58:02.794Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:58:02.794Z] OK: 8 MiB in 19 packages [2020-12-31T05:58:02.794Z] ---> d97effbccf68 [2020-12-31T05:58:02.794Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-31T05:58:03.059Z] ---> ca3168f16a51 [2020-12-31T05:58:03.059Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-31T05:58:03.321Z] Removing intermediate container 6bb9e123c789 [2020-12-31T05:58:03.321Z] ---> eaf202e6a322 [2020-12-31T05:58:03.321Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-31T05:58:04.710Z] ---> c362b7cf1ad6 [2020-12-31T05:58:04.710Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-31T05:58:04.710Z] ---> cfac453d2443 [2020-12-31T05:58:04.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-31T05:58:04.973Z] ---> Running in d1c5e574a15d [2020-12-31T05:58:05.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:05.552Z] ---> e875f1fe2f0c [2020-12-31T05:58:05.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-31T05:58:05.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:05.819Z] ---> d210bcb92eca [2020-12-31T05:58:05.819Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-31T05:58:05.819Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-31T05:58:05.819Z] (2/33) Installing expat (2.2.9-r1) [2020-12-31T05:58:05.819Z] (3/33) Installing libffi (3.3-r2) [2020-12-31T05:58:05.819Z] ---> Running in f5c10a1b0df8 [2020-12-31T05:58:05.819Z] (4/33) Installing gdbm (1.13-r1) [2020-12-31T05:58:05.819Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-31T05:58:05.819Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-31T05:58:05.819Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-31T05:58:06.391Z] Removing intermediate container f5c10a1b0df8 [2020-12-31T05:58:06.391Z] ---> 3af8a339c378 [2020-12-31T05:58:06.391Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:58:08.944Z] ---> Running in 90bd31a75b8f [2020-12-31T05:58:08.944Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-31T05:58:08.944Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-31T05:58:08.944Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-31T05:58:08.944Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-31T05:58:08.944Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-31T05:58:08.944Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-31T05:58:08.944Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-31T05:58:08.944Z] Removing intermediate container 90bd31a75b8f [2020-12-31T05:58:08.944Z] ---> bb5e2e9297f0 [2020-12-31T05:58:08.944Z] Step 21/23 : LABEL arch=x86_64 [2020-12-31T05:58:09.206Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-31T05:58:09.469Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-31T05:58:09.731Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-31T05:58:09.731Z] ---> Running in b8e0534c23d5 [2020-12-31T05:58:09.731Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-31T05:58:09.731Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-31T05:58:09.996Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-31T05:58:09.996Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-31T05:58:09.996Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-31T05:58:09.996Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-31T05:58:10.574Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-31T05:58:10.574Z] Removing intermediate container b8e0534c23d5 [2020-12-31T05:58:10.574Z] ---> 9d77d5eb396c [2020-12-31T05:58:10.574Z] Step 22/23 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:58:10.574Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-31T05:58:10.574Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-31T05:58:10.574Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-31T05:58:10.839Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-31T05:58:10.839Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-31T05:58:10.839Z] ---> Running in e8827b7c1436 [2020-12-31T05:58:10.839Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-31T05:58:10.839Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-31T05:58:10.839Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-31T05:58:10.839Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-31T05:58:11.783Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:58:11.784Z] OK: 71 MiB in 55 packages [2020-12-31T05:58:12.049Z] Removing intermediate container e8827b7c1436 [2020-12-31T05:58:12.049Z] ---> b675ccc083cc [2020-12-31T05:58:12.049Z] Step 23/23 : LABEL version=0.0.0 [2020-12-31T05:58:12.049Z] ---> Running in 983a95b020ce [2020-12-31T05:58:12.321Z] Removing intermediate container 983a95b020ce [2020-12-31T05:58:12.321Z] ---> 5c64b280e092 [2020-12-31T05:58:12.321Z] [2020-12-31T05:58:12.583Z] Successfully built 5c64b280e092 [2020-12-31T05:58:12.583Z] Successfully tagged docker-core-data-go:latest [2020-12-31T05:58:17.894Z]  Building docker-core-data-go ... done Removing intermediate container d1c5e574a15d [2020-12-31T05:58:17.894Z] ---> 5088e54a2069 [2020-12-31T05:58:17.894Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-31T05:58:17.894Z] ---> Running in 1765cb49a78e [2020-12-31T05:58:18.843Z] Collecting docker-compose==1.23.2 [2020-12-31T05:58:18.843Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-31T05:58:18.843Z] Collecting texttable<0.10,>=0.9.0 [2020-12-31T05:58:18.843Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-31T05:58:19.416Z] Collecting cached-property<2,>=1.2.0 [2020-12-31T05:58:19.416Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-31T05:58:19.678Z] Collecting PyYAML<4,>=3.10 [2020-12-31T05:58:19.678Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-31T05:58:20.622Z] Collecting docopt<0.7,>=0.6.1 [2020-12-31T05:58:20.622Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-31T05:58:20.887Z] Collecting jsonschema<3,>=2.5.1 [2020-12-31T05:58:20.887Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-31T05:58:21.151Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-31T05:58:21.151Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-31T05:58:21.412Z] Collecting docker<4.0,>=3.6.0 [2020-12-31T05:58:21.412Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-31T05:58:21.676Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-31T05:58:21.676Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-31T05:58:21.676Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-31T05:58:21.676Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-31T05:58:22.250Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-31T05:58:22.250Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-31T05:58:22.250Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-31T05:58:22.515Z] 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) [2020-12-31T05:58:22.515Z] Collecting idna<2.8,>=2.5 [2020-12-31T05:58:22.515Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-31T05:58:22.515Z] 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) [2020-12-31T05:58:22.515Z] Collecting docker-pycreds>=0.4.0 [2020-12-31T05:58:22.515Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-31T05:58:22.515Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-31T05:58:22.515Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-31T05:58:22.515Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-31T05:58:22.515Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-31T05:58:22.777Z] Installing collected packages: texttable, cached-property, PyYAML, docopt, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2020-12-31T05:58:22.777Z] Running setup.py install for texttable: started [2020-12-31T05:58:23.351Z] Running setup.py install for texttable: finished with status 'done' [2020-12-31T05:58:23.351Z] Running setup.py install for PyYAML: started [2020-12-31T05:58:23.926Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-31T05:58:23.926Z] Running setup.py install for docopt: started [2020-12-31T05:58:24.189Z] Running setup.py install for docopt: finished with status 'done' [2020-12-31T05:58:24.452Z] Attempting uninstall: urllib3 [2020-12-31T05:58:24.452Z] Found existing installation: urllib3 1.25.9 [2020-12-31T05:58:24.452Z] Uninstalling urllib3-1.25.9: [2020-12-31T05:58:24.452Z] Successfully uninstalled urllib3-1.25.9 [2020-12-31T05:58:24.715Z] Attempting uninstall: idna [2020-12-31T05:58:24.715Z] Found existing installation: idna 2.9 [2020-12-31T05:58:24.715Z] Uninstalling idna-2.9: [2020-12-31T05:58:24.715Z] Successfully uninstalled idna-2.9 [2020-12-31T05:58:24.979Z] Attempting uninstall: requests [2020-12-31T05:58:24.979Z] Found existing installation: requests 2.23.0 [2020-12-31T05:58:24.979Z] Uninstalling requests-2.23.0: [2020-12-31T05:58:24.979Z] Successfully uninstalled requests-2.23.0 [2020-12-31T05:58:25.242Z] Running setup.py install for dockerpty: started [2020-12-31T05:58:25.816Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-31T05:58:26.077Z] 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 [2020-12-31T05:58:30.291Z] Removing intermediate container 1765cb49a78e [2020-12-31T05:58:30.291Z] ---> 13efaa012f84 [2020-12-31T05:58:30.291Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-31T05:58:30.291Z] ---> Running in fd8c5c21ffa2 [2020-12-31T05:58:30.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:30.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T05:58:30.556Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T05:58:30.556Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-31T05:58:30.556Z] (3/3) Installing curl (7.69.1-r3) [2020-12-31T05:58:30.556Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T05:58:30.556Z] OK: 72 MiB in 58 packages [2020-12-31T05:58:31.131Z] Removing intermediate container fd8c5c21ffa2 [2020-12-31T05:58:31.131Z] ---> 402b8df43428 [2020-12-31T05:58:31.131Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-31T05:58:31.131Z] ---> Running in 8c737788cd35 [2020-12-31T05:58:31.392Z] Removing intermediate container 8c737788cd35 [2020-12-31T05:58:31.393Z] ---> a74923e381df [2020-12-31T05:58:31.393Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T05:58:31.393Z] ---> Running in 311f88791066 [2020-12-31T05:58:31.393Z] Removing intermediate container 311f88791066 [2020-12-31T05:58:31.393Z] ---> 3034b38398d0 [2020-12-31T05:58:31.393Z] Step 25/27 : LABEL arch=x86_64 [2020-12-31T05:58:31.655Z] ---> Running in 081feb49ee57 [2020-12-31T05:58:31.655Z] Removing intermediate container 081feb49ee57 [2020-12-31T05:58:31.655Z] ---> e28d4efe5b5b [2020-12-31T05:58:31.655Z] Step 26/27 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T05:58:31.919Z] ---> Running in 65cf8684bf5d [2020-12-31T05:58:31.919Z] Removing intermediate container 65cf8684bf5d [2020-12-31T05:58:31.919Z] ---> 3e04a8092ccf [2020-12-31T05:58:31.919Z] Step 27/27 : LABEL version=0.0.0 [2020-12-31T05:58:31.919Z] ---> Running in 67cf3c404a34 [2020-12-31T05:58:32.184Z] Removing intermediate container 67cf3c404a34 [2020-12-31T05:58:32.184Z] ---> ea029449094f [2020-12-31T05:58:32.184Z] [2020-12-31T05:58:32.184Z] Successfully built ea029449094f [2020-12-31T05:58:32.759Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-31T05:58:33.717Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-31T05:58:33.752Z] $ docker stop --time=1 9f8ad424ec7a355afd12b575494bb3c6c018f9630456d054b766dab302a8d25d [2020-12-31T05:58:35.445Z] $ docker rm -f 9f8ad424ec7a355afd12b575494bb3c6c018f9630456d054b766dab302a8d25d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T05:58:36.069Z] + docker images [2020-12-31T05:58:36.070Z] + grep docker [2020-12-31T05:58:36.070Z] docker-sys-mgmt-agent-go latest ea029449094f 3 seconds ago 313MB [2020-12-31T05:58:36.070Z] docker-core-data-go latest 5c64b280e092 23 seconds ago 22.2MB [2020-12-31T05:58:36.070Z] docker-support-notifications-go latest f49683001d94 46 seconds ago 12MB [2020-12-31T05:58:36.070Z] docker-core-metadata-go latest 657316a10a1b 53 seconds ago 13MB [2020-12-31T05:58:36.070Z] docker-security-secretstore-setup-go latest c069b8da4fce 2 minutes ago 24.6MB [2020-12-31T05:58:36.070Z] docker-security-bootstrap-redis-go latest 9c830a953cc3 2 minutes ago 15.8MB [2020-12-31T05:58:36.070Z] docker-security-proxy-setup-go latest 20a6eff16757 2 minutes ago 24.5MB [2020-12-31T05:58:36.070Z] docker-support-scheduler-go latest c135ecdf8d85 2 minutes ago 10.7MB [2020-12-31T05:58:36.070Z] docker-core-command-go latest 975cdce72be7 2 minutes ago 10.6MB [2020-12-31T05:58:36.070Z] docker latest 0040bc98e531 13 days 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 [2020-12-31T05:58:52.193Z] Still waiting to schedule task [2020-12-31T05:58:52.194Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-31T05:58:59.371Z] gofmt -l . [2020-12-31T05:58:59.371Z] [ "`gofmt -l .`" = "" ] [2020-12-31T05:58:59.371Z] ./bin/test-go-mod-tidy.sh [2020-12-31T05:58:59.371Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-31T05:59:00.116Z] + ls -al . [2020-12-31T05:59:00.116Z] total 664 [2020-12-31T05:59:00.116Z] drwxrwxr-x 9 1001 1001 4096 Dec 31 05:58 . [2020-12-31T05:59:00.116Z] drwxr-xr-x 4 root root 4096 Dec 31 05:55 .. [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 11 Dec 31 05:53 .dockerignore [2020-12-31T05:59:00.116Z] drwxrwxr-x 8 1001 1001 4096 Dec 31 05:53 .git [2020-12-31T05:59:00.116Z] drwxrwxr-x 3 1001 1001 4096 Dec 31 05:53 .github [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 824 Dec 31 05:53 .gitignore [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 166 Dec 31 05:53 .sonarcloud.properties [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 3804 Dec 31 05:53 CONTRIBUTING.md [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 1035 Dec 31 05:53 Dockerfile.build [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 863 Dec 31 05:53 Jenkinsfile [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 10775 Dec 31 05:53 LICENSE [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 5750 Dec 31 05:53 Makefile [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 6511 Dec 31 05:53 README.md [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 6744 Dec 31 05:53 SECURITY.md [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 5 Dec 31 05:50 VERSION [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 4131 Dec 31 05:53 ZMQWindows.md [2020-12-31T05:59:00.116Z] drwxrwxr-x 2 1001 1001 4096 Dec 31 05:53 bin [2020-12-31T05:59:00.116Z] drwxrwxr-x 14 1001 1001 4096 Dec 31 05:53 cmd [2020-12-31T05:59:00.116Z] -rw-r--r-- 1 root root 537189 Dec 31 05:57 coverage.out [2020-12-31T05:59:00.116Z] -rw-r--r-- 1 root root 979 Dec 31 05:58 go.mod [2020-12-31T05:59:00.116Z] -rw-r--r-- 1 root root 18824 Dec 31 05:58 go.sum [2020-12-31T05:59:00.116Z] drwxrwxr-x 8 1001 1001 4096 Dec 31 05:53 internal [2020-12-31T05:59:00.116Z] drwxrwxr-x 4 1001 1001 4096 Dec 31 05:53 openapi [2020-12-31T05:59:00.116Z] drwxrwxr-x 4 1001 1001 4096 Dec 31 05:53 snap [2020-12-31T05:59:00.116Z] -rw-rw-r-- 1 1001 1001 168 Dec 31 05:53 version.go [Pipeline] sh [2020-12-31T05:59:00.823Z] + '[' -e coverage.out ] [2020-12-31T05:59:00.823Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-31T05:59:00.874Z] Warning: overwriting stash ‘coverage-report’ [2020-12-31T05:59:02.410Z] Stashed 1 file(s) [Pipeline] sh [2020-12-31T05:59:03.151Z] + make build [2020-12-31T05:59:03.151Z] 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 [2020-12-31T05:59:18.460Z] 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 [2020-12-31T05:59:43.518Z] Running on prd-ubuntu18.04-docker-8c-8g-17892 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [Pipeline] { [Pipeline] ws [2020-12-31T05:59:43.632Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-12-31T05:59:46.019Z] using credential edgex-jenkins-ssh [2020-12-31T05:59:46.076Z] Cloning the remote Git repository [2020-12-31T05:59:46.095Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:59:46.157Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-12-31T05:59:46.181Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:59:46.181Z] > git --version # timeout=10 [2020-12-31T05:59:46.186Z] > git --version # 'git version 2.17.1' [2020-12-31T05:59:46.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T05:59:46.207Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T05:59:50.949Z] 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 [2020-12-31T05:59:55.285Z] 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 [2020-12-31T05:59:59.785Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T05:59:59.793Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T05:59:59.805Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T05:59:59.816Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T05:59:59.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T05:59:59.823Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-31T06:00:00.269Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:00:00.427Z] Merge succeeded, producing 1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:00:00.427Z] Checking out Revision 1835bda8bf204076797b07569499485e33da4c1c (PR-2978) [2020-12-31T06:00:00.737Z] 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 [2020-12-31T06:00:01.723Z] 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 [2020-12-31T06:00:00.276Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T06:00:00.281Z] > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 [2020-12-31T06:00:00.395Z] > git remote # timeout=10 [2020-12-31T06:00:00.401Z] > git config --get remote.origin.url # timeout=10 [2020-12-31T06:00:00.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T06:00:00.410Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-31T06:00:00.420Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-31T06:00:00.428Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T06:00:00.431Z] > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 [2020-12-31T06:00:04.118Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.2 to 1.1.3" [2020-12-31T06:00:04.141Z] > git --version # timeout=10 [2020-12-31T06:00:04.145Z] > git --version # 'git version 2.17.1' [2020-12-31T06:00:04.148Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:00:05.478Z] + echo snap-build.sh [2020-12-31T06:00:05.479Z] snap-build.sh [2020-12-31T06:00:05.479Z] + SNAP_BASE_DIR=. [2020-12-31T06:00:05.479Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2020-12-31T06:00:05.479Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2020-12-31T06:00:05.479Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2020-12-31T06:00:05.479Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2020-12-31T06:00:05.479Z] + cd /w/workspace/edgex-go/1 [2020-12-31T06:00:05.479Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-31T06:00:05.479Z] Reading package lists... [2020-12-31T06:00:05.742Z] Building dependency tree... [2020-12-31T06:00:05.742Z] Reading state information... [2020-12-31T06:00:06.003Z] The following packages were automatically installed and are no longer required: [2020-12-31T06:00:06.003Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-31T06:00:06.003Z] uidmap xdelta3 [2020-12-31T06:00:06.003Z] Use 'sudo apt autoremove' to remove them. [2020-12-31T06:00:06.003Z] The following packages will be REMOVED: [2020-12-31T06:00:06.003Z] lxd* lxd-client* [2020-12-31T06:00:06.576Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-31T06:00:06.576Z] After this operation, 31.7 MB disk space will be freed. [2020-12-31T06:00:07.629Z] (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.) [2020-12-31T06:00:07.629Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T06:00:08.524Z] 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 [2020-12-31T06:00:08.610Z] Removing lxd dnsmasq configuration [2020-12-31T06:00:08.873Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T06:00:08.873Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-31T06:00:10.282Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-31T06:00:10.282Z] (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.) [2020-12-31T06:00:10.282Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T06:00:11.676Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-31T06:00:11.939Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-31T06:00:13.863Z] + sudo snap remove --purge lxd [2020-12-31T06:00:13.863Z] snap "lxd" is not installed [2020-12-31T06:00:13.863Z] + sudo groupadd --force --system lxd [2020-12-31T06:00:13.863Z] ++ whoami [2020-12-31T06:00:13.863Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-31T06:00:13.863Z] + newgrp - lxd [2020-12-31T06:00:13.863Z] + sudo snap install lxd [2020-12-31T06:00:13.980Z] 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 [2020-12-31T06:00:18.306Z] 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 [2020-12-31T06:00:23.601Z] 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 [2020-12-31T06:00:24.555Z] 2020-12-31T06:00:21Z INFO Waiting for automatic snapd restart... [2020-12-31T06:00:27.003Z] 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 [2020-12-31T06:00:33.749Z] 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 [Pipeline] } [2020-12-31T06:00:37.179Z] $ docker stop --time=1 4bf39d623cfa61fda18f2a64133f5dac807265b9779323a4aa59ae3aaa7e5083 [2020-12-31T06:00:39.836Z] $ docker rm -f 4bf39d623cfa61fda18f2a64133f5dac807265b9779323a4aa59ae3aaa7e5083 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:00:42.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T06:00:42.399Z] [2020-12-31T06:00:42.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:00:42.763Z] lxd 4.9 from Canonical* installed [2020-12-31T06:00:42.763Z] + sudo lxd init --auto [2020-12-31T06:00:42.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T06:00:42.850Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-31T06:00:42.850Z] 29e5d40040c1: Pulling fs layer [2020-12-31T06:00:42.850Z] 1ce36da41761: Pulling fs layer [2020-12-31T06:00:42.850Z] 25b303627fd3: Pulling fs layer [2020-12-31T06:00:43.129Z] 29e5d40040c1: Verifying Checksum [2020-12-31T06:00:43.129Z] 29e5d40040c1: Download complete [2020-12-31T06:00:43.744Z] 1ce36da41761: Verifying Checksum [2020-12-31T06:00:43.744Z] 1ce36da41761: Download complete [2020-12-31T06:00:43.744Z] 29e5d40040c1: Pull complete [2020-12-31T06:00:45.198Z] 1ce36da41761: Pull complete [2020-12-31T06:00:45.470Z] 25b303627fd3: Verifying Checksum [2020-12-31T06:00:45.470Z] 25b303627fd3: Download complete [2020-12-31T06:00:49.380Z] + sudo snap install --classic snapcraft [2020-12-31T06:00:54.696Z] snapcraft 4.4.4 from Canonical* installed [2020-12-31T06:00:54.696Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-31T06:00:54.696Z] + patch --verbose -p1 [2020-12-31T06:00:54.696Z] Hmm... Looks like a unified diff to me... [2020-12-31T06:00:54.696Z] The text leading up to this was: [2020-12-31T06:00:54.696Z] -------------------------- [2020-12-31T06:00:54.696Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-31T06:00:54.696Z] |From: Tony Espy [2020-12-31T06:00:54.696Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-31T06:00:54.696Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-31T06:00:54.696Z] | [2020-12-31T06:00:54.696Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-31T06:00:54.696Z] |optimize the snap CI check run for pull requests. When [2020-12-31T06:00:54.696Z] |applied, it essentially strips out everything (apps and [2020-12-31T06:00:54.696Z] |parts) from the snapcraft.yaml file except those required [2020-12-31T06:00:54.696Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-31T06:00:54.696Z] |catch changes to edgex-go that break the snap build. [2020-12-31T06:00:54.696Z] | [2020-12-31T06:00:54.696Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-31T06:00:54.696Z] |to update this patch file, otherwise it may fail to apply, [2020-12-31T06:00:54.696Z] |resulting in a failed snap build CI check in the associated [2020-12-31T06:00:54.696Z] |pull request. [2020-12-31T06:00:54.696Z] | [2020-12-31T06:00:54.696Z] |Note - in addition to applying this patch, the pipeline also [2020-12-31T06:00:54.696Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-31T06:00:54.696Z] |need to build the finally binary .snap file (and it won't [2020-12-31T06:00:54.696Z] |work with the patch applied). This further reduces the build [2020-12-31T06:00:54.696Z] |time. [2020-12-31T06:00:54.696Z] |--- [2020-12-31T06:00:54.696Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-31T06:00:54.696Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-31T06:00:54.696Z] | [2020-12-31T06:00:54.696Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-31T06:00:54.696Z] |index 1e537489..faf42425 100644 [2020-12-31T06:00:54.696Z] |--- a/snap/snapcraft.yaml [2020-12-31T06:00:54.696Z] |+++ b/snap/snapcraft.yaml [2020-12-31T06:00:54.696Z] -------------------------- [2020-12-31T06:00:54.697Z] patching file snap/snapcraft.yaml [2020-12-31T06:00:54.697Z] Using Plan A... [2020-12-31T06:00:54.697Z] Hunk #1 succeeded at 73. [2020-12-31T06:00:54.697Z] Hunk #2 succeeded at 202. [2020-12-31T06:00:54.697Z] Hunk #3 succeeded at 214. [2020-12-31T06:00:54.697Z] Hunk #4 succeeded at 222. [2020-12-31T06:00:54.697Z] Hunk #5 succeeded at 229. [2020-12-31T06:00:54.697Z] Hunk #6 succeeded at 256. [2020-12-31T06:00:54.697Z] Hunk #7 succeeded at 290. [2020-12-31T06:00:54.697Z] Hunk #8 succeeded at 341. [2020-12-31T06:00:54.697Z] Hmm... Ignoring the trailing garbage. [2020-12-31T06:00:54.697Z] done [2020-12-31T06:00:54.697Z] + sudo snapcraft prime --use-lxd [2020-12-31T06:00:55.629Z] 25b303627fd3: Pull complete [2020-12-31T06:00:55.629Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-31T06:00:55.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T06:00:55.629Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-31T06:00:55.946Z] prd-ubuntu18.04-docker-arm64-4c-16g-17882 does not seem to be running inside a container [2020-12-31T06:00:56.043Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-31T06:00:56.660Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-31T06:00:56.660Z] 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: [2020-12-31T06:00:56.660Z] - README.md [2020-12-31T06:00:56.660Z] [2020-12-31T06:00:56.660Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-31T06:00:57.267Z] Launching a container. [2020-12-31T06:00:59.393Z] $ docker top 2e4523ee7e6604feaa40901cae8d32d78d37e50caaaa843c0cfb69cc010260e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T06:01:00.544Z] + docker-compose build --help [2020-12-31T06:01:00.544Z] + grep parallel [2020-12-31T06:01:05.988Z] --parallel Build images in parallel. [Pipeline] } [2020-12-31T06:01:06.021Z] $ docker stop --time=1 2e4523ee7e6604feaa40901cae8d32d78d37e50caaaa843c0cfb69cc010260e9 [2020-12-31T06:01:08.033Z] $ docker rm -f 2e4523ee7e6604feaa40901cae8d32d78d37e50caaaa843c0cfb69cc010260e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:01:09.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T06:01:09.044Z] . [Pipeline] withDockerContainer [2020-12-31T06:01:09.358Z] prd-ubuntu18.04-docker-arm64-4c-16g-17882 does not seem to be running inside a container [2020-12-31T06:01:09.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-31T06:01:10.973Z] $ docker top 45f3a4b014fca065ccfbd6bae0b7ab53c6238877d311c15f47459f2c51b8376e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T06:01:12.112Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-31T06:01:12.236Z] Waiting for container to be ready [2020-12-31T06:01:12.236Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-31T06:01:12.236Z] [2020-12-31T06:01:14.178Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-31T06:01:14.451Z] Waiting for network to be ready... [2020-12-31T06:01:15.030Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-31T06:01:15.030Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-31T06:01:15.292Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-31T06:01:15.292Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-31T06:01:15.565Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-31T06:01:15.566Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-31T06:01:15.566Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-31T06:01:15.834Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-31T06:01:15.835Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-31T06:01:15.835Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-31T06:01:15.835Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-31T06:01:15.835Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-31T06:01:15.835Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-31T06:01:15.835Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-31T06:01:15.835Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-31T06:01:15.835Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-31T06:01:15.835Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-31T06:01:15.835Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-31T06:01:16.099Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-31T06:01:16.370Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-31T06:01:16.370Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-31T06:01:16.370Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-31T06:01:16.370Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-31T06:01:16.370Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-31T06:01:16.370Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-31T06:01:16.370Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-31T06:01:16.635Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-31T06:01:17.547Z] Building docker-core-command-go ... [2020-12-31T06:01:17.547Z] Building docker-core-data-go ... [2020-12-31T06:01:17.547Z] Building docker-core-metadata-go ... [2020-12-31T06:01:17.547Z] Building docker-security-bootstrap-redis-go ... [2020-12-31T06:01:17.547Z] Building docker-security-proxy-setup-go ... [2020-12-31T06:01:17.547Z] Building docker-security-secretstore-setup-go ... [2020-12-31T06:01:17.547Z] Building docker-support-notifications-go ... [2020-12-31T06:01:17.547Z] Building docker-support-scheduler-go ... [2020-12-31T06:01:17.547Z] Building docker-sys-mgmt-agent-go ... [2020-12-31T06:01:17.547Z] Building docker-sys-mgmt-agent-go [2020-12-31T06:01:17.547Z] Building docker-support-notifications-go [2020-12-31T06:01:17.547Z] Building docker-security-secretstore-setup-go [2020-12-31T06:01:17.547Z] Building docker-security-proxy-setup-go [2020-12-31T06:01:17.547Z] Building docker-core-command-go [2020-12-31T06:01:20.852Z] Fetched 23.5 MB in 6s (4151 kB/s) [2020-12-31T06:01:21.427Z] Reading package lists... [2020-12-31T06:01:21.953Z] Reading package lists... [2020-12-31T06:01:21.953Z] Building dependency tree... [2020-12-31T06:01:21.953Z] Reading state information... [2020-12-31T06:01:22.215Z] The following additional packages will be installed: [2020-12-31T06:01:22.215Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-31T06:01:22.215Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-31T06:01:22.215Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-31T06:01:22.215Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-31T06:01:22.215Z] Suggested packages: [2020-12-31T06:01:22.215Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-31T06:01:22.215Z] Recommended packages: [2020-12-31T06:01:22.215Z] gnupg libsasl2-modules [2020-12-31T06:01:22.215Z] The following NEW packages will be installed: [2020-12-31T06:01:22.215Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-31T06:01:22.215Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-31T06:01:22.215Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-31T06:01:22.215Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-31T06:01:22.215Z] The following packages will be upgraded: [2020-12-31T06:01:22.215Z] gpg gpg-agent gpgconf libudev1 [2020-12-31T06:01:22.478Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-31T06:01:22.478Z] Need to get 3531 kB of archives. [2020-12-31T06:01:22.478Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-31T06:01:22.478Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-31T06:01:22.478Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-31T06:01:22.738Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-31T06:01:22.999Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-31T06:01:22.999Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-31T06:01:22.999Z] 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] [2020-12-31T06:01:22.999Z] 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] [2020-12-31T06:01:22.999Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-31T06:01:22.999Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-31T06:01:22.999Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-31T06:01:22.999Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-31T06:01:22.999Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-31T06:01:22.999Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-31T06:01:22.999Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-31T06:01:22.999Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-31T06:01:22.999Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-31T06:01:22.999Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-31T06:01:22.999Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-31T06:01:22.999Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-31T06:01:23.268Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-31T06:01:23.268Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-31T06:01:23.268Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-31T06:01:23.268Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:01:23.536Z] Fetched 3531 kB in 1s (3290 kB/s) [2020-12-31T06:01:23.536Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-31T06:01:23.536Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:01:23.536Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T06:01:23.536Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-31T06:01:23.798Z] Selecting previously unselected package udev. [2020-12-31T06:01:23.798Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-31T06:01:23.798Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:01:23.798Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-31T06:01:24.060Z] Selecting previously unselected package libfuse2:amd64. [2020-12-31T06:01:24.060Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-31T06:01:24.060Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-31T06:01:24.060Z] Selecting previously unselected package fuse. [2020-12-31T06:01:24.060Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-31T06:01:24.060Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-31T06:01:24.321Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:01:24.321Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T06:01:24.321Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:01:24.582Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T06:01:24.582Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:01:24.582Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T06:01:24.843Z] Selecting previously unselected package libksba8:amd64. [2020-12-31T06:01:24.843Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-31T06:01:24.843Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-31T06:01:24.843Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-31T06:01:24.843Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:24.843Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:24.843Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-31T06:01:24.843Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:24.843Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:25.104Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-31T06:01:25.104Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:25.104Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:25.104Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-31T06:01:25.104Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:25.104Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:25.104Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-31T06:01:25.104Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:25.366Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:25.366Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-31T06:01:25.366Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:25.366Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:25.366Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-31T06:01:25.366Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:25.366Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:25.626Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-31T06:01:25.626Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:25.626Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:25.626Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-31T06:01:25.626Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-31T06:01:25.626Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:25.626Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-31T06:01:25.626Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-31T06:01:25.626Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T06:01:25.886Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-31T06:01:25.886Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-31T06:01:25.886Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T06:01:25.886Z] Selecting previously unselected package libldap-common. [2020-12-31T06:01:25.886Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-31T06:01:25.886Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T06:01:25.886Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-31T06:01:25.886Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-31T06:01:25.886Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T06:01:26.148Z] Selecting previously unselected package dirmngr. [2020-12-31T06:01:26.148Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:01:26.148Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-31T06:01:26.148Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T06:01:26.148Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-31T06:01:26.148Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-31T06:01:26.148Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T06:01:26.410Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-31T06:01:26.410Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-31T06:01:26.410Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:26.410Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-31T06:01:26.410Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T06:01:26.410Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-31T06:01:26.983Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-31T06:01:26.983Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:26.983Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-31T06:01:26.983Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-31T06:01:27.244Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-31T06:01:27.245Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:27.245Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:27.245Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:27.245Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:27.245Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:27.506Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:27.506Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-31T06:01:27.506Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-31T06:01:27.506Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-31T06:01:27.506Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T06:01:28.159Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-31T06:01:28.160Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-31T06:01:28.160Z] This means they are not meant to be enabled using systemctl. [2020-12-31T06:01:28.160Z] Possible reasons for having this kind of units are: [2020-12-31T06:01:28.160Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-31T06:01:28.160Z] .wants/ or .requires/ directory. [2020-12-31T06:01:28.160Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-31T06:01:28.160Z] a requirement dependency on it. [2020-12-31T06:01:28.160Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-31T06:01:28.160Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-31T06:01:28.160Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-31T06:01:28.160Z] instance name specified. [2020-12-31T06:01:28.452Z] Reading package lists... [2020-12-31T06:01:28.452Z] Building dependency tree... [2020-12-31T06:01:28.452Z] Reading state information... [2020-12-31T06:01:28.719Z] The following additional packages will be installed: [2020-12-31T06:01:28.719Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-31T06:01:28.719Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-31T06:01:28.719Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-31T06:01:28.719Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-31T06:01:28.719Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-31T06:01:28.719Z] Suggested packages: [2020-12-31T06:01:28.719Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-31T06:01:28.719Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-31T06:01:28.719Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-31T06:01:28.719Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-31T06:01:28.719Z] systemd-container policykit-1 [2020-12-31T06:01:28.719Z] Recommended packages: [2020-12-31T06:01:28.719Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-31T06:01:28.719Z] The following NEW packages will be installed: [2020-12-31T06:01:28.719Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-31T06:01:28.719Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-31T06:01:28.719Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-31T06:01:28.719Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-31T06:01:28.719Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-31T06:01:28.719Z] The following packages will be upgraded: [2020-12-31T06:01:28.719Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-31T06:01:29.013Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-31T06:01:29.013Z] Need to get 35.2 MB of archives. [2020-12-31T06:01:29.013Z] After this operation, 141 MB of additional disk space will be used. [2020-12-31T06:01:29.013Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-31T06:01:29.013Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-31T06:01:29.595Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-31T06:01:29.595Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-31T06:01:29.857Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-31T06:01:29.857Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-31T06:01:29.857Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-31T06:01:29.857Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-31T06:01:29.857Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-31T06:01:29.857Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-31T06:01:29.857Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-31T06:01:29.857Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-31T06:01:29.857Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-31T06:01:29.857Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-31T06:01:29.857Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-31T06:01:29.857Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-31T06:01:29.857Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-31T06:01:30.120Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-31T06:01:30.120Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-31T06:01:30.120Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-31T06:01:30.120Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-31T06:01:30.120Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-31T06:01:30.120Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-31T06:01:30.120Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-31T06:01:30.120Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-31T06:01:30.120Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-31T06:01:30.120Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-31T06:01:30.120Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-31T06:01:30.120Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-31T06:01:30.120Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-31T06:01:32.041Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:01:32.041Z] Fetched 35.2 MB in 3s (11.8 MB/s) [2020-12-31T06:01:32.302Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T06:01:32.302Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:01:32.302Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T06:01:33.256Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:01:33.256Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T06:01:33.256Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-31T06:01:33.256Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T06:01:33.256Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-31T06:01:33.256Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-31T06:01:33.518Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-31T06:01:33.518Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-31T06:01:33.518Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-31T06:01:33.782Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-31T06:01:34.045Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-31T06:01:34.045Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-31T06:01:34.620Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-31T06:01:34.620Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-31T06:01:34.620Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-31T06:01:34.620Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-31T06:01:34.883Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-31T06:01:34.883Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T06:01:34.883Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:01:35.145Z] Selecting previously unselected package libexpat1:amd64. [2020-12-31T06:01:35.145Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-31T06:01:35.145Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-31T06:01:35.145Z] Selecting previously unselected package python3.6-minimal. [2020-12-31T06:01:35.145Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T06:01:35.145Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:01:35.411Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-31T06:01:35.674Z] Checking for services that may need to be restarted...done. [2020-12-31T06:01:35.674Z] Checking for services that may need to be restarted...done. [2020-12-31T06:01:35.674Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:01:35.674Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-31T06:01:35.674Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:01:36.248Z] Selecting previously unselected package python3-minimal. [2020-12-31T06:01:36.248Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-31T06:01:36.248Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-31T06:01:36.248Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-31T06:01:36.513Z] Selecting previously unselected package mime-support. [2020-12-31T06:01:36.513Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-31T06:01:36.513Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-31T06:01:36.513Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-31T06:01:36.513Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-31T06:01:36.513Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-31T06:01:36.775Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-31T06:01:36.775Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T06:01:36.775Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:01:37.043Z] Selecting previously unselected package python3.6. [2020-12-31T06:01:37.043Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-31T06:01:37.043Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:01:37.043Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-31T06:01:37.043Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-31T06:01:37.043Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-31T06:01:37.043Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-31T06:01:38.446Z] Selecting previously unselected package python3. [2020-12-31T06:01:38.446Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-31T06:01:38.446Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-31T06:01:38.446Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-31T06:01:38.446Z] Selecting previously unselected package multiarch-support. [2020-12-31T06:01:38.446Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:01:38.446Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-31T06:01:38.446Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-31T06:01:38.446Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-31T06:01:38.446Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-31T06:01:38.446Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-31T06:01:38.446Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-31T06:01:38.446Z] Selecting previously unselected package libbsd0:amd64. [2020-12-31T06:01:38.446Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-31T06:01:38.446Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-31T06:01:38.446Z] Selecting previously unselected package sudo. [2020-12-31T06:01:38.446Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-31T06:01:38.446Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-31T06:01:38.707Z] Selecting previously unselected package apparmor. [2020-12-31T06:01:38.707Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-31T06:01:38.707Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-31T06:01:38.970Z] Selecting previously unselected package libedit2:amd64. [2020-12-31T06:01:38.970Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-31T06:01:38.970Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-31T06:01:38.970Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-31T06:01:38.970Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T06:01:38.970Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:01:38.970Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-31T06:01:38.970Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T06:01:38.970Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:01:39.231Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-31T06:01:39.231Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-31T06:01:39.231Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-31T06:01:39.231Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-31T06:01:39.232Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T06:01:39.232Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:01:39.495Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-31T06:01:39.495Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-31T06:01:39.495Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:01:39.495Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-31T06:01:39.495Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-31T06:01:39.495Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-31T06:01:39.757Z] Selecting previously unselected package openssh-client. [2020-12-31T06:01:39.757Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-31T06:01:39.757Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-31T06:01:39.757Z] Selecting previously unselected package squashfs-tools. [2020-12-31T06:01:39.757Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-31T06:01:39.757Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-31T06:01:40.019Z] Selecting previously unselected package snapd. [2020-12-31T06:01:40.019Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-31T06:01:40.019Z] Unpacking snapd (2.48+18.04) ... [2020-12-31T06:01:42.583Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-31T06:01:42.583Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-31T06:01:42.583Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-31T06:01:42.583Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-31T06:01:42.583Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-31T06:01:42.583Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:01:42.583Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T06:01:42.583Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-31T06:01:42.583Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-31T06:01:43.526Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-31T06:01:43.526Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-31T06:01:43.526Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-31T06:01:43.526Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:01:43.526Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:01:43.526Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-31T06:01:44.474Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-31T06:01:44.474Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:01:44.474Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-31T06:01:44.474Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-31T06:01:44.474Z] running python rtupdate hooks for python3.6... [2020-12-31T06:01:44.474Z] running python post-rtupdate hooks for python3.6... [2020-12-31T06:01:44.474Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-31T06:01:45.857Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-31T06:01:46.121Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-31T06:01:46.121Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-31T06:01:46.382Z] Setting up snapd (2.48+18.04) ... [2020-12-31T06:01:46.953Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-31T06:01:47.215Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-31T06:01:47.215Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-31T06:01:47.478Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-31T06:01:47.739Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-31T06:01:47.739Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-31T06:01:48.001Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-31T06:01:48.264Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-31T06:01:48.525Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-31T06:01:48.525Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-31T06:01:48.785Z] /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' [2020-12-31T06:01:48.785Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-31T06:01:48.785Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-31T06:01:49.727Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T06:01:49.987Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T06:01:49.987Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T06:01:51.410Z] Reading package lists... [2020-12-31T06:01:51.710Z] Reading package lists... [2020-12-31T06:01:51.710Z] Building dependency tree... [2020-12-31T06:01:51.710Z] Reading state information... [2020-12-31T06:01:52.002Z] Calculating upgrade... [2020-12-31T06:01:52.002Z] The following packages will be upgraded: [2020-12-31T06:01:52.002Z] advancecomp base-files bash binutils binutils-common [2020-12-31T06:01:52.002Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-31T06:01:52.002Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-31T06:01:52.002Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-31T06:01:52.002Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-31T06:01:52.002Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-31T06:01:52.002Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-31T06:01:52.002Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-31T06:01:52.002Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-31T06:01:52.002Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-31T06:01:52.003Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-31T06:01:52.003Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-31T06:01:52.003Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-31T06:01:52.003Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-31T06:01:52.275Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T06:01:52.275Z] Need to get 63.5 MB of archives. [2020-12-31T06:01:52.275Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-31T06:01:52.275Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-31T06:01:52.275Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-31T06:01:52.275Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-31T06:01:52.275Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-31T06:01:52.275Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-31T06:01:52.275Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-31T06:01:52.275Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-31T06:01:52.275Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-31T06:01:52.275Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-31T06:01:52.275Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-31T06:01:52.275Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-31T06:01:52.275Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-31T06:01:52.275Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-31T06:01:52.275Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-31T06:01:52.275Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-31T06:01:52.275Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-31T06:01:52.275Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-31T06:01:52.275Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-31T06:01:52.275Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-31T06:01:52.537Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-31T06:01:52.537Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-31T06:01:52.537Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-31T06:01:52.537Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-31T06:01:52.537Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-31T06:01:52.537Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-31T06:01:52.537Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-31T06:01:52.537Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-31T06:01:52.537Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-31T06:01:52.537Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-31T06:01:52.537Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-31T06:01:52.537Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-31T06:01:52.537Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-31T06:01:52.537Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-31T06:01:52.537Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-31T06:01:52.537Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-31T06:01:52.537Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-31T06:01:52.537Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-31T06:01:52.537Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-31T06:01:52.537Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-31T06:01:52.537Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-31T06:01:52.537Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-31T06:01:52.537Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-31T06:01:52.537Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-31T06:01:52.537Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-31T06:01:52.537Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-31T06:01:52.537Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-31T06:01:52.537Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-31T06:01:52.537Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-31T06:01:52.537Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-31T06:01:52.537Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-31T06:01:52.537Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-31T06:01:52.537Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-31T06:01:52.537Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-31T06:01:52.537Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-31T06:01:52.800Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-31T06:01:53.063Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-31T06:01:53.063Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-31T06:01:53.063Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-31T06:01:53.063Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-31T06:01:53.063Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-31T06:01:53.327Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-31T06:01:53.327Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-31T06:01:53.327Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-31T06:01:53.327Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-31T06:01:53.327Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-31T06:01:53.327Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-31T06:01:53.327Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-31T06:01:53.327Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-31T06:01:53.327Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-31T06:01:53.327Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-31T06:01:53.327Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-31T06:01:53.327Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-31T06:01:53.327Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-31T06:01:53.327Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-31T06:01:53.327Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-31T06:01:53.327Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-31T06:01:53.327Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-31T06:01:53.589Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-31T06:01:53.589Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-31T06:01:53.589Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-31T06:01:53.589Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-31T06:01:53.589Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-31T06:01:53.589Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-31T06:01:53.589Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-31T06:01:53.589Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-31T06:01:53.589Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-31T06:01:53.589Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-31T06:01:53.589Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-31T06:01:53.589Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-31T06:01:53.590Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-31T06:01:53.590Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-31T06:01:53.590Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-31T06:01:53.590Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-31T06:01:53.851Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-31T06:01:53.851Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-31T06:01:53.851Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-31T06:01:53.851Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:01:53.851Z] Fetched 63.5 MB in 2s (38.1 MB/s) [2020-12-31T06:01:54.113Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:01:54.113Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:01:54.113Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T06:01:54.686Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:01:54.686Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T06:01:54.948Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-31T06:01:54.948Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-31T06:01:55.521Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:55.783Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:55.783Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:55.783Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:55.783Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:56.047Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:56.047Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:56.047Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:56.047Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:56.047Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:56.310Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:56.310Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:56.310Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:56.310Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:56.310Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:01:56.572Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T06:01:56.572Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:56.572Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-31T06:01:56.572Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:01:56.835Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T06:01:56.835Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:56.835Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:56.835Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:56.835Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:56.835Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-31T06:01:57.100Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-31T06:01:57.100Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:01:57.363Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T06:01:57.363Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:01:57.363Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T06:01:57.937Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-31T06:01:58.199Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-31T06:01:58.199Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-31T06:01:58.199Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-31T06:01:58.199Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-31T06:01:58.199Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-31T06:01:58.460Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-31T06:01:58.460Z] Installing new version of config file /etc/issue ... [2020-12-31T06:01:58.460Z] Installing new version of config file /etc/issue.net ... [2020-12-31T06:01:58.460Z] Installing new version of config file /etc/lsb-release ... [2020-12-31T06:01:58.460Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-31T06:01:58.725Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-31T06:01:58.987Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-31T06:01:58.987Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-31T06:01:58.987Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:01:58.987Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-31T06:01:58.987Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-31T06:01:59.247Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-31T06:01:59.247Z] 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 [2020-12-31T06:01:59.247Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:01:59.247Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:01:59.247Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-31T06:01:59.513Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:01:59.513Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:01:59.513Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-31T06:01:59.513Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-31T06:01:59.777Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-31T06:01:59.777Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:01:59.777Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-31T06:01:59.777Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T06:02:00.039Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-31T06:02:00.304Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:00.304Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T06:02:00.304Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T06:02:00.304Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T06:02:00.570Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:00.570Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T06:02:00.570Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T06:02:00.831Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-31T06:02:00.831Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:00.831Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-31T06:02:00.831Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-31T06:02:00.831Z] Setting up grep (3.1-2build1) ... [2020-12-31T06:02:01.093Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:01.093Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-31T06:02:01.093Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-31T06:02:01.093Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-31T06:02:01.374Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:01.374Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T06:02:01.374Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:02:01.374Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-31T06:02:01.640Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:01.640Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T06:02:01.640Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T06:02:02.231Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T06:02:02.231Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T06:02:02.231Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-31T06:02:02.231Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T06:02:02.809Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-31T06:02:02.809Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:02.809Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-31T06:02:03.075Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-31T06:02:04.022Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-31T06:02:04.022Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-31T06:02:04.284Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-31T06:02:04.284Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-31T06:02:04.284Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-31T06:02:04.284Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:04.284Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-31T06:02:04.548Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-31T06:02:04.548Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-31T06:02:04.815Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:04.815Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:02:04.815Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:02:04.815Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:02:04.815Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:04.815Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:02:04.815Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:02:05.087Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:02:05.087Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:05.087Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:02:05.087Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:02:05.349Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:02:05.349Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:05.349Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:02:05.349Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:02:05.616Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:02:05.616Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:05.616Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T06:02:05.616Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:02:05.884Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T06:02:05.884Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:02:05.884Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T06:02:06.144Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:06.144Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-31T06:02:06.144Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:02:06.144Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T06:02:06.430Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:06.430Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:02:06.430Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:02:06.430Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:02:06.430Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:06.430Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:02:06.430Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:02:06.692Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:02:06.692Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:06.692Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:02:06.692Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:02:07.264Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:02:07.529Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-31T06:02:07.803Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-31T06:02:08.081Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:08.081Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-31T06:02:08.081Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-31T06:02:08.343Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T06:02:08.605Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-31T06:02:08.605Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-31T06:02:08.605Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-31T06:02:08.867Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-31T06:02:08.867Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:08.867Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-31T06:02:09.129Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-31T06:02:09.129Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-31T06:02:09.392Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:09.392Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T06:02:09.653Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T06:02:09.653Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T06:02:09.913Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:09.913Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T06:02:09.913Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T06:02:09.913Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T06:02:10.174Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:10.174Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-31T06:02:10.435Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T06:02:10.435Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T06:02:10.696Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:10.696Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-31T06:02:10.696Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-31T06:02:10.959Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-31T06:02:10.959Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-31T06:02:10.959Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T06:02:10.959Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T06:02:11.228Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T06:02:11.228Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:11.228Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-31T06:02:11.228Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-31T06:02:11.489Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-31T06:02:11.489Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:11.489Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-31T06:02:11.489Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-31T06:02:11.751Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-31T06:02:12.012Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:12.012Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-31T06:02:12.012Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-31T06:02:12.012Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-31T06:02:12.273Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:12.273Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-31T06:02:12.273Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-31T06:02:12.273Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-31T06:02:12.273Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:12.273Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-31T06:02:12.537Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-31T06:02:12.800Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-31T06:02:13.062Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:13.062Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-31T06:02:13.062Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-31T06:02:13.062Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-31T06:02:13.323Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:13.323Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-31T06:02:13.323Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-31T06:02:13.323Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-31T06:02:13.584Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:13.584Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-31T06:02:13.584Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-31T06:02:13.584Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-31T06:02:13.584Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:13.584Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-31T06:02:13.860Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-31T06:02:14.121Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-31T06:02:14.385Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:14.385Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-31T06:02:14.385Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-31T06:02:14.385Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-31T06:02:14.385Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-31T06:02:14.385Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-31T06:02:14.647Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-31T06:02:14.647Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-31T06:02:14.911Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-31T06:02:14.911Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-31T06:02:14.911Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-31T06:02:14.911Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-31T06:02:14.911Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-31T06:02:15.174Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-31T06:02:15.174Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-31T06:02:15.436Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-31T06:02:15.436Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-31T06:02:15.698Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-31T06:02:15.698Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-31T06:02:15.698Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-31T06:02:15.985Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-31T06:02:15.985Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-31T06:02:15.985Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-31T06:02:15.985Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-31T06:02:15.985Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-31T06:02:16.246Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-31T06:02:16.246Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-31T06:02:16.246Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-31T06:02:16.246Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-31T06:02:16.520Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-31T06:02:16.520Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-31T06:02:16.520Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-31T06:02:16.520Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-31T06:02:17.516Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-31T06:02:17.516Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-31T06:02:17.516Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-31T06:02:17.516Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-31T06:02:17.781Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T06:02:17.781Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T06:02:18.042Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T06:02:18.303Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T06:02:18.303Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T06:02:18.303Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T06:02:18.563Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-31T06:02:18.563Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-31T06:02:18.563Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:18.563Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:18.824Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:18.824Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:18.824Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:18.824Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:19.085Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:19.085Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:20.029Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:20.029Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:20.981Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:20.981Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:21.926Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:21.926Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:22.196Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:22.196Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:23.139Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-31T06:02:23.139Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-31T06:02:23.400Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T06:02:23.400Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T06:02:23.400Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-31T06:02:23.400Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T06:02:23.661Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-31T06:02:23.661Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-31T06:02:23.661Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-31T06:02:23.935Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-31T06:02:23.935Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T06:02:23.935Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T06:02:23.935Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-31T06:02:24.201Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-31T06:02:24.201Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-31T06:02:24.201Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-31T06:02:24.463Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:02:24.464Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-31T06:02:24.464Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:02:24.464Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:02:24.464Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:02:24.464Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-31T06:02:24.464Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-31T06:02:24.464Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-31T06:02:24.725Z] [2020-12-31T06:02:24.725Z] Current default time zone: 'Etc/UTC' [2020-12-31T06:02:24.725Z] Local time is now: Thu Dec 31 06:02:24 UTC 2020. [2020-12-31T06:02:24.725Z] Universal Time is now: Thu Dec 31 06:02:24 UTC 2020. [2020-12-31T06:02:24.725Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-31T06:02:24.725Z] [2020-12-31T06:02:24.986Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-31T06:02:24.986Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:02:24.986Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-31T06:02:24.986Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-31T06:02:24.986Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-31T06:02:24.986Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-31T06:02:24.986Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-31T06:02:24.986Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-31T06:02:24.986Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-31T06:02:25.249Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-31T06:02:25.249Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:02:25.249Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-31T06:02:25.513Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:25.513Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-31T06:02:25.513Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:02:25.513Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-31T06:02:25.513Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-31T06:02:25.513Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-31T06:02:25.513Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-31T06:02:25.513Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-31T06:02:25.513Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-31T06:02:25.513Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-31T06:02:25.513Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-31T06:02:25.571Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:02:25.571Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:02:25.571Z] ---> 33a63313f13c [2020-12-31T06:02:25.571Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T06:02:25.571Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:02:25.571Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:02:25.571Z] ---> 33a63313f13c [2020-12-31T06:02:25.571Z] Step 3/27 : WORKDIR /edgex-go [2020-12-31T06:02:25.571Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:02:25.571Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:02:25.571Z] ---> 33a63313f13c [2020-12-31T06:02:25.571Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T06:02:25.571Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:02:25.571Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:02:25.571Z] ---> 33a63313f13c [2020-12-31T06:02:25.571Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T06:02:25.571Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:02:25.571Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:02:25.571Z] ---> 33a63313f13c [2020-12-31T06:02:25.571Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T06:02:27.432Z] Updating certificates in /etc/ssl/certs... [2020-12-31T06:02:27.549Z] ---> Running in 3ad8f624f7f6 [2020-12-31T06:02:27.549Z] ---> Running in 34262695a2a8 [2020-12-31T06:02:27.549Z] ---> Running in 69b01a0564a4 [2020-12-31T06:02:27.549Z] ---> Running in 38ffe0e08cbe [2020-12-31T06:02:27.549Z] ---> Running in 69b64b00c5ca [2020-12-31T06:02:28.167Z] Removing intermediate container 34262695a2a8 [2020-12-31T06:02:28.167Z] ---> a1c7da890202 [2020-12-31T06:02:28.167Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:02:28.167Z] Removing intermediate container 3ad8f624f7f6 [2020-12-31T06:02:28.167Z] ---> 38cfdf1ea12a [2020-12-31T06:02:28.167Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:02:28.167Z] Removing intermediate container 38ffe0e08cbe [2020-12-31T06:02:28.167Z] ---> 3eccd73cbe52 [2020-12-31T06:02:28.167Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:02:28.375Z] 22 added, 17 removed; done. [2020-12-31T06:02:28.375Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-31T06:02:28.375Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-31T06:02:28.375Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-31T06:02:28.375Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-31T06:02:28.375Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-31T06:02:28.375Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:28.375Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-31T06:02:28.375Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:28.439Z] Removing intermediate container 69b01a0564a4 [2020-12-31T06:02:28.439Z] ---> bf9e793c888f [2020-12-31T06:02:28.439Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:02:28.439Z] Removing intermediate container 69b64b00c5ca [2020-12-31T06:02:28.439Z] ---> cd47471b2a06 [2020-12-31T06:02:28.439Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:02:28.439Z] ---> Running in 0e915a44cb05 [2020-12-31T06:02:28.439Z] ---> Running in 673a2de37999 [2020-12-31T06:02:28.439Z] ---> Running in dbab7c66de93 [2020-12-31T06:02:28.643Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:28.643Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:28.643Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:28.643Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:28.643Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-31T06:02:28.643Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-31T06:02:28.643Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-31T06:02:28.643Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-31T06:02:28.724Z] ---> Running in bf37f8100eb2 [2020-12-31T06:02:28.724Z] ---> Running in 1bdbb3dc037c [2020-12-31T06:02:28.905Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-31T06:02:28.905Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:28.905Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-31T06:02:28.905Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-31T06:02:28.905Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-31T06:02:28.905Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-31T06:02:29.166Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T06:02:29.166Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-31T06:02:29.166Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-31T06:02:29.166Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-31T06:02:29.166Z] Updating certificates in /etc/ssl/certs... [2020-12-31T06:02:29.738Z] 0 added, 0 removed; done. [2020-12-31T06:02:29.738Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-31T06:02:29.738Z] done. [2020-12-31T06:02:30.311Z] Reading package lists... [2020-12-31T06:02:30.571Z] Building dependency tree... [2020-12-31T06:02:30.571Z] Reading state information... [2020-12-31T06:02:30.572Z] The following NEW packages will be installed: [2020-12-31T06:02:30.572Z] apt-transport-https [2020-12-31T06:02:30.842Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T06:02:30.842Z] Need to get 1696 B of archives. [2020-12-31T06:02:30.842Z] After this operation, 153 kB of additional disk space will be used. [2020-12-31T06:02:30.842Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-31T06:02:31.104Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:02:31.104Z] Fetched 1696 B in 0s (9231 B/s) [2020-12-31T06:02:31.104Z] Selecting previously unselected package apt-transport-https. [2020-12-31T06:02:31.104Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-31T06:02:31.104Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-31T06:02:31.104Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-31T06:02:31.104Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-31T06:02:31.364Z] Waiting for network to be ready... [2020-12-31T06:02:32.132Z] Removing intermediate container 0e915a44cb05 [2020-12-31T06:02:32.132Z] ---> 3c93061349d0 [2020-12-31T06:02:32.132Z] Step 5/24 : RUN apk update && apk add make git [2020-12-31T06:02:32.424Z] ---> Running in 1e8aa1204154 [2020-12-31T06:02:32.700Z] Removing intermediate container 673a2de37999 [2020-12-31T06:02:32.700Z] ---> bb67cc30dd1e [2020-12-31T06:02:32.700Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-31T06:02:32.700Z] Removing intermediate container dbab7c66de93 [2020-12-31T06:02:32.700Z] ---> 91009f60a7c8 [2020-12-31T06:02:32.700Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T06:02:32.976Z] ---> Running in 8343b18e9b45 [2020-12-31T06:02:32.976Z] ---> Running in c45c56610397 [2020-12-31T06:02:33.251Z] Removing intermediate container bf37f8100eb2 [2020-12-31T06:02:33.251Z] ---> f1a52211fa3c [2020-12-31T06:02:33.251Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T06:02:33.251Z] Removing intermediate container 1bdbb3dc037c [2020-12-31T06:02:33.251Z] ---> c8318720f84c [2020-12-31T06:02:33.251Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-31T06:02:33.529Z] ---> Running in 6a9d11e5a4e2 [2020-12-31T06:02:33.529Z] ---> Running in e3c7311844ae [2020-12-31T06:02:34.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:35.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:35.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:35.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:35.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:35.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:36.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:36.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:36.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:36.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:02:36.552Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:02:36.552Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:02:36.552Z] OK: 12620 distinct packages available [2020-12-31T06:02:37.169Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:02:37.169Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:02:37.169Z] OK: 12620 distinct packages available [2020-12-31T06:02:37.450Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:02:37.450Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:02:37.450Z] OK: 12620 distinct packages available [2020-12-31T06:02:37.450Z] OK: 217 MiB in 51 packages [2020-12-31T06:02:37.450Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:02:37.450Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:02:37.450Z] OK: 12620 distinct packages available [2020-12-31T06:02:37.726Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:02:37.726Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:02:37.726Z] OK: 12620 distinct packages available [2020-12-31T06:02:38.332Z] OK: 217 MiB in 51 packages [2020-12-31T06:02:38.332Z] OK: 217 MiB in 51 packages [2020-12-31T06:02:38.613Z] OK: 217 MiB in 51 packages [2020-12-31T06:02:38.899Z] OK: 217 MiB in 51 packages [2020-12-31T06:02:39.505Z] Removing intermediate container 1e8aa1204154 [2020-12-31T06:02:39.505Z] ---> 03145cdd3699 [2020-12-31T06:02:39.505Z] Step 6/24 : COPY go.mod . [2020-12-31T06:02:39.515Z] 2020-12-31T06:02:35Z INFO Waiting for automatic snapd restart... [2020-12-31T06:02:39.515Z] snapd 2.48.1 from Canonical* installed [2020-12-31T06:02:40.090Z] "snapd" switched to the "latest/stable" channel [2020-12-31T06:02:40.090Z] [2020-12-31T06:02:40.515Z] Removing intermediate container c45c56610397 [2020-12-31T06:02:40.515Z] ---> b224accc3bc6 [2020-12-31T06:02:40.515Z] Step 6/21 : COPY go.mod . [2020-12-31T06:02:40.791Z] ---> f3943673a05c [2020-12-31T06:02:40.791Z] Step 7/24 : RUN go mod download [2020-12-31T06:02:40.791Z] Removing intermediate container 8343b18e9b45 [2020-12-31T06:02:40.791Z] ---> c6edfd0ee6df [2020-12-31T06:02:40.791Z] Step 6/27 : COPY go.mod . [2020-12-31T06:02:41.065Z] ---> Running in 7016f674481a [2020-12-31T06:02:41.065Z] Removing intermediate container 6a9d11e5a4e2 [2020-12-31T06:02:41.065Z] ---> 14f3593579f7 [2020-12-31T06:02:41.065Z] Step 6/22 : COPY go.mod . [2020-12-31T06:02:41.065Z] Removing intermediate container e3c7311844ae [2020-12-31T06:02:41.065Z] ---> 44ef3bc6f6c2 [2020-12-31T06:02:41.065Z] Step 6/24 : COPY go.mod . [2020-12-31T06:02:41.342Z] ---> 9f52153cac13 [2020-12-31T06:02:41.342Z] Step 7/21 : RUN go mod download [2020-12-31T06:02:41.624Z] ---> Running in 4a15c485a2f3 [2020-12-31T06:02:42.245Z] ---> fefc98902459 [2020-12-31T06:02:42.245Z] Step 7/22 : RUN go mod download [2020-12-31T06:02:42.245Z] ---> 583d904eddb2 [2020-12-31T06:02:42.245Z] Step 7/27 : RUN go mod download [2020-12-31T06:02:42.530Z] ---> 51ff58366703 [2020-12-31T06:02:42.530Z] Step 7/24 : RUN go mod download [2020-12-31T06:02:42.530Z] ---> Running in 5de122821bfc [2020-12-31T06:02:42.530Z] ---> Running in af7d5cd64476 [2020-12-31T06:02:42.805Z] ---> Running in e6499ef2e136 [2020-12-31T06:02:44.324Z] core18 20201210 from Canonical* installed [2020-12-31T06:02:44.584Z] "core18" switched to the "latest/stable" channel [2020-12-31T06:02:44.584Z] [2020-12-31T06:02:45.458Z] Removing intermediate container 7016f674481a [2020-12-31T06:02:45.458Z] ---> 47420c2583aa [2020-12-31T06:02:45.458Z] Step 8/24 : COPY . . [2020-12-31T06:02:46.085Z] Removing intermediate container 4a15c485a2f3 [2020-12-31T06:02:46.085Z] ---> 79f7a172d87f [2020-12-31T06:02:46.085Z] Step 8/21 : COPY . . [2020-12-31T06:02:48.177Z] Removing intermediate container 5de122821bfc [2020-12-31T06:02:48.177Z] ---> fff62eed335d [2020-12-31T06:02:48.177Z] Step 8/22 : COPY . . [2020-12-31T06:02:48.806Z] Removing intermediate container af7d5cd64476 [2020-12-31T06:02:48.806Z] ---> dd4bea94c397 [2020-12-31T06:02:48.807Z] Step 8/27 : COPY . . [2020-12-31T06:02:49.086Z] Removing intermediate container e6499ef2e136 [2020-12-31T06:02:49.086Z] ---> 174765bf75fc [2020-12-31T06:02:49.086Z] Step 8/24 : COPY . . [2020-12-31T06:02:51.162Z] snapcraft 4.4.4 from Canonical* installed [2020-12-31T06:02:51.162Z] "snapcraft" switched to the "latest/stable" channel [2020-12-31T06:02:51.162Z] [2020-12-31T06:02:54.501Z] 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: [2020-12-31T06:02:54.501Z] - README.md [2020-12-31T06:02:54.501Z] [2020-12-31T06:02:54.501Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-31T06:03:01.090Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T06:03:01.090Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T06:03:01.090Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T06:03:01.090Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T06:03:02.479Z] Reading package lists... [2020-12-31T06:03:02.743Z] 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 [2020-12-31T06:03:09.335Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T06:03:09.335Z] Reading package lists... [2020-12-31T06:03:09.335Z] Building dependency tree... [2020-12-31T06:03:09.335Z] Reading state information... [2020-12-31T06:03:09.335Z] Suggested packages: [2020-12-31T06:03:09.335Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-31T06:03:09.335Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-31T06:03:09.335Z] Recommended packages: [2020-12-31T06:03:09.335Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-31T06:03:09.335Z] The following NEW packages will be installed: [2020-12-31T06:03:09.335Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-31T06:03:09.335Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-31T06:03:09.335Z] pkg-config zip [2020-12-31T06:03:09.597Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-31T06:03:09.597Z] Need to get 7655 kB of archives. [2020-12-31T06:03:09.597Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-31T06:03:09.597Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-31T06:03:09.597Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-31T06:03:09.597Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-31T06:03:09.859Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-31T06:03:09.859Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-31T06:03:09.859Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-31T06:03:09.859Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-31T06:03:10.120Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-31T06:03:10.120Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-31T06:03:10.120Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-31T06:03:10.120Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-31T06:03:10.120Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-31T06:03:10.120Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-31T06:03:10.382Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-31T06:03:10.382Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-31T06:03:10.643Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-31T06:03:10.643Z] Fetched 7655 kB in 1s (6951 kB/s) [2020-12-31T06:03:10.643Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-31T06:03:10.643Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-31T06:03:10.643Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-31T06:03:10.643Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-31T06:03:10.904Z] Selecting previously unselected package libpsl5:amd64. [2020-12-31T06:03:10.904Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-31T06:03:10.904Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-31T06:03:11.166Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-31T06:03:11.166Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-31T06:03:11.166Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-31T06:03:11.166Z] Selecting previously unselected package librtmp1:amd64. [2020-12-31T06:03:11.166Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-31T06:03:11.166Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-31T06:03:11.428Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-31T06:03:11.428Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-31T06:03:11.428Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-31T06:03:11.428Z] Selecting previously unselected package liberror-perl. [2020-12-31T06:03:11.428Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-31T06:03:11.428Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-31T06:03:11.428Z] Selecting previously unselected package git-man. [2020-12-31T06:03:11.428Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-31T06:03:11.428Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-31T06:03:11.697Z] Selecting previously unselected package git. [2020-12-31T06:03:11.697Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-31T06:03:11.697Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-31T06:03:12.641Z] Selecting previously unselected package libnorm1:amd64. [2020-12-31T06:03:12.641Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-31T06:03:12.641Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-31T06:03:12.641Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-31T06:03:12.641Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-31T06:03:12.641Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-31T06:03:12.903Z] Selecting previously unselected package libsodium23:amd64. [2020-12-31T06:03:12.903Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-31T06:03:12.903Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-31T06:03:12.903Z] Selecting previously unselected package libzmq5:amd64. [2020-12-31T06:03:12.903Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-31T06:03:12.903Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T06:03:12.903Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-31T06:03:12.903Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-31T06:03:12.903Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T06:03:13.167Z] Selecting previously unselected package pkg-config. [2020-12-31T06:03:13.167Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-31T06:03:13.167Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-31T06:03:13.167Z] Selecting previously unselected package zip. [2020-12-31T06:03:13.167Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-31T06:03:13.167Z] Unpacking zip (3.0-11build1) ... [2020-12-31T06:03:13.167Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-31T06:03:13.167Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-31T06:03:13.430Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-31T06:03:13.431Z] Setting up liberror-perl (0.17025-1) ... [2020-12-31T06:03:13.431Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-31T06:03:13.431Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-31T06:03:13.431Z] No schema files found: doing nothing. [2020-12-31T06:03:13.431Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-31T06:03:13.431Z] Setting up zip (3.0-11build1) ... [2020-12-31T06:03:13.431Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-31T06:03:13.431Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-31T06:03:13.431Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-31T06:03:13.694Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T06:03:13.694Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-31T06:03:13.694Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-31T06:03:13.694Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-31T06:03:13.694Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-31T06:03:16.158Z] ---> a069e2fab2eb [2020-12-31T06:03:16.158Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-31T06:03:16.158Z] ---> f38ccc402524 [2020-12-31T06:03:16.158Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-31T06:03:16.158Z] ---> 85ecfa66a89f [2020-12-31T06:03:16.158Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-31T06:03:16.158Z] ---> 76a6fd0f652b [2020-12-31T06:03:16.158Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-31T06:03:16.158Z] ---> Running in 80c8d645e30b [2020-12-31T06:03:16.158Z] ---> Running in 24acc3f5360f [2020-12-31T06:03:16.158Z] ---> Running in 2d098e786a39 [2020-12-31T06:03:16.158Z] ---> ab02a1c9978e [2020-12-31T06:03:16.158Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-31T06:03:16.158Z] ---> Running in f7c5ed7370d6 [2020-12-31T06:03:16.158Z] ---> Running in 0b0d33a21b3a [2020-12-31T06:03:16.158Z] 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 [2020-12-31T06:03:16.158Z] 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 [2020-12-31T06:03:16.158Z] 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 [2020-12-31T06:03:16.158Z] 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 [2020-12-31T06:03:16.158Z] 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 [2020-12-31T06:03:20.284Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T06:03:20.284Z] git set to automatically installed. [2020-12-31T06:03:20.284Z] git-man set to automatically installed. [2020-12-31T06:03:20.284Z] libcurl3-gnutls set to automatically installed. [2020-12-31T06:03:20.284Z] liberror-perl set to automatically installed. [2020-12-31T06:03:20.284Z] libglib2.0-0 set to automatically installed. [2020-12-31T06:03:20.284Z] libnghttp2-14 set to automatically installed. [2020-12-31T06:03:20.284Z] libnorm1 set to automatically installed. [2020-12-31T06:03:20.284Z] libpgm-5.2-0 set to automatically installed. [2020-12-31T06:03:20.284Z] libpsl5 set to automatically installed. [2020-12-31T06:03:20.284Z] librtmp1 set to automatically installed. [2020-12-31T06:03:20.284Z] libsodium23 set to automatically installed. [2020-12-31T06:03:20.284Z] libzmq3-dev set to automatically installed. [2020-12-31T06:03:20.284Z] libzmq5 set to automatically installed. [2020-12-31T06:03:20.284Z] pkg-config set to automatically installed. [2020-12-31T06:03:20.284Z] zip set to automatically installed. [2020-12-31T06:03:22.198Z] snapd is not logged in, snap install commands will use sudo [2020-12-31T06:03:28.798Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-31T06:03:28.798Z] snap "core18" has no updates available [2020-12-31T06:03:30.182Z] Pulling config-common [2020-12-31T06:03:31.564Z] Pulling go-build-helper [2020-12-31T06:03:58.226Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-31T06:03:58.226Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-31T06:03:58.226Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-31T06:03:58.226Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-31T06:03:58.226Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-31T06:03:58.226Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-31T06:03:58.226Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-31T06:03:58.226Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-31T06:03:58.226Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-31T06:03:58.226Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-31T06:03:58.226Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-31T06:03:58.226Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-31T06:03:58.226Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-31T06:03:58.226Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-31T06:03:58.226Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-31T06:03:58.226Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-31T06:03:58.226Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-31T06:03:58.226Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-31T06:03:58.226Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-31T06:03:58.226Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-31T06:03:58.226Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-31T06:03:58.226Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-31T06:03:58.226Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-31T06:03:58.226Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-31T06:03:58.226Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-31T06:03:58.226Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-31T06:03:58.226Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-31T06:03:58.226Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-31T06:03:58.226Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-31T06:03:58.226Z] Fetched 279 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-31T06:03:58.226Z] Fetched 122 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-31T06:03:58.226Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-31T06:03:58.226Z] Fetched 8848 B in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-31T06:03:58.226Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-31T06:03:58.226Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-31T06:03:58.226Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-31T06:03:58.226Z] Fetched 214 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-31T06:03:58.226Z] Fetched 155 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-31T06:03:58.226Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-31T06:03:58.226Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-31T06:03:58.226Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-31T06:03:58.226Z] Fetched 499 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-31T06:03:58.226Z] Fetched 111 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-31T06:03:58.226Z] Fetched 240 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-31T06:03:58.226Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-31T06:03:58.226Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-31T06:03:58.226Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-31T06:03:58.226Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-31T06:03:58.227Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-31T06:03:58.227Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-31T06:03:58.227Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-31T06:03:58.227Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-31T06:03:58.227Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-31T06:03:58.227Z] Fetched 8720 B in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-31T06:03:58.227Z] Fetched 137 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-31T06:03:58.227Z] Fetched 119 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-31T06:03:58.227Z] Fetched 109 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-31T06:03:58.227Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-31T06:03:58.227Z] Fetched 645 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-31T06:03:58.227Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-31T06:03:58.227Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-31T06:03:58.227Z] Fetched 368 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-31T06:03:58.227Z] Fetched 187 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-31T06:03:58.227Z] Fetched 175 kB in 0s (0 B/s) [2020-12-31T06:03:58.227Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-31T06:03:58.800Z] Fetched 206 kB in 0s (0 B/s) [2020-12-31T06:03:58.800Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-31T06:03:58.800Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-31T06:03:58.800Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-31T06:03:58.800Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-31T06:03:58.800Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-31T06:03:58.800Z] Fetched 159 kB in 0s (0 B/s) [2020-12-31T06:03:58.800Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-31T06:03:58.800Z] Fetched 107 kB in 0s (0 B/s) [2020-12-31T06:03:58.800Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-31T06:03:58.800Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-31T06:03:58.800Z] Pulling static-packages [2020-12-31T06:03:59.749Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-31T06:03:59.749Z] Skipping pull go-build-helper (already ran) [2020-12-31T06:03:59.749Z] Skipping pull static-packages (already ran) [2020-12-31T06:03:59.749Z] Building go-build-helper [2020-12-31T06:04:03.978Z] Building static-packages [2020-12-31T06:04:06.528Z] Staging go-build-helper [2020-12-31T06:04:07.923Z] Staging static-packages [2020-12-31T06:04:08.872Z] Pulling go115 [2020-12-31T06:04:10.279Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-31T06:04:10.279Z] Skipping pull go115 (already ran) [2020-12-31T06:04:10.279Z] Building go115 [2020-12-31T06:04:10.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-31T06:04:10.280Z] Dload Upload Total Spent Left Speed [2020-12-31T06:04:13.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.4M 0 0 28.9M 0 0:00:03 --:--:-- 0:00:03 28.9M 55 115M 55 64.6M 0 0 33.1M 0 0:00:03 0:00:01 0:00:02 33.1M 87 115M 87 101M 0 0 34.4M 0 0:00:03 0:00:02 0:00:01 34.4M 100 115M 100 115M 0 0 34.6M 0 0:00:03 0:00:03 --:--:-- 34.6M [2020-12-31T06:04:14.093Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-31T06:04:19.412Z] Staging go115 [2020-12-31T06:04:26.025Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-31T06:04:26.025Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-31T06:04:26.025Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-31T06:04:26.025Z] Fetched 0 B in 0s (0 B/s) [2020-12-31T06:04:26.025Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-31T06:04:26.025Z] Fetched 224 kB in 0s (0 B/s) [2020-12-31T06:04:26.025Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-31T06:04:26.025Z] Fetched 157 kB in 0s (0 B/s) [2020-12-31T06:04:26.025Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-31T06:04:26.025Z] Fetched 221 kB in 0s (0 B/s) [2020-12-31T06:04:26.025Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-31T06:04:26.025Z] Fetched 143 kB in 0s (0 B/s) [2020-12-31T06:04:26.025Z] Pulling edgex-go [2020-12-31T06:04:27.408Z] Pulling version [2020-12-31T06:04:28.352Z] Building config-common [2020-12-31T06:04:30.981Z] Skipping build go-build-helper (already ran) [2020-12-31T06:04:30.982Z] Skipping build static-packages (already ran) [2020-12-31T06:04:30.982Z] Skipping build go115 (already ran) [2020-12-31T06:04:31.247Z] Building edgex-go [2020-12-31T06:04:32.198Z] 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 [2020-12-31T06:04:33.143Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-31T06:04:33.143Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2020-12-31T06:04:33.143Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2020-12-31T06:04:33.143Z] go: downloading github.com/google/uuid v1.1.3 [2020-12-31T06:04:33.143Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-31T06:04:33.408Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2020-12-31T06:04:33.408Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-31T06:04:33.408Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-31T06:04:33.408Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-31T06:04:33.408Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-31T06:04:33.408Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2020-12-31T06:04:33.408Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-31T06:04:33.408Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-31T06:04:33.408Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-31T06:04:33.408Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-31T06:04:33.408Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-31T06:04:33.408Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-31T06:04:33.408Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-31T06:04:33.408Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-31T06:04:33.408Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-31T06:04:33.408Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-31T06:04:33.408Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-31T06:04:33.408Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-31T06:04:33.408Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-31T06:04:33.677Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-31T06:04:33.677Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-31T06:04:33.677Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-31T06:04:33.677Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-31T06:04:33.940Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-31T06:04:38.057Z] 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 [2020-12-31T06:04:38.057Z] 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 [2020-12-31T06:04:43.985Z] 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 [2020-12-31T06:04:48.211Z] 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 [2020-12-31T06:04:48.476Z] 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 [2020-12-31T06:04:49.870Z] 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 [2020-12-31T06:04:50.131Z] 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 [2020-12-31T06:04:50.131Z] go: downloading github.com/stretchr/testify v1.6.1 [2020-12-31T06:04:50.392Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-31T06:04:50.393Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-31T06:04:50.393Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-12-31T06:04:52.316Z] 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 [2020-12-31T06:04:52.316Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-31T06:04:52.316Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-31T06:04:53.232Z] Removing intermediate container 80c8d645e30b [2020-12-31T06:04:53.232Z] ---> 30e65c72737a [2020-12-31T06:04:53.232Z] [2020-12-31T06:04:53.232Z] Step 10/24 : FROM alpine:3.10 [2020-12-31T06:04:53.232Z] 3.10: Pulling from library/alpine [2020-12-31T06:04:53.265Z] 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 [2020-12-31T06:04:53.528Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-31T06:04:54.384Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T06:04:54.384Z] Status: Downloaded newer image for alpine:3.10 [2020-12-31T06:04:54.384Z] ---> 536a684cf733 [2020-12-31T06:04:54.384Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T06:04:54.384Z] Removing intermediate container 2d098e786a39 [2020-12-31T06:04:54.384Z] ---> c128bb7d9963 [2020-12-31T06:04:54.384Z] [2020-12-31T06:04:54.384Z] Step 10/21 : FROM alpine [2020-12-31T06:04:54.384Z] latest: Pulling from library/alpine [2020-12-31T06:04:54.509Z] 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 [2020-12-31T06:04:54.509Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-31T06:04:54.992Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T06:04:54.992Z] ---> Running in a520f663acb6 [2020-12-31T06:04:54.992Z] Status: Downloaded newer image for alpine:latest [2020-12-31T06:04:54.992Z] ---> afeebe901d6b [2020-12-31T06:04:54.992Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-31T06:04:56.009Z] ---> Running in d99dad029c3b [2020-12-31T06:04:56.428Z] 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 [2020-12-31T06:04:56.684Z] Removing intermediate container 0b0d33a21b3a [2020-12-31T06:04:56.684Z] ---> 8b1da0020e51 [2020-12-31T06:04:56.684Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-31T06:04:57.036Z] 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 [2020-12-31T06:04:57.713Z] ---> Running in 7ac7a379e45f [2020-12-31T06:04:57.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:04:57.982Z] 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 [2020-12-31T06:04:57.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:04:57.989Z] Removing intermediate container 24acc3f5360f [2020-12-31T06:04:57.989Z] ---> 3c923f6b595e [2020-12-31T06:04:57.989Z] [2020-12-31T06:04:57.989Z] Step 10/22 : FROM scratch [2020-12-31T06:04:57.989Z] ---> [2020-12-31T06:04:57.989Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T06:04:58.264Z] Removing intermediate container f7c5ed7370d6 [2020-12-31T06:04:58.264Z] ---> 4b25d4afa60a [2020-12-31T06:04:58.264Z] [2020-12-31T06:04:58.264Z] Step 10/24 : FROM scratch [2020-12-31T06:04:58.264Z] ---> [2020-12-31T06:04:58.264Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-31T06:04:58.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:04:58.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:04:58.539Z] ---> Running in 0a5f20749f96 [2020-12-31T06:04:58.539Z] ---> Running in 87b503743341 [2020-12-31T06:04:58.813Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T06:04:58.813Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T06:04:58.813Z] OK: 10171 distinct packages available [2020-12-31T06:04:59.095Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:04:59.095Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:04:59.095Z] OK: 12615 distinct packages available [2020-12-31T06:04:59.095Z] Removing intermediate container 0a5f20749f96 [2020-12-31T06:04:59.095Z] ---> 60c87cd92bcc [2020-12-31T06:04:59.095Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-31T06:04:59.095Z] Removing intermediate container 87b503743341 [2020-12-31T06:04:59.095Z] ---> 561fac7c7a43 [2020-12-31T06:04:59.095Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-31T06:04:59.369Z] 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 [2020-12-31T06:04:59.369Z] ---> Running in 1bdc0ce771d8 [2020-12-31T06:04:59.369Z] ---> Running in 54a605911036 [2020-12-31T06:04:59.645Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T06:04:59.645Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T06:04:59.921Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T06:04:59.921Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T06:04:59.921Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T06:04:59.921Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T06:04:59.921Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T06:04:59.921Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-31T06:04:59.921Z] Removing intermediate container 1bdc0ce771d8 [2020-12-31T06:04:59.921Z] ---> 99e7ccdf6c4a [2020-12-31T06:05:00.203Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-31T06:05:00.203Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T06:05:00.203Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-31T06:05:00.203Z] (4/4) Installing curl (7.69.1-r3) [2020-12-31T06:05:00.203Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:05:00.203Z] OK: 7 MiB in 19 packages [2020-12-31T06:05:00.203Z] Executing ca-certificates-20191127-r4.trigger [2020-12-31T06:05:00.203Z] ---> Running in ad4b8c648314 [2020-12-31T06:05:00.203Z] Removing intermediate container 54a605911036 [2020-12-31T06:05:00.203Z] ---> 4eede31f71c9 [2020-12-31T06:05:00.203Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T06:05:00.480Z] OK: 7 MiB in 18 packages [2020-12-31T06:05:00.480Z] ---> Running in 797b15e89119 [2020-12-31T06:05:00.529Z] Building version [2020-12-31T06:05:01.475Z] Removing intermediate container ad4b8c648314 [2020-12-31T06:05:01.476Z] ---> fa9c63a066bf [2020-12-31T06:05:01.476Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-31T06:05:01.476Z] Removing intermediate container 797b15e89119 [2020-12-31T06:05:01.476Z] ---> b02a61f9a4e4 [2020-12-31T06:05:01.476Z] Step 14/22 : WORKDIR / [2020-12-31T06:05:01.751Z] ---> Running in b9e10331467a [2020-12-31T06:05:02.739Z] ---> 09d8cf8071d1 [2020-12-31T06:05:02.740Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-31T06:05:03.022Z] Removing intermediate container a520f663acb6 [2020-12-31T06:05:03.022Z] ---> 720f09411e1b [2020-12-31T06:05:03.022Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T06:05:03.022Z] Removing intermediate container b9e10331467a [2020-12-31T06:05:03.022Z] ---> e04abb388732 [2020-12-31T06:05:03.022Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-31T06:05:03.300Z] ---> Running in 685a7540da1e [2020-12-31T06:05:03.300Z] Removing intermediate container d99dad029c3b [2020-12-31T06:05:03.300Z] ---> b54f1f891b75 [2020-12-31T06:05:03.300Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T06:05:03.584Z] ---> Running in 30725450e25b [2020-12-31T06:05:03.830Z] Staging config-common [2020-12-31T06:05:03.862Z] Removing intermediate container 685a7540da1e [2020-12-31T06:05:03.862Z] ---> b82f65bba9ad [2020-12-31T06:05:03.862Z] Step 13/24 : WORKDIR / [2020-12-31T06:05:04.137Z] ---> c09ee11996e9 [2020-12-31T06:05:04.137Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-31T06:05:04.137Z] Removing intermediate container 7ac7a379e45f [2020-12-31T06:05:04.137Z] ---> 1553c2cfef0c [2020-12-31T06:05:04.137Z] [2020-12-31T06:05:04.137Z] Step 11/27 : FROM docker:latest [2020-12-31T06:05:04.137Z] ---> f66387bf908a [2020-12-31T06:05:04.137Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-31T06:05:04.137Z] ---> f5bb42b45fa8 [2020-12-31T06:05:04.137Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-31T06:05:04.402Z] Skipping stage go-build-helper (already ran) [2020-12-31T06:05:04.402Z] Skipping stage static-packages (already ran) [2020-12-31T06:05:04.402Z] Skipping stage go115 (already ran) [2020-12-31T06:05:04.402Z] Staging edgex-go [2020-12-31T06:05:04.417Z] ---> Running in 9960484b51b0 [2020-12-31T06:05:04.417Z] Removing intermediate container 30725450e25b [2020-12-31T06:05:04.417Z] ---> dd22ceabc3b8 [2020-12-31T06:05:04.417Z] Step 13/21 : WORKDIR /edgex [2020-12-31T06:05:04.417Z] ---> Running in 84204157308c [2020-12-31T06:05:04.697Z] ---> Running in e4bcda64c79d [2020-12-31T06:05:04.971Z] Removing intermediate container 9960484b51b0 [2020-12-31T06:05:04.971Z] ---> 1b27572643b5 [2020-12-31T06:05:04.971Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-31T06:05:05.803Z] Staging version [2020-12-31T06:05:05.973Z] ---> e3b2878acb6c [2020-12-31T06:05:05.973Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-31T06:05:05.973Z] Removing intermediate container e4bcda64c79d [2020-12-31T06:05:05.973Z] ---> b2ef26cbc6f7 [2020-12-31T06:05:05.973Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-31T06:05:06.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:06.536Z] ---> c64ffea1dff8 [2020-12-31T06:05:06.536Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-31T06:05:06.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:06.536Z] ---> e49f0cec9ca1 [2020-12-31T06:05:06.536Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-31T06:05:06.788Z] Priming config-common [2020-12-31T06:05:06.815Z] ---> 7d4a378de989 [2020-12-31T06:05:06.815Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-31T06:05:07.104Z] ---> Running in ad89c934e509 [2020-12-31T06:05:07.104Z] ---> 24d09472ba0b [2020-12-31T06:05:07.104Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-31T06:05:07.104Z] (1/2) Installing readline (8.0.4-r0) [2020-12-31T06:05:07.104Z] (2/2) Installing bash (5.0.17-r0) [2020-12-31T06:05:07.391Z] Executing bash-5.0.17-r0.post-install [2020-12-31T06:05:07.391Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:05:07.391Z] OK: 12 MiB in 22 packages [2020-12-31T06:05:07.391Z] ---> ba1b6ac8635d [2020-12-31T06:05:07.391Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-31T06:05:07.671Z] ---> f637d7204ffa [2020-12-31T06:05:07.671Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-31T06:05:07.743Z] Priming go-build-helper [2020-12-31T06:05:07.953Z] Removing intermediate container ad89c934e509 [2020-12-31T06:05:07.953Z] ---> bd477f97a94b [2020-12-31T06:05:07.953Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:05:08.560Z] ---> Running in 63a14d70cf01 [2020-12-31T06:05:08.875Z] ---> 27e7e90b589d [2020-12-31T06:05:08.875Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-31T06:05:09.140Z] Priming static-packages [2020-12-31T06:05:09.165Z] ---> aee34c792eac [2020-12-31T06:05:09.165Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-31T06:05:09.165Z] Removing intermediate container 63a14d70cf01 [2020-12-31T06:05:09.165Z] ---> c7285e5a6b70 [2020-12-31T06:05:09.165Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T06:05:09.165Z] ---> 267f9049fabb [2020-12-31T06:05:09.165Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-31T06:05:09.441Z] ---> Running in ac7a720d6203 [2020-12-31T06:05:09.717Z] Removing intermediate container 84204157308c [2020-12-31T06:05:09.717Z] ---> fbf51c74bfbf [2020-12-31T06:05:09.717Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-31T06:05:09.993Z] ---> Running in 14809f0e8286 [2020-12-31T06:05:10.592Z] ---> 139bb463e275 [2020-12-31T06:05:10.592Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-31T06:05:10.592Z] Removing intermediate container ac7a720d6203 [2020-12-31T06:05:10.592Z] ---> b7e29bcd3c60 [2020-12-31T06:05:10.592Z] Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:05:10.863Z] ---> Running in 3ee03d99eaa7 [2020-12-31T06:05:10.863Z] ---> Running in eb0c6603ce74 [2020-12-31T06:05:10.863Z] ---> a757e81906af [2020-12-31T06:05:10.863Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-31T06:05:10.863Z] ---> b175a3d5ac46 [2020-12-31T06:05:10.863Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-31T06:05:11.147Z] ---> Running in 149171c6bb40 [2020-12-31T06:05:11.418Z] Removing intermediate container 3ee03d99eaa7 [2020-12-31T06:05:11.418Z] ---> 2780f22dde90 [2020-12-31T06:05:11.418Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T06:05:11.691Z] Removing intermediate container eb0c6603ce74 [2020-12-31T06:05:11.692Z] ---> e0194b806796 [2020-12-31T06:05:11.692Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:05:11.697Z] Priming go115 [2020-12-31T06:05:11.965Z] ---> Running in c9047302c34d [2020-12-31T06:05:11.965Z] ---> Running in 0b2a96d4a4e7 [2020-12-31T06:05:11.965Z] Removing intermediate container 149171c6bb40 [2020-12-31T06:05:11.965Z] ---> 77593e419d0a [2020-12-31T06:05:11.965Z] Step 18/21 : CMD ["--init=true"] [2020-12-31T06:05:12.254Z] ---> Running in 330aa41f284b [2020-12-31T06:05:12.254Z] ---> 36a630051681 [2020-12-31T06:05:12.254Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-31T06:05:12.534Z] Removing intermediate container c9047302c34d [2020-12-31T06:05:12.534Z] ---> 83bf1e2721e2 [2020-12-31T06:05:12.534Z] [2020-12-31T06:05:12.643Z] Priming edgex-go [2020-12-31T06:05:12.819Z] Removing intermediate container 0b2a96d4a4e7 [2020-12-31T06:05:12.819Z] ---> d4d5302c02be [2020-12-31T06:05:12.819Z] Step 22/24 : LABEL arch=arm64 [2020-12-31T06:05:12.819Z] Removing intermediate container 330aa41f284b [2020-12-31T06:05:12.819Z] ---> 083f6c4be337 [2020-12-31T06:05:12.819Z] Step 19/21 : LABEL arch=arm64 [2020-12-31T06:05:13.098Z] ---> Running in c344a35d751e [2020-12-31T06:05:13.098Z] ---> Running in 1fae3a760cd1 [2020-12-31T06:05:13.374Z] Successfully built 83bf1e2721e2 [2020-12-31T06:05:13.374Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-31T06:05:13.374Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-12-31T06:05:13.374Z] Removing intermediate container 14809f0e8286 [2020-12-31T06:05:13.374Z] ---> 900dca6627a4 [2020-12-31T06:05:13.374Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-31T06:05:13.648Z] ---> 1712ee8883ef [2020-12-31T06:05:13.648Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T06:05:13.648Z] ---> Running in ec2db1f8e696 [2020-12-31T06:05:13.648Z] Removing intermediate container c344a35d751e [2020-12-31T06:05:13.648Z] ---> 0c1990d1570c [2020-12-31T06:05:13.648Z] Step 23/24 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:05:13.941Z] ---> Running in d5e6319754dd [2020-12-31T06:05:13.941Z] ---> Running in c7a0e169bee5 [2020-12-31T06:05:13.941Z] Removing intermediate container 1fae3a760cd1 [2020-12-31T06:05:13.941Z] ---> 029fbced7510 [2020-12-31T06:05:13.941Z] Step 20/21 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:05:14.033Z] Priming version [2020-12-31T06:05:14.218Z] ---> Running in b0f3fe1312d2 [2020-12-31T06:05:14.218Z] Removing intermediate container ec2db1f8e696 [2020-12-31T06:05:14.218Z] ---> ea560f1a6ef6 [2020-12-31T06:05:14.218Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-31T06:05:14.490Z] ---> Running in 56256fffbfd4 [2020-12-31T06:05:14.491Z] Removing intermediate container c7a0e169bee5 [2020-12-31T06:05:14.491Z] ---> a794f4b9d7e7 [2020-12-31T06:05:14.491Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T06:05:14.989Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-31T06:05:15.466Z] ---> Running in a638a3f0ec43 [2020-12-31T06:05:15.466Z] Removing intermediate container b0f3fe1312d2 [2020-12-31T06:05:15.466Z] ---> 7f2f99b6bd98 [2020-12-31T06:05:15.466Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T06:05:15.741Z] Removing intermediate container 56256fffbfd4 [2020-12-31T06:05:15.741Z] ---> 94f4690ff899 [2020-12-31T06:05:15.741Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-31T06:05:16.339Z] ---> Running in f50147096c39 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-12-31T06:05:17.338Z] Removing intermediate container a638a3f0ec43 [2020-12-31T06:05:17.338Z] ---> 7cd9b1714bd5 [2020-12-31T06:05:17.338Z] [2020-12-31T06:05:17.338Z] ---> Running in 14871fc4fcd3 [2020-12-31T06:05:17.338Z] Removing intermediate container f50147096c39 [2020-12-31T06:05:17.338Z] ---> 42ade55a176c [2020-12-31T06:05:17.338Z] [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-31T06:05:17.951Z] Successfully built 7cd9b1714bd5 [2020-12-31T06:05:17.951Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-31T06:05:17.951Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [Pipeline] // stage [2020-12-31T06:05:18.229Z] Successfully built 42ade55a176c [2020-12-31T06:05:18.229Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-31T06:05:18.229Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [Pipeline] } [2020-12-31T06:05:18.504Z] Removing intermediate container 14871fc4fcd3 [2020-12-31T06:05:18.504Z] ---> 747603577aaf [2020-12-31T06:05:18.505Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-31T06:05:18.505Z] Removing intermediate container d5e6319754dd [2020-12-31T06:05:18.505Z] ---> 88f32598a2df [2020-12-31T06:05:18.505Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T06:05:18.780Z] ---> Running in 36b4939fa48a [2020-12-31T06:05:19.764Z] Removing intermediate container 36b4939fa48a [2020-12-31T06:05:19.764Z] ---> de9c9a88ba77 [2020-12-31T06:05:19.764Z] Step 22/24 : LABEL arch=arm64 [2020-12-31T06:05:19.764Z] ---> e820e47ffd87 [2020-12-31T06:05:19.764Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-31T06:05:19.764Z] ---> Running in 555b91714bf6 [2020-12-31T06:05:20.408Z] Removing intermediate container 555b91714bf6 [2020-12-31T06:05:20.408Z] ---> f84233586c36 [2020-12-31T06:05:20.408Z] Step 23/24 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:05:21.837Z] ---> a084c0edecdd [2020-12-31T06:05:21.837Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-31T06:05:21.837Z] ---> Running in 895aea1d06a5 [2020-12-31T06:05:23.274Z] Removing intermediate container 895aea1d06a5 [2020-12-31T06:05:23.274Z] ---> f9e7c13e2683 [2020-12-31T06:05:23.274Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T06:05:23.872Z] ---> fb35667787e6 [2020-12-31T06:05:23.872Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-31T06:05:23.872Z] ---> Running in f3f7e2f7d0f9 [2020-12-31T06:05:23.872Z] ---> Running in ba3e44286cf5 [2020-12-31T06:05:24.473Z] Removing intermediate container f3f7e2f7d0f9 [2020-12-31T06:05:24.473Z] ---> 053c58860ee8 [2020-12-31T06:05:24.473Z] [2020-12-31T06:05:24.745Z] Successfully built 053c58860ee8 [2020-12-31T06:05:24.745Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-31T06:05:24.745Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [2020-12-31T06:05:25.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:25.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:05:25.933Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-31T06:05:25.933Z] (2/33) Installing expat (2.2.9-r1) [2020-12-31T06:05:25.933Z] (3/33) Installing libffi (3.3-r2) [2020-12-31T06:05:25.933Z] (4/33) Installing gdbm (1.13-r1) [2020-12-31T06:05:26.215Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-31T06:05:26.215Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-31T06:05:26.215Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-31T06:05:28.188Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-31T06:05:28.188Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-31T06:05:28.188Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-31T06:05:28.188Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-31T06:05:28.188Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-31T06:05:28.188Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-31T06:05:28.188Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-31T06:05:28.188Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-31T06:05:28.188Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-31T06:05:28.188Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-31T06:05:28.479Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-31T06:05:28.479Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-31T06:05:28.479Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-31T06:05:28.479Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-31T06:05:28.479Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-31T06:05:28.479Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-31T06:05:28.479Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-31T06:05:28.479Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-31T06:05:28.479Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-31T06:05:28.749Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-31T06:05:28.749Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-31T06:05:28.749Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-31T06:05:28.749Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-31T06:05:28.749Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-31T06:05:28.749Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-31T06:05:28.749Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-31T06:05:29.024Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:05:29.024Z] OK: 71 MiB in 55 packages [2020-12-31T06:05:39.209Z] Removing intermediate container ba3e44286cf5 [2020-12-31T06:05:39.209Z] ---> dc78d9fe5b75 [2020-12-31T06:05:39.209Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-31T06:05:39.800Z] ---> Running in 971f559de25e [2020-12-31T06:05:46.925Z] Collecting docker-compose==1.23.2 [2020-12-31T06:05:46.925Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-31T06:05:47.199Z] Collecting texttable<0.10,>=0.9.0 [2020-12-31T06:05:47.199Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-31T06:05:49.819Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-31T06:05:49.819Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-31T06:05:52.437Z] Collecting docopt<0.7,>=0.6.1 [2020-12-31T06:05:52.437Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-31T06:05:55.827Z] Collecting docker<4.0,>=3.6.0 [2020-12-31T06:05:55.827Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-31T06:05:56.108Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:05:56.108Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:05:56.108Z] ---> 33a63313f13c [2020-12-31T06:05:56.108Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T06:05:56.108Z] ---> Using cache [2020-12-31T06:05:56.108Z] ---> cd47471b2a06 [2020-12-31T06:05:56.108Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:05:56.108Z] ---> Using cache [2020-12-31T06:05:56.108Z] ---> c8318720f84c [2020-12-31T06:05:56.108Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T06:05:57.110Z] Collecting cached-property<2,>=1.2.0 [2020-12-31T06:05:57.110Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-31T06:05:59.102Z] Collecting jsonschema<3,>=2.5.1 [2020-12-31T06:05:59.102Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-31T06:06:01.772Z] ---> Running in 9ac50168865d [2020-12-31T06:06:02.760Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-31T06:06:02.760Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-31T06:06:03.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:03.751Z] Collecting PyYAML<4,>=3.10 [2020-12-31T06:06:03.751Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-31T06:06:04.369Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:06:04.369Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:06:04.369Z] ---> 33a63313f13c [2020-12-31T06:06:04.369Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T06:06:04.369Z] ---> Using cache [2020-12-31T06:06:04.369Z] ---> cd47471b2a06 [2020-12-31T06:06:04.369Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:06:04.370Z] ---> Using cache [2020-12-31T06:06:04.370Z] ---> c8318720f84c [2020-12-31T06:06:04.370Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T06:06:04.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:04.670Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:06:04.670Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:06:04.670Z] ---> 33a63313f13c [2020-12-31T06:06:04.670Z] Step 3/23 : WORKDIR /edgex-go [2020-12-31T06:06:04.670Z] ---> Using cache [2020-12-31T06:06:04.670Z] ---> cd47471b2a06 [2020-12-31T06:06:04.670Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:06:04.670Z] ---> Using cache [2020-12-31T06:06:04.670Z] ---> c8318720f84c [2020-12-31T06:06:04.670Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-31T06:06:05.671Z] ---> Running in f5e0ad6573f5 [2020-12-31T06:06:05.671Z] ---> Running in 85e092daddc8 [2020-12-31T06:06:05.671Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:06:05.671Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:06:05.671Z] OK: 12620 distinct packages available [2020-12-31T06:06:06.673Z] OK: 217 MiB in 51 packages [2020-12-31T06:06:08.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:08.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T06:06:08.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T06:06:08.139Z] ---> 33a63313f13c [2020-12-31T06:06:08.139Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T06:06:08.139Z] ---> Using cache [2020-12-31T06:06:08.139Z] ---> cd47471b2a06 [2020-12-31T06:06:08.139Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T06:06:08.139Z] ---> Using cache [2020-12-31T06:06:08.139Z] ---> c8318720f84c [2020-12-31T06:06:08.139Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T06:06:08.139Z] ---> Running in ae1e928491dd [2020-12-31T06:06:08.415Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-31T06:06:08.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:09.017Z] Removing intermediate container 9ac50168865d [2020-12-31T06:06:09.017Z] ---> 65c39c865624 [2020-12-31T06:06:09.017Z] Step 6/22 : COPY go.mod . [2020-12-31T06:06:09.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:09.017Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-31T06:06:09.296Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-31T06:06:09.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:09.573Z] Collecting docker-pycreds>=0.4.0 [2020-12-31T06:06:09.573Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-31T06:06:09.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:09.852Z] 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) [2020-12-31T06:06:09.852Z] ---> 9fe161d9c9b3 [2020-12-31T06:06:09.852Z] Step 7/22 : RUN go mod download [2020-12-31T06:06:10.143Z] ---> Running in e855ffe53823 [2020-12-31T06:06:10.426Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:06:10.426Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:06:10.426Z] OK: 12620 distinct packages available [2020-12-31T06:06:10.704Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-31T06:06:10.704Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:06:10.704Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:06:10.704Z] OK: 12620 distinct packages available [2020-12-31T06:06:10.704Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-31T06:06:10.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:11.267Z] 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) [2020-12-31T06:06:11.267Z] Collecting idna<2.8,>=2.5 [2020-12-31T06:06:11.267Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-31T06:06:11.553Z] OK: 217 MiB in 51 packages [2020-12-31T06:06:11.553Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-31T06:06:11.553Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-31T06:06:11.553Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-31T06:06:11.553Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-31T06:06:11.553Z] OK: 217 MiB in 51 packages [2020-12-31T06:06:12.556Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T06:06:12.556Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T06:06:12.556Z] OK: 12620 distinct packages available [2020-12-31T06:06:13.165Z] Installing collected packages: texttable, dockerpty, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, PyYAML, docker-compose [2020-12-31T06:06:13.165Z] Running setup.py install for texttable: started [2020-12-31T06:06:13.165Z] OK: 217 MiB in 51 packages [2020-12-31T06:06:13.443Z] Removing intermediate container 85e092daddc8 [2020-12-31T06:06:13.443Z] ---> 544bc497f857 [2020-12-31T06:06:13.443Z] Step 6/21 : COPY go.mod . [2020-12-31T06:06:13.729Z] Removing intermediate container f5e0ad6573f5 [2020-12-31T06:06:13.729Z] ---> 9ab0d37707ac [2020-12-31T06:06:13.729Z] Step 6/23 : COPY go.mod . [2020-12-31T06:06:14.716Z] Removing intermediate container e855ffe53823 [2020-12-31T06:06:14.716Z] ---> 87b41104b411 [2020-12-31T06:06:14.716Z] Step 8/22 : COPY . . [2020-12-31T06:06:14.716Z] ---> bd58c3eb30cf [2020-12-31T06:06:14.716Z] Step 7/21 : RUN go mod download [2020-12-31T06:06:14.995Z] ---> Running in 03bd8558c2b5 [2020-12-31T06:06:14.995Z] ---> 90fb290d8d2c [2020-12-31T06:06:14.995Z] Step 7/23 : RUN go mod downloadRemoving intermediate container ae1e928491dd [2020-12-31T06:06:14.995Z] ---> 39fa3330eac0 [2020-12-31T06:06:14.995Z] Step 6/22 : COPY go.mod . [2020-12-31T06:06:14.995Z] [2020-12-31T06:06:15.277Z] ---> Running in 07e7a4f2582b [2020-12-31T06:06:16.273Z] Running setup.py install for texttable: finished with status 'done' [2020-12-31T06:06:16.273Z] Running setup.py install for dockerpty: started [2020-12-31T06:06:16.550Z] ---> ffe88b02fabb [2020-12-31T06:06:16.550Z] Step 7/22 : RUN go mod download [2020-12-31T06:06:16.829Z] ---> Running in 1c16a87cea68 [2020-12-31T06:06:20.232Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-31T06:06:20.232Z] Running setup.py install for docopt: started [2020-12-31T06:06:20.232Z] Removing intermediate container 03bd8558c2b5 [2020-12-31T06:06:20.232Z] ---> 96dcdc17decd [2020-12-31T06:06:20.232Z] Step 8/21 : COPY . . [2020-12-31T06:06:20.829Z] Removing intermediate container 07e7a4f2582b [2020-12-31T06:06:20.829Z] ---> 786645d96d8f [2020-12-31T06:06:20.829Z] Step 8/23 : COPY . . [2020-12-31T06:06:22.826Z] Removing intermediate container 1c16a87cea68 [2020-12-31T06:06:22.826Z] ---> 0f1e5f0a5922 [2020-12-31T06:06:22.826Z] Step 8/22 : COPY . . [2020-12-31T06:06:22.826Z] Running setup.py install for docopt: finished with status 'done' [2020-12-31T06:06:22.826Z] Attempting uninstall: urllib3 [2020-12-31T06:06:22.826Z] Found existing installation: urllib3 1.25.9 [2020-12-31T06:06:22.826Z] Uninstalling urllib3-1.25.9: [2020-12-31T06:06:23.104Z] Successfully uninstalled urllib3-1.25.9 [2020-12-31T06:06:23.711Z] Attempting uninstall: idna [2020-12-31T06:06:23.711Z] Found existing installation: idna 2.9 [2020-12-31T06:06:23.711Z] Uninstalling idna-2.9: [2020-12-31T06:06:23.985Z] Successfully uninstalled idna-2.9 [2020-12-31T06:06:24.586Z] Attempting uninstall: requests [2020-12-31T06:06:24.586Z] Found existing installation: requests 2.23.0 [2020-12-31T06:06:24.863Z] Uninstalling requests-2.23.0: [2020-12-31T06:06:24.863Z] Successfully uninstalled requests-2.23.0 [2020-12-31T06:06:27.498Z] Running setup.py install for PyYAML: started [2020-12-31T06:06:30.150Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-31T06:06:31.139Z] 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 [2020-12-31T06:06:43.591Z] ---> 05fc3d8f9eee [2020-12-31T06:06:43.591Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-31T06:06:43.591Z] ---> 9a5a048d0c16 [2020-12-31T06:06:43.591Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-31T06:06:43.591Z] ---> c5b833a80d87 [2020-12-31T06:06:43.591Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-31T06:06:43.591Z] ---> Running in 40de3d398ab4 [2020-12-31T06:06:43.591Z] ---> Running in ceb0b82474bf [2020-12-31T06:06:43.591Z] ---> Running in 374017c85ef8 [2020-12-31T06:06:43.591Z] ---> 05f87ee6b126 [2020-12-31T06:06:43.591Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T06:06:43.591Z] ---> Running in 9724fb01576a [2020-12-31T06:06:43.591Z] Removing intermediate container 971f559de25e [2020-12-31T06:06:43.591Z] ---> 5720ff59db7d [2020-12-31T06:06:43.591Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-31T06:06:43.874Z] ---> Running in faecaf42b9b0 [2020-12-31T06:06:44.861Z] 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 [2020-12-31T06:06:45.138Z] 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 [2020-12-31T06:06:45.439Z] 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 [2020-12-31T06:06:45.439Z] 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 [2020-12-31T06:06:46.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:46.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:06:46.655Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T06:06:46.655Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-31T06:06:46.932Z] (3/3) Installing curl (7.69.1-r3) [2020-12-31T06:06:46.932Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:06:46.932Z] OK: 71 MiB in 58 packages [2020-12-31T06:06:48.941Z] Removing intermediate container faecaf42b9b0 [2020-12-31T06:06:48.941Z] ---> 765f12486c1d [2020-12-31T06:06:48.941Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-31T06:06:48.941Z] ---> Running in 514b452c8256 [2020-12-31T06:06:49.562Z] Removing intermediate container 514b452c8256 [2020-12-31T06:06:49.562Z] ---> a7db5fee0c21 [2020-12-31T06:06:49.562Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:06:49.562Z] ---> Running in 0556d878d6be [2020-12-31T06:06:50.164Z] Removing intermediate container 0556d878d6be [2020-12-31T06:06:50.164Z] ---> 9412435c33b1 [2020-12-31T06:06:50.164Z] Step 25/27 : LABEL arch=arm64 [2020-12-31T06:06:50.454Z] ---> Running in f97d5307677d [2020-12-31T06:06:51.058Z] Removing intermediate container f97d5307677d [2020-12-31T06:06:51.058Z] ---> 71e0cd7e0fa2 [2020-12-31T06:06:51.058Z] Step 26/27 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:06:51.335Z] ---> Running in e154c3cbf995 [2020-12-31T06:06:51.938Z] Removing intermediate container e154c3cbf995 [2020-12-31T06:06:51.938Z] ---> 8471f1acf4d2 [2020-12-31T06:06:51.938Z] Step 27/27 : LABEL version=0.0.0 [2020-12-31T06:06:52.216Z] ---> Running in d672e4e1104a [2020-12-31T06:06:52.821Z] Removing intermediate container d672e4e1104a [2020-12-31T06:06:52.821Z] ---> 44ca44d303cb [2020-12-31T06:06:52.821Z] [2020-12-31T06:06:53.422Z] Successfully built 44ca44d303cb [2020-12-31T06:06:53.422Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-31T06:08:15.237Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9724fb01576a [2020-12-31T06:08:15.237Z] ---> 5a2306a6ac14 [2020-12-31T06:08:15.237Z] [2020-12-31T06:08:15.237Z] Step 10/22 : FROM alpine:3.10 [2020-12-31T06:08:15.237Z] ---> 536a684cf733 [2020-12-31T06:08:15.237Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T06:08:15.237Z] ---> Using cache [2020-12-31T06:08:15.237Z] ---> 720f09411e1b [2020-12-31T06:08:15.237Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-31T06:08:15.237Z] ---> Running in b9f1ef1cbcec [2020-12-31T06:08:15.237Z] Removing intermediate container b9f1ef1cbcec [2020-12-31T06:08:15.237Z] ---> 6626c5da9a13 [2020-12-31T06:08:15.237Z] Step 13/22 : WORKDIR / [2020-12-31T06:08:15.237Z] ---> Running in e8d26281755d [2020-12-31T06:08:15.237Z] Removing intermediate container e8d26281755d [2020-12-31T06:08:15.237Z] ---> 6ebd6efeab39 [2020-12-31T06:08:15.237Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-31T06:08:15.237Z] ---> 21a6bc74f3ce [2020-12-31T06:08:15.237Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-31T06:08:15.237Z] ---> df3c335bf531 [2020-12-31T06:08:15.237Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-31T06:08:15.237Z] Removing intermediate container 374017c85ef8 [2020-12-31T06:08:15.237Z] ---> 9592b8f11fe4 [2020-12-31T06:08:15.237Z] [2020-12-31T06:08:15.237Z] Step 10/21 : FROM scratch [2020-12-31T06:08:15.237Z] ---> [2020-12-31T06:08:15.237Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T06:08:15.237Z] ---> Using cache [2020-12-31T06:08:15.237Z] ---> 561fac7c7a43 [2020-12-31T06:08:15.237Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-31T06:08:15.237Z] ---> Running in 2b44900656a3 [2020-12-31T06:08:15.237Z] ---> 844b5e1f0a73 [2020-12-31T06:08:15.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-31T06:08:15.237Z] Removing intermediate container 2b44900656a3 [2020-12-31T06:08:15.237Z] ---> a4a693435c0f [2020-12-31T06:08:15.237Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-31T06:08:15.237Z] ---> Running in 4a45322ceb1b [2020-12-31T06:08:15.237Z] ---> abb83b95f022 [2020-12-31T06:08:15.237Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-31T06:08:15.237Z] ---> Running in c41cac7b290b [2020-12-31T06:08:15.237Z] Removing intermediate container 4a45322ceb1b [2020-12-31T06:08:15.237Z] ---> f54bf61d0fef [2020-12-31T06:08:15.237Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-31T06:08:16.686Z] ---> ec696079ccc6 [2020-12-31T06:08:16.686Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-31T06:08:18.703Z] ---> 3c7a845e6a0d [2020-12-31T06:08:18.703Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-31T06:08:18.985Z] Removing intermediate container c41cac7b290b [2020-12-31T06:08:18.985Z] ---> 0b61395ae20e [2020-12-31T06:08:18.985Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-31T06:08:19.266Z] ---> Running in 10d85c4c1004 [2020-12-31T06:08:19.877Z] Removing intermediate container 10d85c4c1004 [2020-12-31T06:08:19.877Z] ---> 721eb30ba39d [2020-12-31T06:08:19.877Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T06:08:20.157Z] ---> Running in 55d7ccffd381 [2020-12-31T06:08:20.157Z] ---> 8e9d83fa8e7e [2020-12-31T06:08:20.157Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-31T06:08:20.435Z] ---> Running in ef99ed5efda2 [2020-12-31T06:08:21.063Z] Removing intermediate container 55d7ccffd381 [2020-12-31T06:08:21.063Z] ---> a5184f9ceb2e [2020-12-31T06:08:21.063Z] Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:08:21.063Z] Removing intermediate container ef99ed5efda2 [2020-12-31T06:08:21.063Z] ---> 02555dbfecd9 [2020-12-31T06:08:21.063Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:08:21.063Z] ---> Running in 476ee956b33e [2020-12-31T06:08:21.342Z] ---> Running in 6f5df062e3c5 [2020-12-31T06:08:21.959Z] Removing intermediate container 476ee956b33e [2020-12-31T06:08:21.959Z] ---> cd8116131430 [2020-12-31T06:08:21.959Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T06:08:21.959Z] Removing intermediate container 6f5df062e3c5 [2020-12-31T06:08:21.959Z] ---> e00159c44d0c [2020-12-31T06:08:21.959Z] Step 19/21 : LABEL arch=arm64 [2020-12-31T06:08:22.239Z] ---> Running in f695b40175cc [2020-12-31T06:08:22.239Z] ---> Running in 7ae5fc22e102 [2020-12-31T06:08:22.843Z] Removing intermediate container f695b40175cc [2020-12-31T06:08:22.843Z] ---> fddc1305710d [2020-12-31T06:08:22.843Z] [2020-12-31T06:08:22.843Z] Removing intermediate container 7ae5fc22e102 [2020-12-31T06:08:22.843Z] ---> e1e552abb368 [2020-12-31T06:08:22.843Z] Step 20/21 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:08:23.117Z] ---> Running in 9faab14c2be7 [2020-12-31T06:08:23.117Z] Successfully built fddc1305710d [2020-12-31T06:08:23.117Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-31T06:08:23.674Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 9faab14c2be7 [2020-12-31T06:08:23.674Z] ---> fc4abf16e601 [2020-12-31T06:08:23.674Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T06:08:23.953Z] ---> Running in cbb8a04a2c8c [2020-12-31T06:08:24.559Z] Removing intermediate container cbb8a04a2c8c [2020-12-31T06:08:24.559Z] ---> fdc2b1fb9288 [2020-12-31T06:08:24.559Z] [2020-12-31T06:08:24.837Z] Successfully built fdc2b1fb9288 [2020-12-31T06:08:24.838Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-31T06:08:30.252Z]  Building docker-support-scheduler-go ... done Removing intermediate container 40de3d398ab4 [2020-12-31T06:08:30.252Z] ---> 0c02b93cdd43 [2020-12-31T06:08:30.252Z] [2020-12-31T06:08:30.252Z] Step 10/22 : FROM scratch [2020-12-31T06:08:30.252Z] ---> [2020-12-31T06:08:30.252Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T06:08:30.252Z] ---> Using cache [2020-12-31T06:08:30.252Z] ---> 561fac7c7a43 [2020-12-31T06:08:30.252Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-31T06:08:30.252Z] ---> Running in b9ba0d283b25 [2020-12-31T06:08:30.848Z] Removing intermediate container b9ba0d283b25 [2020-12-31T06:08:30.848Z] ---> ee66159e738d [2020-12-31T06:08:30.848Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T06:08:30.848Z] ---> Running in de2e6bfddad2 [2020-12-31T06:08:31.121Z] Removing intermediate container de2e6bfddad2 [2020-12-31T06:08:31.121Z] ---> 52b899b198ba [2020-12-31T06:08:31.121Z] Step 14/22 : WORKDIR / [2020-12-31T06:08:31.396Z] ---> Running in 21b249957281 [2020-12-31T06:08:31.993Z] Removing intermediate container 21b249957281 [2020-12-31T06:08:31.993Z] ---> 1b99ace72a9e [2020-12-31T06:08:31.993Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-31T06:08:32.590Z] ---> 2c27c9e8c66a [2020-12-31T06:08:32.590Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-31T06:08:34.566Z] ---> 58d00fb3aaf1 [2020-12-31T06:08:34.566Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-31T06:08:35.553Z] ---> 6a5dd14e6f11 [2020-12-31T06:08:35.553Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-31T06:08:35.553Z] Removing intermediate container ceb0b82474bf [2020-12-31T06:08:35.553Z] ---> b445f7e9dd63 [2020-12-31T06:08:35.553Z] [2020-12-31T06:08:35.553Z] Step 10/23 : FROM alpine [2020-12-31T06:08:35.553Z] ---> afeebe901d6b [2020-12-31T06:08:35.553Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T06:08:35.553Z] ---> Running in 43c6df83fcfc [2020-12-31T06:08:35.553Z] ---> Running in 93d7b624b2d3 [2020-12-31T06:08:36.151Z] Removing intermediate container 93d7b624b2d3 [2020-12-31T06:08:36.151Z] Removing intermediate container 43c6df83fcfc [2020-12-31T06:08:36.151Z] ---> f2a5a94af9a5 [2020-12-31T06:08:36.151Z] Step 12/23 : ENV APP_PORT=48080 ---> 08efaebe6936 [2020-12-31T06:08:36.151Z] [2020-12-31T06:08:36.151Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:08:36.426Z] ---> Running in 9924df5f4619 [2020-12-31T06:08:36.426Z] ---> Running in 6a32ca1100d9 [2020-12-31T06:08:36.698Z] Removing intermediate container 6a32ca1100d9 [2020-12-31T06:08:36.698Z] Removing intermediate container 9924df5f4619 [2020-12-31T06:08:36.698Z] ---> 3952a5edf9cb [2020-12-31T06:08:36.698Z] ---> e06345046241 [2020-12-31T06:08:36.698Z] Step 20/22 : LABEL arch=arm64Step 13/23 : EXPOSE $APP_PORT [2020-12-31T06:08:36.698Z] [2020-12-31T06:08:36.969Z] ---> Running in fba98ab36b85 [2020-12-31T06:08:36.969Z] ---> Running in dc9ee94b3a67 [2020-12-31T06:08:37.570Z] Removing intermediate container fba98ab36b85 [2020-12-31T06:08:37.570Z] Removing intermediate container dc9ee94b3a67 [2020-12-31T06:08:37.570Z] ---> 0fc47decc051 [2020-12-31T06:08:37.570Z] ---> 12ffd8610a9c [2020-12-31T06:08:37.570Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:08:37.570Z] [2020-12-31T06:08:37.570Z] ---> Running in b86bd109be9a [2020-12-31T06:08:37.570Z] ---> Running in 1a7aa12af9c2 [2020-12-31T06:08:38.171Z] Removing intermediate container b86bd109be9a [2020-12-31T06:08:38.171Z] ---> 9d18e47ad889 [2020-12-31T06:08:38.171Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T06:08:38.448Z] ---> Running in ed6e367223e2 [2020-12-31T06:08:39.047Z] Removing intermediate container ed6e367223e2 [2020-12-31T06:08:39.047Z] ---> e82397f26265 [2020-12-31T06:08:39.047Z] [2020-12-31T06:08:39.317Z] Successfully built e82397f26265 [2020-12-31T06:08:39.317Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-31T06:08:39.915Z]  Building docker-core-metadata-go ... done Removing intermediate container 1a7aa12af9c2 [2020-12-31T06:08:39.915Z] ---> 0fa8d9711f4e [2020-12-31T06:08:39.915Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-31T06:08:40.193Z] ---> Running in 0ab215f1aa13 [2020-12-31T06:08:41.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T06:08:42.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T06:08:43.229Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-31T06:08:43.229Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-31T06:08:43.229Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-31T06:08:43.504Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-31T06:08:43.504Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-31T06:08:43.778Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T06:08:43.778Z] OK: 8 MiB in 19 packages [2020-12-31T06:08:45.213Z] Removing intermediate container 0ab215f1aa13 [2020-12-31T06:08:45.213Z] ---> 4358e679065b [2020-12-31T06:08:45.213Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-31T06:08:45.813Z] ---> 249eca3ae4b5 [2020-12-31T06:08:45.813Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-31T06:08:47.272Z] ---> aa6f60aa540e [2020-12-31T06:08:47.272Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-31T06:08:48.260Z] ---> 2782b487858f [2020-12-31T06:08:48.260Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-31T06:08:48.260Z] ---> Running in 0a8e6079dd8f [2020-12-31T06:08:48.875Z] Removing intermediate container 0a8e6079dd8f [2020-12-31T06:08:48.875Z] ---> e55cc8c35a45 [2020-12-31T06:08:48.875Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T06:08:48.875Z] ---> Running in deae1b3dfe6e [2020-12-31T06:08:49.515Z] Removing intermediate container deae1b3dfe6e [2020-12-31T06:08:49.515Z] ---> 2c4d133eff01 [2020-12-31T06:08:49.515Z] Step 21/23 : LABEL arch=arm64 [2020-12-31T06:08:49.515Z] ---> Running in 633decd9bb52 [2020-12-31T06:08:50.127Z] Removing intermediate container 633decd9bb52 [2020-12-31T06:08:50.127Z] ---> 4598eb96c264 [2020-12-31T06:08:50.127Z] Step 22/23 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c [2020-12-31T06:08:50.127Z] ---> Running in 5015463e20db [2020-12-31T06:08:50.749Z] Removing intermediate container 5015463e20db [2020-12-31T06:08:50.749Z] ---> 8e2325afe9b2 [2020-12-31T06:08:50.749Z] Step 23/23 : LABEL version=0.0.0 [2020-12-31T06:08:50.749Z] ---> Running in 1e34917ad271 [2020-12-31T06:08:51.368Z] Removing intermediate container 1e34917ad271 [2020-12-31T06:08:51.368Z] ---> 035f37bc6e0a [2020-12-31T06:08:51.368Z] [2020-12-31T06:08:51.647Z] Successfully built 035f37bc6e0a [2020-12-31T06:08:51.647Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-31T06:08:52.264Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-31T06:08:52.274Z] $ docker stop --time=1 45f3a4b014fca065ccfbd6bae0b7ab53c6238877d311c15f47459f2c51b8376e [2020-12-31T06:08:54.214Z] $ docker rm -f 45f3a4b014fca065ccfbd6bae0b7ab53c6238877d311c15f47459f2c51b8376e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T06:08:55.010Z] + + dockergrep images docker [2020-12-31T06:08:55.010Z] [2020-12-31T06:08:55.282Z] docker-core-data-go-arm64 latest 035f37bc6e0a 4 seconds ago 20.9MB [2020-12-31T06:08:55.282Z] docker-core-metadata-go-arm64 latest e82397f26265 17 seconds ago 12.2MB [2020-12-31T06:08:55.282Z] docker-support-scheduler-go-arm64 latest fdc2b1fb9288 31 seconds ago 10MB [2020-12-31T06:08:55.282Z] docker-security-bootstrap-redis-go-arm64 latest fddc1305710d 33 seconds ago 15.1MB [2020-12-31T06:08:55.282Z] docker-sys-mgmt-agent-go-arm64 latest 44ca44d303cb 2 minutes ago 300MB [2020-12-31T06:08:55.282Z] docker-security-secretstore-setup-go-arm64 latest 053c58860ee8 3 minutes ago 23.5MB [2020-12-31T06:08:55.282Z] docker-security-proxy-setup-go-arm64 latest 42ade55a176c 3 minutes ago 23.3MB [2020-12-31T06:08:55.282Z] docker-support-notifications-go-arm64 latest 7cd9b1714bd5 3 minutes ago 11.4MB [2020-12-31T06:08:55.282Z] docker-core-command-go-arm64 latest 83bf1e2721e2 3 minutes ago 9.98MB [2020-12-31T06:08:55.282Z] docker latest f66387bf908a 12 days 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 [2020-12-31T06:08:57.963Z] provisioning config files... [2020-12-31T06:08:57.979Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7079685907507126590tmp [Pipeline] { [Pipeline] sh [2020-12-31T06:08:58.440Z] + set +x [2020-12-31T06:08:58.440Z] + curl -s https://codecov.io/bash [2020-12-31T06:08:58.440Z] + bash -s -- [2020-12-31T06:08:59.014Z] [2020-12-31T06:08:59.014Z] _____ _ [2020-12-31T06:08:59.014Z] / ____| | | [2020-12-31T06:08:59.014Z] | | ___ __| | ___ ___ _____ __ [2020-12-31T06:08:59.014Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-31T06:08:59.014Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-31T06:08:59.014Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-31T06:08:59.014Z] Bash-20201231-23d4836 [2020-12-31T06:08:59.014Z] [2020-12-31T06:08:59.014Z] [2020-12-31T06:08:59.014Z] ==> git version 2.24.3 found [2020-12-31T06:08:59.014Z] ==> 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 [2020-12-31T06:08:59.014Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-31T06:08:59.014Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-31T06:08:59.014Z] ==> Jenkins CI detected. [2020-12-31T06:08:59.014Z] project root: . [2020-12-31T06:08:59.014Z] --> token set from env [2020-12-31T06:08:59.014Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-31T06:08:59.014Z] ==> Running gcov in . (disable via -X gcov) [2020-12-31T06:08:59.014Z] ==> Python coveragepy not found [2020-12-31T06:08:59.014Z] ==> Searching for coverage reports in: [2020-12-31T06:08:59.014Z] + . [2020-12-31T06:08:59.014Z] -> Found 1 reports [2020-12-31T06:08:59.014Z] ==> Detecting git/mercurial file structure [2020-12-31T06:08:59.014Z] ==> Reading reports [2020-12-31T06:08:59.014Z] + ./coverage.out bytes=537189 [2020-12-31T06:08:59.014Z] ==> Appending adjustments [2020-12-31T06:08:59.014Z] https://docs.codecov.io/docs/fixing-reports [2020-12-31T06:09:02.342Z] + Found adjustments [2020-12-31T06:09:02.342Z] ==> Gzipping contents [2020-12-31T06:09:02.342Z] 80K /tmp/codecov.33Ejjv.gz [2020-12-31T06:09:02.342Z] ==> Uploading reports [2020-12-31T06:09:02.342Z] url: https://codecov.io [2020-12-31T06:09:02.342Z] query: branch=PR-2978&commit=1835bda8bf204076797b07569499485e33da4c1c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2978%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2978&job=&cmd_args= [2020-12-31T06:09:02.342Z] -> Pinging Codecov [2020-12-31T06:09:02.342Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2978&commit=1835bda8bf204076797b07569499485e33da4c1c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2978%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2978&job=&cmd_args= [2020-12-31T06:09:02.606Z] -> Uploading to [2020-12-31T06:09:02.606Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-31/00271124DB129430A58F1EEE437C3FCB/1835bda8bf204076797b07569499485e33da4c1c/ac3fe3a5-c3e7-4bc6-b592-54e2745a21ae.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201231%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201231T060902Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ccadd5e65a48eacf8513c5e925b5ab309215353fb2c18542fddbc75033e9ea27 [2020-12-31T06:09:02.606Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-31T06:09:02.606Z] Dload Upload Total Spent Left Speed [2020-12-31T06:09:03.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81786 0 0 100 81786 0 126k --:--:-- --:--:-- --:--:-- 126k [2020-12-31T06:09:03.182Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1835bda8bf204076797b07569499485e33da4c1c [Pipeline] } [2020-12-31T06:09:03.203Z] 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 [2020-12-31T06:09:06.241Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:09:07.241Z] ---> package-listing.sh [2020-12-31T06:09:07.241Z] ++ facter osfamily [2020-12-31T06:09:07.241Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-31T06:09:07.241Z] + OS_FAMILY=redhat [2020-12-31T06:09:07.241Z] + workspace=/w/workspace/edgex-go/1 [2020-12-31T06:09:07.241Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-31T06:09:07.241Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-31T06:09:07.241Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-31T06:09:07.241Z] + PACKAGES=/tmp/packages_start.txt [2020-12-31T06:09:07.241Z] + '[' /w/workspace/edgex-go/1 ']' [2020-12-31T06:09:07.241Z] + PACKAGES=/tmp/packages_end.txt [2020-12-31T06:09:07.241Z] + case "${OS_FAMILY}" in [2020-12-31T06:09:07.241Z] + rpm -qa [2020-12-31T06:09:07.241Z] + sort [2020-12-31T06:09:12.596Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-31T06:09:12.596Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-31T06:09:12.596Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-31T06:09:12.596Z] + '[' /w/workspace/edgex-go/1 ']' [2020-12-31T06:09:12.596Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-12-31T06:09:12.596Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2020-12-31T06:09:12.631Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-31T06:09:12.944Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:09:13.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T06:09:13.280Z] [2020-12-31T06:09:13.280Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-31T06:09:13.679Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T06:09:13.679Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-31T06:09:13.679Z] df20fa9351a1: Pulling fs layer [2020-12-31T06:09:13.679Z] 36b3adc4ff6f: Pulling fs layer [2020-12-31T06:09:13.679Z] 8ad3a11d3b57: Pulling fs layer [2020-12-31T06:09:13.679Z] 46f8f816bc3b: Pulling fs layer [2020-12-31T06:09:13.679Z] 93b61091891f: Pulling fs layer [2020-12-31T06:09:13.679Z] 93b9cdb0e59b: Pulling fs layer [2020-12-31T06:09:13.679Z] 5e14af77c1be: Pulling fs layer [2020-12-31T06:09:13.679Z] 01666e4c0597: Pulling fs layer [2020-12-31T06:09:13.679Z] aa168da1d23b: Pulling fs layer [2020-12-31T06:09:13.679Z] 46f8f816bc3b: Waiting [2020-12-31T06:09:13.679Z] 5e14af77c1be: Waiting [2020-12-31T06:09:13.679Z] 93b61091891f: Waiting [2020-12-31T06:09:13.679Z] 93b9cdb0e59b: Waiting [2020-12-31T06:09:13.679Z] 01666e4c0597: Waiting [2020-12-31T06:09:13.679Z] aa168da1d23b: Waiting [2020-12-31T06:09:13.679Z] 36b3adc4ff6f: Verifying Checksum [2020-12-31T06:09:13.679Z] 36b3adc4ff6f: Download complete [2020-12-31T06:09:13.947Z] 46f8f816bc3b: Verifying Checksum [2020-12-31T06:09:13.947Z] 46f8f816bc3b: Download complete [2020-12-31T06:09:13.947Z] df20fa9351a1: Download complete [2020-12-31T06:09:13.947Z] 93b9cdb0e59b: Verifying Checksum [2020-12-31T06:09:13.947Z] 93b9cdb0e59b: Download complete [2020-12-31T06:09:13.947Z] 93b61091891f: Verifying Checksum [2020-12-31T06:09:13.947Z] 93b61091891f: Download complete [2020-12-31T06:09:13.947Z] 5e14af77c1be: Verifying Checksum [2020-12-31T06:09:13.947Z] 5e14af77c1be: Download complete [2020-12-31T06:09:13.947Z] 01666e4c0597: Verifying Checksum [2020-12-31T06:09:13.947Z] 01666e4c0597: Download complete [2020-12-31T06:09:13.947Z] 8ad3a11d3b57: Verifying Checksum [2020-12-31T06:09:13.947Z] 8ad3a11d3b57: Download complete [2020-12-31T06:09:14.211Z] df20fa9351a1: Pull complete [2020-12-31T06:09:14.474Z] 36b3adc4ff6f: Pull complete [2020-12-31T06:09:15.434Z] 8ad3a11d3b57: Pull complete [2020-12-31T06:09:15.434Z] 46f8f816bc3b: Pull complete [2020-12-31T06:09:16.833Z] aa168da1d23b: Download complete [2020-12-31T06:09:18.229Z] 93b61091891f: Pull complete [2020-12-31T06:09:19.178Z] 93b9cdb0e59b: Pull complete [2020-12-31T06:09:19.178Z] 5e14af77c1be: Pull complete [2020-12-31T06:09:19.446Z] 01666e4c0597: Pull complete [2020-12-31T06:09:27.634Z] aa168da1d23b: Pull complete [2020-12-31T06:09:27.634Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-31T06:09:27.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T06:09:27.634Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-31T06:09:28.127Z] prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container [2020-12-31T06:09:28.177Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-31T06:09:32.259Z] $ docker top d3b15e3f3103e69470ff5a77d53c78886b9d6c1d0a5900620306479f5e3bbbd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T06:09:32.920Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-31T06:09:33.241Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-31T06:09:33.556Z] + ls /var/log/sa-host [2020-12-31T06:09:33.556Z] + sadf -c /var/log/sa-host/sa23 [2020-12-31T06:09:33.556Z] file_magic: OK [2020-12-31T06:09:33.556Z] HZ: Using current value: 100 [2020-12-31T06:09:33.556Z] file_header: OK [2020-12-31T06:09:33.556Z] 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 [2020-12-31T06:09:33.556Z] Statistics: [2020-12-31T06:09:33.556Z] Hnuu...uuuununununu... [2020-12-31T06:09:33.556Z] File successfully converted to sysstat format version 12.2.1 [2020-12-31T06:09:33.556Z] + sadf -c /var/log/sa-host/sa31 [2020-12-31T06:09:33.556Z] file_magic: OK [2020-12-31T06:09:33.556Z] HZ: Using current value: 100 [2020-12-31T06:09:33.556Z] file_header: OK [2020-12-31T06:09:33.557Z] 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 [2020-12-31T06:09:33.557Z] Statistics: [2020-12-31T06:09:33.557Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-31T06:09:33.557Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-31T06:09:33.852Z] provisioning config files... [2020-12-31T06:09:33.881Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4047425991320039141tmp [Pipeline] { [Pipeline] echo [2020-12-31T06:09:34.018Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:09:34.371Z] ---> create-netrc.sh [Pipeline] } [2020-12-31T06:09:34.392Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-31T06:09:34.546Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:09:34.878Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-31T06:09:34.913Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:09:35.245Z] ---> sudo-logs.sh [2020-12-31T06:09:35.245Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-31T06:09:35.274Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:09:35.606Z] ---> job-cost.sh [2020-12-31T06:09:35.606Z] lf-activate-venv: SKIPPING [2020-12-31T06:09:35.606Z] INFO: No Stack... [2020-12-31T06:09:36.553Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-31T06:09:37.128Z] INFO: Archiving Costs [Pipeline] echo [2020-12-31T06:09:37.164Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T06:09:37.494Z] ---> logs-deploy.sh [2020-12-31T06:09:37.494Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2978/1 [2020-12-31T06:09:37.494Z] INFO: archiving workspace using pattern(s): [2020-12-31T06:09:38.889Z] Archives upload complete. [2020-12-31T06:09:39.151Z] INFO: archiving logs to Nexus [2020-12-31T06:09:40.099Z] ---> uname -a: [2020-12-31T06:09:40.099Z] Linux prd-centos7-docker-4c-2g-17879.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] ---> lscpu: [2020-12-31T06:09:40.099Z] Architecture: x86_64 [2020-12-31T06:09:40.099Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-31T06:09:40.099Z] Byte Order: Little Endian [2020-12-31T06:09:40.099Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-31T06:09:40.099Z] CPU(s): 4 [2020-12-31T06:09:40.099Z] On-line CPU(s) list: 0-3 [2020-12-31T06:09:40.099Z] Thread(s) per core: 1 [2020-12-31T06:09:40.099Z] Core(s) per socket: 1 [2020-12-31T06:09:40.099Z] Socket(s): 4 [2020-12-31T06:09:40.099Z] NUMA node(s): 1 [2020-12-31T06:09:40.099Z] Vendor ID: GenuineIntel [2020-12-31T06:09:40.099Z] CPU family: 6 [2020-12-31T06:09:40.099Z] Model: 44 [2020-12-31T06:09:40.099Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-31T06:09:40.099Z] Stepping: 1 [2020-12-31T06:09:40.099Z] CPU MHz: 2933.436 [2020-12-31T06:09:40.099Z] BogoMIPS: 5866.87 [2020-12-31T06:09:40.099Z] Virtualization: VT-x [2020-12-31T06:09:40.099Z] Hypervisor vendor: KVM [2020-12-31T06:09:40.099Z] Virtualization type: full [2020-12-31T06:09:40.099Z] L1d cache: 128 KiB [2020-12-31T06:09:40.099Z] L1i cache: 128 KiB [2020-12-31T06:09:40.099Z] L2 cache: 16 MiB [2020-12-31T06:09:40.099Z] L3 cache: 64 MiB [2020-12-31T06:09:40.099Z] NUMA node0 CPU(s): 0-3 [2020-12-31T06:09:40.099Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-31T06:09:40.099Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-31T06:09:40.099Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-31T06:09:40.099Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-31T06:09:40.099Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-31T06:09:40.099Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-31T06:09:40.099Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-31T06:09:40.099Z] Vulnerability Srbds: Not affected [2020-12-31T06:09:40.099Z] Vulnerability Tsx async abort: Not affected [2020-12-31T06:09:40.099Z] 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 [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] ---> nproc: [2020-12-31T06:09:40.099Z] 4 [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] ---> df -h: [2020-12-31T06:09:40.099Z] Filesystem Size Used Available Use% Mounted on [2020-12-31T06:09:40.099Z] overlay 50.0G 12.1G 37.9G 24% / [2020-12-31T06:09:40.099Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-31T06:09:40.099Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-31T06:09:40.099Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/1 [2020-12-31T06:09:40.099Z] /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/1@tmp [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] ---> free -m: [2020-12-31T06:09:40.099Z] total used free shared buff/cache available [2020-12-31T06:09:40.099Z] Mem: 1837 710 132 0 993 1043 [2020-12-31T06:09:40.099Z] Swap: 1023 75 948 [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] [2020-12-31T06:09:40.099Z] ---> ip addr: [2020-12-31T06:09:40.099Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-31T06:09:40.099Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-31T06:09:40.099Z] inet 127.0.0.1/8 scope host lo [2020-12-31T06:09:40.099Z] valid_lft forever preferred_lft forever [2020-12-31T06:09:40.099Z] inet6 ::1/128 scope host [2020-12-31T06:09:40.099Z] valid_lft forever preferred_lft forever [2020-12-31T06:09:40.100Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-31T06:09:40.100Z] link/ether fa:16:3e:24:33:4e brd ff:ff:ff:ff:ff:ff [2020-12-31T06:09:40.100Z] inet 10.30.122.32/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-31T06:09:40.100Z] valid_lft 85175sec preferred_lft 85175sec [2020-12-31T06:09:40.100Z] inet6 fe80::f816:3eff:fe24:334e/64 scope link [2020-12-31T06:09:40.100Z] valid_lft forever preferred_lft forever [2020-12-31T06:09:40.100Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-31T06:09:40.100Z] link/ether 02:42:69:3d:2a:ce brd ff:ff:ff:ff:ff:ff [2020-12-31T06:09:40.100Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-31T06:09:40.100Z] valid_lft forever preferred_lft forever [2020-12-31T06:09:40.100Z] inet6 fe80::42:69ff:fe3d:2ace/64 scope link [2020-12-31T06:09:40.100Z] valid_lft forever preferred_lft forever [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] ---> sar -b -r -n DEV: [2020-12-31T06:09:40.100Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/31/20 _x86_64_ (4 CPU) [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] 05:49:02 LINUX RESTART (4 CPU) [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] 05:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-31T06:09:40.100Z] 05:51:01 139.07 72.34 66.73 0.00 9620.06 31147.68 0.00 [2020-12-31T06:09:40.100Z] 05:52:02 333.53 136.09 197.44 0.00 6820.82 46517.18 0.00 [2020-12-31T06:09:40.100Z] 05:53:01 197.09 97.57 99.53 0.00 3568.64 10739.98 0.00 [2020-12-31T06:09:40.100Z] 05:54:01 139.38 42.86 96.52 0.00 2899.20 26155.81 0.00 [2020-12-31T06:09:40.100Z] 05:55:03 2207.11 1872.32 334.79 0.00 149430.04 204478.69 0.00 [2020-12-31T06:09:40.100Z] 05:56:01 1606.25 1347.26 258.99 0.00 90542.93 105192.85 0.00 [2020-12-31T06:09:40.100Z] 05:57:01 2671.54 2289.50 382.05 0.00 139751.80 153616.74 0.00 [2020-12-31T06:09:40.100Z] 05:58:01 1260.36 954.87 305.49 0.00 77380.13 82597.95 0.00 [2020-12-31T06:09:40.100Z] 05:59:01 127.92 21.19 106.73 0.00 3002.23 8078.19 0.00 [2020-12-31T06:09:40.100Z] 06:00:01 2.35 0.50 1.85 0.00 28.37 34.46 0.00 [2020-12-31T06:09:40.100Z] 06:01:01 1.60 1.30 0.30 0.00 95.62 4.48 0.00 [2020-12-31T06:09:40.100Z] 06:02:01 0.78 0.40 0.38 0.00 23.17 6.81 0.00 [2020-12-31T06:09:40.100Z] 06:03:02 0.38 0.00 0.38 0.00 0.00 5.33 0.00 [2020-12-31T06:09:40.100Z] 06:04:01 0.68 0.36 0.32 0.00 6.64 4.61 0.00 [2020-12-31T06:09:40.100Z] 06:05:01 2.33 1.55 0.78 0.00 51.83 14.69 0.00 [2020-12-31T06:09:40.100Z] 06:06:01 0.22 0.02 0.20 0.00 0.53 1.93 0.00 [2020-12-31T06:09:40.100Z] 06:07:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 [2020-12-31T06:09:40.100Z] 06:08:01 0.23 0.00 0.23 0.00 0.00 2.20 0.00 [2020-12-31T06:09:40.100Z] 06:09:01 12.94 12.72 0.22 0.00 878.20 19.78 0.00 [2020-12-31T06:09:40.100Z] Average: 459.81 362.03 97.78 0.00 25614.23 35398.92 0.00 [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] 05:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-31T06:09:40.100Z] 05:51:01 73952 0 662400 35.21 2596 1142596 1533800 52.35 676716 916144 17800 [2020-12-31T06:09:40.100Z] 05:52:02 144356 0 778164 41.36 960 958064 1436288 49.02 630048 832972 3596 [2020-12-31T06:09:40.100Z] 05:53:01 235628 0 891832 47.40 452 753632 1825980 62.32 725000 638340 78856 [2020-12-31T06:09:40.100Z] 05:54:01 163784 0 747024 39.70 400 970336 1427504 48.72 635580 795636 48 [2020-12-31T06:09:40.100Z] 05:55:03 84192 0 808472 42.97 0 988880 2162708 73.81 772432 806408 55036 [2020-12-31T06:09:40.100Z] 05:56:01 486228 0 695124 36.94 0 700192 1384280 47.24 469432 687204 28 [2020-12-31T06:09:40.100Z] 05:57:01 96172 0 725364 38.55 0 1060008 1892812 64.60 686604 872932 40 [2020-12-31T06:09:40.100Z] 05:58:01 410912 0 689004 36.62 0 781628 1545500 52.75 461516 769992 36 [2020-12-31T06:09:40.100Z] 05:59:01 308780 0 632772 33.63 0 939992 1226348 41.85 483368 844132 20 [2020-12-31T06:09:40.100Z] 06:00:01 310792 0 629936 33.48 0 940816 1207868 41.22 482248 844404 16 [2020-12-31T06:09:40.100Z] 06:01:01 309124 0 628792 33.42 0 943628 1195780 40.81 481516 847056 12 [2020-12-31T06:09:40.100Z] 06:02:01 308076 0 629140 33.44 0 944328 1194020 40.75 482008 847664 8 [2020-12-31T06:09:40.100Z] 06:03:02 307532 0 629680 33.47 0 944332 1194080 40.75 481888 847664 8 [2020-12-31T06:09:40.100Z] 06:04:01 308336 0 628696 33.41 0 944512 1213312 41.41 481388 847788 8 [2020-12-31T06:09:40.100Z] 06:05:01 306096 0 630072 33.49 0 945376 1194068 40.75 482340 848304 12 [2020-12-31T06:09:40.100Z] 06:06:01 306780 0 629396 33.45 0 945368 1193948 40.75 481676 848304 12 [2020-12-31T06:09:40.100Z] 06:07:01 307108 0 629044 33.43 0 945392 1193948 40.75 481572 848320 8 [2020-12-31T06:09:40.100Z] 06:08:01 307020 0 629128 33.44 0 945396 1193948 40.75 481560 848320 8 [2020-12-31T06:09:40.100Z] 06:09:01 275196 0 636180 33.81 0 970168 1198692 40.91 489412 870048 684 [2020-12-31T06:09:40.100Z] Average: 265793 0 680538 36.17 232 934981 1390257 47.45 545595 824296 8223 [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] 05:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-31T06:09:40.100Z] 05:51:01 eth0 1054.18 1147.34 5827.95 131.51 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:51:01 docker0 849.86 699.12 69.30 2660.35 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:52:02 eth0 363.89 246.12 2103.27 87.54 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:52:02 veth62d7f65 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:52:02 docker0 141.03 169.58 9.76 823.88 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:53:01 eth0 30.03 14.79 24.29 12.32 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:53:01 veth62d7f65 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:54:01 veth3931b39 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:54:01 eth0 183.97 137.02 1697.76 23.29 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:55:03 veth399538f 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:55:03 eth0 80.05 62.49 169.98 79.18 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:55:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:55:03 docker0 15.52 22.15 0.84 142.48 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:56:01 vethda0aa28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:56:01 veth399538f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:56:01 eth0 32.26 18.42 67.69 10.65 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:57:01 veth399538f 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:57:01 eth0 108.99 77.85 234.38 90.96 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:57:01 veth70ed327 0.02 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:58:01 vethaad6322 3.44 5.14 0.24 29.85 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:58:01 veth399538f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:58:01 eth0 62.27 37.89 103.39 86.12 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:59:01 eth0 96.25 46.10 402.85 15.04 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 05:59:01 docker0 1067.54 1000.50 83.60 4276.45 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:00:01 eth0 1.22 0.43 0.46 0.24 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:01:01 eth0 0.60 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:02:01 eth0 1.03 0.28 0.32 0.20 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:03:02 eth0 0.58 0.42 0.28 0.21 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:04:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:05:01 eth0 0.72 0.50 0.41 0.27 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:06:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:07:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:08:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:09:01 eth0 4.73 2.95 5.28 1.55 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] Average: eth0 106.80 94.75 561.90 28.55 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] Average: docker0 56.27 52.74 4.41 225.43 0.00 0.00 0.00 0.00 [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] ---> sar -P ALL: [2020-12-31T06:09:40.100Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/31/20 _x86_64_ (4 CPU) [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] 05:49:02 LINUX RESTART (4 CPU) [2020-12-31T06:09:40.100Z] [2020-12-31T06:09:40.100Z] 05:50:01 CPU %user %nice %system %iowait %steal %idle [2020-12-31T06:09:40.100Z] 05:51:01 all 12.94 0.00 6.89 1.24 0.18 78.75 [2020-12-31T06:09:40.100Z] 05:51:01 0 16.91 0.00 9.35 1.34 0.19 72.20 [2020-12-31T06:09:40.100Z] 05:51:01 1 10.75 0.00 5.88 2.43 0.17 80.77 [2020-12-31T06:09:40.100Z] 05:51:01 2 11.00 0.00 6.13 0.50 0.22 82.15 [2020-12-31T06:09:40.100Z] 05:51:01 3 13.16 0.00 6.23 0.71 0.15 79.76 [2020-12-31T06:09:40.100Z] 05:52:02 all 12.67 0.00 9.90 5.23 0.22 71.98 [2020-12-31T06:09:40.100Z] 05:52:02 0 12.61 0.00 10.49 5.23 0.21 71.46 [2020-12-31T06:09:40.100Z] 05:52:02 1 11.75 0.00 8.86 5.32 0.17 73.89 [2020-12-31T06:09:40.100Z] 05:52:02 2 13.33 0.00 10.26 6.40 0.24 69.77 [2020-12-31T06:09:40.100Z] 05:52:02 3 12.99 0.00 9.99 3.96 0.26 72.80 [2020-12-31T06:09:40.100Z] 05:53:01 all 62.37 0.00 15.49 3.47 0.12 18.55 [2020-12-31T06:09:40.100Z] 05:53:01 0 61.28 0.00 15.05 3.69 0.11 19.87 [2020-12-31T06:09:40.100Z] 05:53:01 1 62.80 0.00 15.17 4.08 0.11 17.84 [2020-12-31T06:09:40.100Z] 05:53:01 2 62.00 0.00 16.34 2.69 0.15 18.83 [2020-12-31T06:09:40.100Z] 05:53:01 3 63.40 0.00 15.39 3.42 0.13 17.66 [2020-12-31T06:09:40.100Z] 05:54:01 all 32.42 0.00 11.95 2.66 0.19 52.78 [2020-12-31T06:09:40.100Z] 05:54:01 0 32.19 0.00 12.52 3.22 0.19 51.87 [2020-12-31T06:09:40.100Z] 05:54:01 1 31.85 0.00 11.03 3.06 0.24 53.81 [2020-12-31T06:09:40.100Z] 05:54:01 2 33.28 0.00 12.02 1.67 0.16 52.88 [2020-12-31T06:09:40.100Z] 05:54:01 3 32.36 0.00 12.22 2.69 0.17 52.55 [2020-12-31T06:09:40.100Z] 05:55:03 all 20.64 0.00 27.79 18.13 0.45 32.99 [2020-12-31T06:09:40.100Z] 05:55:03 0 21.17 0.00 26.98 16.14 0.45 35.26 [2020-12-31T06:09:40.100Z] 05:55:03 1 20.59 0.00 27.53 20.12 0.45 31.31 [2020-12-31T06:09:40.100Z] 05:55:03 2 21.09 0.00 28.45 17.03 0.47 32.96 [2020-12-31T06:09:40.100Z] 05:55:03 3 19.69 0.00 28.22 19.24 0.44 32.41 [2020-12-31T06:09:40.100Z] 05:56:01 all 51.49 0.00 20.01 16.26 0.25 11.99 [2020-12-31T06:09:40.100Z] 05:56:01 0 52.04 0.00 19.77 11.77 0.29 16.13 [2020-12-31T06:09:40.100Z] 05:56:01 1 49.87 0.00 20.57 18.81 0.26 10.50 [2020-12-31T06:09:40.101Z] 05:56:01 2 52.12 0.00 19.99 15.90 0.25 11.74 [2020-12-31T06:09:40.101Z] 05:56:01 3 51.93 0.00 19.70 18.64 0.19 9.53 [2020-12-31T06:09:40.101Z] 05:57:01 all 29.86 0.00 25.05 20.55 0.35 24.19 [2020-12-31T06:09:40.101Z] 05:57:01 0 27.94 0.00 26.71 21.75 0.32 23.28 [2020-12-31T06:09:40.101Z] 05:57:01 1 30.67 0.00 25.44 19.64 0.35 23.90 [2020-12-31T06:09:40.101Z] 05:57:01 2 31.18 0.00 24.38 20.99 0.34 23.11 [2020-12-31T06:09:40.101Z] 05:57:01 3 29.63 0.00 23.66 19.84 0.39 26.47 [2020-12-31T06:09:40.101Z] 05:58:01 all 37.01 0.00 18.78 21.16 0.19 22.86 [2020-12-31T06:09:40.101Z] 05:58:01 0 36.41 0.00 19.12 16.95 0.19 27.32 [2020-12-31T06:09:40.101Z] 05:58:01 1 37.03 0.00 18.82 23.74 0.16 20.26 [2020-12-31T06:09:40.101Z] 05:58:01 2 38.27 0.00 18.90 22.20 0.17 20.45 [2020-12-31T06:09:40.101Z] 05:58:01 3 36.32 0.00 18.26 21.74 0.21 23.46 [2020-12-31T06:09:40.101Z] 05:59:01 all 5.43 0.00 3.63 5.65 0.08 85.20 [2020-12-31T06:09:40.101Z] 05:59:01 0 8.11 0.00 4.61 2.56 0.07 84.65 [2020-12-31T06:09:40.101Z] 05:59:01 1 4.54 0.00 3.76 9.72 0.07 81.91 [2020-12-31T06:09:40.101Z] 05:59:01 2 5.58 0.00 3.37 4.17 0.12 86.76 [2020-12-31T06:09:40.101Z] 05:59:01 3 3.51 0.00 2.77 6.16 0.08 87.48 [2020-12-31T06:09:40.101Z] 06:00:01 all 0.16 0.00 0.04 0.01 0.00 99.78 [2020-12-31T06:09:40.101Z] 06:00:01 0 0.40 0.00 0.03 0.00 0.00 99.57 [2020-12-31T06:09:40.101Z] 06:00:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2020-12-31T06:09:40.101Z] 06:00:01 2 0.18 0.00 0.07 0.02 0.00 99.73 [2020-12-31T06:09:40.101Z] 06:00:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-12-31T06:09:40.101Z] 06:01:01 all 0.18 0.00 0.10 0.00 0.00 99.72 [2020-12-31T06:09:40.101Z] 06:01:01 0 0.07 0.00 0.10 0.00 0.00 99.83 [2020-12-31T06:09:40.101Z] 06:01:01 1 0.20 0.00 0.12 0.00 0.02 99.67 [2020-12-31T06:09:40.101Z] 06:01:01 2 0.40 0.00 0.10 0.00 0.00 99.50 [2020-12-31T06:09:40.101Z] 06:01:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-31T06:09:40.101Z] [2020-12-31T06:09:40.101Z] 06:01:01 CPU %user %nice %system %iowait %steal %idle [2020-12-31T06:09:40.101Z] 06:02:01 all 0.12 0.00 0.04 0.01 0.01 99.83 [2020-12-31T06:09:40.101Z] 06:02:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2020-12-31T06:09:40.101Z] 06:02:01 1 0.38 0.00 0.07 0.00 0.02 99.53 [2020-12-31T06:09:40.101Z] 06:02:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2020-12-31T06:09:40.101Z] 06:02:01 3 0.02 0.00 0.03 0.02 0.00 99.93 [2020-12-31T06:09:40.101Z] 06:03:02 all 0.05 0.00 0.04 0.00 0.00 99.91 [2020-12-31T06:09:40.101Z] 06:03:02 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-12-31T06:09:40.101Z] 06:03:02 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-31T06:09:40.101Z] 06:03:02 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-31T06:09:40.101Z] 06:03:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-31T06:09:40.101Z] 06:04:01 all 0.11 0.00 0.03 0.00 0.00 99.85 [2020-12-31T06:09:40.101Z] 06:04:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-31T06:09:40.101Z] 06:04:01 1 0.39 0.00 0.03 0.00 0.00 99.58 [2020-12-31T06:09:40.101Z] 06:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-31T06:09:40.101Z] 06:04:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2020-12-31T06:09:40.101Z] 06:05:01 all 0.12 0.00 0.06 0.03 0.01 99.78 [2020-12-31T06:09:40.101Z] 06:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2020-12-31T06:09:40.101Z] 06:05:01 1 0.37 0.00 0.13 0.13 0.02 99.35 [2020-12-31T06:09:40.101Z] 06:05:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-31T06:09:40.101Z] 06:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-31T06:09:40.101Z] 06:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-12-31T06:09:40.101Z] 06:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-31T06:09:40.101Z] 06:06:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-12-31T06:09:40.101Z] 06:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-31T06:09:40.101Z] 06:06:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-31T06:09:40.101Z] 06:07:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-12-31T06:09:40.101Z] 06:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-31T06:09:40.101Z] 06:07:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-12-31T06:09:40.101Z] 06:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-31T06:09:40.101Z] 06:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-31T06:09:40.101Z] 06:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-12-31T06:09:40.101Z] 06:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-31T06:09:40.101Z] 06:08:01 1 0.13 0.00 0.02 0.00 0.00 99.85 [2020-12-31T06:09:40.101Z] 06:08:01 2 0.38 0.00 0.03 0.00 0.00 99.58 [2020-12-31T06:09:40.101Z] 06:08:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-12-31T06:09:40.101Z] 06:09:01 all 0.80 0.00 0.43 0.28 0.01 98.47 [2020-12-31T06:09:40.101Z] 06:09:01 0 0.72 0.00 0.53 0.40 0.00 98.35 [2020-12-31T06:09:40.101Z] 06:09:01 1 0.68 0.00 0.40 0.28 0.00 98.63 [2020-12-31T06:09:40.101Z] 06:09:01 2 0.88 0.00 0.30 0.13 0.03 98.65 [2020-12-31T06:09:40.101Z] 06:09:01 3 0.92 0.00 0.50 0.32 0.00 98.26 [2020-12-31T06:09:40.101Z] Average: all 13.48 0.00 7.14 4.82 0.11 74.45 [2020-12-31T06:09:40.101Z] Average: 0 13.67 0.00 7.41 4.23 0.10 74.58 [2020-12-31T06:09:40.101Z] Average: 1 13.31 0.00 7.03 5.48 0.10 74.08 [2020-12-31T06:09:40.101Z] Average: 2 13.67 0.00 7.16 4.68 0.11 74.38 [2020-12-31T06:09:40.101Z] Average: 3 13.28 0.00 6.95 4.89 0.11 74.76 [2020-12-31T06:09:40.101Z] [2020-12-31T06:09:40.101Z] [2020-12-31T06:09:40.101Z]