Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 59bc2ed946616d982be073a2be53f8ce9b7f1f6c+310fcf068b6662a9a98c00381981ed5406e42392 (cd2d8db10b1417dfe2297f3381ba9a1f95aabb7b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19288 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c Merge succeeded, producing 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca Checking out Revision 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca (PR-2924) > git config core.sparsecheckout # timeout=10 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # 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 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-10T00:31:25.981Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-10T00:31:26.213Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-10T00:31:26.301Z] ========================================================= [2021-01-10T00:31:26.301Z] EdgeX Global Pipelines Version Info [2021-01-10T00:31:26.301Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 78a4125272904c1191817962eed59749edf85166 # timeout=10 [2021-01-10T00:31:27.872Z] ------------------- [2021-01-10T00:31:27.872Z] stable info: [2021-01-10T00:31:27.872Z] ------------------- [2021-01-10T00:31:27.872Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-10T00:31:27.872Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T00:31:27.872Z] Message: update stable to v1.0.173 [2021-01-10T00:31:28.817Z] ------------------- [2021-01-10T00:31:28.817Z] experimental info: [2021-01-10T00:31:28.817Z] ------------------- [2021-01-10T00:31:28.817Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-10T00:31:28.817Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-10T00:31:28.817Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-10T00:31:29.059Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-10T00:31:29.134Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-10T00:31:29.211Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-10T00:31:29.291Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-10T00:31:29.401Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-10T00:31:29.478Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-10T00:31:29.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-10T00:31:29.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-10T00:31:29.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-10T00:31:31.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-10T00:31:31.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-10T00:31:31.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-10T00:31:31.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-10T00:31:31.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-10T00:31:31.767Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T00:31:31.901Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-10T00:31:32.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-10T00:31:32.129Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-10T00:31:32.223Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-10T00:31:32.355Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-10T00:31:32.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-10T00:31:32.571Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-10T00:31:32.659Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-10T00:31:32.748Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo [2021-01-10T00:31:32.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo [2021-01-10T00:31:32.987Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo [2021-01-10T00:31:33.132Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [Pipeline] echo [2021-01-10T00:31:33.247Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bf8c5a [Pipeline] echo [2021-01-10T00:31:33.344Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T00:31:33.543Z] provisioning config files... [2021-01-10T00:31:33.596Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config3577051879369658018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:31:33.966Z] ---> docker-login.sh [2021-01-10T00:31:33.966Z] nexus3.edgexfoundry.org:10001 [2021-01-10T00:31:34.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:34.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:34.509Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:34.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:34.509Z] [2021-01-10T00:31:34.509Z] Login Succeeded [2021-01-10T00:31:34.509Z] nexus3.edgexfoundry.org:10002 [2021-01-10T00:31:34.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:34.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:34.509Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:34.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:34.509Z] [2021-01-10T00:31:34.509Z] Login Succeeded [2021-01-10T00:31:34.774Z] nexus3.edgexfoundry.org:10003 [2021-01-10T00:31:34.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:34.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:34.774Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:34.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:34.774Z] [2021-01-10T00:31:34.774Z] Login Succeeded [2021-01-10T00:31:34.774Z] nexus3.edgexfoundry.org:10004 [2021-01-10T00:31:35.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:35.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:35.038Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:35.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:35.038Z] [2021-01-10T00:31:35.038Z] Login Succeeded [2021-01-10T00:31:35.038Z] docker.io [2021-01-10T00:31:35.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:31:35.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:31:35.567Z] Configure a credential helper to remove this warning. See [2021-01-10T00:31:35.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:31:35.567Z] [2021-01-10T00:31:35.567Z] Login Succeeded [2021-01-10T00:31:35.567Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T00:31:35.580Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T00:31:36.055Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/core-command/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/core-data/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-10T00:31:36.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-10T00:31:36.055Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-10T00:31:36.055Z] ++ cut -d/ -f2 [2021-01-10T00:31:36.055Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-10T00:31:36.144Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:31:37.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:31:37.059Z] [2021-01-10T00:31:37.059Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:31:37.415Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:31:37.415Z] latest: Pulling from edgex-devops/git-semver [2021-01-10T00:31:37.415Z] 31603596830f: Pulling fs layer [2021-01-10T00:31:37.415Z] 2a8b12db71e7: Pulling fs layer [2021-01-10T00:31:37.415Z] 6ca5941a6612: Pulling fs layer [2021-01-10T00:31:37.415Z] ecc8261a40a4: Pulling fs layer [2021-01-10T00:31:37.415Z] ecc8261a40a4: Waiting [2021-01-10T00:31:37.415Z] 2a8b12db71e7: Verifying Checksum [2021-01-10T00:31:37.415Z] 2a8b12db71e7: Download complete [2021-01-10T00:31:37.415Z] 31603596830f: Verifying Checksum [2021-01-10T00:31:37.415Z] 31603596830f: Download complete [2021-01-10T00:31:37.680Z] 6ca5941a6612: Verifying Checksum [2021-01-10T00:31:37.680Z] 6ca5941a6612: Download complete [2021-01-10T00:31:37.680Z] ecc8261a40a4: Verifying Checksum [2021-01-10T00:31:37.680Z] ecc8261a40a4: Download complete [2021-01-10T00:31:37.943Z] 31603596830f: Pull complete [2021-01-10T00:31:38.209Z] 2a8b12db71e7: Pull complete [2021-01-10T00:31:39.165Z] 6ca5941a6612: Pull complete [2021-01-10T00:31:39.165Z] ecc8261a40a4: Pull complete [2021-01-10T00:31:39.165Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-10T00:31:39.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-10T00:31:39.165Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-10T00:31:39.291Z] prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container [2021-01-10T00:31:39.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-10T00:31:42.052Z] $ docker top ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-10T00:31:42.357Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T00:31:42.357Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T00:31:42.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T00:31:42.615Z] $ docker exec ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf ssh-agent [2021-01-10T00:31:42.803Z] SSH_AUTH_SOCK=/tmp/ssh-S6u4GGyTbVqK/agent.12 [2021-01-10T00:31:42.803Z] SSH_AGENT_PID=17 [2021-01-10T00:31:42.993Z] Running ssh-add (command line suppressed) [2021-01-10T00:31:43.158Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_4887684326685889495.key (/w/workspace/edgex-go/19@tmp/private_key_4887684326685889495.key) [2021-01-10T00:31:43.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T00:31:43.567Z] + git tag --points-at HEAD [Pipeline] } [2021-01-10T00:31:43.590Z] $ docker exec --env ******** --env ******** ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf ssh-agent -k [2021-01-10T00:31:43.710Z] unset SSH_AUTH_SOCK; [2021-01-10T00:31:43.710Z] unset SSH_AGENT_PID; [2021-01-10T00:31:43.710Z] echo Agent pid 17 killed; [2021-01-10T00:31:43.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-10T00:31:43.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-10T00:31:43.909Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-10T00:31:44.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-10T00:31:44.100Z] $ docker exec ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf ssh-agent [2021-01-10T00:31:44.271Z] SSH_AUTH_SOCK=/tmp/ssh-Zpl5wcVAXZJf/agent.46 [2021-01-10T00:31:44.271Z] SSH_AGENT_PID=51 [2021-01-10T00:31:44.279Z] Running ssh-add (command line suppressed) [2021-01-10T00:31:44.403Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_8389172908034233123.key (/w/workspace/edgex-go/19@tmp/private_key_8389172908034233123.key) [2021-01-10T00:31:44.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-10T00:31:44.797Z] + git semver init [2021-01-10T00:31:44.797Z] # -> Open(): unable to determine branch for HEAD [2021-01-10T00:31:44.797Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2021-01-10T00:31:44.797Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2021-01-10T00:31:44.797Z] # $SEMVER_REMOTE_NAME = origin [2021-01-10T00:31:44.797Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-10T00:31:44.797Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-10T00:31:44.797Z] # $SEMVER_BRANCH = PR-2924 [2021-01-10T00:31:44.797Z] # $SEMVER_TEMP = /tmp/semver-804153974 [2021-01-10T00:31:44.797Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-10T00:32:52.642Z] # '/tmp/semver-804153974' -> '/w/workspace/edgex-go/19/.semver' [2021-01-10T00:32:52.642Z] # -> Force: false [2021-01-10T00:32:52.642Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2021-01-10T00:32:52.661Z] $ docker exec --env ******** --env ******** ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf ssh-agent -k [2021-01-10T00:32:52.989Z] unset SSH_AUTH_SOCK; [2021-01-10T00:32:52.990Z] unset SSH_AGENT_PID; [2021-01-10T00:32:52.990Z] echo Agent pid 51 killed; [2021-01-10T00:32:53.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-10T00:32:53.674Z] + git semver [Pipeline] } [2021-01-10T00:32:53.696Z] $ docker stop --time=1 ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf [2021-01-10T00:32:55.650Z] $ docker rm -f ed3869772247e0711fc7566335f76b54cc4746c8383e1be6e65eefe78cd6f9cf [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:32:56.215Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-10T00:32:56.806Z] Stashed 1 file(s) [Pipeline] echo [2021-01-10T00:32:56.809Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T00:32:57.753Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:32:58.056Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:32:58.366Z] + sudo service docker restart [2021-01-10T00:32:58.366Z] + true [2021-01-10T00:32:58.366Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-10T00:32:58.957Z] ========================================================= [2021-01-10T00:32:58.957Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-10T00:32:58.957Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:32:59.300Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-10T00:33:03.575Z] Sending build context to Docker daemon 326.4MB [2021-01-10T00:33:03.575Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T00:33:03.575Z] Step 2/6 : FROM ${BASE} [2021-01-10T00:33:03.575Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-10T00:33:03.575Z] 188c0c94c7c5: Pulling fs layer [2021-01-10T00:33:03.575Z] 0ef7d3d256c8: Pulling fs layer [2021-01-10T00:33:03.575Z] de9db76c5a1d: Pulling fs layer [2021-01-10T00:33:03.575Z] bca2f99d35d6: Pulling fs layer [2021-01-10T00:33:03.575Z] 93359f2a8cfa: Pulling fs layer [2021-01-10T00:33:03.575Z] 7c6f9722023f: Pulling fs layer [2021-01-10T00:33:03.575Z] a35cf1a2eb13: Pulling fs layer [2021-01-10T00:33:03.575Z] bca2f99d35d6: Waiting [2021-01-10T00:33:03.575Z] 93359f2a8cfa: Waiting [2021-01-10T00:33:03.575Z] 7c6f9722023f: Waiting [2021-01-10T00:33:03.575Z] a35cf1a2eb13: Waiting [2021-01-10T00:33:03.575Z] de9db76c5a1d: Download complete [2021-01-10T00:33:03.575Z] 0ef7d3d256c8: Download complete [2021-01-10T00:33:03.575Z] 93359f2a8cfa: Download complete [2021-01-10T00:33:03.575Z] 7c6f9722023f: Download complete [2021-01-10T00:33:03.575Z] 188c0c94c7c5: Verifying Checksum [2021-01-10T00:33:03.575Z] 188c0c94c7c5: Download complete [2021-01-10T00:33:03.575Z] 188c0c94c7c5: Pull complete [2021-01-10T00:33:04.170Z] 0ef7d3d256c8: Pull complete [2021-01-10T00:33:04.436Z] de9db76c5a1d: Pull complete [2021-01-10T00:33:05.408Z] a35cf1a2eb13: Verifying Checksum [2021-01-10T00:33:05.408Z] a35cf1a2eb13: Download complete [2021-01-10T00:33:05.677Z] bca2f99d35d6: Download complete [2021-01-10T00:33:12.207Z] Still waiting to schedule task [2021-01-10T00:33:12.207Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-10T00:33:12.484Z] bca2f99d35d6: Pull complete [2021-01-10T00:33:12.484Z] 93359f2a8cfa: Pull complete [2021-01-10T00:33:12.484Z] 7c6f9722023f: Pull complete [2021-01-10T00:33:16.724Z] a35cf1a2eb13: Pull complete [2021-01-10T00:33:16.724Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-10T00:33:16.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-10T00:33:16.724Z] ---> a62c8e92a672 [2021-01-10T00:33:16.724Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-10T00:33:16.724Z] ---> Running in 3cd24040138c [2021-01-10T00:33:17.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:33:18.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:33:20.098Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T00:33:20.098Z] (2/12) Installing file (5.38-r0) [2021-01-10T00:33:20.362Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T00:33:20.362Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T00:33:25.685Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T00:33:25.685Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T00:33:25.685Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T00:33:25.685Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T00:33:25.685Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T00:33:25.685Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T00:33:25.685Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T00:33:25.685Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T00:33:25.685Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:33:25.685Z] OK: 233 MiB in 51 packages [2021-01-10T00:33:29.921Z] Removing intermediate container 3cd24040138c [2021-01-10T00:33:29.921Z] ---> fa41a582c759 [2021-01-10T00:33:29.921Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T00:33:29.921Z] ---> Running in 1a1c799ebc31 [2021-01-10T00:33:29.921Z] Removing intermediate container 1a1c799ebc31 [2021-01-10T00:33:29.921Z] ---> 6dd7b982cd10 [2021-01-10T00:33:29.921Z] Step 5/6 : COPY go.mod . [2021-01-10T00:33:29.921Z] ---> f90c5aa71842 [2021-01-10T00:33:29.921Z] Step 6/6 : RUN go mod download [2021-01-10T00:33:30.184Z] ---> Running in 2826b1f2e1e7 [2021-01-10T00:33:52.217Z] Removing intermediate container 2826b1f2e1e7 [2021-01-10T00:33:52.217Z] ---> 2bacd52e6969 [2021-01-10T00:33:52.217Z] Successfully built 2bacd52e6969 [2021-01-10T00:33:52.217Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:33:52.548Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T00:33:52.548Z] . [Pipeline] withDockerContainer [2021-01-10T00:33:52.656Z] prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container [2021-01-10T00:33:52.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-10T00:33:53.624Z] $ docker top 39247b6f9f05970086e12d0e5d25f71d7012e2e4baba852b0bbb8edbcdf7645d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:33:54.258Z] + go version [2021-01-10T00:33:54.259Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-10T00:33:54.280Z] $ docker stop --time=1 39247b6f9f05970086e12d0e5d25f71d7012e2e4baba852b0bbb8edbcdf7645d [2021-01-10T00:33:55.669Z] $ docker rm -f 39247b6f9f05970086e12d0e5d25f71d7012e2e4baba852b0bbb8edbcdf7645d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:33:56.579Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-10T00:33:56.579Z] . [Pipeline] withDockerContainer [2021-01-10T00:33:56.683Z] prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container [2021-01-10T00:33:56.734Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-10T00:33:57.600Z] $ docker top e837467bd1e4bc63f7511b0af21e9558cc32a73e42575406bf473ae4f260b7a7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T00:33:57.805Z] ========================================================= [2021-01-10T00:33:57.805Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T00:33:57.805Z] ========================================================= [Pipeline] sh [2021-01-10T00:33:58.101Z] + make test [2021-01-10T00:33:58.101Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T00:34:08.226Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T00:34:26.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T00:34:29.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T00:34:31.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T00:34:31.425Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T00:34:31.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T00:34:31.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T00:34:31.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T00:34:32.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T00:34:32.654Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T00:34:33.876Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T00:34:36.649Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T00:34:36.649Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T00:34:36.649Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T00:34:40.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements [2021-01-10T00:34:40.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T00:34:40.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T00:34:40.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T00:34:40.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T00:34:40.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T00:34:42.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T00:34:42.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T00:34:42.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T00:34:42.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 77.1% of statements [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T00:34:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T00:34:43.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.462s coverage: 82.4% of statements [2021-01-10T00:34:43.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T00:34:43.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:34:43.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T00:34:43.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T00:34:45.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.431s coverage: 28.6% of statements [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T00:34:45.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T00:34:45.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T00:34:45.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T00:34:45.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2021-01-10T00:34:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T00:34:45.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-01-10T00:34:45.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T00:34:45.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T00:34:45.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T00:34:45.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T00:34:48.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.311s coverage: 93.8% of statements [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T00:34:48.507Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T00:34:48.507Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T00:34:48.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T00:34:48.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements [2021-01-10T00:34:48.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T00:34:48.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements [2021-01-10T00:34:48.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements [2021-01-10T00:34:49.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 84.2% of statements [2021-01-10T00:34:49.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.4% of statements [2021-01-10T00:34:49.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T00:34:50.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.265s coverage: 63.5% of statements [2021-01-10T00:34:50.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T00:34:50.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T00:34:50.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-01-10T00:34:50.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-01-10T00:34:50.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2021-01-10T00:34:50.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-01-10T00:34:51.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-01-10T00:34:53.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.486s coverage: 68.9% of statements [2021-01-10T00:34:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T00:34:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T00:34:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T00:34:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T00:34:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T00:34:53.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.188s coverage: 37.0% of statements [2021-01-10T00:34:53.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T00:34:53.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T00:34:53.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.410s coverage: 84.0% of statements [2021-01-10T00:34:53.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.058s coverage: 100.0% of statements [2021-01-10T00:34:56.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.1% of statements [2021-01-10T00:34:56.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T00:34:56.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T00:34:56.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T00:34:56.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T00:34:56.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T00:34:56.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-01-10T00:34:56.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T00:34:56.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-01-10T00:34:56.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T00:34:57.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.949s coverage: 29.1% of statements [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T00:34:57.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T00:34:57.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T00:34:57.807Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T00:34:57.807Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T00:34:57.807Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-10T00:34:57.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T00:34:57.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T00:34:58.405Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-01-10T00:34:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.041s coverage: 32.1% of statements [2021-01-10T00:34:58.939Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-10T00:34:59.204Z] GO111MODULE=on go vet ./... [2021-01-10T00:35:32.114Z] gofmt -l . [2021-01-10T00:35:32.115Z] [ "`gofmt -l .`" = "" ] [2021-01-10T00:35:32.115Z] ./bin/test-go-mod-tidy.sh [2021-01-10T00:35:32.115Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T00:35:32.449Z] + ls -al . [2021-01-10T00:35:32.449Z] total 636 [2021-01-10T00:35:32.449Z] drwxrwxr-x 10 1001 1001 4096 Jan 10 00:35 . [2021-01-10T00:35:32.449Z] drwxr-xr-x 4 root root 30 Jan 10 00:33 .. [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 00:31 .dockerignore [2021-01-10T00:35:32.449Z] drwxrwxr-x 8 1001 1001 179 Jan 10 00:31 .git [2021-01-10T00:35:32.449Z] drwxrwxr-x 3 1001 1001 125 Jan 10 00:31 .github [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 00:31 .gitignore [2021-01-10T00:35:32.449Z] drwx------ 3 1001 1001 47 Jan 10 00:32 .semver [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 00:31 .sonarcloud.properties [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:31 CONTRIBUTING.md [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 00:31 Dockerfile.build [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 00:31 Jenkinsfile [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:31 LICENSE [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:31 Makefile [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:31 README.md [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:31 SECURITY.md [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 00:32 VERSION [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:31 ZMQWindows.md [2021-01-10T00:35:32.449Z] drwxrwxr-x 2 1001 1001 117 Jan 10 00:31 bin [2021-01-10T00:35:32.449Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 00:31 cmd [2021-01-10T00:35:32.449Z] -rw-r--r-- 1 root root 536793 Jan 10 00:34 coverage.out [2021-01-10T00:35:32.449Z] -rw-r--r-- 1 root root 979 Jan 10 00:35 go.mod [2021-01-10T00:35:32.449Z] -rw-r--r-- 1 root root 19019 Jan 10 00:35 go.sum [2021-01-10T00:35:32.449Z] drwxrwxr-x 8 1001 1001 127 Jan 10 00:31 internal [2021-01-10T00:35:32.449Z] drwxrwxr-x 4 1001 1001 26 Jan 10 00:31 openapi [2021-01-10T00:35:32.449Z] drwxrwxr-x 4 1001 1001 71 Jan 10 00:31 snap [2021-01-10T00:35:32.449Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 00:31 version.go [Pipeline] sh [2021-01-10T00:35:32.764Z] + '[' -e coverage.out ] [2021-01-10T00:35:32.764Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T00:35:32.971Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T00:35:33.296Z] + make build [2021-01-10T00:35:33.296Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:35:38.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:35:42.141Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19296 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-10T00:35:42.202Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-01-10T00:35:46.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:35:47.632Z] using credential edgex-jenkins-ssh [2021-01-10T00:35:47.694Z] Cloning the remote Git repository [2021-01-10T00:35:48.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:35:47.757Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:35:47.881Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-01-10T00:35:47.982Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:35:47.983Z] > git --version # timeout=10 [2021-01-10T00:35:48.007Z] > git --version # 'git version 2.17.1' [2021-01-10T00:35:48.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:35:48.070Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:35:49.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:35:50.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:35:52.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:35:54.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:35:55.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:35:56.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:35:57.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:35:59.023Z] 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] } [2021-01-10T00:36:00.449Z] $ docker stop --time=1 e837467bd1e4bc63f7511b0af21e9558cc32a73e42575406bf473ae4f260b7a7 [2021-01-10T00:36:02.166Z] $ docker rm -f e837467bd1e4bc63f7511b0af21e9558cc32a73e42575406bf473ae4f260b7a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:04.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:36:04.069Z] [2021-01-10T00:36:04.069Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:04.433Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:36:04.433Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-10T00:36:04.433Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-10T00:36:04.433Z] ca9280d653b3: Pulling fs layer [2021-01-10T00:36:04.433Z] 7e9c9ca2126c: Pulling fs layer [2021-01-10T00:36:04.698Z] cbdbe7a5bc2a: Download complete [2021-01-10T00:36:04.965Z] ca9280d653b3: Verifying Checksum [2021-01-10T00:36:04.965Z] ca9280d653b3: Download complete [2021-01-10T00:36:04.965Z] cbdbe7a5bc2a: Pull complete [2021-01-10T00:36:06.369Z] ca9280d653b3: Pull complete [2021-01-10T00:36:06.369Z] 7e9c9ca2126c: Download complete [2021-01-10T00:36:13.053Z] 7e9c9ca2126c: Pull complete [2021-01-10T00:36:13.053Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-10T00:36:13.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:36:13.053Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-10T00:36:13.383Z] prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container [2021-01-10T00:36:13.553Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T00:36:16.606Z] $ docker top f7ffef9ee4072cd9d0016541c1578cfdcb303bec5f7a2dd946c001b0cf6f3e95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:36:17.206Z] + grep parallel [2021-01-10T00:36:17.206Z] + docker-compose build --help [2021-01-10T00:36:18.165Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T00:36:18.444Z] $ docker stop --time=1 f7ffef9ee4072cd9d0016541c1578cfdcb303bec5f7a2dd946c001b0cf6f3e95 [2021-01-10T00:36:18.152Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:36:18.178Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:36:18.209Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:36:18.257Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:36:18.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:36:18.281Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T00:36:19.052Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-10T00:36:19.854Z] $ docker rm -f f7ffef9ee4072cd9d0016541c1578cfdcb303bec5f7a2dd946c001b0cf6f3e95 [2021-01-10T00:36:19.906Z] Merge succeeded, producing 769620cb725adbb59d28662ffa78690362b57496 [2021-01-10T00:36:19.906Z] Checking out Revision 769620cb725adbb59d28662ffa78690362b57496 (PR-2924) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:20.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-10T00:36:20.680Z] . [Pipeline] withDockerContainer [2021-01-10T00:36:20.784Z] prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container [2021-01-10T00:36:20.839Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-10T00:36:19.079Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:36:19.102Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-10T00:36:19.438Z] > git remote # timeout=10 [2021-01-10T00:36:19.458Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T00:36:19.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:36:19.486Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T00:36:19.890Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T00:36:19.917Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:36:19.945Z] > git checkout -f 769620cb725adbb59d28662ffa78690362b57496 # timeout=10 [2021-01-10T00:36:21.472Z] $ docker top 0da10f4722aef8ec266549340e0145390fbb588e5591cdff3de9fe89b98e689e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:36:21.965Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T00:36:22.926Z] Building docker-core-command-go ... [2021-01-10T00:36:22.926Z] Building docker-core-data-go ... [2021-01-10T00:36:22.926Z] Building docker-core-metadata-go ... [2021-01-10T00:36:22.926Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T00:36:22.926Z] Building docker-security-proxy-setup-go ... [2021-01-10T00:36:22.926Z] Building docker-security-secretstore-setup-go ... [2021-01-10T00:36:22.926Z] Building docker-support-notifications-go ... [2021-01-10T00:36:22.926Z] Building docker-support-scheduler-go ... [2021-01-10T00:36:22.926Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T00:36:22.926Z] Building docker-support-notifications-go [2021-01-10T00:36:22.926Z] Building docker-core-command-go [2021-01-10T00:36:22.926Z] Building docker-core-data-go [2021-01-10T00:36:22.926Z] Building docker-support-scheduler-go [2021-01-10T00:36:22.926Z] Building docker-security-bootstrap-redis-go [2021-01-10T00:36:24.492Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T00:36:24.515Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-10T00:36:25.912Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:36:26.327Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-10T00:36:26.675Z] + sudo service docker restart [2021-01-10T00:36:26.676Z] + true [2021-01-10T00:36:24.504Z] > git rev-list --no-walk 78a4125272904c1191817962eed59749edf85166 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-10T00:36:28.786Z] provisioning config files... [2021-01-10T00:36:28.830Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config2329032564435113319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:36:29.259Z] ---> docker-login.sh [2021-01-10T00:36:29.259Z] nexus3.edgexfoundry.org:10001 [2021-01-10T00:36:30.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:36:30.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:36:30.845Z] Configure a credential helper to remove this warning. See [2021-01-10T00:36:30.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:36:30.845Z] [2021-01-10T00:36:30.845Z] Login Succeeded [2021-01-10T00:36:30.845Z] nexus3.edgexfoundry.org:10002 [2021-01-10T00:36:31.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:36:31.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:36:31.126Z] Configure a credential helper to remove this warning. See [2021-01-10T00:36:31.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:36:31.126Z] [2021-01-10T00:36:31.126Z] Login Succeeded [2021-01-10T00:36:31.400Z] nexus3.edgexfoundry.org:10003 [2021-01-10T00:36:31.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:36:31.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:36:31.951Z] Configure a credential helper to remove this warning. See [2021-01-10T00:36:31.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:36:31.951Z] [2021-01-10T00:36:31.951Z] Login Succeeded [2021-01-10T00:36:31.951Z] nexus3.edgexfoundry.org:10004 [2021-01-10T00:36:32.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:36:32.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:36:32.502Z] Configure a credential helper to remove this warning. See [2021-01-10T00:36:32.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:36:32.503Z] [2021-01-10T00:36:32.503Z] Login Succeeded [2021-01-10T00:36:32.503Z] docker.io [2021-01-10T00:36:32.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-10T00:36:33.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-10T00:36:33.051Z] Configure a credential helper to remove this warning. See [2021-01-10T00:36:33.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-10T00:36:33.051Z] [2021-01-10T00:36:33.051Z] Login Succeeded [2021-01-10T00:36:33.051Z] ---> docker-login.sh ends [Pipeline] } [2021-01-10T00:36:33.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-10T00:36:33.609Z] ========================================================= [2021-01-10T00:36:33.609Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-10T00:36:33.609Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:36:33.983Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-10T00:36:35.984Z] Sending build context to Docker daemon 165.5MB [2021-01-10T00:36:35.984Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-10T00:36:35.984Z] Step 2/6 : FROM ${BASE} [2021-01-10T00:36:35.984Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-10T00:36:35.984Z] 5f621e34cdf4: Pulling fs layer [2021-01-10T00:36:35.984Z] a4357932f1b6: Pulling fs layer [2021-01-10T00:36:35.984Z] 18c013af1878: Pulling fs layer [2021-01-10T00:36:35.984Z] 00ac8860ef70: Pulling fs layer [2021-01-10T00:36:35.984Z] 63d7cb157983: Pulling fs layer [2021-01-10T00:36:35.984Z] b116817d02f9: Pulling fs layer [2021-01-10T00:36:35.984Z] 745a02a5169b: Pulling fs layer [2021-01-10T00:36:35.984Z] 00ac8860ef70: Waiting [2021-01-10T00:36:35.984Z] 63d7cb157983: Waiting [2021-01-10T00:36:35.984Z] b116817d02f9: Waiting [2021-01-10T00:36:35.984Z] 745a02a5169b: Waiting [2021-01-10T00:36:36.264Z] 18c013af1878: Verifying Checksum [2021-01-10T00:36:36.264Z] 18c013af1878: Download complete [2021-01-10T00:36:36.264Z] a4357932f1b6: Verifying Checksum [2021-01-10T00:36:36.264Z] a4357932f1b6: Download complete [2021-01-10T00:36:36.264Z] 63d7cb157983: Download complete [2021-01-10T00:36:36.264Z] b116817d02f9: Verifying Checksum [2021-01-10T00:36:36.264Z] b116817d02f9: Download complete [2021-01-10T00:36:36.264Z] 5f621e34cdf4: Download complete [2021-01-10T00:36:36.876Z] 5f621e34cdf4: Pull complete [2021-01-10T00:36:37.497Z] a4357932f1b6: Pull complete [2021-01-10T00:36:37.769Z] 18c013af1878: Pull complete [2021-01-10T00:36:38.363Z] 745a02a5169b: Verifying Checksum [2021-01-10T00:36:38.363Z] 745a02a5169b: Download complete [2021-01-10T00:36:39.343Z] 00ac8860ef70: Verifying Checksum [2021-01-10T00:36:39.343Z] 00ac8860ef70: Download complete [2021-01-10T00:36:49.500Z] 00ac8860ef70: Pull complete [2021-01-10T00:36:49.500Z] 63d7cb157983: Pull complete [2021-01-10T00:36:49.500Z] b116817d02f9: Pull complete [2021-01-10T00:36:52.905Z] 745a02a5169b: Pull complete [2021-01-10T00:36:52.905Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-10T00:36:52.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-10T00:36:52.905Z] ---> b7e6874047d6 [2021-01-10T00:36:52.905Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-10T00:36:56.334Z] ---> Running in a1863f63dd0a [2021-01-10T00:36:57.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:36:59.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:37:01.227Z] (1/12) Installing libmagic (5.38-r0) [2021-01-10T00:37:01.501Z] (2/12) Installing file (5.38-r0) [2021-01-10T00:37:01.501Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-10T00:37:01.773Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-10T00:37:02.171Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:02.171Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:02.171Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 2bacd52e6969 [2021-01-10T00:37:02.171Z] [2021-01-10T00:37:02.171Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T00:37:02.171Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:02.171Z] ---> 2bacd52e6969 [2021-01-10T00:37:02.171Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:37:02.171Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:02.171Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:02.171Z] ---> 2bacd52e6969 [2021-01-10T00:37:02.171Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:37:02.171Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:02.171Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:02.171Z] ---> 2bacd52e6969 [2021-01-10T00:37:02.171Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:37:02.171Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:37:02.171Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:37:02.171Z] ---> 2bacd52e6969 [2021-01-10T00:37:02.171Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:37:02.171Z] ---> Running in b04fe65b5712 [2021-01-10T00:37:02.171Z] ---> Running in 6ce00fc9d700 [2021-01-10T00:37:02.171Z] ---> Running in 751db711816f [2021-01-10T00:37:02.171Z] ---> Running in 14a25710262c [2021-01-10T00:37:02.171Z] ---> Running in 93d3e9d52a8f [2021-01-10T00:37:02.171Z] Removing intermediate container b04fe65b5712 [2021-01-10T00:37:02.171Z] ---> 53162b84406f [2021-01-10T00:37:02.171Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:02.171Z] Removing intermediate container 751db711816f [2021-01-10T00:37:02.171Z] ---> 160f06d82806 [2021-01-10T00:37:02.171Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:02.171Z] Removing intermediate container 93d3e9d52a8f [2021-01-10T00:37:02.171Z] ---> b86c0275723e [2021-01-10T00:37:02.171Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:02.171Z] Removing intermediate container 14a25710262c [2021-01-10T00:37:02.171Z] ---> 335e03e286b4 [2021-01-10T00:37:02.171Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:02.171Z] Removing intermediate container 6ce00fc9d700 [2021-01-10T00:37:02.171Z] ---> 131ce8806c66 [2021-01-10T00:37:02.171Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:37:02.171Z] ---> Running in 67ebea9a8eca [2021-01-10T00:37:02.171Z] ---> Running in b28983c9dd1c [2021-01-10T00:37:02.172Z] ---> Running in 1adb026d0c1b [2021-01-10T00:37:02.172Z] ---> Running in c84763a55b80 [2021-01-10T00:37:02.172Z] ---> Running in 13c94067ba3e [2021-01-10T00:37:02.464Z] Removing intermediate container b28983c9dd1c [2021-01-10T00:37:02.464Z] ---> 4a3d5d09c3e8 [2021-01-10T00:37:02.464Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:37:02.464Z] Removing intermediate container 1adb026d0c1b [2021-01-10T00:37:02.464Z] ---> 1e20702124a1 [2021-01-10T00:37:02.464Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T00:37:02.464Z] Removing intermediate container 13c94067ba3e [2021-01-10T00:37:02.464Z] ---> a9b7b8fc1fc6 [2021-01-10T00:37:02.464Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:37:02.464Z] ---> Running in c4cebdce4ca0 [2021-01-10T00:37:02.729Z] ---> Running in 604608dd892d [2021-01-10T00:37:02.729Z] ---> Running in bd0600f39b48 [2021-01-10T00:37:02.729Z] Removing intermediate container 67ebea9a8eca [2021-01-10T00:37:02.729Z] ---> 46d93f02f1f7 [2021-01-10T00:37:02.729Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:37:02.729Z] Removing intermediate container c84763a55b80 [2021-01-10T00:37:02.729Z] ---> 152fbd6b6e69 [2021-01-10T00:37:02.729Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T00:37:02.999Z] ---> Running in 1ee1efb5fb36 [2021-01-10T00:37:02.999Z] ---> Running in 9dc899547f47 [2021-01-10T00:37:04.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:04.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:04.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:04.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:04.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:05.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:05.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:05.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:05.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:06.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:37:06.811Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:07.405Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:07.405Z] Removing intermediate container c4cebdce4ca0 [2021-01-10T00:37:07.405Z] ---> 0bfa292e5ed5 [2021-01-10T00:37:07.405Z] Step 6/21 : COPY go.mod . [2021-01-10T00:37:07.994Z] ---> e0278d32e150 [2021-01-10T00:37:07.994Z] Step 7/21 : RUN go mod download [2021-01-10T00:37:07.994Z] ---> Running in 126ab4f76fe4 [2021-01-10T00:37:07.994Z] Removing intermediate container 1ee1efb5fb36 [2021-01-10T00:37:07.994Z] ---> 6b9d5372a3a9 [2021-01-10T00:37:07.994Z] Step 6/22 : COPY go.mod . [2021-01-10T00:37:08.266Z] ---> 3cd517090772 [2021-01-10T00:37:08.266Z] Step 7/22 : RUN go mod download [2021-01-10T00:37:08.266Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:08.546Z] ---> Running in ea5027ee1e24 [2021-01-10T00:37:08.821Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:09.093Z] OK: 233 MiB in 51 packages [2021-01-10T00:37:09.373Z] Removing intermediate container 9dc899547f47 [2021-01-10T00:37:09.373Z] ---> 625ffb046376 [2021-01-10T00:37:09.373Z] Step 6/23 : COPY go.mod . [2021-01-10T00:37:09.650Z] Removing intermediate container 604608dd892d [2021-01-10T00:37:09.650Z] ---> 4d92ccfce8dc [2021-01-10T00:37:09.650Z] Step 6/24 : COPY go.mod . [2021-01-10T00:37:09.933Z] Removing intermediate container bd0600f39b48 [2021-01-10T00:37:09.933Z] ---> 129a1d565fab [2021-01-10T00:37:09.933Z] Step 6/22 : COPY go.mod . [2021-01-10T00:37:09.933Z] ---> d0dab4b31c1f [2021-01-10T00:37:09.933Z] Step 7/23 : RUN go mod download [2021-01-10T00:37:09.933Z] ---> 852caa323842 [2021-01-10T00:37:09.933Z] Step 7/24 : RUN go mod download [2021-01-10T00:37:10.197Z] ---> Running in 10011b8afa3e [2021-01-10T00:37:10.197Z] ---> Running in 96e15d2e08c1 [2021-01-10T00:37:10.466Z] ---> a01d45429d98 [2021-01-10T00:37:10.466Z] Step 7/22 : RUN go mod download [2021-01-10T00:37:10.742Z] ---> Running in 3e02f27b094f [2021-01-10T00:37:10.743Z] Removing intermediate container 126ab4f76fe4 [2021-01-10T00:37:10.743Z] ---> a8af11dad618 [2021-01-10T00:37:10.743Z] Step 8/21 : COPY . . [2021-01-10T00:37:11.342Z] Removing intermediate container ea5027ee1e24 [2021-01-10T00:37:11.342Z] ---> c2db1b27d337 [2021-01-10T00:37:11.342Z] Step 8/22 : COPY . . [2021-01-10T00:37:18.132Z] Removing intermediate container 96e15d2e08c1 [2021-01-10T00:37:18.132Z] ---> d81b2bdcbfd9 [2021-01-10T00:37:18.132Z] Step 8/24 : COPY . . [2021-01-10T00:37:18.132Z] Removing intermediate container 10011b8afa3e [2021-01-10T00:37:18.132Z] ---> cc3613888ba0 [2021-01-10T00:37:18.132Z] Step 8/23 : COPY . . [2021-01-10T00:37:18.132Z] Removing intermediate container 3e02f27b094f [2021-01-10T00:37:18.132Z] ---> 7ae5f71dcb1b [2021-01-10T00:37:18.132Z] Step 8/22 : COPY . . [2021-01-10T00:37:34.085Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-10T00:37:34.085Z] (6/12) Installing patch (2.7.6-r6) [2021-01-10T00:37:34.085Z] (7/12) Installing build-base (0.5-r2) [2021-01-10T00:37:34.085Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-10T00:37:34.085Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-10T00:37:34.085Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-10T00:37:34.085Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-10T00:37:34.361Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-10T00:37:34.361Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:37:34.361Z] OK: 217 MiB in 51 packages [2021-01-10T00:37:38.679Z] Removing intermediate container a1863f63dd0a [2021-01-10T00:37:38.679Z] ---> c395b222d863 [2021-01-10T00:37:38.679Z] Step 4/6 : WORKDIR /edgex-go [2021-01-10T00:37:38.679Z] ---> Running in 7eed45b81b0b [2021-01-10T00:37:39.277Z] Removing intermediate container 7eed45b81b0b [2021-01-10T00:37:39.277Z] ---> f3685adb18b8 [2021-01-10T00:37:39.277Z] Step 5/6 : COPY go.mod . [2021-01-10T00:37:39.871Z] ---> bad8461e187a [2021-01-10T00:37:39.871Z] Step 6/6 : RUN go mod download [2021-01-10T00:37:39.871Z] ---> Running in a70fa257e4a3 [2021-01-10T00:37:57.305Z] ---> 9bdd49ee7173 [2021-01-10T00:37:57.305Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T00:37:57.305Z] ---> 8378236cd140 [2021-01-10T00:37:57.305Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T00:37:57.305Z] ---> Running in 87358cd38a62 [2021-01-10T00:37:57.305Z] ---> Running in 3fe04162f544 [2021-01-10T00:37:57.305Z] ---> a40c4a2aa6c3 [2021-01-10T00:37:57.305Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T00:37:57.305Z] ---> 20e2762fe1f8 [2021-01-10T00:37:57.305Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T00:37:57.306Z] ---> 2994fd62b01f [2021-01-10T00:37:57.306Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T00:37:57.306Z] ---> Running in 876398bff21a [2021-01-10T00:37:57.306Z] ---> Running in e6c58b1fae82 [2021-01-10T00:37:57.306Z] ---> Running in 504ca35dad64 [2021-01-10T00:37:57.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:37:57.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:37:57.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:37:57.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:37:57.306Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:38:06.663Z] Removing intermediate container a70fa257e4a3 [2021-01-10T00:38:06.663Z] ---> 08acab48d12e [2021-01-10T00:38:06.663Z] Successfully built 08acab48d12e [2021-01-10T00:38:06.663Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:38:07.015Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T00:38:07.015Z] . [Pipeline] withDockerContainer [2021-01-10T00:38:07.335Z] prd-ubuntu18.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container [2021-01-10T00:38:07.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T00:38:09.212Z] $ docker top 3b495d73b559658c185a1514a1a1b897d4a9ea2ce35f552d9b7226be5e9a81ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:38:10.299Z] + go version [2021-01-10T00:38:10.299Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-10T00:38:10.328Z] $ docker stop --time=1 3b495d73b559658c185a1514a1a1b897d4a9ea2ce35f552d9b7226be5e9a81ca [2021-01-10T00:38:12.379Z] $ docker rm -f 3b495d73b559658c185a1514a1a1b897d4a9ea2ce35f552d9b7226be5e9a81ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:38:13.438Z] + docker inspect -f . ci-base-image-arm64 [2021-01-10T00:38:13.439Z] . [Pipeline] withDockerContainer [2021-01-10T00:38:13.739Z] prd-ubuntu18.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container [2021-01-10T00:38:13.837Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-10T00:38:15.466Z] $ docker top 5af4b6d290078933c47e537513d649ba889f263e8cb8778f48ce228640e4d417 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-10T00:38:15.883Z] ========================================================= [2021-01-10T00:38:15.884Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-10T00:38:15.884Z] ========================================================= [Pipeline] sh [2021-01-10T00:38:16.555Z] + make test [2021-01-10T00:38:16.555Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-10T00:38:43.896Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-10T00:38:44.383Z] Removing intermediate container 3fe04162f544 [2021-01-10T00:38:44.383Z] ---> 455910d9c982 [2021-01-10T00:38:44.383Z] [2021-01-10T00:38:44.383Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T00:38:44.383Z] 3.12: Pulling from library/alpine [2021-01-10T00:38:44.383Z] Removing intermediate container 876398bff21a [2021-01-10T00:38:44.383Z] ---> e296589d77dd [2021-01-10T00:38:44.383Z] [2021-01-10T00:38:44.383Z] Step 10/24 : FROM scratch [2021-01-10T00:38:44.383Z] ---> [2021-01-10T00:38:44.383Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T00:38:44.383Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:38:44.383Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:38:44.383Z] ---> 389fef711851 [2021-01-10T00:38:44.383Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:38:44.383Z] ---> Running in c9ef0d57a968 [2021-01-10T00:38:44.383Z] ---> Running in 8f7c40353b3b [2021-01-10T00:38:44.383Z] Removing intermediate container 87358cd38a62 [2021-01-10T00:38:44.383Z] ---> 2f60eec3ddae [2021-01-10T00:38:44.383Z] [2021-01-10T00:38:44.383Z] Step 10/21 : FROM scratch [2021-01-10T00:38:44.383Z] ---> [2021-01-10T00:38:44.383Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:38:44.383Z] Removing intermediate container e6c58b1fae82 [2021-01-10T00:38:44.383Z] ---> 648d02aa0439 [2021-01-10T00:38:44.383Z] [2021-01-10T00:38:44.383Z] Step 10/22 : FROM scratch [2021-01-10T00:38:44.383Z] ---> [2021-01-10T00:38:44.383Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:38:44.383Z] ---> Running in 083494e813e4 [2021-01-10T00:38:44.383Z] ---> Running in 8aca1e52bc4e [2021-01-10T00:38:44.383Z] Removing intermediate container c9ef0d57a968 [2021-01-10T00:38:44.383Z] ---> 66f9d3529a9e [2021-01-10T00:38:44.383Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T00:38:44.383Z] ---> Running in 9bd3184b66b1 [2021-01-10T00:38:44.383Z] Removing intermediate container 083494e813e4 [2021-01-10T00:38:44.383Z] ---> 7645883e7048 [2021-01-10T00:38:44.383Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T00:38:44.383Z] ---> Running in be714e7a5993 [2021-01-10T00:38:44.383Z] Removing intermediate container 8aca1e52bc4e [2021-01-10T00:38:44.383Z] ---> f84b14a3462f [2021-01-10T00:38:44.383Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T00:38:44.383Z] Removing intermediate container 9bd3184b66b1 [2021-01-10T00:38:44.383Z] ---> 4dcf8148f8ef [2021-01-10T00:38:44.383Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T00:38:44.383Z] ---> Running in 8d20c777dfd0 [2021-01-10T00:38:44.383Z] ---> Running in ec3af6cb756c [2021-01-10T00:38:44.383Z] Removing intermediate container be714e7a5993 [2021-01-10T00:38:44.383Z] ---> c2385c85745f [2021-01-10T00:38:44.383Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T00:38:44.383Z] ---> Running in 098b10928318 [2021-01-10T00:38:44.383Z] Removing intermediate container 8d20c777dfd0 [2021-01-10T00:38:44.383Z] ---> 9bb9885afcd4 [2021-01-10T00:38:44.383Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T00:38:44.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:44.383Z] Removing intermediate container ec3af6cb756c [2021-01-10T00:38:44.383Z] ---> 73ea57189f31 [2021-01-10T00:38:44.383Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:38:44.383Z] ---> Running in 504a6fd036e1 [2021-01-10T00:38:44.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:44.383Z] Removing intermediate container 098b10928318 [2021-01-10T00:38:44.383Z] ---> 8becc1c141a0 [2021-01-10T00:38:44.383Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-10T00:38:44.383Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:38:44.383Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:38:44.383Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:38:44.383Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:38:44.383Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:38:44.383Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:38:44.383Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:38:44.651Z] OK: 7 MiB in 19 packages [2021-01-10T00:38:45.244Z] Removing intermediate container 504a6fd036e1 [2021-01-10T00:38:45.245Z] ---> 043a50bac88f [2021-01-10T00:38:45.245Z] Step 14/22 : WORKDIR / [2021-01-10T00:38:45.512Z] ---> 71de152c29ac [2021-01-10T00:38:45.512Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T00:38:45.801Z] ---> 176fcd5df4d3 [2021-01-10T00:38:45.801Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T00:38:45.801Z] ---> Running in 030697a9fcd5 [2021-01-10T00:38:46.774Z] Removing intermediate container 030697a9fcd5 [2021-01-10T00:38:46.774Z] ---> c1fbe39179f2 [2021-01-10T00:38:46.774Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-10T00:38:46.774Z] Removing intermediate container 8f7c40353b3b [2021-01-10T00:38:46.774Z] ---> 282831bf6d51 [2021-01-10T00:38:46.774Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T00:38:47.069Z] ---> fb1cdcfaf9f6 [2021-01-10T00:38:47.069Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T00:38:47.069Z] ---> d28e1b216033 [2021-01-10T00:38:47.069Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T00:38:47.069Z] ---> Running in 693ac1bf830d [2021-01-10T00:38:47.069Z] ---> ad0993f8be4d [2021-01-10T00:38:47.069Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T00:38:48.055Z] Removing intermediate container 693ac1bf830d [2021-01-10T00:38:48.055Z] ---> fda3ce258edb [2021-01-10T00:38:48.055Z] Step 13/22 : WORKDIR / [2021-01-10T00:38:49.012Z] ---> 63f964a96ab2 [2021-01-10T00:38:49.012Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T00:38:50.971Z] ---> Running in 1a7bf5f53a26 [2021-01-10T00:38:50.971Z] ---> Running in 2a4e097652bf [2021-01-10T00:38:50.971Z] ---> 8b109b137c44 [2021-01-10T00:38:50.971Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-10T00:38:50.971Z] ---> 87e9fb2055e0 [2021-01-10T00:38:50.971Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T00:38:50.971Z] Removing intermediate container 504ca35dad64 [2021-01-10T00:38:50.971Z] ---> 05d268176564 [2021-01-10T00:38:50.971Z] [2021-01-10T00:38:50.971Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T00:38:50.971Z] ---> 389fef711851 [2021-01-10T00:38:50.971Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:38:50.971Z] ---> Running in caf67b6f1d75 [2021-01-10T00:38:50.971Z] Removing intermediate container 1a7bf5f53a26 [2021-01-10T00:38:50.971Z] ---> 9f20838f588f [2021-01-10T00:38:50.971Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:38:51.253Z] Removing intermediate container 2a4e097652bf [2021-01-10T00:38:51.253Z] ---> b2c9e9486047 [2021-01-10T00:38:51.253Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-10T00:38:51.253Z] ---> Running in 443f278b5b88 [2021-01-10T00:38:51.253Z] ---> cafe7f1fadd0 [2021-01-10T00:38:51.253Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T00:38:51.253Z] ---> cbbc49ca0fbe [2021-01-10T00:38:51.253Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T00:38:51.253Z] Removing intermediate container caf67b6f1d75 [2021-01-10T00:38:51.253Z] ---> da7bd50006c9 [2021-01-10T00:38:51.253Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T00:38:51.532Z] ---> Running in 2b0420f68379 [2021-01-10T00:38:51.532Z] ---> Running in 337c5d734ac6 [2021-01-10T00:38:51.532Z] Removing intermediate container 443f278b5b88 [2021-01-10T00:38:51.532Z] ---> 68291961a073 [2021-01-10T00:38:51.532Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T00:38:51.532Z] ---> 7dd9e5fc4099 [2021-01-10T00:38:51.532Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T00:38:51.820Z] ---> Running in b2dfaedca6e3 [2021-01-10T00:38:51.820Z] Removing intermediate container 2b0420f68379 [2021-01-10T00:38:51.820Z] ---> ff4d267a23a0 [2021-01-10T00:38:51.820Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:38:51.820Z] Removing intermediate container 337c5d734ac6 [2021-01-10T00:38:51.820Z] ---> 64a9022d073f [2021-01-10T00:38:51.820Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T00:38:52.099Z] ---> Running in 218420be738d [2021-01-10T00:38:52.099Z] ---> Running in 189415f4d4ec [2021-01-10T00:38:52.384Z] Removing intermediate container b2dfaedca6e3 [2021-01-10T00:38:52.384Z] ---> 84ea66b0412c [2021-01-10T00:38:52.384Z] Step 20/21 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:38:52.384Z] ---> b8970cd008d0 [2021-01-10T00:38:52.384Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T00:38:52.384Z] ---> Running in 2c6d3aeddc78 [2021-01-10T00:38:52.670Z] ---> 5388f571e6fc [2021-01-10T00:38:52.670Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T00:38:52.670Z] Removing intermediate container 218420be738d [2021-01-10T00:38:52.670Z] ---> e84d13d8740a [2021-01-10T00:38:52.670Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:38:52.670Z] Removing intermediate container 189415f4d4ec [2021-01-10T00:38:52.670Z] ---> b7118e5de9f4 [2021-01-10T00:38:52.670Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:38:52.670Z] ---> Running in db7a86620bc1 [2021-01-10T00:38:52.670Z] ---> Running in 98fa34f4d865 [2021-01-10T00:38:53.078Z] ---> a4fc59397ba6 [2021-01-10T00:38:53.078Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T00:38:53.078Z] Removing intermediate container 2c6d3aeddc78 [2021-01-10T00:38:53.078Z] ---> 14315c6ff417 [2021-01-10T00:38:53.078Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:38:53.078Z] ---> Running in 80e1853cb40c [2021-01-10T00:38:53.078Z] ---> Running in 9151276a376a [2021-01-10T00:38:54.240Z] Removing intermediate container db7a86620bc1 [2021-01-10T00:38:54.240Z] ---> 2ad36d0fda15 [2021-01-10T00:38:54.240Z] Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:38:54.240Z] ---> 53e33efc4479 [2021-01-10T00:38:54.240Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T00:38:54.240Z] ---> Running in 6eaf5a81f790 [2021-01-10T00:38:54.240Z] Removing intermediate container 80e1853cb40c [2021-01-10T00:38:54.240Z] ---> 94ca78649738 [2021-01-10T00:38:54.240Z] [2021-01-10T00:38:54.240Z] Removing intermediate container 9151276a376a [2021-01-10T00:38:54.240Z] ---> 0d8fcc34f616 [2021-01-10T00:38:54.240Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:38:54.240Z] Removing intermediate container 6eaf5a81f790 [2021-01-10T00:38:54.240Z] ---> 93bd52dc8cd3 [2021-01-10T00:38:54.240Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:38:54.240Z] ---> 0855327d713e [2021-01-10T00:38:54.240Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T00:38:54.240Z] ---> Running in 4dd1790646ba [2021-01-10T00:38:54.240Z] ---> Running in ee0122234b28 [2021-01-10T00:38:54.240Z] Successfully built 94ca78649738 [2021-01-10T00:38:54.240Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-10T00:38:54.240Z] Building docker-security-proxy-setup-go [2021-01-10T00:38:54.240Z]  Building docker-support-scheduler-go ... done  ---> Running in 7696c3af037d [2021-01-10T00:38:54.240Z] Removing intermediate container 4dd1790646ba [2021-01-10T00:38:54.240Z] ---> a078be136321 [2021-01-10T00:38:54.240Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T00:38:54.240Z] Removing intermediate container ee0122234b28 [2021-01-10T00:38:54.240Z] ---> 693e02ebbaaa [2021-01-10T00:38:54.240Z] [2021-01-10T00:38:54.858Z] Successfully built 693e02ebbaaa [2021-01-10T00:38:55.127Z] ---> Running in b8cf6079bb58 [2021-01-10T00:38:55.127Z] Successfully tagged docker-core-command-go:latest [2021-01-10T00:38:55.127Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-10T00:38:55.719Z] Removing intermediate container b8cf6079bb58 [2021-01-10T00:38:55.719Z] ---> ea7ee65beb7a [2021-01-10T00:38:55.719Z] Step 23/24 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:38:55.719Z] Removing intermediate container 98fa34f4d865 [2021-01-10T00:38:55.719Z] ---> c48729f95382 [2021-01-10T00:38:55.719Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T00:38:56.003Z] ---> Running in fd6a199425c7 [2021-01-10T00:38:56.003Z] ---> Running in ad2a8d2f6fe5 [2021-01-10T00:38:57.983Z] Removing intermediate container fd6a199425c7 [2021-01-10T00:38:57.983Z] ---> 88f4a6f2a771 [2021-01-10T00:38:57.983Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:38:59.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:38:59.973Z] ---> Running in 4d0dea0d934d [2021-01-10T00:38:59.973Z] Removing intermediate container 7696c3af037d [2021-01-10T00:38:59.973Z] ---> 81558e061757 [2021-01-10T00:38:59.973Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T00:38:59.973Z] ---> Running in 94ca7a0a4a3d [2021-01-10T00:39:00.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:00.823Z] Removing intermediate container 4d0dea0d934d [2021-01-10T00:39:00.823Z] ---> 25bdcdbf88d3 [2021-01-10T00:39:00.823Z] [2021-01-10T00:39:01.425Z] Successfully built 25bdcdbf88d3 [2021-01-10T00:39:01.425Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T00:39:01.712Z] Successfully tagged docker-support-notifications-go:latest [2021-01-10T00:39:01.712Z] Building docker-core-metadata-go [2021-01-10T00:39:01.978Z]  Building docker-support-notifications-go ... done (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T00:39:01.978Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T00:39:01.978Z] Removing intermediate container 94ca7a0a4a3d [2021-01-10T00:39:01.978Z] ---> 383cd837ce86 [2021-01-10T00:39:01.978Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:39:02.247Z] ---> Running in 1fe3b6acf804 [2021-01-10T00:39:02.517Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T00:39:02.517Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T00:39:02.798Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:39:02.798Z] OK: 8 MiB in 19 packages [2021-01-10T00:39:02.798Z] Removing intermediate container 1fe3b6acf804 [2021-01-10T00:39:02.798Z] ---> ac7132ac3ae4 [2021-01-10T00:39:02.798Z] Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:39:03.429Z] ---> Running in 5f5ac132c950 [2021-01-10T00:39:04.407Z] Removing intermediate container 5f5ac132c950 [2021-01-10T00:39:04.407Z] ---> 87b6bbb20c25 [2021-01-10T00:39:04.407Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:39:07.037Z] ---> Running in 8ff118eedd7f [2021-01-10T00:39:07.037Z] Removing intermediate container ad2a8d2f6fe5 [2021-01-10T00:39:07.037Z] ---> ecd896cc94d7 [2021-01-10T00:39:07.037Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-10T00:39:07.632Z] Removing intermediate container 8ff118eedd7f [2021-01-10T00:39:07.632Z] ---> a1886fdb458d [2021-01-10T00:39:07.632Z] [2021-01-10T00:39:07.898Z] ---> a33f6c505e51 [2021-01-10T00:39:07.898Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T00:39:07.898Z] Successfully built a1886fdb458d [2021-01-10T00:39:08.163Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-10T00:39:08.163Z] Building docker-sys-mgmt-agent-go [2021-01-10T00:39:10.826Z]  Building docker-security-bootstrap-redis-go ... done  ---> fccd7cb5db3c [2021-01-10T00:39:10.826Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T00:39:11.812Z] ---> 00c251838581 [2021-01-10T00:39:11.812Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T00:39:12.083Z] ---> Running in e5b686f4ff89 [2021-01-10T00:39:12.689Z] Removing intermediate container e5b686f4ff89 [2021-01-10T00:39:12.689Z] ---> a8d2945ed6e0 [2021-01-10T00:39:12.689Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:39:13.699Z] ---> Running in 16ee227aa6bb [2021-01-10T00:39:14.682Z] Removing intermediate container 16ee227aa6bb [2021-01-10T00:39:14.682Z] ---> ce7c0793c1da [2021-01-10T00:39:14.682Z] Step 21/23 : LABEL arch=x86_64 [2021-01-10T00:39:15.298Z] ---> Running in c2fa8215f942 [2021-01-10T00:39:15.913Z] Removing intermediate container c2fa8215f942 [2021-01-10T00:39:15.913Z] ---> 3eff50300dc6 [2021-01-10T00:39:15.913Z] Step 22/23 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:39:16.215Z] ---> Running in 5ffb7a8cac6f [2021-01-10T00:39:17.637Z] Removing intermediate container 5ffb7a8cac6f [2021-01-10T00:39:17.637Z] ---> 1747dbd436c0 [2021-01-10T00:39:17.637Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T00:39:18.231Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:39:18.231Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:39:18.231Z] ---> 2bacd52e6969 [2021-01-10T00:39:18.231Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:39:18.506Z] ---> Using cache [2021-01-10T00:39:18.506Z] ---> 131ce8806c66 [2021-01-10T00:39:18.506Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:39:18.506Z] ---> Using cache [2021-01-10T00:39:18.506Z] ---> a9b7b8fc1fc6 [2021-01-10T00:39:18.506Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T00:39:18.506Z] ---> Using cache [2021-01-10T00:39:18.507Z] ---> 129a1d565fab [2021-01-10T00:39:18.507Z] Step 6/24 : COPY go.mod . [2021-01-10T00:39:18.507Z] ---> Using cache [2021-01-10T00:39:18.507Z] ---> a01d45429d98 [2021-01-10T00:39:18.507Z] Step 7/24 : RUN go mod download [2021-01-10T00:39:18.507Z] ---> Using cache [2021-01-10T00:39:18.507Z] ---> 7ae5f71dcb1b [2021-01-10T00:39:18.507Z] Step 8/24 : COPY . . [2021-01-10T00:39:18.507Z] ---> Using cache [2021-01-10T00:39:18.507Z] ---> a40c4a2aa6c3 [2021-01-10T00:39:18.507Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T00:39:18.779Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:39:18.779Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:39:18.779Z] ---> 2bacd52e6969 [2021-01-10T00:39:18.779Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:39:18.779Z] ---> Using cache [2021-01-10T00:39:18.779Z] ---> 131ce8806c66 [2021-01-10T00:39:18.779Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:39:18.779Z] ---> Using cache [2021-01-10T00:39:18.779Z] ---> a9b7b8fc1fc6 [2021-01-10T00:39:18.779Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:39:18.779Z] ---> Using cache [2021-01-10T00:39:18.779Z] ---> 129a1d565fab [2021-01-10T00:39:18.779Z] Step 6/21 : COPY go.mod . [2021-01-10T00:39:18.779Z] ---> Using cache [2021-01-10T00:39:18.779Z] ---> a01d45429d98 [2021-01-10T00:39:18.779Z] Step 7/21 : RUN go mod download [2021-01-10T00:39:18.779Z] ---> Using cache [2021-01-10T00:39:18.779Z] ---> 7ae5f71dcb1b [2021-01-10T00:39:18.779Z] Step 8/21 : COPY . . [2021-01-10T00:39:18.779Z] ---> Using cache [2021-01-10T00:39:18.779Z] ---> a40c4a2aa6c3 [2021-01-10T00:39:18.779Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T00:39:19.741Z] ---> Running in 12586fc09458 [2021-01-10T00:39:19.741Z] ---> Running in 8601c23c589b [2021-01-10T00:39:19.741Z] ---> Running in 188191f935fd [2021-01-10T00:39:20.358Z] Removing intermediate container 12586fc09458 [2021-01-10T00:39:20.358Z] ---> c0b2a0c9c121 [2021-01-10T00:39:20.358Z] [2021-01-10T00:39:20.947Z] Successfully built c0b2a0c9c121 [2021-01-10T00:39:21.215Z] Successfully tagged docker-core-data-go:latest [2021-01-10T00:39:23.838Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:39:23.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:39:25.275Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:39:25.275Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:39:25.275Z] ---> 2bacd52e6969 [2021-01-10T00:39:25.275Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:39:25.275Z] ---> Using cache [2021-01-10T00:39:25.275Z] ---> 131ce8806c66 [2021-01-10T00:39:25.275Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:39:25.275Z] ---> Using cache [2021-01-10T00:39:25.276Z] ---> a9b7b8fc1fc6 [2021-01-10T00:39:25.276Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:39:25.276Z] ---> Using cache [2021-01-10T00:39:25.276Z] ---> 129a1d565fab [2021-01-10T00:39:25.276Z] Step 6/22 : COPY go.mod . [2021-01-10T00:39:25.276Z] ---> Using cache [2021-01-10T00:39:25.276Z] ---> a01d45429d98 [2021-01-10T00:39:25.276Z] Step 7/22 : RUN go mod download [2021-01-10T00:39:25.276Z] ---> Using cache [2021-01-10T00:39:25.276Z] ---> 7ae5f71dcb1b [2021-01-10T00:39:25.276Z] Step 8/22 : COPY . . [2021-01-10T00:39:25.276Z] ---> Using cache [2021-01-10T00:39:25.276Z] ---> a40c4a2aa6c3 [2021-01-10T00:39:25.276Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T00:39:26.271Z] ---> Running in 0ec795315230 [2021-01-10T00:39:28.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:39:31.065Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-10T00:39:35.096Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:39:35.096Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:39:35.096Z] ---> 2bacd52e6969 [2021-01-10T00:39:35.096Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T00:39:35.096Z] ---> Using cache [2021-01-10T00:39:35.096Z] ---> 131ce8806c66 [2021-01-10T00:39:35.096Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:39:35.096Z] ---> Using cache [2021-01-10T00:39:35.096Z] ---> a9b7b8fc1fc6 [2021-01-10T00:39:35.096Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T00:39:35.096Z] ---> Running in 3920e2e3e62b [2021-01-10T00:39:36.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:37.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:39:37.687Z] OK: 233 MiB in 51 packages [2021-01-10T00:39:39.145Z] Removing intermediate container 3920e2e3e62b [2021-01-10T00:39:39.145Z] ---> 054f25477e7f [2021-01-10T00:39:39.145Z] Step 6/26 : COPY go.mod . [2021-01-10T00:39:39.421Z] ---> c0f0aaa49df6 [2021-01-10T00:39:39.421Z] Step 7/26 : RUN go mod download [2021-01-10T00:39:39.705Z] ---> Running in c28229a48431 [2021-01-10T00:39:44.093Z] Removing intermediate container c28229a48431 [2021-01-10T00:39:44.093Z] ---> a7d4ec1d7706 [2021-01-10T00:39:44.093Z] Step 8/26 : COPY . . [2021-01-10T00:39:50.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:39:50.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-10T00:39:58.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-10T00:40:00.905Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-10T00:40:00.905Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-10T00:40:00.905Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-10T00:40:07.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 46.6% of statements [2021-01-10T00:40:07.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-10T00:40:07.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-10T00:40:07.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-10T00:40:07.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-10T00:40:07.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-10T00:40:09.350Z] Removing intermediate container 8601c23c589b [2021-01-10T00:40:09.350Z] ---> 7c8530828844 [2021-01-10T00:40:09.350Z] [2021-01-10T00:40:09.350Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T00:40:09.350Z] ---> 389fef711851 [2021-01-10T00:40:09.350Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T00:40:09.350Z] Removing intermediate container 188191f935fd [2021-01-10T00:40:09.350Z] ---> efc5d1046007 [2021-01-10T00:40:09.350Z] [2021-01-10T00:40:09.350Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T00:40:09.350Z] ---> 389fef711851 [2021-01-10T00:40:09.350Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:40:09.350Z] ---> Using cache [2021-01-10T00:40:09.350Z] ---> 282831bf6d51 [2021-01-10T00:40:09.350Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:40:09.350Z] ---> Running in 5132de5cfa1e [2021-01-10T00:40:09.350Z] ---> Running in 2054058de21e [2021-01-10T00:40:09.350Z] Removing intermediate container 0ec795315230 [2021-01-10T00:40:09.350Z] ---> 2eec15b384aa [2021-01-10T00:40:09.350Z] [2021-01-10T00:40:09.350Z] Step 10/22 : FROM scratch [2021-01-10T00:40:09.350Z] ---> [2021-01-10T00:40:09.350Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:40:09.350Z] ---> 4f61917f86ab [2021-01-10T00:40:09.350Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T00:40:09.350Z] ---> Running in 519c562f7ce0 [2021-01-10T00:40:09.350Z] ---> Using cache [2021-01-10T00:40:09.350Z] ---> f84b14a3462f [2021-01-10T00:40:09.350Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T00:40:09.350Z] Removing intermediate container 5132de5cfa1e [2021-01-10T00:40:09.350Z] ---> 083eec917528 [2021-01-10T00:40:09.350Z] Step 13/24 : WORKDIR / [2021-01-10T00:40:09.350Z] ---> Running in 49265997d428 [2021-01-10T00:40:09.350Z] ---> Running in 3ec3e19cdccf [2021-01-10T00:40:09.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:09.350Z] Removing intermediate container 49265997d428 [2021-01-10T00:40:09.350Z] ---> 4a2ed19ced49 [2021-01-10T00:40:09.350Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:40:09.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:40:09.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:09.350Z] ---> Running in 2cee15c05524 [2021-01-10T00:40:09.350Z] Removing intermediate container 3ec3e19cdccf [2021-01-10T00:40:09.350Z] ---> 61a6a7a6e702 [2021-01-10T00:40:09.350Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-10T00:40:09.350Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T00:40:09.350Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:40:09.350Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T00:40:09.350Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T00:40:09.350Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:40:09.350Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:40:09.350Z] OK: 7 MiB in 18 packages [2021-01-10T00:40:09.350Z] Removing intermediate container 2cee15c05524 [2021-01-10T00:40:09.350Z] ---> 838f9a87ddd0 [2021-01-10T00:40:09.350Z] Step 14/22 : WORKDIR / [2021-01-10T00:40:09.350Z] ---> Running in 05553a764c83 [2021-01-10T00:40:09.350Z] ---> 0c6e206c2451 [2021-01-10T00:40:09.350Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-10T00:40:09.350Z] Removing intermediate container 05553a764c83 [2021-01-10T00:40:09.350Z] ---> 91378f76062a [2021-01-10T00:40:09.350Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-10T00:40:09.633Z] ---> a92d712600ce [2021-01-10T00:40:09.633Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T00:40:09.911Z] ---> 8a2cb949569d [2021-01-10T00:40:09.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T00:40:09.911Z] Removing intermediate container 2054058de21e [2021-01-10T00:40:09.911Z] ---> 537353a87dd7 [2021-01-10T00:40:09.911Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:40:10.186Z] ---> Running in 1ce66e15de7e [2021-01-10T00:40:10.794Z] ---> ec6fac45ecdd [2021-01-10T00:40:10.794Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T00:40:10.794Z] Removing intermediate container 1ce66e15de7e [2021-01-10T00:40:10.794Z] ---> 67310ac2b571 [2021-01-10T00:40:10.794Z] Step 13/21 : WORKDIR /edgex [2021-01-10T00:40:10.794Z] ---> Running in 7ef710ccce4c [2021-01-10T00:40:10.794Z] ---> 3ee626e36366 [2021-01-10T00:40:10.794Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T00:40:12.273Z] Removing intermediate container 7ef710ccce4c [2021-01-10T00:40:12.273Z] ---> 16f65b5a59a8 [2021-01-10T00:40:12.273Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T00:40:12.273Z] ---> fde478b8d543 [2021-01-10T00:40:12.273Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T00:40:12.273Z] ---> dc98b8d32022 [2021-01-10T00:40:12.273Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T00:40:12.545Z] ---> Running in 50622c33600b [2021-01-10T00:40:12.545Z] ---> e1625ac72844 [2021-01-10T00:40:12.545Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T00:40:12.816Z] Removing intermediate container 50622c33600b [2021-01-10T00:40:12.816Z] ---> 5988e1fd3227 [2021-01-10T00:40:12.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:40:13.093Z] ---> Running in ae4076c5c0b4 [2021-01-10T00:40:13.380Z] ---> f41713f756a8 [2021-01-10T00:40:13.380Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T00:40:13.650Z] Removing intermediate container ae4076c5c0b4 [2021-01-10T00:40:13.650Z] ---> aafff61965a6 [2021-01-10T00:40:13.650Z] Step 20/22 : LABEL arch=x86_64 [2021-01-10T00:40:13.650Z] ---> c2ec9bfea408 [2021-01-10T00:40:13.650Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T00:40:13.650Z] ---> Running in 07742c342740 [2021-01-10T00:40:13.926Z] ---> aa0ba2f6ec8c [2021-01-10T00:40:13.926Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-10T00:40:13.926Z] ---> Running in 90f693ebceb6 [2021-01-10T00:40:13.926Z] Removing intermediate container 07742c342740 [2021-01-10T00:40:13.926Z] ---> 5c9f7a0efb98 [2021-01-10T00:40:13.926Z] Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:40:14.218Z] ---> Running in 2a78d838e98d [2021-01-10T00:40:14.219Z] ---> ef6d8ff8a27d [2021-01-10T00:40:14.219Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T00:40:14.530Z] ---> Running in 4897fb5fe6fd [2021-01-10T00:40:14.530Z] Removing intermediate container 2a78d838e98d [2021-01-10T00:40:14.530Z] ---> f2054a5e32a0 [2021-01-10T00:40:14.530Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:40:14.530Z] ---> Running in 699b91266410 [2021-01-10T00:40:14.808Z] Removing intermediate container 4897fb5fe6fd [2021-01-10T00:40:14.808Z] ---> eda470095c6b [2021-01-10T00:40:14.808Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T00:40:14.808Z] ---> Running in ef67146fc452 [2021-01-10T00:40:15.094Z] Removing intermediate container 699b91266410 [2021-01-10T00:40:15.094Z] ---> 358e3eb3976e [2021-01-10T00:40:15.094Z] [2021-01-10T00:40:15.391Z] Removing intermediate container ef67146fc452 [2021-01-10T00:40:15.391Z] ---> 56a9a7906f4c [2021-01-10T00:40:15.391Z] Step 19/21 : LABEL arch=x86_64 [2021-01-10T00:40:15.391Z] Successfully built 358e3eb3976e [2021-01-10T00:40:15.391Z] Successfully tagged docker-core-metadata-go:latest [2021-01-10T00:40:15.391Z]  Building docker-core-metadata-go ... done  ---> Running in c69836a9476c [2021-01-10T00:40:15.663Z] Removing intermediate container c69836a9476c [2021-01-10T00:40:15.663Z] ---> 12bfc3607e98 [2021-01-10T00:40:15.663Z] Step 20/21 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:40:15.663Z] Removing intermediate container 90f693ebceb6 [2021-01-10T00:40:15.663Z] ---> 002e645ac0b8 [2021-01-10T00:40:15.663Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T00:40:15.932Z] ---> Running in 078ae6bbba70 [2021-01-10T00:40:15.932Z] ---> Running in d37c175bf2cd [2021-01-10T00:40:15.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.0% of statements [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-10T00:40:15.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-10T00:40:15.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-10T00:40:15.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.700s coverage: 77.8% of statements [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-10T00:40:15.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.423s coverage: 82.4% of statements [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-10T00:40:15.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-10T00:40:16.198Z] Removing intermediate container 078ae6bbba70 [2021-01-10T00:40:16.198Z] ---> c75cbddd5114 [2021-01-10T00:40:16.198Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:40:16.198Z] Removing intermediate container d37c175bf2cd [2021-01-10T00:40:16.198Z] ---> d2a08a371b29 [2021-01-10T00:40:16.198Z] Step 22/24 : LABEL arch=x86_64 [2021-01-10T00:40:16.474Z] ---> Running in c92a6dfa9c59 [2021-01-10T00:40:16.474Z] ---> Running in 0da1359c10b1 [2021-01-10T00:40:16.743Z] Removing intermediate container c92a6dfa9c59 [2021-01-10T00:40:16.743Z] ---> 774116417a27 [2021-01-10T00:40:16.743Z] [2021-01-10T00:40:17.010Z] Successfully built 774116417a27 [2021-01-10T00:40:17.609Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-10T00:40:17.609Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0da1359c10b1 [2021-01-10T00:40:17.609Z] ---> a62227a6a28f [2021-01-10T00:40:17.609Z] Step 23/24 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:40:17.872Z] ---> Running in 4c02330ebc8c [2021-01-10T00:40:18.136Z] Removing intermediate container 4c02330ebc8c [2021-01-10T00:40:18.136Z] ---> af4580a00905 [2021-01-10T00:40:18.136Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:40:18.136Z] ---> Running in bf822d7103e9 [2021-01-10T00:40:18.398Z] Removing intermediate container bf822d7103e9 [2021-01-10T00:40:18.398Z] ---> 539347e72acd [2021-01-10T00:40:18.398Z] [2021-01-10T00:40:18.398Z] Successfully built 539347e72acd [2021-01-10T00:40:18.669Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-10T00:40:21.989Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 519c562f7ce0 [2021-01-10T00:40:21.989Z] ---> 4c6b14b12947 [2021-01-10T00:40:21.989Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T00:40:21.989Z] ---> Running in f28c3a8a84b4 [2021-01-10T00:40:22.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:40:23.741Z] Removing intermediate container f28c3a8a84b4 [2021-01-10T00:40:23.741Z] ---> 97d92de42dbe [2021-01-10T00:40:23.741Z] [2021-01-10T00:40:23.741Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T00:40:23.741Z] 20.10.0: Pulling from library/docker [2021-01-10T00:40:26.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.354s coverage: 28.6% of statements [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-10T00:40:26.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-10T00:40:26.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-10T00:40:26.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.355s coverage: 86.7% of statements [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-10T00:40:26.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.405s coverage: 97.5% of statements [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-10T00:40:26.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-10T00:40:26.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-10T00:40:29.251Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T00:40:29.251Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T00:40:29.251Z] ---> aefe523efa57 [2021-01-10T00:40:29.251Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T00:40:29.251Z] ---> Running in f62bb5f1e9e1 [2021-01-10T00:40:30.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:30.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:30.206Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T00:40:30.206Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T00:40:30.473Z] Executing bash-5.0.17-r0.post-install [2021-01-10T00:40:30.473Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:40:30.473Z] OK: 12 MiB in 22 packages [2021-01-10T00:40:31.048Z] Removing intermediate container f62bb5f1e9e1 [2021-01-10T00:40:31.048Z] ---> a16c2c7a2299 [2021-01-10T00:40:31.048Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T00:40:31.048Z] ---> Running in 671be22a1d29 [2021-01-10T00:40:31.048Z] Removing intermediate container 671be22a1d29 [2021-01-10T00:40:31.048Z] ---> 26ef040dfe94 [2021-01-10T00:40:31.048Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T00:40:31.048Z] ---> Running in 3e56643a1a74 [2021-01-10T00:40:31.313Z] Removing intermediate container 3e56643a1a74 [2021-01-10T00:40:31.313Z] ---> 0ac2530cb3cf [2021-01-10T00:40:31.313Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T00:40:31.313Z] ---> Running in fdae3890460d [2021-01-10T00:40:31.577Z] Removing intermediate container fdae3890460d [2021-01-10T00:40:31.577Z] ---> df8c0f4e7bb8 [2021-01-10T00:40:31.577Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T00:40:32.155Z] ---> af577a53f903 [2021-01-10T00:40:32.155Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T00:40:32.422Z] ---> f3353105e158 [2021-01-10T00:40:32.422Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T00:40:32.998Z] ---> 39bbaf0b0a4b [2021-01-10T00:40:32.998Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T00:40:32.998Z] ---> Running in d96a4bc0d280 [2021-01-10T00:40:33.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:33.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:33.572Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T00:40:33.572Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T00:40:33.572Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T00:40:33.835Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T00:40:33.835Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T00:40:33.835Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T00:40:33.835Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T00:40:34.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.207s coverage: 93.8% of statements [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-10T00:40:34.493Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-10T00:40:34.493Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.250s coverage: 0.1% of statements [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-10T00:40:34.493Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-10T00:40:34.493Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2021-01-10T00:40:34.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-10T00:40:34.493Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2021-01-10T00:40:34.783Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T00:40:34.783Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T00:40:34.783Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T00:40:35.044Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T00:40:35.044Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T00:40:35.044Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T00:40:35.044Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T00:40:35.044Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T00:40:35.044Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T00:40:35.044Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T00:40:35.044Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T00:40:35.308Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T00:40:35.308Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T00:40:35.308Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T00:40:35.308Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T00:40:35.308Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T00:40:35.308Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T00:40:35.308Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T00:40:35.308Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T00:40:35.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.178s coverage: 87.2% of statements [2021-01-10T00:40:35.571Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T00:40:35.571Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T00:40:35.571Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T00:40:35.571Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T00:40:35.571Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T00:40:35.571Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T00:40:35.571Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T00:40:35.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:40:35.571Z] OK: 71 MiB in 55 packages [2021-01-10T00:40:36.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements [2021-01-10T00:40:37.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements [2021-01-10T00:40:37.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-10T00:40:41.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.760s coverage: 63.5% of statements [2021-01-10T00:40:41.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-10T00:40:41.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-10T00:40:41.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-01-10T00:40:41.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-01-10T00:40:41.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-10T00:40:41.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-01-10T00:40:43.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-01-10T00:40:45.618Z] Removing intermediate container d96a4bc0d280 [2021-01-10T00:40:45.618Z] ---> 6fc81fe38d90 [2021-01-10T00:40:45.618Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T00:40:45.618Z] ---> Running in eb158be4c1ef [2021-01-10T00:40:46.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.944s coverage: 68.9% of statements [2021-01-10T00:40:46.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-10T00:40:46.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-10T00:40:46.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-10T00:40:46.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-10T00:40:46.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-10T00:40:46.195Z] Collecting docker-compose==1.23.2 [2021-01-10T00:40:46.195Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T00:40:46.773Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T00:40:46.773Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T00:40:46.773Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T00:40:46.773Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T00:40:47.036Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T00:40:47.036Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T00:40:47.610Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T00:40:47.610Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T00:40:47.610Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-10T00:40:47.610Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T00:40:47.610Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T00:40:47.874Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T00:40:47.874Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T00:40:48.448Z] Collecting PyYAML<4,>=3.10 [2021-01-10T00:40:48.448Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T00:40:48.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.420s coverage: 37.0% of statements [2021-01-10T00:40:48.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-10T00:40:48.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-10T00:40:48.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.650s coverage: 84.0% of statements [2021-01-10T00:40:48.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2021-01-10T00:40:49.878Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T00:40:49.879Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T00:40:50.144Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T00:40:50.144Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T00:40:50.406Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-10T00:40:50.406Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-10T00:40:50.406Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T00:40:50.406Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T00:40:50.668Z] Collecting idna<2.8,>=2.5 [2021-01-10T00:40:50.668Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T00:40:50.668Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T00:40:50.668Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T00:40:50.668Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T00:40:50.668Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T00:40:50.668Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T00:40:50.668Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T00:40:50.930Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docopt, PyYAML, texttable, docker-compose [2021-01-10T00:40:50.930Z] Attempting uninstall: urllib3 [2021-01-10T00:40:50.930Z] Found existing installation: urllib3 1.25.9 [2021-01-10T00:40:50.930Z] Uninstalling urllib3-1.25.9: [2021-01-10T00:40:50.930Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T00:40:51.192Z] Attempting uninstall: idna [2021-01-10T00:40:51.193Z] Found existing installation: idna 2.9 [2021-01-10T00:40:51.193Z] Uninstalling idna-2.9: [2021-01-10T00:40:51.193Z] Successfully uninstalled idna-2.9 [2021-01-10T00:40:51.455Z] Attempting uninstall: requests [2021-01-10T00:40:51.455Z] Found existing installation: requests 2.23.0 [2021-01-10T00:40:51.455Z] Uninstalling requests-2.23.0: [2021-01-10T00:40:51.455Z] Successfully uninstalled requests-2.23.0 [2021-01-10T00:40:52.027Z] Running setup.py install for dockerpty: started [2021-01-10T00:40:52.289Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T00:40:52.551Z] Running setup.py install for docopt: started [2021-01-10T00:40:53.126Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T00:40:53.126Z] Running setup.py install for PyYAML: started [2021-01-10T00:40:53.388Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T00:40:53.650Z] Running setup.py install for texttable: started [2021-01-10T00:40:53.912Z] Running setup.py install for texttable: finished with status 'done' [2021-01-10T00:40:54.174Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-10T00:40:55.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.397s coverage: 47.1% of statements [2021-01-10T00:40:55.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-10T00:40:55.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-10T00:40:55.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-10T00:40:55.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-10T00:40:55.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-10T00:40:55.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-01-10T00:40:55.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-10T00:40:55.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-01-10T00:40:55.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-10T00:40:57.503Z] Removing intermediate container eb158be4c1ef [2021-01-10T00:40:57.503Z] ---> 2777bbde70c6 [2021-01-10T00:40:57.503Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T00:40:57.503Z] ---> Running in fd2d66341122 [2021-01-10T00:40:57.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:57.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-10T00:40:58.057Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:40:58.057Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T00:40:58.057Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T00:40:58.057Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:40:58.057Z] OK: 72 MiB in 58 packages [2021-01-10T00:40:58.636Z] Removing intermediate container fd2d66341122 [2021-01-10T00:40:58.636Z] ---> 5b549f544f09 [2021-01-10T00:40:58.636Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T00:40:58.636Z] ---> Running in 22d07fa7f44f [2021-01-10T00:40:58.636Z] Removing intermediate container 22d07fa7f44f [2021-01-10T00:40:58.636Z] ---> e2afb3183edd [2021-01-10T00:40:58.636Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:40:58.904Z] ---> Running in 3c50a1b8a8f9 [2021-01-10T00:40:58.904Z] Removing intermediate container 3c50a1b8a8f9 [2021-01-10T00:40:58.904Z] ---> afda835db55d [2021-01-10T00:40:58.904Z] Step 24/26 : LABEL arch=x86_64 [2021-01-10T00:40:59.174Z] ---> Running in 7c0cc7ce7d55 [2021-01-10T00:40:59.174Z] Removing intermediate container 7c0cc7ce7d55 [2021-01-10T00:40:59.174Z] ---> ad8526c0787e [2021-01-10T00:40:59.174Z] Step 25/26 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:40:59.174Z] ---> Running in 3b7f52b1b1b3 [2021-01-10T00:40:59.436Z] Removing intermediate container 3b7f52b1b1b3 [2021-01-10T00:40:59.436Z] ---> 030a1bf8abe7 [2021-01-10T00:40:59.436Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T00:40:59.436Z] ---> Running in d0a4b225a370 [2021-01-10T00:40:59.697Z] Removing intermediate container d0a4b225a370 [2021-01-10T00:40:59.697Z] ---> c900bd839b2f [2021-01-10T00:40:59.697Z] [2021-01-10T00:40:59.697Z] Successfully built c900bd839b2f [2021-01-10T00:40:59.961Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-10T00:41:00.247Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-10T00:41:00.256Z] $ docker stop --time=1 0da10f4722aef8ec266549340e0145390fbb588e5591cdff3de9fe89b98e689e [2021-01-10T00:41:01.959Z] $ docker rm -f 0da10f4722aef8ec266549340e0145390fbb588e5591cdff3de9fe89b98e689e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.653s coverage: 29.1% of statements [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.133s coverage: 87.9% of statements [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-10T00:41:02.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.100s coverage: 100.0% of statements [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-10T00:41:02.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-10T00:41:02.495Z] + docker images [2021-01-10T00:41:02.495Z] + grep docker [2021-01-10T00:41:02.495Z] docker-sys-mgmt-agent-go latest c900bd839b2f 3 seconds ago 313MB [2021-01-10T00:41:02.495Z] docker-security-secretstore-setup-go latest 539347e72acd 44 seconds ago 24.6MB [2021-01-10T00:41:02.495Z] docker-security-proxy-setup-go latest 774116417a27 46 seconds ago 24.4MB [2021-01-10T00:41:02.495Z] docker-core-metadata-go latest 358e3eb3976e 48 seconds ago 13MB [2021-01-10T00:41:02.495Z] docker-core-data-go latest c0b2a0c9c121 About a minute ago 22.3MB [2021-01-10T00:41:02.495Z] docker-security-bootstrap-redis-go latest a1886fdb458d About a minute ago 15.8MB [2021-01-10T00:41:02.495Z] docker-support-notifications-go latest 25bdcdbf88d3 2 minutes ago 12MB [2021-01-10T00:41:02.495Z] docker-support-scheduler-go latest 94ca78649738 2 minutes ago 10.7MB [2021-01-10T00:41:02.495Z] docker-core-command-go latest 693e02ebbaaa 2 minutes ago 10.6MB [2021-01-10T00:41:02.495Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-10T00:41:02.809Z] GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-10T00:41:18.337Z] Still waiting to schedule task [2021-01-10T00:41:18.337Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-19302’ [2021-01-10T00:42:24.879Z] gofmt -l . [2021-01-10T00:42:24.879Z] [ "`gofmt -l .`" = "" ] [2021-01-10T00:42:24.879Z] ./bin/test-go-mod-tidy.sh [2021-01-10T00:42:24.879Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-10T00:42:25.585Z] + ls -al . [2021-01-10T00:42:25.585Z] total 664 [2021-01-10T00:42:25.585Z] drwxrwxr-x 9 1001 1001 4096 Jan 10 00:42 . [2021-01-10T00:42:25.585Z] drwxr-xr-x 4 root root 4096 Jan 10 00:38 .. [2021-01-10T00:42:25.585Z] -rw-rw-r-- 1 1001 1001 11 Jan 10 00:36 .dockerignore [2021-01-10T00:42:25.585Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 .git [2021-01-10T00:42:25.585Z] drwxrwxr-x 3 1001 1001 4096 Jan 10 00:36 .github [2021-01-10T00:42:25.585Z] -rw-rw-r-- 1 1001 1001 824 Jan 10 00:36 .gitignore [2021-01-10T00:42:25.585Z] -rw-rw-r-- 1 1001 1001 166 Jan 10 00:36 .sonarcloud.properties [2021-01-10T00:42:25.585Z] -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:36 CONTRIBUTING.md [2021-01-10T00:42:25.585Z] -rw-rw-r-- 1 1001 1001 931 Jan 10 00:36 Dockerfile.build [2021-01-10T00:42:25.586Z] -rw-rw-r-- 1 1001 1001 863 Jan 10 00:36 Jenkinsfile [2021-01-10T00:42:25.586Z] -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:36 LICENSE [2021-01-10T00:42:25.586Z] -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:36 Makefile [2021-01-10T00:42:25.586Z] -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:36 README.md [2021-01-10T00:42:25.586Z] -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:36 SECURITY.md [2021-01-10T00:42:25.586Z] -rw-rw-r-- 1 1001 1001 5 Jan 10 00:32 VERSION [2021-01-10T00:42:25.586Z] -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:36 ZMQWindows.md [2021-01-10T00:42:25.586Z] drwxrwxr-x 2 1001 1001 4096 Jan 10 00:36 bin [2021-01-10T00:42:25.586Z] drwxrwxr-x 14 1001 1001 4096 Jan 10 00:36 cmd [2021-01-10T00:42:25.586Z] -rw-r--r-- 1 root root 536793 Jan 10 00:41 coverage.out [2021-01-10T00:42:25.586Z] -rw-r--r-- 1 root root 979 Jan 10 00:42 go.mod [2021-01-10T00:42:25.586Z] -rw-r--r-- 1 root root 19019 Jan 10 00:42 go.sum [2021-01-10T00:42:25.586Z] drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 internal [2021-01-10T00:42:25.586Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 openapi [2021-01-10T00:42:25.586Z] drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 snap [2021-01-10T00:42:25.586Z] -rw-rw-r-- 1 1001 1001 168 Jan 10 00:36 version.go [Pipeline] sh [2021-01-10T00:42:26.249Z] + '[' -e coverage.out ] [2021-01-10T00:42:26.249Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-10T00:42:26.350Z] Warning: overwriting stash ‘coverage-report’ [2021-01-10T00:42:27.706Z] Stashed 1 file(s) [Pipeline] sh [2021-01-10T00:42:28.401Z] + make build [2021-01-10T00:42:28.401Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:42:29.073Z] Running on prd-ubuntu18.04-docker-8c-8g-19304 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-10T00:42:29.123Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-01-10T00:42:31.318Z] using credential edgex-jenkins-ssh [2021-01-10T00:42:31.376Z] Cloning the remote Git repository [2021-01-10T00:42:31.393Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:42:31.472Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-01-10T00:42:31.501Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:42:31.502Z] > git --version # timeout=10 [2021-01-10T00:42:31.509Z] > git --version # 'git version 2.17.1' [2021-01-10T00:42:31.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:42:31.533Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:42:38.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:43:11.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:43:12.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:43:18.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:43:20.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:43:26.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:43:29.796Z] Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-10T00:43:29.977Z] Merge succeeded, producing e0bf49cd9af7fc035f0547c8e8c91db11a59ea0d [2021-01-10T00:43:29.977Z] Checking out Revision e0bf49cd9af7fc035f0547c8e8c91db11a59ea0d (PR-2924) [2021-01-10T00:43:29.103Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:43:29.114Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-10T00:43:29.130Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-10T00:43:29.142Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-10T00:43:29.142Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:43:29.145Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-10T00:43:29.805Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:43:29.810Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-10T00:43:29.887Z] > git remote # timeout=10 [2021-01-10T00:43:29.894Z] > git config --get remote.origin.url # timeout=10 [2021-01-10T00:43:29.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-10T00:43:29.908Z] > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-10T00:43:29.971Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-10T00:43:29.980Z] > git config core.sparsecheckout # timeout=10 [2021-01-10T00:43:29.983Z] > git checkout -f e0bf49cd9af7fc035f0547c8e8c91db11a59ea0d # timeout=10 [2021-01-10T00:43:32.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:43:33.680Z] Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" [2021-01-10T00:43:33.688Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:43:34.830Z] + echo snap-build.sh [2021-01-10T00:43:34.830Z] snap-build.sh [2021-01-10T00:43:34.830Z] + SNAP_BASE_DIR=. [2021-01-10T00:43:34.830Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2021-01-10T00:43:34.830Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2021-01-10T00:43:34.830Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2021-01-10T00:43:34.830Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2021-01-10T00:43:34.830Z] + cd /w/workspace/edgex-go/19 [2021-01-10T00:43:34.830Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-10T00:43:34.830Z] Reading package lists... [2021-01-10T00:43:34.830Z] Building dependency tree... [2021-01-10T00:43:34.830Z] Reading state information... [2021-01-10T00:43:35.092Z] The following packages were automatically installed and are no longer required: [2021-01-10T00:43:35.092Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-10T00:43:35.092Z] uidmap xdelta3 [2021-01-10T00:43:35.092Z] Use 'sudo apt autoremove' to remove them. [2021-01-10T00:43:35.092Z] The following packages will be REMOVED: [2021-01-10T00:43:35.092Z] lxd* lxd-client* [2021-01-10T00:43:35.354Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-10T00:43:35.354Z] After this operation, 31.7 MB disk space will be freed. [2021-01-10T00:43:33.683Z] > git rev-list --no-walk 78a4125272904c1191817962eed59749edf85166 # timeout=10 [2021-01-10T00:43:36.398Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-10T00:43:36.398Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:43:37.010Z] Removing lxd dnsmasq configuration [2021-01-10T00:43:37.272Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:43:37.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:43:37.533Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-10T00:43:38.477Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-10T00:43:38.739Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-10T00:43:38.739Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-10T00:43:39.690Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-10T00:43:39.951Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-10T00:43:41.341Z] + sudo snap remove --purge lxd [2021-01-10T00:43:41.341Z] snap "lxd" is not installed [2021-01-10T00:43:41.341Z] + sudo groupadd --force --system lxd [2021-01-10T00:43:41.341Z] ++ whoami [2021-01-10T00:43:41.341Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-10T00:43:41.341Z] + newgrp - lxd [2021-01-10T00:43:41.341Z] + sudo snap install lxd [2021-01-10T00:43:41.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:43:45.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:43:49.546Z] 2021-01-10T00:43:47Z INFO Waiting for automatic snapd restart... [2021-01-10T00:43:50.170Z] 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] } [2021-01-10T00:43:54.499Z] $ docker stop --time=1 5af4b6d290078933c47e537513d649ba889f263e8cb8778f48ce228640e4d417 [2021-01-10T00:43:57.142Z] $ docker rm -f 5af4b6d290078933c47e537513d649ba889f263e8cb8778f48ce228640e4d417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:43:59.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:43:59.017Z] [2021-01-10T00:43:59.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:43:59.392Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:43:59.392Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-10T00:43:59.392Z] 29e5d40040c1: Pulling fs layer [2021-01-10T00:43:59.392Z] 1ce36da41761: Pulling fs layer [2021-01-10T00:43:59.392Z] 25b303627fd3: Pulling fs layer [2021-01-10T00:43:59.665Z] 29e5d40040c1: Verifying Checksum [2021-01-10T00:43:59.665Z] 29e5d40040c1: Download complete [2021-01-10T00:43:59.940Z] 1ce36da41761: Verifying Checksum [2021-01-10T00:43:59.940Z] 1ce36da41761: Download complete [2021-01-10T00:44:00.210Z] 29e5d40040c1: Pull complete [2021-01-10T00:44:01.649Z] 1ce36da41761: Pull complete [2021-01-10T00:44:01.772Z] lxd 4.9 from Canonical* installed [2021-01-10T00:44:01.772Z] + sudo lxd init --auto [2021-01-10T00:44:02.243Z] 25b303627fd3: Verifying Checksum [2021-01-10T00:44:02.243Z] 25b303627fd3: Download complete [2021-01-10T00:44:10.089Z] + sudo snap install --classic snapcraft [2021-01-10T00:44:12.411Z] 25b303627fd3: Pull complete [2021-01-10T00:44:12.411Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-10T00:44:12.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:44:12.411Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-10T00:44:12.667Z] prd-ubuntu18.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container [2021-01-10T00:44:12.772Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T00:44:16.334Z] $ docker top c5df3c120037931b456389066cf83c92ea01edfdb6fc62aa666865ee1f1f716d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:44:17.409Z] + docker-compose+ buildgrep --help parallel [2021-01-10T00:44:17.409Z] [2021-01-10T00:44:20.101Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T00:44:20.101Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-10T00:44:20.101Z] + patch --verbose -p1 [2021-01-10T00:44:20.101Z] Hmm... Looks like a unified diff to me... [2021-01-10T00:44:20.101Z] The text leading up to this was: [2021-01-10T00:44:20.101Z] -------------------------- [2021-01-10T00:44:20.101Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-10T00:44:20.101Z] |From: Tony Espy [2021-01-10T00:44:20.101Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-10T00:44:20.101Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-10T00:44:20.101Z] | [2021-01-10T00:44:20.101Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-10T00:44:20.101Z] |optimize the snap CI check run for pull requests. When [2021-01-10T00:44:20.101Z] |applied, it essentially strips out everything (apps and [2021-01-10T00:44:20.101Z] |parts) from the snapcraft.yaml file except those required [2021-01-10T00:44:20.101Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-10T00:44:20.101Z] |catch changes to edgex-go that break the snap build. [2021-01-10T00:44:20.101Z] | [2021-01-10T00:44:20.101Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-10T00:44:20.101Z] |to update this patch file, otherwise it may fail to apply, [2021-01-10T00:44:20.101Z] |resulting in a failed snap build CI check in the associated [2021-01-10T00:44:20.101Z] |pull request. [2021-01-10T00:44:20.101Z] | [2021-01-10T00:44:20.101Z] |Note - in addition to applying this patch, the pipeline also [2021-01-10T00:44:20.101Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-10T00:44:20.101Z] |need to build the finally binary .snap file (and it won't [2021-01-10T00:44:20.101Z] |work with the patch applied). This further reduces the build [2021-01-10T00:44:20.101Z] |time. [2021-01-10T00:44:20.101Z] |--- [2021-01-10T00:44:20.101Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-10T00:44:20.101Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-10T00:44:20.101Z] | [2021-01-10T00:44:20.101Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-10T00:44:20.101Z] |index 1e537489..faf42425 100644 [2021-01-10T00:44:20.101Z] |--- a/snap/snapcraft.yaml [2021-01-10T00:44:20.101Z] |+++ b/snap/snapcraft.yaml [2021-01-10T00:44:20.101Z] -------------------------- [2021-01-10T00:44:20.101Z] patching file snap/snapcraft.yaml [2021-01-10T00:44:20.101Z] Using Plan A... [2021-01-10T00:44:20.101Z] Hunk #1 succeeded at 73. [2021-01-10T00:44:20.101Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-10T00:44:20.101Z] Hunk #3 succeeded at 214. [2021-01-10T00:44:20.101Z] Hunk #4 succeeded at 222. [2021-01-10T00:44:20.101Z] Hunk #5 succeeded at 229. [2021-01-10T00:44:20.101Z] Hunk #6 succeeded at 256. [2021-01-10T00:44:20.101Z] Hunk #7 succeeded at 290. [2021-01-10T00:44:20.101Z] Hunk #8 succeeded at 341. [2021-01-10T00:44:20.101Z] Hmm... Ignoring the trailing garbage. [2021-01-10T00:44:20.101Z] done [2021-01-10T00:44:20.101Z] + sudo snapcraft prime --use-lxd [2021-01-10T00:44:21.042Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-10T00:44:21.302Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-10T00:44:21.303Z] - README.md [2021-01-10T00:44:21.303Z] - snapcraft.yaml.orig [2021-01-10T00:44:21.303Z] [2021-01-10T00:44:21.303Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-10T00:44:21.874Z] Launching a container. [2021-01-10T00:44:22.783Z] --parallel Build images in parallel. [Pipeline] } [2021-01-10T00:44:23.125Z] $ docker stop --time=1 c5df3c120037931b456389066cf83c92ea01edfdb6fc62aa666865ee1f1f716d [2021-01-10T00:44:25.094Z] $ docker rm -f c5df3c120037931b456389066cf83c92ea01edfdb6fc62aa666865ee1f1f716d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:44:25.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-10T00:44:25.953Z] . [Pipeline] withDockerContainer [2021-01-10T00:44:26.197Z] prd-ubuntu18.04-docker-arm64-4c-16g-19296 does not seem to be running inside a container [2021-01-10T00:44:26.313Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-10T00:44:27.693Z] $ docker top 74a8b3a328c955cdfdb4f90db9ab577b9779547d07c7124823ea2fb2821181c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:44:28.781Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-10T00:44:34.175Z] Building docker-core-command-go ... [2021-01-10T00:44:34.175Z] Building docker-core-data-go ... [2021-01-10T00:44:34.175Z] Building docker-core-metadata-go ... [2021-01-10T00:44:34.175Z] Building docker-security-bootstrap-redis-go ... [2021-01-10T00:44:34.175Z] Building docker-security-proxy-setup-go ... [2021-01-10T00:44:34.175Z] Building docker-security-secretstore-setup-go ... [2021-01-10T00:44:34.175Z] Building docker-support-notifications-go ... [2021-01-10T00:44:34.175Z] Building docker-support-scheduler-go ... [2021-01-10T00:44:34.175Z] Building docker-sys-mgmt-agent-go ... [2021-01-10T00:44:34.175Z] Building docker-core-metadata-go [2021-01-10T00:44:34.175Z] Building docker-support-notifications-go [2021-01-10T00:44:34.175Z] Building docker-security-secretstore-setup-go [2021-01-10T00:44:34.175Z] Building docker-security-proxy-setup-go [2021-01-10T00:44:34.175Z] Building docker-core-command-go [2021-01-10T00:44:36.794Z] Waiting for container to be ready [2021-01-10T00:44:36.794Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-10T00:44:36.794Z] [2021-01-10T00:44:38.714Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-10T00:44:38.714Z] Waiting for network to be ready... [2021-01-10T00:44:38.976Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-10T00:44:39.240Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-10T00:44:39.240Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-10T00:44:39.240Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-10T00:44:39.503Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-10T00:44:39.503Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-10T00:44:39.503Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-10T00:44:39.503Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-10T00:44:39.503Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-10T00:44:39.503Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-10T00:44:39.763Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-10T00:44:39.763Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-10T00:44:40.023Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-10T00:44:40.023Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-10T00:44:40.023Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-10T00:44:40.023Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-10T00:44:40.023Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-10T00:44:40.023Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-10T00:44:40.606Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-10T00:44:41.185Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-10T00:44:41.185Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-10T00:44:41.185Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-10T00:44:41.185Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-10T00:44:41.185Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-10T00:44:41.185Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-10T00:44:41.185Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-10T00:44:41.185Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-10T00:44:43.098Z] Fetched 23.7 MB in 4s (5871 kB/s) [2021-01-10T00:44:44.039Z] Reading package lists... [2021-01-10T00:44:44.039Z] Reading package lists... [2021-01-10T00:44:44.301Z] Building dependency tree... [2021-01-10T00:44:44.301Z] Reading state information... [2021-01-10T00:44:44.301Z] The following additional packages will be installed: [2021-01-10T00:44:44.301Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-10T00:44:44.301Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-10T00:44:44.301Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-10T00:44:44.301Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-10T00:44:44.301Z] Suggested packages: [2021-01-10T00:44:44.301Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-10T00:44:44.301Z] Recommended packages: [2021-01-10T00:44:44.301Z] gnupg libsasl2-modules [2021-01-10T00:44:44.301Z] The following NEW packages will be installed: [2021-01-10T00:44:44.301Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-10T00:44:44.301Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-10T00:44:44.301Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-10T00:44:44.301Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-10T00:44:44.301Z] The following packages will be upgraded: [2021-01-10T00:44:44.301Z] gpg gpg-agent gpgconf libudev1 [2021-01-10T00:44:44.562Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-10T00:44:44.562Z] Need to get 3532 kB of archives. [2021-01-10T00:44:44.562Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-10T00:44:44.562Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-10T00:44:44.562Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-10T00:44:44.823Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-10T00:44:45.084Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-10T00:44:45.345Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-10T00:44:45.345Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-10T00:44:45.345Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-10T00:44:45.345Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-10T00:44:45.345Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-10T00:44:45.345Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-10T00:44:45.345Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-10T00:44:45.345Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-10T00:44:45.345Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-10T00:44:45.345Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-10T00:44:45.345Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-10T00:44:45.345Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-10T00:44:45.345Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-10T00:44:45.345Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-10T00:44:45.605Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-10T00:44:45.605Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-10T00:44:45.605Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-10T00:44:45.605Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-10T00:44:45.605Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:44:45.605Z] Fetched 3532 kB in 1s (2982 kB/s) [2021-01-10T00:44:45.867Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-10T00:44:45.867Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:44:45.867Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:44:45.867Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-10T00:44:45.867Z] Selecting previously unselected package udev. [2021-01-10T00:44:45.867Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-10T00:44:45.867Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:44:46.129Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-10T00:44:46.390Z] Selecting previously unselected package libfuse2:amd64. [2021-01-10T00:44:46.390Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-10T00:44:46.390Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-10T00:44:46.390Z] Selecting previously unselected package fuse. [2021-01-10T00:44:46.390Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-10T00:44:46.390Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-10T00:44:46.390Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:44:46.390Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:44:46.651Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:44:46.651Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:44:46.651Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:44:46.913Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:44:46.913Z] Selecting previously unselected package libksba8:amd64. [2021-01-10T00:44:46.913Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-10T00:44:46.913Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-10T00:44:47.173Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-10T00:44:47.173Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.173Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:47.173Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-10T00:44:47.173Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.173Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:47.436Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-10T00:44:47.436Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.436Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:47.436Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-10T00:44:47.436Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.436Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:47.436Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-10T00:44:47.436Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.436Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:47.697Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-10T00:44:47.697Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.697Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:47.697Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-10T00:44:47.698Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.698Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:47.958Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-10T00:44:47.958Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.958Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:47.958Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-10T00:44:47.958Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-10T00:44:47.958Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:48.219Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-10T00:44:48.219Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-10T00:44:48.219Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:44:48.219Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-10T00:44:48.219Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-10T00:44:48.219Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:44:48.219Z] Selecting previously unselected package libldap-common. [2021-01-10T00:44:48.219Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-10T00:44:48.219Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:44:48.480Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-10T00:44:48.480Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-10T00:44:48.480Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:44:48.480Z] Selecting previously unselected package dirmngr. [2021-01-10T00:44:48.480Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:44:48.480Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:48.742Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:44:48.742Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:48.742Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-10T00:44:48.742Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:44:48.742Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-10T00:44:48.742Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:48.742Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.003Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-10T00:44:49.004Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:44:49.004Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-10T00:44:49.263Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-10T00:44:49.263Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.523Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-10T00:44:49.523Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-10T00:44:49.523Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:49.523Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.523Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.523Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.523Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.784Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.784Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.784Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-10T00:44:49.784Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-10T00:44:49.784Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-10T00:44:49.784Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:44:50.355Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-10T00:44:50.355Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-10T00:44:50.355Z] This means they are not meant to be enabled using systemctl. [2021-01-10T00:44:50.355Z] Possible reasons for having this kind of units are: [2021-01-10T00:44:50.355Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-10T00:44:50.355Z] .wants/ or .requires/ directory. [2021-01-10T00:44:50.355Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-10T00:44:50.355Z] a requirement dependency on it. [2021-01-10T00:44:50.355Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-10T00:44:50.355Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-10T00:44:50.355Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-10T00:44:50.355Z] instance name specified. [2021-01-10T00:44:50.616Z] Reading package lists... [2021-01-10T00:44:50.616Z] Building dependency tree... [2021-01-10T00:44:50.616Z] Reading state information... [2021-01-10T00:44:50.876Z] The following additional packages will be installed: [2021-01-10T00:44:50.876Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-10T00:44:50.876Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-10T00:44:50.876Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-10T00:44:50.876Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-10T00:44:50.876Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-10T00:44:50.876Z] Suggested packages: [2021-01-10T00:44:50.876Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-10T00:44:50.876Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-10T00:44:50.876Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-10T00:44:50.876Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-10T00:44:50.876Z] systemd-container policykit-1 [2021-01-10T00:44:50.876Z] Recommended packages: [2021-01-10T00:44:50.876Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-10T00:44:50.876Z] The following NEW packages will be installed: [2021-01-10T00:44:50.876Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-10T00:44:50.876Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-10T00:44:50.876Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-10T00:44:50.876Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-10T00:44:50.876Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-10T00:44:50.876Z] The following packages will be upgraded: [2021-01-10T00:44:50.876Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-10T00:44:50.876Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-10T00:44:50.876Z] Need to get 35.2 MB of archives. [2021-01-10T00:44:50.876Z] After this operation, 141 MB of additional disk space will be used. [2021-01-10T00:44:50.876Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-10T00:44:51.136Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-10T00:44:51.136Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-10T00:44:51.136Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-10T00:44:51.136Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-10T00:44:51.136Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-10T00:44:51.136Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-10T00:44:51.136Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-10T00:44:51.136Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-10T00:44:51.136Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-10T00:44:51.136Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-10T00:44:51.136Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-10T00:44:51.136Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-10T00:44:51.136Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-10T00:44:51.136Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-10T00:44:51.136Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-10T00:44:51.136Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-10T00:44:52.075Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-10T00:44:52.075Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-10T00:44:52.075Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-10T00:44:52.075Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-10T00:44:52.075Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-10T00:44:52.075Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-10T00:44:52.075Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-10T00:44:52.075Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-10T00:44:52.075Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-10T00:44:52.335Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-10T00:44:52.335Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-10T00:44:52.335Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-10T00:44:52.335Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-10T00:44:53.282Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:44:53.282Z] Fetched 35.2 MB in 2s (14.9 MB/s) [2021-01-10T00:44:53.543Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:44:53.543Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:44:53.804Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:44:54.375Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:44:54.375Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:44:54.375Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-10T00:44:54.636Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:44:54.636Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-10T00:44:54.636Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-10T00:44:54.636Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-10T00:44:54.904Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-10T00:44:54.904Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-10T00:44:54.904Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-10T00:44:55.167Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-10T00:44:55.167Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-10T00:44:55.429Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-10T00:44:55.689Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-10T00:44:55.689Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-10T00:44:55.689Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-10T00:44:55.949Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-10T00:44:55.949Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:44:55.949Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:55.949Z] Selecting previously unselected package libexpat1:amd64. [2021-01-10T00:44:55.949Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-10T00:44:56.209Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-10T00:44:56.209Z] Selecting previously unselected package python3.6-minimal. [2021-01-10T00:44:56.209Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:44:56.209Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:56.474Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-10T00:44:56.474Z] Checking for services that may need to be restarted...done. [2021-01-10T00:44:56.474Z] Checking for services that may need to be restarted...done. [2021-01-10T00:44:56.737Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:56.737Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-10T00:44:56.737Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:57.311Z] Selecting previously unselected package python3-minimal. [2021-01-10T00:44:57.311Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-10T00:44:57.311Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:44:57.311Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-10T00:44:57.311Z] Selecting previously unselected package mime-support. [2021-01-10T00:44:57.311Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-10T00:44:57.311Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-10T00:44:57.311Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-10T00:44:57.311Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-10T00:44:57.311Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-10T00:44:57.574Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-10T00:44:57.574Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:44:57.574Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:57.834Z] Selecting previously unselected package python3.6. [2021-01-10T00:44:57.834Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-10T00:44:57.834Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:44:57.834Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-10T00:44:57.834Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:44:57.834Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-10T00:44:58.094Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-10T00:44:58.354Z] Selecting previously unselected package python3. [2021-01-10T00:44:58.354Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-10T00:44:58.354Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-10T00:44:58.354Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-10T00:44:58.354Z] Selecting previously unselected package multiarch-support. [2021-01-10T00:44:58.354Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:44:58.354Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-10T00:44:58.354Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-10T00:44:58.614Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-10T00:44:58.614Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-10T00:44:58.614Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-10T00:44:58.614Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-10T00:44:58.614Z] Selecting previously unselected package libbsd0:amd64. [2021-01-10T00:44:58.614Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-10T00:44:58.614Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-10T00:44:58.614Z] Selecting previously unselected package sudo. [2021-01-10T00:44:58.614Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-10T00:44:58.614Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-10T00:44:58.874Z] Selecting previously unselected package apparmor. [2021-01-10T00:44:58.874Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-10T00:44:58.874Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-10T00:44:59.134Z] Selecting previously unselected package libedit2:amd64. [2021-01-10T00:44:59.134Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-10T00:44:59.134Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-10T00:44:59.134Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-10T00:44:59.134Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:44:59.134Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:59.134Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-10T00:44:59.134Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:44:59.134Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:59.395Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-10T00:44:59.395Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-10T00:44:59.395Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-10T00:44:59.395Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-10T00:44:59.395Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:44:59.395Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:59.656Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-10T00:44:59.656Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-10T00:44:59.656Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:44:59.656Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-10T00:44:59.656Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-10T00:44:59.656Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-10T00:44:59.918Z] Selecting previously unselected package openssh-client. [2021-01-10T00:44:59.918Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-10T00:44:59.918Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-10T00:44:59.918Z] Selecting previously unselected package squashfs-tools. [2021-01-10T00:44:59.918Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-10T00:44:59.918Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-10T00:44:59.918Z] Selecting previously unselected package snapd. [2021-01-10T00:44:59.918Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-10T00:45:00.177Z] Unpacking snapd (2.48+18.04) ... [2021-01-10T00:45:02.091Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-10T00:45:02.091Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-10T00:45:02.091Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-10T00:45:02.091Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-10T00:45:02.091Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-10T00:45:02.354Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:45:02.354Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:45:02.354Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-10T00:45:02.354Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-10T00:45:02.930Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-10T00:45:02.930Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-10T00:45:02.930Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-10T00:45:03.191Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:45:03.191Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:45:03.191Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-10T00:45:03.763Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-10T00:45:03.763Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:45:03.763Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-10T00:45:03.763Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-10T00:45:03.763Z] running python rtupdate hooks for python3.6... [2021-01-10T00:45:03.763Z] running python post-rtupdate hooks for python3.6... [2021-01-10T00:45:04.079Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-10T00:45:05.994Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-10T00:45:06.255Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-10T00:45:06.255Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-10T00:45:06.516Z] Setting up snapd (2.48+18.04) ... [2021-01-10T00:45:06.778Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-10T00:45:07.040Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-10T00:45:07.040Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-10T00:45:07.302Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-10T00:45:07.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-10T00:45:07.568Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-10T00:45:07.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-10T00:45:07.830Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-10T00:45:08.091Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-10T00:45:08.352Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-10T00:45:08.352Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-10T00:45:08.352Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-10T00:45:08.352Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-10T00:45:09.293Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:45:09.293Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:45:09.553Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:45:10.751Z] Reading package lists... [2021-01-10T00:45:10.751Z] Reading package lists... [2021-01-10T00:45:11.010Z] Building dependency tree... [2021-01-10T00:45:11.010Z] Reading state information... [2021-01-10T00:45:11.010Z] Calculating upgrade... [2021-01-10T00:45:11.270Z] The following packages will be upgraded: [2021-01-10T00:45:11.270Z] advancecomp base-files bash binutils binutils-common [2021-01-10T00:45:11.270Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-10T00:45:11.270Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-10T00:45:11.270Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-10T00:45:11.270Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-10T00:45:11.270Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-10T00:45:11.270Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-10T00:45:11.270Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-10T00:45:11.270Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-10T00:45:11.270Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-10T00:45:11.270Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-10T00:45:11.270Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-10T00:45:11.270Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-10T00:45:11.270Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-10T00:45:11.270Z] ubuntu-keyring util-linux [2021-01-10T00:45:11.270Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:45:11.270Z] Need to get 63.7 MB of archives. [2021-01-10T00:45:11.270Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-10T00:45:11.270Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-10T00:45:11.270Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-10T00:45:11.270Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-10T00:45:11.270Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-10T00:45:11.270Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-10T00:45:11.270Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-10T00:45:11.270Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-10T00:45:11.270Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-10T00:45:11.270Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-10T00:45:11.270Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-10T00:45:11.270Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-10T00:45:11.532Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-10T00:45:11.532Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-10T00:45:11.532Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-10T00:45:11.532Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-10T00:45:11.532Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-10T00:45:11.532Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-10T00:45:11.532Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-10T00:45:11.532Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-10T00:45:11.532Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-10T00:45:11.532Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-10T00:45:11.532Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-10T00:45:11.532Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-10T00:45:11.532Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-10T00:45:11.532Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-10T00:45:11.532Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-10T00:45:11.532Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-10T00:45:11.532Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-10T00:45:11.532Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-10T00:45:11.532Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-10T00:45:11.532Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-10T00:45:11.532Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-10T00:45:11.532Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-10T00:45:11.532Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-10T00:45:11.532Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-10T00:45:11.796Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-10T00:45:11.796Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-10T00:45:11.796Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-10T00:45:11.796Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-10T00:45:11.796Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-10T00:45:11.796Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-10T00:45:11.796Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-10T00:45:11.796Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-10T00:45:11.796Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-10T00:45:11.796Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-10T00:45:11.796Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-10T00:45:11.796Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-10T00:45:11.796Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-10T00:45:11.796Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-10T00:45:11.796Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-10T00:45:11.796Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-10T00:45:11.796Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-10T00:45:11.796Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-10T00:45:11.796Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-10T00:45:11.796Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-10T00:45:11.796Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-10T00:45:12.058Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-10T00:45:12.058Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-10T00:45:12.058Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-10T00:45:12.319Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-10T00:45:12.319Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-10T00:45:12.319Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-10T00:45:12.319Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-10T00:45:12.319Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-10T00:45:12.580Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-10T00:45:12.580Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-10T00:45:12.580Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-10T00:45:12.580Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-10T00:45:12.580Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-10T00:45:12.581Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-10T00:45:12.581Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-10T00:45:12.842Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-10T00:45:12.842Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-10T00:45:12.842Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-10T00:45:12.842Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-10T00:45:12.842Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-10T00:45:12.842Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-10T00:45:12.842Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-10T00:45:12.842Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-10T00:45:12.842Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-10T00:45:12.842Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-10T00:45:12.842Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-10T00:45:12.842Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-10T00:45:12.842Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-10T00:45:12.842Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-10T00:45:12.842Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-10T00:45:13.103Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-10T00:45:13.103Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-10T00:45:13.103Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-10T00:45:13.103Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-10T00:45:13.103Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-10T00:45:13.103Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-10T00:45:13.103Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-10T00:45:13.103Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-10T00:45:13.103Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-10T00:45:13.103Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-10T00:45:13.103Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-10T00:45:13.363Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:45:13.363Z] Fetched 63.7 MB in 2s (32.3 MB/s) [2021-01-10T00:45:13.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:13.363Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:45:13.363Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:45:13.934Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:45:13.934Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:45:14.201Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-10T00:45:14.201Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-10T00:45:15.148Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:15.148Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:15.148Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:15.148Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:15.409Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:15.409Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:15.409Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:15.409Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:15.670Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:15.670Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:15.670Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:15.931Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:15.931Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:15.931Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:15.931Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:16.193Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:45:16.194Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:16.194Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-10T00:45:16.194Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:16.455Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:45:16.455Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:16.455Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:16.455Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:16.455Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:16.719Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:16.720Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-10T00:45:16.720Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:16.980Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:45:16.980Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:45:17.240Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:45:17.503Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-10T00:45:17.763Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-10T00:45:17.763Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-10T00:45:17.763Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-10T00:45:17.763Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-10T00:45:18.024Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-10T00:45:18.286Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-10T00:45:18.286Z] Installing new version of config file /etc/issue ... [2021-01-10T00:45:18.286Z] Installing new version of config file /etc/issue.net ... [2021-01-10T00:45:18.286Z] Installing new version of config file /etc/lsb-release ... [2021-01-10T00:45:18.286Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-10T00:45:18.547Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-10T00:45:18.547Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-10T00:45:18.547Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-10T00:45:18.808Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:18.808Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-10T00:45:18.808Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-10T00:45:18.808Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-10T00:45:18.808Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-10T00:45:19.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:19.069Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:19.069Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:19.069Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:19.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:19.069Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-10T00:45:19.069Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-10T00:45:19.330Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-10T00:45:19.330Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:19.330Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-10T00:45:19.330Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:45:19.591Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-10T00:45:19.851Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:19.851Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:19.851Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:45:19.851Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:45:20.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:20.111Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:20.111Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:45:20.111Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-10T00:45:20.371Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:20.371Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-10T00:45:20.371Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-10T00:45:20.371Z] Setting up grep (3.1-2build1) ... [2021-01-10T00:45:20.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:20.632Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-10T00:45:20.632Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-10T00:45:20.632Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-10T00:45:20.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:20.893Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:45:20.893Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:20.893Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:21.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:21.154Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:45:21.154Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:45:21.415Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:45:21.415Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:45:21.676Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-10T00:45:21.676Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:45:22.245Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-10T00:45:22.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:22.245Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-10T00:45:22.245Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-10T00:45:23.185Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-10T00:45:23.185Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-10T00:45:23.185Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-10T00:45:24.743Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-10T00:45:24.743Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-10T00:45:24.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:24.743Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-10T00:45:24.743Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-10T00:45:24.743Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-10T00:45:24.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:24.743Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:24.743Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:24.743Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:24.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:24.743Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:24.743Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:24.743Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:24.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:24.743Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:24.743Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:24.743Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:24.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:24.743Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:24.743Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:24.743Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:24.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:24.744Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:45:24.744Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:25.007Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:45:25.007Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:25.007Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:25.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:25.007Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-10T00:45:25.007Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:25.274Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:25.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:25.274Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:25.274Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:25.535Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:25.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:25.535Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:25.535Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:25.795Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:25.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:25.795Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:25.795Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:26.365Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:26.626Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-10T00:45:26.885Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-10T00:45:26.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:26.885Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-10T00:45:26.885Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-10T00:45:27.147Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:45:27.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-10T00:45:27.411Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-10T00:45:27.411Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-10T00:45:27.411Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:27.671Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:27.671Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-10T00:45:27.671Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-10T00:45:27.671Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-10T00:45:28.242Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:28.242Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:45:28.242Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:45:28.503Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:45:28.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:28.763Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:45:29.023Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:45:29.023Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:45:29.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:29.284Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-10T00:45:29.551Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:45:29.812Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:45:30.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:30.072Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-10T00:45:30.072Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-10T00:45:30.072Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-10T00:45:30.072Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-10T00:45:30.460Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:30.460Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:45:30.460Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:45:30.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:30.721Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-10T00:45:30.721Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-10T00:45:30.721Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-10T00:45:30.980Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:30.980Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-10T00:45:30.980Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-10T00:45:30.980Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-10T00:45:31.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:31.240Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:31.240Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-10T00:45:31.500Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-10T00:45:31.760Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:31.760Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-10T00:45:31.760Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-10T00:45:31.760Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-10T00:45:32.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:32.020Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-10T00:45:32.020Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-10T00:45:32.281Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-10T00:45:32.541Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:32.541Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-10T00:45:32.541Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-10T00:45:32.541Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-10T00:45:32.801Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:32.801Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-10T00:45:32.801Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-10T00:45:32.801Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-10T00:45:33.060Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:33.060Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-10T00:45:33.060Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-10T00:45:33.060Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-10T00:45:33.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:33.321Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-10T00:45:33.321Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-10T00:45:33.321Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-10T00:45:33.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:33.581Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-10T00:45:33.581Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-10T00:45:33.581Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-10T00:45:33.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:33.842Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-10T00:45:33.842Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-10T00:45:33.842Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-10T00:45:34.101Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-10T00:45:34.101Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-10T00:45:34.101Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-10T00:45:34.101Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-10T00:45:34.360Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-10T00:45:34.360Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-10T00:45:34.361Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-10T00:45:34.361Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-10T00:45:34.361Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-10T00:45:34.621Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-10T00:45:34.621Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-10T00:45:34.881Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-10T00:45:34.881Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-10T00:45:35.142Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-10T00:45:35.142Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-10T00:45:35.142Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-10T00:45:35.142Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-10T00:45:35.403Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-10T00:45:35.403Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-10T00:45:35.403Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-10T00:45:35.403Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-10T00:45:35.671Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-10T00:45:35.671Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-10T00:45:35.934Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-10T00:45:35.934Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-10T00:45:35.934Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-10T00:45:35.934Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-10T00:45:36.195Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-10T00:45:36.195Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-10T00:45:37.146Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-10T00:45:37.146Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-10T00:45:37.146Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-10T00:45:37.146Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-10T00:45:37.146Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:45:37.421Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:45:37.685Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:45:37.685Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:45:37.949Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:45:37.949Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:45:37.949Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-10T00:45:37.949Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-10T00:45:38.212Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:38.212Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:38.212Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:38.212Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:38.472Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:38.472Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:38.472Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:38.472Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:39.412Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:39.412Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:40.350Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:40.350Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:40.926Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:41.499Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:41.759Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:41.759Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:42.195Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:42.195Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:42.195Z] ---> 08acab48d12e [2021-01-10T00:45:42.195Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:45:42.195Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:42.195Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:42.195Z] ---> 08acab48d12e [2021-01-10T00:45:42.195Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:45:42.195Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:42.195Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:42.195Z] ---> 08acab48d12e [2021-01-10T00:45:42.195Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:45:42.195Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:42.195Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:42.195Z] ---> 08acab48d12e [2021-01-10T00:45:42.195Z] Step 3/24 : WORKDIR /edgex-go [2021-01-10T00:45:42.195Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:45:42.195Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:45:42.195Z] ---> 08acab48d12e [2021-01-10T00:45:42.195Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:45:42.707Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-10T00:45:42.707Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-10T00:45:42.707Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:45:42.707Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:45:42.707Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-10T00:45:42.707Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:45:42.968Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-10T00:45:42.968Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-10T00:45:43.228Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-10T00:45:43.228Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-10T00:45:43.228Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:45:43.228Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:45:43.228Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-10T00:45:43.228Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-10T00:45:43.489Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-10T00:45:43.489Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-10T00:45:43.489Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:43.489Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-10T00:45:43.489Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:43.748Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:43.748Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:43.748Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-10T00:45:43.748Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-10T00:45:43.748Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-10T00:45:43.748Z] [2021-01-10T00:45:43.748Z] Current default time zone: 'Etc/UTC' [2021-01-10T00:45:43.748Z] Local time is now: Sun Jan 10 00:45:43 UTC 2021. [2021-01-10T00:45:43.748Z] Universal Time is now: Sun Jan 10 00:45:43 UTC 2021. [2021-01-10T00:45:43.748Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-10T00:45:43.748Z] [2021-01-10T00:45:44.008Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-10T00:45:44.008Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:44.008Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-10T00:45:44.008Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-10T00:45:44.008Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-10T00:45:44.008Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-10T00:45:44.008Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-10T00:45:44.008Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-10T00:45:44.008Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-10T00:45:44.008Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-10T00:45:44.269Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:44.269Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-10T00:45:44.530Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:44.530Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:45:44.791Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:44.791Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-10T00:45:44.791Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-10T00:45:45.052Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-10T00:45:45.052Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-10T00:45:45.052Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-10T00:45:45.312Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-10T00:45:45.312Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:45:45.312Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-10T00:45:47.222Z] Updating certificates in /etc/ssl/certs... [2021-01-10T00:45:47.613Z] ---> Running in f28469b5347c [2021-01-10T00:45:47.613Z] ---> Running in 66ccb67f0334 [2021-01-10T00:45:47.613Z] ---> Running in 81218484d950 [2021-01-10T00:45:47.613Z] ---> Running in 928359a4227d [2021-01-10T00:45:47.613Z] ---> Running in 59a80a29a1cc [2021-01-10T00:45:48.163Z] 22 added, 17 removed; done. [2021-01-10T00:45:48.163Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-10T00:45:48.425Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-10T00:45:48.425Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-10T00:45:48.425Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-10T00:45:48.608Z] Removing intermediate container f28469b5347c [2021-01-10T00:45:48.608Z] ---> a4b3da0946e1 [2021-01-10T00:45:48.608Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:48.608Z] Removing intermediate container 928359a4227d [2021-01-10T00:45:48.608Z] ---> 69d5212641f1 [2021-01-10T00:45:48.608Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:48.608Z] Removing intermediate container 66ccb67f0334 [2021-01-10T00:45:48.608Z] ---> 009754f628d0 [2021-01-10T00:45:48.608Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:48.608Z] Removing intermediate container 81218484d950 [2021-01-10T00:45:48.608Z] ---> f0255d9c01d7 [2021-01-10T00:45:48.608Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:48.608Z] Removing intermediate container 59a80a29a1cc [2021-01-10T00:45:48.608Z] ---> 86010418a1e3 [2021-01-10T00:45:48.608Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:45:48.685Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-10T00:45:48.686Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:48.686Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:45:48.686Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:48.686Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:48.881Z] ---> Running in 3df426193f78 [2021-01-10T00:45:48.881Z] ---> Running in 997fb17847ee [2021-01-10T00:45:48.881Z] ---> Running in b1a41bc2973c [2021-01-10T00:45:48.881Z] ---> Running in 7b97571d73b3 [2021-01-10T00:45:48.881Z] ---> Running in 10cdbffd5ca9 [2021-01-10T00:45:48.947Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:48.947Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:48.947Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:48.947Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-10T00:45:48.947Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:45:48.947Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:45:48.947Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-10T00:45:48.947Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-10T00:45:48.947Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:49.207Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-10T00:45:49.207Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:45:49.207Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-10T00:45:49.207Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-10T00:45:49.207Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:45:49.207Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-10T00:45:49.468Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-10T00:45:49.468Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-10T00:45:49.468Z] Updating certificates in /etc/ssl/certs... [2021-01-10T00:45:50.037Z] 0 added, 0 removed; done. [2021-01-10T00:45:50.037Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-10T00:45:50.037Z] done. [2021-01-10T00:45:50.607Z] Reading package lists... [2021-01-10T00:45:50.607Z] Building dependency tree... [2021-01-10T00:45:50.607Z] Reading state information... [2021-01-10T00:45:50.868Z] The following NEW packages will be installed: [2021-01-10T00:45:50.868Z] apt-transport-https [2021-01-10T00:45:50.868Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:45:50.868Z] Need to get 1696 B of archives. [2021-01-10T00:45:50.868Z] After this operation, 153 kB of additional disk space will be used. [2021-01-10T00:45:50.868Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-10T00:45:51.128Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:45:51.128Z] Fetched 1696 B in 0s (9370 B/s) [2021-01-10T00:45:51.128Z] Selecting previously unselected package apt-transport-https. [2021-01-10T00:45:51.128Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-10T00:45:51.128Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-10T00:45:51.128Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-10T00:45:51.128Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-10T00:45:51.387Z] Waiting for network to be ready... [2021-01-10T00:45:53.214Z] Removing intermediate container b1a41bc2973c [2021-01-10T00:45:53.214Z] ---> ed035ef853aa [2021-01-10T00:45:53.214Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-10T00:45:53.214Z] Removing intermediate container 3df426193f78 [2021-01-10T00:45:53.214Z] ---> 8663e0fb61fd [2021-01-10T00:45:53.214Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-10T00:45:53.494Z] Removing intermediate container 997fb17847ee [2021-01-10T00:45:53.494Z] ---> ae4437cbbe9d [2021-01-10T00:45:53.494Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:45:53.494Z] ---> Running in 69ed7027ddaf [2021-01-10T00:45:53.494Z] ---> Running in 44ed638907de [2021-01-10T00:45:53.772Z] Removing intermediate container 7b97571d73b3 [2021-01-10T00:45:53.772Z] ---> 998ae3322a9c [2021-01-10T00:45:53.772Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:45:53.772Z] ---> Running in 96e4d3ab8e9c [2021-01-10T00:45:53.772Z] Removing intermediate container 10cdbffd5ca9 [2021-01-10T00:45:53.772Z] ---> 88ae5ce747dc [2021-01-10T00:45:53.772Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:45:54.049Z] ---> Running in 6a889101c6b0 [2021-01-10T00:45:54.049Z] ---> Running in 992b8edca336 [2021-01-10T00:45:56.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:56.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:56.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:56.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:56.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:56.671Z] 2021-01-10T00:45:54Z INFO Waiting for automatic snapd restart... [2021-01-10T00:45:56.931Z] snapd 2.48.2 from Canonical* installed [2021-01-10T00:45:56.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:57.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:57.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:57.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:57.873Z] "snapd" switched to the "latest/stable" channel [2021-01-10T00:45:57.873Z] [2021-01-10T00:45:58.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:45:59.093Z] OK: 217 MiB in 51 packages [2021-01-10T00:45:59.374Z] OK: 217 MiB in 51 packages [2021-01-10T00:45:59.374Z] OK: 217 MiB in 51 packages [2021-01-10T00:45:59.649Z] OK: 217 MiB in 51 packages [2021-01-10T00:46:00.419Z] core18 20201210 from Canonical* installed [2021-01-10T00:46:00.419Z] "core18" switched to the "latest/stable" channel [2021-01-10T00:46:00.419Z] [2021-01-10T00:46:01.101Z] Removing intermediate container 96e4d3ab8e9c [2021-01-10T00:46:01.101Z] ---> 6b3887a4d0e1 [2021-01-10T00:46:01.101Z] Step 6/21 : COPY go.mod . [2021-01-10T00:46:01.101Z] Removing intermediate container 69ed7027ddaf [2021-01-10T00:46:01.101Z] ---> 9a385c672dfd [2021-01-10T00:46:01.101Z] Step 6/24 : COPY go.mod . [2021-01-10T00:46:01.382Z] OK: 217 MiB in 51 packages [2021-01-10T00:46:01.382Z] Removing intermediate container 44ed638907de [2021-01-10T00:46:01.382Z] ---> 57881615e5bd [2021-01-10T00:46:01.382Z] Step 6/24 : COPY go.mod . [2021-01-10T00:46:01.983Z] Removing intermediate container 6a889101c6b0 [2021-01-10T00:46:01.983Z] ---> 7c27e4b4b681 [2021-01-10T00:46:01.983Z] Step 6/22 : COPY go.mod . [2021-01-10T00:46:02.271Z] ---> 702d8a47031b [2021-01-10T00:46:02.271Z] Step 7/21 : RUN go mod download [2021-01-10T00:46:02.569Z] ---> Running in 1a409a2bc835 [2021-01-10T00:46:02.850Z] ---> 5f08992574f3 [2021-01-10T00:46:02.850Z] Step 7/24 : RUN go mod download [2021-01-10T00:46:02.850Z] ---> 21ccc672112f [2021-01-10T00:46:02.850Z] Step 7/24 : RUN go mod download [2021-01-10T00:46:03.123Z] ---> Running in b744e4bcd3ca [2021-01-10T00:46:03.123Z] ---> Running in 36cdd893d08c [2021-01-10T00:46:03.123Z] ---> 436860995fc5 [2021-01-10T00:46:03.123Z] Step 7/22 : RUN go mod download [2021-01-10T00:46:03.400Z] Removing intermediate container 992b8edca336 [2021-01-10T00:46:03.400Z] ---> 0af1315a8138 [2021-01-10T00:46:03.400Z] Step 6/22 : COPY go.mod . [2021-01-10T00:46:03.679Z] ---> Running in ccfc0df64668 [2021-01-10T00:46:03.721Z] snapcraft 4.4.4 from Canonical* installed [2021-01-10T00:46:03.721Z] "snapcraft" switched to the "latest/stable" channel [2021-01-10T00:46:03.721Z] [2021-01-10T00:46:04.672Z] ---> 4458a4fd9c95 [2021-01-10T00:46:04.672Z] Step 7/22 : RUN go mod download [2021-01-10T00:46:04.948Z] ---> Running in 9064afbf578a [2021-01-10T00:46:06.938Z] Removing intermediate container 1a409a2bc835 [2021-01-10T00:46:06.938Z] ---> b5a51c018bbd [2021-01-10T00:46:06.938Z] Step 8/21 : COPY . . [2021-01-10T00:46:07.019Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-10T00:46:07.019Z] - README.md [2021-01-10T00:46:07.019Z] - snapcraft.yaml.orig [2021-01-10T00:46:07.019Z] [2021-01-10T00:46:07.019Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-10T00:46:07.928Z] Removing intermediate container b744e4bcd3ca [2021-01-10T00:46:07.928Z] ---> 4e1ac2b8bef6 [2021-01-10T00:46:07.928Z] Step 8/24 : COPY . . [2021-01-10T00:46:08.973Z] Removing intermediate container ccfc0df64668 [2021-01-10T00:46:08.973Z] Removing intermediate container 36cdd893d08c [2021-01-10T00:46:08.973Z] ---> ee76565262f6 [2021-01-10T00:46:08.973Z] Step 8/22 : COPY . . [2021-01-10T00:46:08.973Z] ---> 08125b04fabb [2021-01-10T00:46:08.973Z] Step 8/24 : COPY . . [2021-01-10T00:46:09.252Z] Removing intermediate container 9064afbf578a [2021-01-10T00:46:09.252Z] ---> 4ff486859ea4 [2021-01-10T00:46:09.252Z] Step 8/22 : COPY . . [2021-01-10T00:46:13.606Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:46:13.606Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:46:13.606Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:46:13.606Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:46:14.811Z] Reading package lists... [2021-01-10T00:46:15.071Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-10T00:46:21.673Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:46:21.673Z] Reading package lists... [2021-01-10T00:46:21.673Z] Building dependency tree... [2021-01-10T00:46:21.673Z] Reading state information... [2021-01-10T00:46:21.673Z] Suggested packages: [2021-01-10T00:46:21.673Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-10T00:46:21.673Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-10T00:46:21.673Z] Recommended packages: [2021-01-10T00:46:21.673Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-10T00:46:21.673Z] The following NEW packages will be installed: [2021-01-10T00:46:21.673Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-10T00:46:21.673Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-10T00:46:21.674Z] pkg-config zip [2021-01-10T00:46:21.674Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-10T00:46:21.674Z] Need to get 7655 kB of archives. [2021-01-10T00:46:21.674Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-10T00:46:21.674Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-10T00:46:21.674Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-10T00:46:21.674Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-10T00:46:21.933Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-10T00:46:21.933Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-10T00:46:21.933Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-10T00:46:21.933Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-10T00:46:21.933Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-10T00:46:22.197Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-10T00:46:22.197Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-10T00:46:22.457Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-10T00:46:22.458Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-10T00:46:22.458Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-10T00:46:22.718Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-10T00:46:22.718Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-10T00:46:22.719Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-10T00:46:22.719Z] Fetched 7655 kB in 1s (6066 kB/s) [2021-01-10T00:46:22.979Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-10T00:46:22.979Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-10T00:46:22.979Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-10T00:46:22.979Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-10T00:46:22.979Z] Selecting previously unselected package libpsl5:amd64. [2021-01-10T00:46:22.979Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-10T00:46:22.979Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-10T00:46:23.240Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-10T00:46:23.240Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-10T00:46:23.240Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-10T00:46:23.240Z] Selecting previously unselected package librtmp1:amd64. [2021-01-10T00:46:23.240Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-10T00:46:23.240Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-10T00:46:23.500Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-10T00:46:23.500Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-10T00:46:23.500Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-10T00:46:23.500Z] Selecting previously unselected package liberror-perl. [2021-01-10T00:46:23.500Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-10T00:46:23.500Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-10T00:46:23.500Z] Selecting previously unselected package git-man. [2021-01-10T00:46:23.500Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-10T00:46:23.500Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:46:23.761Z] Selecting previously unselected package git. [2021-01-10T00:46:23.761Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-10T00:46:23.761Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:46:24.704Z] Selecting previously unselected package libnorm1:amd64. [2021-01-10T00:46:24.704Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-10T00:46:24.704Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-10T00:46:24.704Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-10T00:46:24.704Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-10T00:46:24.704Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-10T00:46:24.704Z] Selecting previously unselected package libsodium23:amd64. [2021-01-10T00:46:24.704Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-10T00:46:24.704Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-10T00:46:24.966Z] Selecting previously unselected package libzmq5:amd64. [2021-01-10T00:46:24.966Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-10T00:46:24.966Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:46:24.966Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-10T00:46:24.966Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-10T00:46:24.966Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:46:25.228Z] Selecting previously unselected package pkg-config. [2021-01-10T00:46:25.228Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-10T00:46:25.228Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-10T00:46:25.228Z] Selecting previously unselected package zip. [2021-01-10T00:46:25.228Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-10T00:46:25.228Z] Unpacking zip (3.0-11build1) ... [2021-01-10T00:46:25.228Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-10T00:46:25.228Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:46:25.228Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-10T00:46:25.491Z] Setting up liberror-perl (0.17025-1) ... [2021-01-10T00:46:25.491Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-10T00:46:25.491Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-10T00:46:25.491Z] No schema files found: doing nothing. [2021-01-10T00:46:25.491Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-10T00:46:25.491Z] Setting up zip (3.0-11build1) ... [2021-01-10T00:46:25.491Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-10T00:46:25.491Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-10T00:46:25.491Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-10T00:46:25.491Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:46:25.753Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-10T00:46:25.753Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-10T00:46:25.753Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-10T00:46:25.753Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-10T00:46:32.377Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:46:32.377Z] git set to automatically installed. [2021-01-10T00:46:32.377Z] git-man set to automatically installed. [2021-01-10T00:46:32.377Z] libcurl3-gnutls set to automatically installed. [2021-01-10T00:46:32.377Z] liberror-perl set to automatically installed. [2021-01-10T00:46:32.377Z] libglib2.0-0 set to automatically installed. [2021-01-10T00:46:32.377Z] libnghttp2-14 set to automatically installed. [2021-01-10T00:46:32.377Z] libnorm1 set to automatically installed. [2021-01-10T00:46:32.377Z] libpgm-5.2-0 set to automatically installed. [2021-01-10T00:46:32.377Z] libpsl5 set to automatically installed. [2021-01-10T00:46:32.377Z] librtmp1 set to automatically installed. [2021-01-10T00:46:32.377Z] libsodium23 set to automatically installed. [2021-01-10T00:46:32.377Z] libzmq3-dev set to automatically installed. [2021-01-10T00:46:32.377Z] libzmq5 set to automatically installed. [2021-01-10T00:46:32.377Z] pkg-config set to automatically installed. [2021-01-10T00:46:32.377Z] zip set to automatically installed. [2021-01-10T00:46:33.762Z] snapd is not logged in, snap install commands will use sudo [2021-01-10T00:46:36.058Z] ---> 298345391056 [2021-01-10T00:46:36.058Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-10T00:46:36.058Z] ---> ee37c110aaf3 [2021-01-10T00:46:36.058Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-10T00:46:36.058Z] ---> 77f9ba7afeb5 [2021-01-10T00:46:36.058Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-10T00:46:36.058Z] ---> b7027e8979a3 [2021-01-10T00:46:36.058Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-10T00:46:36.058Z] ---> f7d99d3cce53 [2021-01-10T00:46:36.058Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-10T00:46:36.058Z] ---> Running in ee1b97cdc84e [2021-01-10T00:46:36.058Z] ---> Running in 225e3cb7e745 [2021-01-10T00:46:36.058Z] ---> Running in 1c1c57486969 [2021-01-10T00:46:36.058Z] ---> Running in 690ce7725106 [2021-01-10T00:46:36.058Z] ---> Running in a63562b17de5 [2021-01-10T00:46:36.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:46:37.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:46:37.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:46:37.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:46:37.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:46:40.351Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-10T00:46:40.351Z] snap "core18" has no updates available [2021-01-10T00:46:40.924Z] Pulling config-common [2021-01-10T00:46:41.868Z] Pulling go-build-helper [2021-01-10T00:47:08.477Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-10T00:47:08.477Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-10T00:47:08.477Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-10T00:47:08.477Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-10T00:47:08.477Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-10T00:47:08.477Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-10T00:47:08.477Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-10T00:47:08.477Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-10T00:47:08.477Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-10T00:47:08.477Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-10T00:47:08.477Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-10T00:47:08.477Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-10T00:47:08.477Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-10T00:47:08.477Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-10T00:47:08.477Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-10T00:47:08.477Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-10T00:47:08.477Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-10T00:47:08.477Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-10T00:47:08.477Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-10T00:47:08.477Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] [2021-01-10T00:47:08.477Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-10T00:47:08.477Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-10T00:47:08.477Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-10T00:47:08.477Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-10T00:47:08.477Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-10T00:47:08.477Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-10T00:47:08.477Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-10T00:47:08.477Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-10T00:47:08.477Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-10T00:47:08.477Z] Fetched 279 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-10T00:47:08.477Z] Fetched 122 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-10T00:47:08.477Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-10T00:47:08.477Z] Fetched 8848 B in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-10T00:47:08.477Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-10T00:47:08.477Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-10T00:47:08.477Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-10T00:47:08.477Z] Fetched 214 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-10T00:47:08.477Z] Fetched 155 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-10T00:47:08.477Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-10T00:47:08.477Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-10T00:47:08.477Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-10T00:47:08.477Z] Fetched 499 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-10T00:47:08.477Z] Fetched 111 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-10T00:47:08.477Z] Fetched 240 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-10T00:47:08.477Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-10T00:47:08.477Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-10T00:47:08.477Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-10T00:47:08.477Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-10T00:47:08.477Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-10T00:47:08.477Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-10T00:47:08.477Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-10T00:47:08.477Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-10T00:47:08.477Z] Fetched 8720 B in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-10T00:47:08.477Z] Fetched 137 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-10T00:47:08.477Z] Fetched 119 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-10T00:47:08.477Z] Fetched 109 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-10T00:47:08.477Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-10T00:47:08.477Z] Fetched 645 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-10T00:47:08.477Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-10T00:47:08.477Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-10T00:47:08.477Z] Fetched 368 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-10T00:47:08.477Z] Fetched 187 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-10T00:47:08.477Z] Fetched 175 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-10T00:47:08.477Z] Fetched 206 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-10T00:47:08.477Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-10T00:47:08.477Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-10T00:47:08.477Z] Fetched 159 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-10T00:47:08.477Z] Fetched 107 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-10T00:47:08.477Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-10T00:47:08.477Z] Pulling static-packages [2021-01-10T00:47:08.477Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-10T00:47:08.477Z] Skipping pull go-build-helper (already ran) [2021-01-10T00:47:08.477Z] Skipping pull static-packages (already ran) [2021-01-10T00:47:08.477Z] Building go-build-helper [2021-01-10T00:47:12.734Z] Building static-packages [2021-01-10T00:47:14.122Z] Staging go-build-helper [2021-01-10T00:47:15.064Z] Staging static-packages [2021-01-10T00:47:16.002Z] Pulling go115 [2021-01-10T00:47:16.942Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-10T00:47:16.942Z] Skipping pull go115 (already ran) [2021-01-10T00:47:16.942Z] Building go115 [2021-01-10T00:47:16.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-10T00:47:16.942Z] Dload Upload Total Spent Left Speed [2021-01-10T00:47:20.219Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.4M 0 0 28.5M 0 0:00:04 --:--:-- 0:00:04 28.5M 53 115M 53 62.0M 0 0 32.4M 0 0:00:03 0:00:01 0:00:02 32.4M 86 115M 86 100M 0 0 34.6M 0 0:00:03 0:00:02 0:00:01 34.6M 100 115M 100 115M 0 0 34.8M 0 0:00:03 0:00:03 --:--:-- 34.8M [2021-01-10T00:47:20.789Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-10T00:47:25.001Z] Staging go115 [2021-01-10T00:47:30.286Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-10T00:47:30.286Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-10T00:47:30.286Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-10T00:47:30.286Z] Fetched 0 B in 0s (0 B/s) [2021-01-10T00:47:30.286Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-10T00:47:30.286Z] Fetched 224 kB in 0s (0 B/s) [2021-01-10T00:47:30.286Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-10T00:47:30.286Z] Fetched 157 kB in 0s (0 B/s) [2021-01-10T00:47:30.286Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-10T00:47:30.286Z] Fetched 221 kB in 0s (0 B/s) [2021-01-10T00:47:30.286Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-10T00:47:30.286Z] Fetched 143 kB in 0s (0 B/s) [2021-01-10T00:47:30.286Z] Pulling edgex-go [2021-01-10T00:47:30.547Z] Pulling version [2021-01-10T00:47:31.493Z] Building config-common [2021-01-10T00:47:33.419Z] Skipping build go-build-helper (already ran) [2021-01-10T00:47:33.419Z] Skipping build static-packages (already ran) [2021-01-10T00:47:33.419Z] Skipping build go115 (already ran) [2021-01-10T00:47:33.419Z] Building edgex-go [2021-01-10T00:47:33.680Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:47:34.618Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-10T00:47:34.618Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-10T00:47:34.618Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-10T00:47:34.618Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 [2021-01-10T00:47:34.618Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-10T00:47:34.618Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-10T00:47:34.618Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-10T00:47:34.889Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-10T00:47:34.889Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-10T00:47:34.889Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-10T00:47:34.889Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-10T00:47:34.889Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-10T00:47:34.889Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-10T00:47:34.889Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-10T00:47:34.889Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-10T00:47:34.889Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-10T00:47:34.889Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-10T00:47:34.889Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-10T00:47:34.889Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-10T00:47:34.889Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-10T00:47:34.889Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-10T00:47:34.889Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-10T00:47:34.889Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-10T00:47:35.155Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-10T00:47:35.155Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-10T00:47:35.453Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-10T00:47:35.453Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-10T00:47:36.050Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-10T00:47:36.050Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-10T00:47:36.050Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-10T00:47:41.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-10T00:47:45.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-10T00:47:46.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-10T00:47:47.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:47:48.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:47:48.010Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-10T00:47:48.270Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-10T00:47:48.270Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-10T00:47:48.270Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-10T00:47:49.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:47:49.664Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-10T00:47:49.664Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-10T00:47:51.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-10T00:47:52.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:47:52.008Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-10T00:47:53.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-10T00:47:54.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:47:54.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:47:54.919Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-10T00:47:57.458Z] Building version [2021-01-10T00:47:58.845Z] Staging config-common [2021-01-10T00:47:59.786Z] Skipping stage go-build-helper (already ran) [2021-01-10T00:47:59.786Z] Skipping stage static-packages (already ran) [2021-01-10T00:47:59.786Z] Skipping stage go115 (already ran) [2021-01-10T00:47:59.786Z] Staging edgex-go [2021-01-10T00:48:00.730Z] Staging version [2021-01-10T00:48:01.700Z] Priming config-common [2021-01-10T00:48:02.657Z] Priming go-build-helper [2021-01-10T00:48:03.606Z] Priming static-packages [2021-01-10T00:48:06.152Z] Priming go115 [2021-01-10T00:48:06.744Z] Priming edgex-go [2021-01-10T00:48:08.130Z] Priming version [2021-01-10T00:48:09.074Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-10T00:48:14.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-10T00:48:14.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-10T00:48:32.992Z] Removing intermediate container 1c1c57486969 [2021-01-10T00:48:32.992Z] ---> 07f72e4fb3cc [2021-01-10T00:48:32.992Z] [2021-01-10T00:48:32.992Z] Step 10/24 : FROM alpine:3.12 [2021-01-10T00:48:32.992Z] 3.12: Pulling from library/alpine [2021-01-10T00:48:35.645Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-10T00:48:35.645Z] Status: Downloaded newer image for alpine:3.12 [2021-01-10T00:48:35.645Z] ---> afeebe901d6b [2021-01-10T00:48:35.645Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:48:35.645Z] Removing intermediate container 225e3cb7e745 [2021-01-10T00:48:35.645Z] ---> ab09ad364399 [2021-01-10T00:48:35.645Z] [2021-01-10T00:48:35.645Z] Step 10/21 : FROM alpine:3.12 [2021-01-10T00:48:35.645Z] ---> afeebe901d6b [2021-01-10T00:48:35.645Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-10T00:48:36.630Z] ---> Running in 4a4f326467f8 [2021-01-10T00:48:36.630Z] ---> Running in 6e5f5094fcca [2021-01-10T00:48:37.231Z] Removing intermediate container a63562b17de5 [2021-01-10T00:48:37.231Z] Removing intermediate container 690ce7725106 [2021-01-10T00:48:37.231Z] ---> 02d6ba261afb [2021-01-10T00:48:37.231Z] ---> 5ef0b2704906 [2021-01-10T00:48:37.231Z] [2021-01-10T00:48:37.231Z] [2021-01-10T00:48:37.231Z] Step 10/22 : FROM scratchStep 10/24 : FROM scratch [2021-01-10T00:48:37.231Z] [2021-01-10T00:48:37.231Z] ---> [2021-01-10T00:48:37.231Z] ---> [2021-01-10T00:48:37.231Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium'Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-10T00:48:37.231Z] [2021-01-10T00:48:37.514Z] ---> Running in 9fdc8bd6fd8b [2021-01-10T00:48:37.514Z] ---> Running in 795cf96a3847 [2021-01-10T00:48:38.973Z] Removing intermediate container 9fdc8bd6fd8b [2021-01-10T00:48:38.973Z] ---> 90999cc042d3 [2021-01-10T00:48:38.973Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-10T00:48:38.973Z] Removing intermediate container 795cf96a3847 [2021-01-10T00:48:38.973Z] ---> 0125578db47f [2021-01-10T00:48:38.973Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-10T00:48:38.973Z] ---> Running in 89170a501c1d [2021-01-10T00:48:38.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:38.973Z] ---> Running in 53f7484c35a7 [2021-01-10T00:48:39.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:39.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:39.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:48:39.809Z] Removing intermediate container 89170a501c1d [2021-01-10T00:48:39.809Z] ---> 0dc1e976b4dc [2021-01-10T00:48:39.809Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:48:39.809Z] Removing intermediate container 53f7484c35a7 [2021-01-10T00:48:39.809Z] ---> df33e012bad0 [2021-01-10T00:48:40.100Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-10T00:48:40.100Z] ---> Running in 7948f687bf8d [2021-01-10T00:48:40.100Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-10T00:48:40.100Z] ---> Running in e283a4f926d7 [2021-01-10T00:48:40.382Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-10T00:48:40.382Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:48:40.382Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-10T00:48:40.382Z] (4/5) Installing curl (7.69.1-r3) [2021-01-10T00:48:40.382Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:48:40.382Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-10T00:48:40.382Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-10T00:48:40.382Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:48:40.382Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:48:40.382Z] (4/4) Installing curl (7.69.1-r3) [2021-01-10T00:48:40.382Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:48:40.382Z] Executing ca-certificates-20191127-r4.trigger [2021-01-10T00:48:40.674Z] OK: 7 MiB in 19 packages [2021-01-10T00:48:40.674Z] OK: 7 MiB in 18 packages [2021-01-10T00:48:41.295Z] Removing intermediate container e283a4f926d7 [2021-01-10T00:48:41.295Z] ---> 79750cc48599 [2021-01-10T00:48:41.295Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-10T00:48:41.295Z] Removing intermediate container 7948f687bf8d [2021-01-10T00:48:41.295Z] ---> 8bd6ab27e665 [2021-01-10T00:48:41.295Z] Step 14/22 : WORKDIR / [2021-01-10T00:48:41.580Z] ---> Running in fcc02842d1ca [2021-01-10T00:48:42.614Z] Removing intermediate container fcc02842d1ca [2021-01-10T00:48:42.614Z] ---> 52004142b892 [2021-01-10T00:48:42.614Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-10T00:48:42.614Z] ---> 1658a797490b [2021-01-10T00:48:42.614Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-10T00:48:44.642Z] Removing intermediate container 4a4f326467f8 [2021-01-10T00:48:44.642Z] ---> af9d204a390a [2021-01-10T00:48:44.642Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:48:44.642Z] Removing intermediate container 6e5f5094fcca [2021-01-10T00:48:44.642Z] ---> 05cc75f5cb86 [2021-01-10T00:48:44.642Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-10T00:48:44.642Z] ---> aeaf1c5bd539 [2021-01-10T00:48:44.642Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-10T00:48:44.642Z] ---> Running in 0d0d303d1c29 [2021-01-10T00:48:44.642Z] ---> Running in 72ae59e3f028 [2021-01-10T00:48:44.923Z] ---> ba46f6a60049 [2021-01-10T00:48:44.923Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-10T00:48:45.924Z] Removing intermediate container 0d0d303d1c29 [2021-01-10T00:48:45.924Z] ---> 68727c2031ea [2021-01-10T00:48:45.924Z] Step 13/24 : WORKDIR / [2021-01-10T00:48:47.189Z] Removing intermediate container 72ae59e3f028 [2021-01-10T00:48:47.189Z] ---> 971aed36fb26 [2021-01-10T00:48:47.189Z] Step 13/21 : WORKDIR /edgex [2021-01-10T00:48:47.189Z] ---> Running in 15b0c6774bea [2021-01-10T00:48:47.189Z] ---> 7191fed9f071 [2021-01-10T00:48:47.189Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-10T00:48:47.189Z] ---> Running in f52af39411be [2021-01-10T00:48:47.189Z] ---> d069c533ccc2 [2021-01-10T00:48:47.189Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-10T00:48:47.189Z] Removing intermediate container 15b0c6774bea [2021-01-10T00:48:47.189Z] ---> fb58c0a078a9 [2021-01-10T00:48:47.189Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-10T00:48:47.794Z] Removing intermediate container f52af39411be [2021-01-10T00:48:47.794Z] ---> 5caabfc56964 [2021-01-10T00:48:47.794Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-10T00:48:48.069Z] ---> 0b7acc498a49 [2021-01-10T00:48:48.069Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-10T00:48:48.350Z] ---> Running in 7c30e259b637 [2021-01-10T00:48:48.631Z] ---> 0224574fba60 [2021-01-10T00:48:48.631Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-10T00:48:48.631Z] ---> 8750bae3ccba [2021-01-10T00:48:48.631Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-10T00:48:48.903Z] ---> a62a0fa576be [2021-01-10T00:48:48.903Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-10T00:48:49.180Z] Removing intermediate container 7c30e259b637 [2021-01-10T00:48:49.180Z] ---> 089ce454769f [2021-01-10T00:48:49.180Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:48:49.455Z] ---> Running in e9334f609b38 [2021-01-10T00:48:49.455Z] Removing intermediate container ee1b97cdc84e [2021-01-10T00:48:49.455Z] ---> cb04661ef8d2 [2021-01-10T00:48:49.455Z] [2021-01-10T00:48:49.455Z] Step 10/22 : FROM scratch [2021-01-10T00:48:49.455Z] ---> [2021-01-10T00:48:49.455Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:48:49.728Z] ---> Using cache [2021-01-10T00:48:49.728Z] ---> 90999cc042d3 [2021-01-10T00:48:49.728Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-10T00:48:50.325Z] ---> 75c13e27b716 [2021-01-10T00:48:50.325Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-10T00:48:50.325Z] ---> Running in e17a55ba0d00 [2021-01-10T00:48:50.601Z] Removing intermediate container e9334f609b38 [2021-01-10T00:48:50.601Z] ---> 6cd366310afd [2021-01-10T00:48:50.601Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:48:50.601Z] ---> 7d371c0c397e [2021-01-10T00:48:50.601Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-10T00:48:50.601Z] ---> 47cb663f8650 [2021-01-10T00:48:50.601Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-10T00:48:50.881Z] ---> Running in 7ac61e675f37 [2021-01-10T00:48:50.881Z] Removing intermediate container e17a55ba0d00 [2021-01-10T00:48:50.881Z] ---> 89668385d5f0 [2021-01-10T00:48:50.881Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-10T00:48:51.158Z] ---> Running in b41e9657a7d1 [2021-01-10T00:48:51.158Z] ---> 55beb192eea5 [2021-01-10T00:48:51.158Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-10T00:48:51.759Z] Removing intermediate container 7ac61e675f37 [2021-01-10T00:48:51.759Z] ---> aad3501362a7 [2021-01-10T00:48:51.759Z] Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:48:52.033Z] ---> 657193823f9f [2021-01-10T00:48:52.033Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-10T00:48:52.317Z] Removing intermediate container b41e9657a7d1 [2021-01-10T00:48:52.317Z] ---> d678321cce09 [2021-01-10T00:48:52.317Z] Step 14/22 : WORKDIR / [2021-01-10T00:48:52.317Z] ---> Running in e98f74f49e03 [2021-01-10T00:48:52.317Z] ---> Running in 358d61aff201 [2021-01-10T00:48:52.317Z] ---> Running in b00e1e03cb70 [2021-01-10T00:48:52.595Z] ---> c735df30aa12 [2021-01-10T00:48:52.595Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-10T00:48:52.873Z] ---> 5b0bf84924c1 [2021-01-10T00:48:52.873Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-10T00:48:52.873Z] ---> Running in 2e793a63999b [2021-01-10T00:48:53.151Z] Removing intermediate container e98f74f49e03 [2021-01-10T00:48:53.151Z] ---> bc1c6bca1f92 [2021-01-10T00:48:53.151Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:48:53.151Z] Removing intermediate container b00e1e03cb70 [2021-01-10T00:48:53.151Z] ---> 1c46d2178a74 [2021-01-10T00:48:53.151Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-10T00:48:53.151Z] Removing intermediate container 358d61aff201 [2021-01-10T00:48:53.151Z] ---> 144fa5cc121e [2021-01-10T00:48:53.429Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:48:53.429Z] ---> Running in a95c2df9f9a3 [2021-01-10T00:48:53.705Z] ---> Running in 4faff6d19f6e [2021-01-10T00:48:53.705Z] Removing intermediate container 2e793a63999b [2021-01-10T00:48:53.705Z] ---> 23b41de8ebbf [2021-01-10T00:48:53.705Z] Step 18/21 : CMD ["--init=true"] [2021-01-10T00:48:53.977Z] ---> Running in e041913c3ccf [2021-01-10T00:48:54.254Z] Removing intermediate container a95c2df9f9a3 [2021-01-10T00:48:54.254Z] ---> b43423b90539 [2021-01-10T00:48:54.254Z] [2021-01-10T00:48:54.532Z] ---> 5f4d9f946ca4 [2021-01-10T00:48:54.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-10T00:48:54.807Z] ---> 62cc3b7b8cf8 [2021-01-10T00:48:54.807Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-10T00:48:54.807Z] Successfully built b43423b90539 [2021-01-10T00:48:54.807Z] Removing intermediate container 4faff6d19f6e [2021-01-10T00:48:54.807Z] ---> ade6c4e6a7f4 [2021-01-10T00:48:54.807Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T00:48:54.807Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-10T00:48:54.807Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-10T00:48:55.087Z] ---> Running in 6b3efd892285 [2021-01-10T00:48:55.087Z] Removing intermediate container e041913c3ccf [2021-01-10T00:48:55.386Z] ---> d9085efabc6f [2021-01-10T00:48:55.386Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T00:48:55.662Z] ---> Running in cb0da2e3eb89 [2021-01-10T00:48:56.277Z] Removing intermediate container 6b3efd892285 [2021-01-10T00:48:56.277Z] ---> 6e8e53e95fe0 [2021-01-10T00:48:56.277Z] Step 23/24 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:48:56.277Z] ---> 8253e2c28b11 [2021-01-10T00:48:56.277Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-10T00:48:56.549Z] ---> Running in 61a11fd0c7f1 [2021-01-10T00:48:56.819Z] ---> Running in ec077cd7e566 [2021-01-10T00:48:57.092Z] Removing intermediate container cb0da2e3eb89 [2021-01-10T00:48:57.092Z] ---> d9637c7cbe62 [2021-01-10T00:48:57.092Z] Step 20/21 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca ---> 87dc75f1edc6 [2021-01-10T00:48:57.092Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-10T00:48:57.092Z] [2021-01-10T00:48:58.075Z] ---> Running in 98e3c1afbdf7 [2021-01-10T00:48:58.075Z] Removing intermediate container 61a11fd0c7f1 [2021-01-10T00:48:58.075Z] ---> 44203d66c387 [2021-01-10T00:48:58.075Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:48:58.684Z] ---> 8ce56199260d [2021-01-10T00:48:58.684Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-10T00:48:59.288Z] ---> Running in 864029e04336 [2021-01-10T00:48:59.288Z] ---> Running in e714c4cdb498 [2021-01-10T00:48:59.288Z] Removing intermediate container 98e3c1afbdf7 [2021-01-10T00:48:59.288Z] ---> 65bd3b21cb96 [2021-01-10T00:48:59.288Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:48:59.910Z] ---> Running in 605b2acb7e30 [2021-01-10T00:49:00.199Z] Removing intermediate container e714c4cdb498 [2021-01-10T00:49:00.199Z] ---> 466b1ebdfbd8 [2021-01-10T00:49:00.199Z] Removing intermediate container 864029e04336 [2021-01-10T00:49:00.199Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> 0052b41a97ab [2021-01-10T00:49:00.199Z] [2021-01-10T00:49:00.199Z] [2021-01-10T00:49:00.803Z] Successfully built 0052b41a97ab [2021-01-10T00:49:00.803Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-10T00:49:00.803Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-10T00:49:01.088Z] ---> Running in b3c833b25a94 [2021-01-10T00:49:01.088Z] Removing intermediate container 605b2acb7e30 [2021-01-10T00:49:01.088Z] ---> 123cac7ea924 [2021-01-10T00:49:01.088Z] [2021-01-10T00:49:01.365Z] Removing intermediate container ec077cd7e566 [2021-01-10T00:49:01.365Z] ---> 801428d451e6 [2021-01-10T00:49:01.366Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-10T00:49:01.654Z] Successfully built 123cac7ea924 [2021-01-10T00:49:01.654Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-10T00:49:01.654Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-10T00:49:01.939Z] ---> Running in 92f5b36cad0e [2021-01-10T00:49:01.939Z] Removing intermediate container b3c833b25a94 [2021-01-10T00:49:01.939Z] ---> e53912bb7a1e [2021-01-10T00:49:01.939Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:49:02.219Z] ---> Running in a8a4750f7a36 [2021-01-10T00:49:02.492Z] Removing intermediate container 92f5b36cad0e [2021-01-10T00:49:02.492Z] ---> 80dec62a006e [2021-01-10T00:49:02.492Z] Step 22/24 : LABEL arch=arm64 [2021-01-10T00:49:02.492Z] ---> Running in 8bc66a06ee18 [2021-01-10T00:49:02.765Z] Removing intermediate container a8a4750f7a36 [2021-01-10T00:49:02.765Z] ---> 5743a9706f63 [2021-01-10T00:49:02.765Z] Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:49:03.037Z] ---> Running in f7fec96af5c2 [2021-01-10T00:49:03.309Z] Removing intermediate container 8bc66a06ee18 [2021-01-10T00:49:03.309Z] ---> f6a99e1946ed [2021-01-10T00:49:03.309Z] Step 23/24 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:49:03.585Z] ---> Running in 5d484828cd0f [2021-01-10T00:49:03.585Z] Removing intermediate container f7fec96af5c2 [2021-01-10T00:49:03.585Z] ---> 989c6808ad2a [2021-01-10T00:49:03.585Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:49:04.180Z] ---> Running in 1db7da7265a6 [2021-01-10T00:49:04.775Z] Removing intermediate container 5d484828cd0f [2021-01-10T00:49:04.775Z] ---> eb605ac021a4 [2021-01-10T00:49:04.775Z] Step 24/24 : LABEL version=0.0.0 [2021-01-10T00:49:05.045Z] Removing intermediate container 1db7da7265a6 [2021-01-10T00:49:05.045Z] ---> 0b8c4fce2b8a [2021-01-10T00:49:05.045Z] [2021-01-10T00:49:05.316Z] ---> Running in f718c63c2d4a [2021-01-10T00:49:05.316Z] Successfully built 0b8c4fce2b8a [2021-01-10T00:49:05.619Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-10T00:49:05.619Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go [2021-01-10T00:49:05.895Z] Removing intermediate container f718c63c2d4a [2021-01-10T00:49:05.895Z] ---> 1cb1b9d5981c [2021-01-10T00:49:05.895Z] [2021-01-10T00:49:06.486Z] Successfully built 1cb1b9d5981c [2021-01-10T00:49:06.486Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-10T00:49:45.436Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:49:45.436Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:49:45.436Z] ---> 08acab48d12e [2021-01-10T00:49:45.436Z] Step 3/26 : WORKDIR /edgex-go [2021-01-10T00:49:45.436Z] ---> Using cache [2021-01-10T00:49:45.436Z] ---> 86010418a1e3 [2021-01-10T00:49:45.436Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:49:45.436Z] ---> Using cache [2021-01-10T00:49:45.436Z] ---> 88ae5ce747dc [2021-01-10T00:49:45.436Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-10T00:49:47.412Z] ---> Running in ff34e0609a21 [2021-01-10T00:49:48.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:49.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:50.855Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:49:50.855Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:49:50.855Z] ---> 08acab48d12e [2021-01-10T00:49:50.855Z] Step 3/23 : WORKDIR /edgex-go [2021-01-10T00:49:50.855Z] ---> Using cache [2021-01-10T00:49:50.855Z] ---> 86010418a1e3 [2021-01-10T00:49:50.855Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:49:50.855Z] ---> Using cache [2021-01-10T00:49:50.855Z] ---> 88ae5ce747dc [2021-01-10T00:49:50.855Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-10T00:49:50.855Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:49:51.136Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:49:51.136Z] ---> 08acab48d12e [2021-01-10T00:49:51.136Z] Step 3/21 : WORKDIR /edgex-go [2021-01-10T00:49:51.136Z] ---> Using cache [2021-01-10T00:49:51.136Z] ---> 86010418a1e3 [2021-01-10T00:49:51.136Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:49:51.136Z] ---> Using cache [2021-01-10T00:49:51.136Z] ---> 88ae5ce747dc [2021-01-10T00:49:51.136Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-10T00:49:51.136Z] ---> Using cache [2021-01-10T00:49:51.136Z] ---> 0af1315a8138 [2021-01-10T00:49:51.136Z] Step 6/21 : COPY go.mod . [2021-01-10T00:49:51.136Z] ---> Using cache [2021-01-10T00:49:51.136Z] ---> 4458a4fd9c95 [2021-01-10T00:49:51.136Z] Step 7/21 : RUN go mod download [2021-01-10T00:49:51.136Z] ---> Using cache [2021-01-10T00:49:51.136Z] ---> 4ff486859ea4 [2021-01-10T00:49:51.136Z] Step 8/21 : COPY . . [2021-01-10T00:49:51.136Z] ---> Using cache [2021-01-10T00:49:51.136Z] ---> ee37c110aaf3 [2021-01-10T00:49:51.136Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-10T00:49:51.422Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-10T00:49:51.422Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-10T00:49:51.422Z] ---> 08acab48d12e [2021-01-10T00:49:51.422Z] Step 3/22 : WORKDIR /edgex-go [2021-01-10T00:49:51.422Z] ---> Using cache [2021-01-10T00:49:51.422Z] ---> 86010418a1e3 [2021-01-10T00:49:51.422Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:49:51.422Z] ---> Using cache [2021-01-10T00:49:51.422Z] ---> 88ae5ce747dc [2021-01-10T00:49:51.422Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-10T00:49:51.422Z] ---> Using cache [2021-01-10T00:49:51.422Z] ---> 0af1315a8138 [2021-01-10T00:49:51.422Z] Step 6/22 : COPY go.mod . [2021-01-10T00:49:51.422Z] ---> Using cache [2021-01-10T00:49:51.422Z] ---> 4458a4fd9c95 [2021-01-10T00:49:51.422Z] Step 7/22 : RUN go mod download [2021-01-10T00:49:51.422Z] ---> Using cache [2021-01-10T00:49:51.422Z] ---> 4ff486859ea4 [2021-01-10T00:49:51.422Z] Step 8/22 : COPY . . [2021-01-10T00:49:51.422Z] ---> Using cache [2021-01-10T00:49:51.422Z] ---> ee37c110aaf3 [2021-01-10T00:49:51.422Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-10T00:49:52.404Z] ---> Running in 1c38d087ce07 [2021-01-10T00:49:52.404Z] ---> Running in 1cab7ad371fe [2021-01-10T00:49:52.404Z] ---> Running in c7be8cb8bc7f [2021-01-10T00:49:52.404Z] OK: 217 MiB in 51 packages [2021-01-10T00:49:53.860Z] Removing intermediate container ff34e0609a21 [2021-01-10T00:49:53.860Z] ---> f0e984688248 [2021-01-10T00:49:53.860Z] Step 6/26 : COPY go.mod . [2021-01-10T00:49:54.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-10T00:49:54.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:54.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-10T00:49:55.073Z] ---> 1d49458aadf5 [2021-01-10T00:49:55.073Z] Step 7/26 : RUN go mod download [2021-01-10T00:49:55.073Z] ---> Running in 6378b089295b [2021-01-10T00:49:55.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:49:57.675Z] OK: 217 MiB in 51 packages [2021-01-10T00:49:59.717Z] Removing intermediate container 1c38d087ce07 [2021-01-10T00:49:59.717Z] ---> 9985aeeb5a4d [2021-01-10T00:49:59.717Z] Step 6/23 : COPY go.mod . [2021-01-10T00:49:59.717Z] Removing intermediate container 6378b089295b [2021-01-10T00:49:59.717Z] ---> 6339b0d28292 [2021-01-10T00:49:59.717Z] Step 8/26 : COPY . . [2021-01-10T00:50:01.171Z] ---> 6fa8d64ed9c3 [2021-01-10T00:50:01.171Z] Step 7/23 : RUN go mod download [2021-01-10T00:50:01.787Z] ---> Running in 09265ef84639 [2021-01-10T00:50:10.248Z] Removing intermediate container 09265ef84639 [2021-01-10T00:50:10.248Z] ---> 10f462be6737 [2021-01-10T00:50:10.248Z] Step 8/23 : COPY . . [2021-01-10T00:50:28.600Z] ---> 90462347511a [2021-01-10T00:50:28.600Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-10T00:50:28.600Z] ---> Running in 1daf92e031e6 [2021-01-10T00:50:31.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-10T00:50:35.574Z] ---> 80f49785d53d [2021-01-10T00:50:35.574Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-10T00:50:35.849Z] ---> Running in 2860b62e5b8d [2021-01-10T00:50:37.843Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-10T00:51:16.889Z] Removing intermediate container c7be8cb8bc7f [2021-01-10T00:51:16.889Z] ---> bcaa079790f4 [2021-01-10T00:51:16.889Z] [2021-01-10T00:51:16.889Z] Step 10/22 : FROM alpine:3.12 [2021-01-10T00:51:16.889Z] ---> afeebe901d6b [2021-01-10T00:51:16.889Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-10T00:51:16.889Z] ---> Using cache [2021-01-10T00:51:16.889Z] ---> 05cc75f5cb86 [2021-01-10T00:51:16.889Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-10T00:51:16.889Z] ---> Running in e340210305a3 [2021-01-10T00:51:16.889Z] Removing intermediate container e340210305a3 [2021-01-10T00:51:16.889Z] ---> 09dc301d0225 [2021-01-10T00:51:16.889Z] Step 13/22 : WORKDIR / [2021-01-10T00:51:16.889Z] ---> Running in c9453d7011ab [2021-01-10T00:51:17.162Z] Removing intermediate container c9453d7011ab [2021-01-10T00:51:17.162Z] ---> 18a2122feaaf [2021-01-10T00:51:17.162Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-10T00:51:19.799Z] ---> 25ac362522ce [2021-01-10T00:51:19.800Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-10T00:51:20.785Z] Removing intermediate container 1cab7ad371fe [2021-01-10T00:51:20.785Z] ---> 243b6f637d72 [2021-01-10T00:51:20.785Z] [2021-01-10T00:51:20.785Z] Step 10/21 : FROM scratch [2021-01-10T00:51:20.785Z] ---> [2021-01-10T00:51:20.785Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:51:20.785Z] ---> Using cache [2021-01-10T00:51:20.785Z] ---> 90999cc042d3 [2021-01-10T00:51:20.785Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-10T00:51:21.393Z] ---> Running in ad020716fc20 [2021-01-10T00:51:22.005Z] ---> 5b7cba50f5a7 [2021-01-10T00:51:22.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-10T00:51:22.280Z] Removing intermediate container ad020716fc20 [2021-01-10T00:51:22.280Z] ---> e45935d1dafc [2021-01-10T00:51:22.280Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-10T00:51:22.280Z] ---> Running in 547d2d618e47 [2021-01-10T00:51:23.266Z] Removing intermediate container 547d2d618e47 [2021-01-10T00:51:23.266Z] ---> fab7d7eea39a [2021-01-10T00:51:23.266Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-10T00:51:23.546Z] ---> 84f1b35e956c [2021-01-10T00:51:23.546Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-10T00:51:24.532Z] ---> 119993810f43 [2021-01-10T00:51:24.532Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-10T00:51:24.809Z] ---> b17de41c3d40 [2021-01-10T00:51:24.809Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-10T00:51:25.093Z] ---> Running in 5ac2b7af7255 [2021-01-10T00:51:27.734Z] ---> f39c2b4bbfc9 [2021-01-10T00:51:27.734Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-10T00:51:28.729Z] ---> 591f4342ec1f [2021-01-10T00:51:28.729Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-10T00:51:29.003Z] ---> Running in 86aa030192b8 [2021-01-10T00:51:30.006Z] Removing intermediate container 5ac2b7af7255 [2021-01-10T00:51:30.006Z] ---> 907f1a60bf49 [2021-01-10T00:51:30.006Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-10T00:51:30.006Z] Removing intermediate container 86aa030192b8 [2021-01-10T00:51:30.006Z] ---> 705214f2483f [2021-01-10T00:51:30.006Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:51:30.283Z] ---> Running in 8a7e6d888920 [2021-01-10T00:51:30.283Z] ---> Running in df299c765f02 [2021-01-10T00:51:30.877Z] Removing intermediate container 8a7e6d888920 [2021-01-10T00:51:30.877Z] ---> f411d16bef4a [2021-01-10T00:51:30.877Z] Step 20/22 : LABEL arch=arm64 [2021-01-10T00:51:31.154Z] Removing intermediate container df299c765f02 [2021-01-10T00:51:31.154Z] ---> 86e6936c01fe [2021-01-10T00:51:31.154Z] Step 19/21 : LABEL arch=arm64 [2021-01-10T00:51:31.434Z] ---> Running in be72db106b84 [2021-01-10T00:51:31.434Z] ---> Running in 9a1d850c3745 [2021-01-10T00:51:32.425Z] Removing intermediate container be72db106b84 [2021-01-10T00:51:32.425Z] ---> 303d301fea5c [2021-01-10T00:51:32.425Z] Step 21/22 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:51:32.425Z] Removing intermediate container 9a1d850c3745 [2021-01-10T00:51:32.425Z] ---> c6095338153c [2021-01-10T00:51:32.425Z] Step 20/21 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:51:32.700Z] ---> Running in ef02b4571a4b [2021-01-10T00:51:32.978Z] ---> Running in 6c9767cf1880 [2021-01-10T00:51:33.580Z] Removing intermediate container ef02b4571a4b [2021-01-10T00:51:33.580Z] ---> 0eb9ee9ac596 [2021-01-10T00:51:33.580Z] Step 22/22 : LABEL version=0.0.0 [2021-01-10T00:51:33.580Z] Removing intermediate container 6c9767cf1880 [2021-01-10T00:51:33.580Z] ---> a58e3b530a15 [2021-01-10T00:51:33.580Z] Step 21/21 : LABEL version=0.0.0 [2021-01-10T00:51:33.858Z] ---> Running in 62dd27f2d6b4 [2021-01-10T00:51:33.858Z] ---> Running in 85ab52647466 [2021-01-10T00:51:34.462Z] Removing intermediate container 62dd27f2d6b4 [2021-01-10T00:51:34.462Z] ---> 76db3d010185 [2021-01-10T00:51:34.462Z] [2021-01-10T00:51:34.738Z] Removing intermediate container 85ab52647466 [2021-01-10T00:51:34.738Z] ---> f2a3004ab913 [2021-01-10T00:51:34.738Z] [2021-01-10T00:51:35.013Z] Successfully built 76db3d010185 [2021-01-10T00:51:35.013Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-10T00:51:35.621Z]  Building docker-security-bootstrap-redis-go ... done Successfully built f2a3004ab913 [2021-01-10T00:51:35.621Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-10T00:51:50.728Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1daf92e031e6 [2021-01-10T00:51:50.728Z] ---> 1785251dae4d [2021-01-10T00:51:50.728Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-10T00:51:50.728Z] ---> Running in 2fdb1151f231 [2021-01-10T00:51:50.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-10T00:51:54.110Z] Removing intermediate container 2fdb1151f231 [2021-01-10T00:51:54.110Z] ---> 925e1abe1ff4 [2021-01-10T00:51:54.110Z] [2021-01-10T00:51:54.110Z] Step 11/26 : FROM docker:20.10.0 [2021-01-10T00:51:54.110Z] 20.10.0: Pulling from library/docker [2021-01-10T00:52:04.267Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-10T00:52:04.267Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-10T00:52:04.267Z] ---> eeaf43b92773 [2021-01-10T00:52:04.267Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-10T00:52:04.267Z] ---> Running in a71deb8599cc [2021-01-10T00:52:04.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:04.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:05.129Z] (1/2) Installing readline (8.0.4-r0) [2021-01-10T00:52:05.129Z] (2/2) Installing bash (5.0.17-r0) [2021-01-10T00:52:05.401Z] Executing bash-5.0.17-r0.post-install [2021-01-10T00:52:05.401Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:52:05.401Z] OK: 12 MiB in 22 packages [2021-01-10T00:52:05.677Z] Removing intermediate container 2860b62e5b8d [2021-01-10T00:52:05.677Z] ---> 79134aa1e17c [2021-01-10T00:52:05.677Z] [2021-01-10T00:52:05.677Z] Step 10/23 : FROM alpine:3.12 [2021-01-10T00:52:05.677Z] ---> afeebe901d6b [2021-01-10T00:52:05.677Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-10T00:52:05.948Z] ---> Running in 191bd1f3a157 [2021-01-10T00:52:06.545Z] Removing intermediate container 191bd1f3a157 [2021-01-10T00:52:06.545Z] ---> a2e5ea2efa88 [2021-01-10T00:52:06.545Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-10T00:52:06.545Z] Removing intermediate container a71deb8599cc [2021-01-10T00:52:06.545Z] ---> 470aa8230fb2 [2021-01-10T00:52:06.545Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-10T00:52:06.818Z] ---> Running in 14144df6f9c3 [2021-01-10T00:52:06.818Z] ---> Running in 15df98ec7811 [2021-01-10T00:52:07.416Z] Removing intermediate container 14144df6f9c3 [2021-01-10T00:52:07.416Z] ---> 185df9d89566 [2021-01-10T00:52:07.417Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-10T00:52:07.417Z] Removing intermediate container 15df98ec7811 [2021-01-10T00:52:07.417Z] ---> 8cdf187d6b24 [2021-01-10T00:52:07.417Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-10T00:52:07.417Z] ---> Running in eb9fd4352205 [2021-01-10T00:52:07.417Z] ---> Running in dc2ebdad9a16 [2021-01-10T00:52:08.010Z] Removing intermediate container dc2ebdad9a16 [2021-01-10T00:52:08.010Z] ---> 6124412f98db [2021-01-10T00:52:08.010Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-10T00:52:08.010Z] Removing intermediate container eb9fd4352205 [2021-01-10T00:52:08.010Z] ---> ca46222c7371 [2021-01-10T00:52:08.010Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-10T00:52:08.284Z] ---> Running in b9b547b018de [2021-01-10T00:52:08.284Z] ---> Running in dced715559e9 [2021-01-10T00:52:08.877Z] Removing intermediate container b9b547b018de [2021-01-10T00:52:08.877Z] ---> fc396ff9d7e3 [2021-01-10T00:52:08.877Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-10T00:52:10.317Z] ---> b8bb01850253 [2021-01-10T00:52:10.317Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-10T00:52:10.606Z] Removing intermediate container dced715559e9 [2021-01-10T00:52:10.606Z] ---> 04aaeefa4d14 [2021-01-10T00:52:10.606Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-10T00:52:10.905Z] ---> Running in 178faa85df0a [2021-01-10T00:52:10.905Z] ---> 9215acee77ce [2021-01-10T00:52:10.905Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-10T00:52:11.925Z] ---> 21029264e052 [2021-01-10T00:52:11.925Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-10T00:52:12.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:12.196Z] ---> Running in 69f3846d43ee [2021-01-10T00:52:13.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:13.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:13.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:52:14.041Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-10T00:52:14.041Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-10T00:52:14.041Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-10T00:52:14.041Z] (2/33) Installing expat (2.2.9-r1) [2021-01-10T00:52:14.041Z] (3/33) Installing libffi (3.3-r2) [2021-01-10T00:52:14.041Z] (4/33) Installing gdbm (1.13-r1) [2021-01-10T00:52:14.041Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-10T00:52:14.041Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-10T00:52:14.041Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-10T00:52:14.041Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-10T00:52:14.636Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-10T00:52:14.636Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-10T00:52:14.915Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:52:14.915Z] OK: 8 MiB in 19 packages [2021-01-10T00:52:16.352Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-10T00:52:16.352Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-10T00:52:16.352Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-10T00:52:16.352Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-10T00:52:16.352Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-10T00:52:16.352Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-10T00:52:16.352Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-10T00:52:16.352Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-10T00:52:16.623Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-10T00:52:16.623Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-10T00:52:16.623Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-10T00:52:16.623Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-10T00:52:16.623Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-10T00:52:16.623Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-10T00:52:16.623Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-10T00:52:16.623Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-10T00:52:16.897Z] Removing intermediate container 178faa85df0a [2021-01-10T00:52:16.897Z] ---> d84411c98f9d [2021-01-10T00:52:16.897Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-10T00:52:16.897Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-10T00:52:16.897Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-10T00:52:16.897Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-10T00:52:16.897Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-10T00:52:16.897Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-10T00:52:16.897Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-10T00:52:16.897Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-10T00:52:16.897Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-10T00:52:16.897Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-10T00:52:16.897Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-10T00:52:17.172Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:52:17.172Z] OK: 71 MiB in 55 packages [2021-01-10T00:52:17.769Z] ---> d7b13f3b75cc [2021-01-10T00:52:17.769Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-10T00:52:19.748Z] ---> c092efc1baa1 [2021-01-10T00:52:19.748Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-10T00:52:20.340Z] ---> fd845e4f73a2 [2021-01-10T00:52:20.340Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-10T00:52:20.613Z] ---> Running in d404ee6b3519 [2021-01-10T00:52:21.208Z] Removing intermediate container d404ee6b3519 [2021-01-10T00:52:21.208Z] ---> 521804fb48f4 [2021-01-10T00:52:21.208Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:52:21.484Z] ---> Running in 5aa7e3a5fadd [2021-01-10T00:52:22.085Z] Removing intermediate container 5aa7e3a5fadd [2021-01-10T00:52:22.085Z] ---> 2adc806d1726 [2021-01-10T00:52:22.085Z] Step 21/23 : LABEL arch=arm64 [2021-01-10T00:52:22.085Z] ---> Running in a4c0065516fe [2021-01-10T00:52:22.679Z] Removing intermediate container a4c0065516fe [2021-01-10T00:52:22.679Z] ---> b2601ca742c6 [2021-01-10T00:52:22.679Z] Step 22/23 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:52:23.272Z] ---> Running in 063edf9ff813 [2021-01-10T00:52:23.549Z] Removing intermediate container 69f3846d43ee [2021-01-10T00:52:23.549Z] ---> e589201c78aa [2021-01-10T00:52:23.549Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-10T00:52:23.549Z] ---> Running in 428f13115c7a [2021-01-10T00:52:23.822Z] Removing intermediate container 063edf9ff813 [2021-01-10T00:52:23.822Z] ---> 45bb3628a6a5 [2021-01-10T00:52:23.822Z] Step 23/23 : LABEL version=0.0.0 [2021-01-10T00:52:24.092Z] ---> Running in 49e862be8223 [2021-01-10T00:52:24.364Z] Removing intermediate container 49e862be8223 [2021-01-10T00:52:24.364Z] ---> b3e5cf929668 [2021-01-10T00:52:24.364Z] [2021-01-10T00:52:24.955Z] Successfully built b3e5cf929668 [2021-01-10T00:52:24.955Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-10T00:52:30.337Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-10T00:52:30.337Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-10T00:52:31.312Z] Collecting jsonschema<3,>=2.5.1 [2021-01-10T00:52:31.312Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-10T00:52:31.312Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-10T00:52:31.589Z] Collecting cached-property<2,>=1.2.0 [2021-01-10T00:52:31.866Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-10T00:52:32.469Z] Collecting docker<4.0,>=3.6.0 [2021-01-10T00:52:32.469Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-10T00:52:34.427Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-10T00:52:34.427Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-10T00:52:35.019Z] Collecting texttable<0.10,>=0.9.0 [2021-01-10T00:52:35.019Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-10T00:52:37.654Z] Collecting docopt<0.7,>=0.6.1 [2021-01-10T00:52:37.654Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-10T00:52:40.272Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-10T00:52:40.272Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-10T00:52:42.901Z] Collecting PyYAML<4,>=3.10 [2021-01-10T00:52:42.901Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-10T00:52:47.191Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-10T00:52:47.191Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-10T00:52:47.464Z] Collecting docker-pycreds>=0.4.0 [2021-01-10T00:52:47.464Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-10T00:52:47.737Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-10T00:52:47.737Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-10T00:52:48.012Z] Collecting idna<2.8,>=2.5 [2021-01-10T00:52:48.012Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-10T00:52:48.987Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-10T00:52:48.987Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-10T00:52:49.258Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-10T00:52:49.258Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-10T00:52:49.258Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-10T00:52:49.258Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-10T00:52:50.230Z] Installing collected packages: jsonschema, cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, docopt, dockerpty, PyYAML, docker-compose [2021-01-10T00:52:50.821Z] Attempting uninstall: idna [2021-01-10T00:52:50.821Z] Found existing installation: idna 2.9 [2021-01-10T00:52:50.821Z] Uninstalling idna-2.9: [2021-01-10T00:52:51.094Z] Successfully uninstalled idna-2.9 [2021-01-10T00:52:51.685Z] Attempting uninstall: urllib3 [2021-01-10T00:52:51.685Z] Found existing installation: urllib3 1.25.9 [2021-01-10T00:52:51.685Z] Uninstalling urllib3-1.25.9: [2021-01-10T00:52:51.958Z] Successfully uninstalled urllib3-1.25.9 [2021-01-10T00:52:52.549Z] Attempting uninstall: requests [2021-01-10T00:52:52.549Z] Found existing installation: requests 2.23.0 [2021-01-10T00:52:52.549Z] Uninstalling requests-2.23.0: [2021-01-10T00:52:52.820Z] Successfully uninstalled requests-2.23.0 [2021-01-10T00:52:54.249Z] Running setup.py install for texttable: started [2021-01-10T00:52:56.856Z] Running setup.py install for texttable: finished with status 'done' [2021-01-10T00:52:56.856Z] Running setup.py install for docopt: started [2021-01-10T00:52:59.453Z] Running setup.py install for docopt: finished with status 'done' [2021-01-10T00:52:59.453Z] Running setup.py install for dockerpty: started [2021-01-10T00:53:01.414Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-10T00:53:01.414Z] Running setup.py install for PyYAML: started [2021-01-10T00:53:04.022Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-10T00:53:04.996Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-10T00:53:09.288Z] Removing intermediate container 428f13115c7a [2021-01-10T00:53:09.288Z] ---> cc1d02d6648e [2021-01-10T00:53:09.288Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-10T00:53:09.288Z] ---> Running in 1239fd51bbf1 [2021-01-10T00:53:10.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-10T00:53:10.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-10T00:53:11.307Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-10T00:53:11.579Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-10T00:53:11.579Z] (3/3) Installing curl (7.69.1-r3) [2021-01-10T00:53:11.579Z] Executing busybox-1.31.1-r19.trigger [2021-01-10T00:53:11.579Z] OK: 71 MiB in 58 packages [2021-01-10T00:53:13.011Z] Removing intermediate container 1239fd51bbf1 [2021-01-10T00:53:13.011Z] ---> 60eaef2eb074 [2021-01-10T00:53:13.011Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-10T00:53:13.011Z] ---> Running in 037626a0fafc [2021-01-10T00:53:13.282Z] Removing intermediate container 037626a0fafc [2021-01-10T00:53:13.282Z] ---> 35ef0b7fac78 [2021-01-10T00:53:13.282Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-10T00:53:13.553Z] ---> Running in 3e8baec8b29d [2021-01-10T00:53:14.184Z] Removing intermediate container 3e8baec8b29d [2021-01-10T00:53:14.184Z] ---> 8577a3020846 [2021-01-10T00:53:14.184Z] Step 24/26 : LABEL arch=arm64 [2021-01-10T00:53:14.184Z] ---> Running in cf429dc3300e [2021-01-10T00:53:14.504Z] Removing intermediate container cf429dc3300e [2021-01-10T00:53:14.504Z] ---> 65ba50e30503 [2021-01-10T00:53:14.504Z] Step 25/26 : LABEL git_sha=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [2021-01-10T00:53:14.784Z] ---> Running in 749e1454413f [2021-01-10T00:53:15.390Z] Removing intermediate container 749e1454413f [2021-01-10T00:53:15.390Z] ---> aaf3d95bbed2 [2021-01-10T00:53:15.390Z] Step 26/26 : LABEL version=0.0.0 [2021-01-10T00:53:15.390Z] ---> Running in bdd99b756e1d [2021-01-10T00:53:15.987Z] Removing intermediate container bdd99b756e1d [2021-01-10T00:53:15.987Z] ---> 2632d7b79e0e [2021-01-10T00:53:15.987Z] [2021-01-10T00:53:16.257Z] Successfully built 2632d7b79e0e [2021-01-10T00:53:16.257Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-10T00:53:16.542Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-10T00:53:16.576Z] $ docker stop --time=1 74a8b3a328c955cdfdb4f90db9ab577b9779547d07c7124823ea2fb2821181c7 [2021-01-10T00:53:18.531Z] $ docker rm -f 74a8b3a328c955cdfdb4f90db9ab577b9779547d07c7124823ea2fb2821181c7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-10T00:53:19.197Z] + grep docker [2021-01-10T00:53:19.197Z] + docker images [2021-01-10T00:53:19.471Z] docker-sys-mgmt-agent-go-arm64 latest 2632d7b79e0e 4 seconds ago 300MB [2021-01-10T00:53:19.471Z] docker-core-data-go-arm64 latest b3e5cf929668 55 seconds ago 21MB [2021-01-10T00:53:19.471Z] docker-security-bootstrap-redis-go-arm64 latest 76db3d010185 About a minute ago 15.1MB [2021-01-10T00:53:19.471Z] docker-support-scheduler-go-arm64 latest f2a3004ab913 About a minute ago 10MB [2021-01-10T00:53:19.471Z] docker-security-secretstore-setup-go-arm64 latest 1cb1b9d5981c 4 minutes ago 23.4MB [2021-01-10T00:53:19.471Z] docker-core-metadata-go-arm64 latest 0b8c4fce2b8a 4 minutes ago 12.2MB [2021-01-10T00:53:19.471Z] docker-security-proxy-setup-go-arm64 latest 123cac7ea924 4 minutes ago 23.2MB [2021-01-10T00:53:19.471Z] docker-support-notifications-go-arm64 latest 0052b41a97ab 4 minutes ago 11.4MB [2021-01-10T00:53:19.471Z] docker-core-command-go-arm64 latest b43423b90539 4 minutes ago 9.98MB [2021-01-10T00:53:19.471Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-10T00:53:22.519Z] provisioning config files... [2021-01-10T00:53:22.532Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config7757186556458311302tmp [Pipeline] { [Pipeline] sh [2021-01-10T00:53:22.912Z] + set +x [2021-01-10T00:53:22.912Z] + curl -s https://codecov.io/bash [2021-01-10T00:53:22.912Z] + bash -s -- [2021-01-10T00:53:23.492Z] [2021-01-10T00:53:23.492Z] _____ _ [2021-01-10T00:53:23.492Z] / ____| | | [2021-01-10T00:53:23.492Z] | | ___ __| | ___ ___ _____ __ [2021-01-10T00:53:23.492Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-10T00:53:23.492Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-10T00:53:23.492Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-10T00:53:23.492Z] Bash-20201231-23d4836 [2021-01-10T00:53:23.492Z] [2021-01-10T00:53:23.492Z] [2021-01-10T00:53:23.492Z] ==> git version 2.24.3 found [2021-01-10T00:53:23.492Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-10T00:53:23.492Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-10T00:53:23.492Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-10T00:53:23.492Z] ==> Jenkins CI detected. [2021-01-10T00:53:23.492Z] project root: . [2021-01-10T00:53:23.492Z] --> token set from env [2021-01-10T00:53:23.492Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-10T00:53:23.492Z] ==> Running gcov in . (disable via -X gcov) [2021-01-10T00:53:23.492Z] ==> Python coveragepy not found [2021-01-10T00:53:23.493Z] ==> Searching for coverage reports in: [2021-01-10T00:53:23.493Z] + . [2021-01-10T00:53:23.493Z] -> Found 1 reports [2021-01-10T00:53:23.493Z] ==> Detecting git/mercurial file structure [2021-01-10T00:53:23.493Z] ==> Reading reports [2021-01-10T00:53:23.493Z] + ./coverage.out bytes=536793 [2021-01-10T00:53:23.493Z] ==> Appending adjustments [2021-01-10T00:53:23.493Z] https://docs.codecov.io/docs/fixing-reports [2021-01-10T00:53:26.818Z] + Found adjustments [2021-01-10T00:53:26.818Z] ==> Gzipping contents [2021-01-10T00:53:26.818Z] 80K /tmp/codecov.AZvhaT.gz [2021-01-10T00:53:26.818Z] ==> Uploading reports [2021-01-10T00:53:26.818Z] url: https://codecov.io [2021-01-10T00:53:26.818Z] query: branch=PR-2924&commit=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-10T00:53:26.818Z] -> Pinging Codecov [2021-01-10T00:53:26.818Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2924&commit=7bf8c5ae6410052ec21eabf579ae336e2e2e99ca&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-10T00:53:27.095Z] -> Uploading to [2021-01-10T00:53:27.096Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-10/00271124DB129430A58F1EEE437C3FCB/7bf8c5ae6410052ec21eabf579ae336e2e2e99ca/cf68fad1-171d-4b85-aed8-b2f90673b8f4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210110T005326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=59e5c11037c0f8bfd42e9cde0fb0f0244cb0b8f330bce26b18e2f41ea5efbfda [2021-01-10T00:53:27.096Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-10T00:53:27.096Z] Dload Upload Total Spent Left Speed [2021-01-10T00:53:27.706Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81757 0 0 100 81757 0 132k --:--:-- --:--:-- --:--:-- 132k [2021-01-10T00:53:27.706Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7bf8c5ae6410052ec21eabf579ae336e2e2e99ca [Pipeline] } [2021-01-10T00:53:27.718Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:53:29.473Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:53:30.372Z] ---> package-listing.sh [2021-01-10T00:53:30.372Z] ++ facter osfamily [2021-01-10T00:53:30.372Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-10T00:53:30.372Z] + OS_FAMILY=redhat [2021-01-10T00:53:30.372Z] + workspace=/w/workspace/edgex-go/19 [2021-01-10T00:53:30.372Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-10T00:53:30.372Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-10T00:53:30.372Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-10T00:53:30.372Z] + PACKAGES=/tmp/packages_start.txt [2021-01-10T00:53:30.372Z] + '[' /w/workspace/edgex-go/19 ']' [2021-01-10T00:53:30.372Z] + PACKAGES=/tmp/packages_end.txt [2021-01-10T00:53:30.372Z] + case "${OS_FAMILY}" in [2021-01-10T00:53:30.372Z] + rpm -qa [2021-01-10T00:53:30.372Z] + sort [2021-01-10T00:53:35.680Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-10T00:53:35.680Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-10T00:53:35.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-10T00:53:35.680Z] + '[' /w/workspace/edgex-go/19 ']' [2021-01-10T00:53:35.680Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2021-01-10T00:53:35.680Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2021-01-10T00:53:35.743Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-10T00:53:36.071Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:53:36.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:53:36.403Z] [2021-01-10T00:53:36.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-10T00:53:36.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:53:36.801Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-10T00:53:36.801Z] df20fa9351a1: Pulling fs layer [2021-01-10T00:53:36.801Z] 36b3adc4ff6f: Pulling fs layer [2021-01-10T00:53:36.801Z] 8ad3a11d3b57: Pulling fs layer [2021-01-10T00:53:36.801Z] 46f8f816bc3b: Pulling fs layer [2021-01-10T00:53:36.801Z] 93b61091891f: Pulling fs layer [2021-01-10T00:53:36.801Z] 93b9cdb0e59b: Pulling fs layer [2021-01-10T00:53:36.801Z] 5e14af77c1be: Pulling fs layer [2021-01-10T00:53:36.801Z] 01666e4c0597: Pulling fs layer [2021-01-10T00:53:36.801Z] aa168da1d23b: Pulling fs layer [2021-01-10T00:53:36.801Z] 93b9cdb0e59b: Waiting [2021-01-10T00:53:36.801Z] 5e14af77c1be: Waiting [2021-01-10T00:53:36.801Z] 01666e4c0597: Waiting [2021-01-10T00:53:36.801Z] 46f8f816bc3b: Waiting [2021-01-10T00:53:36.801Z] aa168da1d23b: Waiting [2021-01-10T00:53:36.801Z] 36b3adc4ff6f: Download complete [2021-01-10T00:53:36.801Z] 46f8f816bc3b: Download complete [2021-01-10T00:53:37.067Z] df20fa9351a1: Verifying Checksum [2021-01-10T00:53:37.067Z] df20fa9351a1: Download complete [2021-01-10T00:53:37.067Z] 93b9cdb0e59b: Verifying Checksum [2021-01-10T00:53:37.067Z] 93b9cdb0e59b: Download complete [2021-01-10T00:53:37.067Z] 93b61091891f: Verifying Checksum [2021-01-10T00:53:37.067Z] 93b61091891f: Download complete [2021-01-10T00:53:37.067Z] 5e14af77c1be: Verifying Checksum [2021-01-10T00:53:37.067Z] 5e14af77c1be: Download complete [2021-01-10T00:53:37.067Z] 01666e4c0597: Verifying Checksum [2021-01-10T00:53:37.067Z] 01666e4c0597: Download complete [2021-01-10T00:53:37.329Z] df20fa9351a1: Pull complete [2021-01-10T00:53:37.329Z] 8ad3a11d3b57: Verifying Checksum [2021-01-10T00:53:37.329Z] 8ad3a11d3b57: Download complete [2021-01-10T00:53:37.604Z] 36b3adc4ff6f: Pull complete [2021-01-10T00:53:39.592Z] aa168da1d23b: Verifying Checksum [2021-01-10T00:53:39.592Z] aa168da1d23b: Download complete [2021-01-10T00:53:39.592Z] 8ad3a11d3b57: Pull complete [2021-01-10T00:53:39.592Z] 46f8f816bc3b: Pull complete [2021-01-10T00:53:40.167Z] 93b61091891f: Pull complete [2021-01-10T00:53:40.167Z] 93b9cdb0e59b: Pull complete [2021-01-10T00:53:40.433Z] 5e14af77c1be: Pull complete [2021-01-10T00:53:40.433Z] 01666e4c0597: Pull complete [2021-01-10T00:53:48.618Z] aa168da1d23b: Pull complete [2021-01-10T00:53:48.618Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-10T00:53:48.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-10T00:53:48.618Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-10T00:53:48.878Z] prd-centos7-docker-4c-2g-19288 does not seem to be running inside a container [2021-01-10T00:53:48.951Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-10T00:53:57.603Z] $ docker top 1ef8845b4befc6a4aac2e72befc542a769c94a015ea18b4cde4d4a750ad971c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-10T00:53:58.216Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-10T00:53:58.524Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-10T00:53:58.855Z] + ls /var/log/sa-host [2021-01-10T00:53:58.855Z] + sadf -c /var/log/sa-host/sa10 [2021-01-10T00:53:58.855Z] file_magic: OK [2021-01-10T00:53:58.855Z] HZ: Using current value: 100 [2021-01-10T00:53:58.855Z] file_header: OK [2021-01-10T00:53:58.855Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-10T00:53:58.855Z] Statistics: [2021-01-10T00:53:58.855Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-10T00:53:58.855Z] File successfully converted to sysstat format version 12.2.1 [2021-01-10T00:53:58.855Z] + sadf -c /var/log/sa-host/sa23 [2021-01-10T00:53:58.855Z] file_magic: OK [2021-01-10T00:53:58.855Z] HZ: Using current value: 100 [2021-01-10T00:53:58.855Z] file_header: OK [2021-01-10T00:53:58.855Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-10T00:53:58.855Z] Statistics: [2021-01-10T00:53:58.855Z] Hnuu...uuuununununu... [2021-01-10T00:53:58.855Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-10T00:53:59.051Z] provisioning config files... [2021-01-10T00:53:59.065Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config88163357439327872tmp [Pipeline] { [Pipeline] echo [2021-01-10T00:53:59.146Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:53:59.449Z] ---> create-netrc.sh [Pipeline] } [2021-01-10T00:53:59.459Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-10T00:53:59.549Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:53:59.846Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-10T00:53:59.857Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:00.158Z] ---> sudo-logs.sh [2021-01-10T00:54:00.158Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-10T00:54:00.169Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:00.466Z] ---> job-cost.sh [2021-01-10T00:54:00.466Z] lf-activate-venv: SKIPPING [2021-01-10T00:54:00.466Z] INFO: No Stack... [2021-01-10T00:54:01.413Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-10T00:54:01.991Z] INFO: Archiving Costs [Pipeline] echo [2021-01-10T00:54:02.006Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-10T00:54:02.308Z] ---> logs-deploy.sh [2021-01-10T00:54:02.308Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/19 [2021-01-10T00:54:02.308Z] INFO: archiving workspace using pattern(s): [2021-01-10T00:54:03.697Z] Archives upload complete. [2021-01-10T00:54:03.960Z] INFO: archiving logs to Nexus [2021-01-10T00:54:04.908Z] ---> uname -a: [2021-01-10T00:54:04.908Z] Linux prd-centos7-docker-4c-2g-19288.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] ---> lscpu: [2021-01-10T00:54:04.908Z] Architecture: x86_64 [2021-01-10T00:54:04.908Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-10T00:54:04.908Z] Byte Order: Little Endian [2021-01-10T00:54:04.908Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-10T00:54:04.908Z] CPU(s): 4 [2021-01-10T00:54:04.908Z] On-line CPU(s) list: 0-3 [2021-01-10T00:54:04.908Z] Thread(s) per core: 1 [2021-01-10T00:54:04.908Z] Core(s) per socket: 1 [2021-01-10T00:54:04.908Z] Socket(s): 4 [2021-01-10T00:54:04.908Z] NUMA node(s): 1 [2021-01-10T00:54:04.908Z] Vendor ID: GenuineIntel [2021-01-10T00:54:04.908Z] CPU family: 6 [2021-01-10T00:54:04.908Z] Model: 44 [2021-01-10T00:54:04.908Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-10T00:54:04.908Z] Stepping: 1 [2021-01-10T00:54:04.908Z] CPU MHz: 2933.442 [2021-01-10T00:54:04.908Z] BogoMIPS: 5866.88 [2021-01-10T00:54:04.908Z] Virtualization: VT-x [2021-01-10T00:54:04.908Z] Hypervisor vendor: KVM [2021-01-10T00:54:04.908Z] Virtualization type: full [2021-01-10T00:54:04.908Z] L1d cache: 128 KiB [2021-01-10T00:54:04.908Z] L1i cache: 128 KiB [2021-01-10T00:54:04.908Z] L2 cache: 16 MiB [2021-01-10T00:54:04.908Z] L3 cache: 64 MiB [2021-01-10T00:54:04.908Z] NUMA node0 CPU(s): 0-3 [2021-01-10T00:54:04.908Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-10T00:54:04.908Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-10T00:54:04.908Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-10T00:54:04.908Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-10T00:54:04.908Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-10T00:54:04.908Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-10T00:54:04.908Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-10T00:54:04.908Z] Vulnerability Srbds: Not affected [2021-01-10T00:54:04.908Z] Vulnerability Tsx async abort: Not affected [2021-01-10T00:54:04.908Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] ---> nproc: [2021-01-10T00:54:04.908Z] 4 [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] ---> df -h: [2021-01-10T00:54:04.908Z] Filesystem Size Used Available Use% Mounted on [2021-01-10T00:54:04.908Z] overlay 50.0G 11.2G 38.8G 22% / [2021-01-10T00:54:04.908Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-10T00:54:04.908Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-10T00:54:04.908Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/19 [2021-01-10T00:54:04.908Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/19@tmp [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] ---> free -m: [2021-01-10T00:54:04.908Z] total used free shared buff/cache available [2021-01-10T00:54:04.908Z] Mem: 1837 717 142 0 976 1036 [2021-01-10T00:54:04.908Z] Swap: 1023 38 985 [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] ---> ip addr: [2021-01-10T00:54:04.908Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-10T00:54:04.908Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-10T00:54:04.908Z] inet 127.0.0.1/8 scope host lo [2021-01-10T00:54:04.908Z] valid_lft forever preferred_lft forever [2021-01-10T00:54:04.908Z] inet6 ::1/128 scope host [2021-01-10T00:54:04.908Z] valid_lft forever preferred_lft forever [2021-01-10T00:54:04.908Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-10T00:54:04.908Z] link/ether fa:16:3e:32:8d:00 brd ff:ff:ff:ff:ff:ff [2021-01-10T00:54:04.908Z] inet 10.30.122.167/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-10T00:54:04.908Z] valid_lft 84981sec preferred_lft 84981sec [2021-01-10T00:54:04.908Z] inet6 fe80::f816:3eff:fe32:8d00/64 scope link [2021-01-10T00:54:04.908Z] valid_lft forever preferred_lft forever [2021-01-10T00:54:04.908Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-10T00:54:04.908Z] link/ether 02:42:a0:65:67:7b brd ff:ff:ff:ff:ff:ff [2021-01-10T00:54:04.908Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-10T00:54:04.908Z] valid_lft forever preferred_lft forever [2021-01-10T00:54:04.908Z] inet6 fe80::42:a0ff:fe65:677b/64 scope link [2021-01-10T00:54:04.908Z] valid_lft forever preferred_lft forever [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] ---> sar -b -r -n DEV: [2021-01-10T00:54:04.908Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] 00:30:12 LINUX RESTART (4 CPU) [2021-01-10T00:54:04.908Z] [2021-01-10T00:54:04.908Z] 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-10T00:54:04.908Z] 00:32:01 54.72 11.38 43.34 0.00 4663.19 8298.90 0.00 [2021-01-10T00:54:04.908Z] 00:33:01 91.68 67.06 24.62 0.00 5018.67 14900.27 0.00 [2021-01-10T00:54:04.908Z] 00:34:01 293.57 107.03 186.53 0.00 4658.86 46544.43 0.00 [2021-01-10T00:54:04.908Z] 00:35:01 145.25 47.79 97.46 0.00 2068.06 10533.57 0.00 [2021-01-10T00:54:04.908Z] 00:36:01 106.99 45.90 61.09 0.00 2893.77 8726.52 0.00 [2021-01-10T00:54:04.908Z] 00:37:02 974.30 720.50 253.80 0.00 91380.76 161890.66 0.00 [2021-01-10T00:54:04.908Z] 00:38:01 2802.24 2499.07 303.17 0.00 138790.84 149501.08 0.00 [2021-01-10T00:54:04.908Z] 00:39:01 334.98 115.57 219.41 0.00 26522.17 54697.26 0.00 [2021-01-10T00:54:04.908Z] 00:40:02 2025.58 1735.88 289.70 0.00 108339.48 124543.27 0.00 [2021-01-10T00:54:04.908Z] 00:41:01 254.19 62.14 192.05 0.00 6213.13 31185.20 0.00 [2021-01-10T00:54:04.908Z] 00:42:02 6.11 0.73 5.38 0.00 34.77 164.77 0.00 [2021-01-10T00:54:04.908Z] 00:43:01 0.20 0.00 0.20 0.00 0.00 2.22 0.00 [2021-01-10T00:54:04.908Z] 00:44:01 0.30 0.02 0.28 0.00 0.53 3.51 0.00 [2021-01-10T00:54:04.908Z] 00:45:01 0.27 0.02 0.25 0.00 0.53 2.43 0.00 [2021-01-10T00:54:04.908Z] 00:46:01 1.72 1.52 0.20 0.00 50.36 2.45 0.00 [2021-01-10T00:54:04.908Z] 00:47:01 0.85 0.02 0.83 0.00 0.53 15.57 0.00 [2021-01-10T00:54:04.908Z] 00:48:01 0.27 0.02 0.25 0.00 1.07 2.56 0.00 [2021-01-10T00:54:04.908Z] 00:49:01 0.27 0.02 0.25 0.00 0.53 3.11 0.00 [2021-01-10T00:54:04.908Z] 00:50:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 [2021-01-10T00:54:04.908Z] 00:51:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 [2021-01-10T00:54:04.909Z] 00:52:01 0.32 0.00 0.32 0.00 0.00 4.70 0.00 [2021-01-10T00:54:04.909Z] 00:53:01 0.22 0.02 0.20 0.00 1.07 1.88 0.00 [2021-01-10T00:54:04.909Z] Average: 322.82 246.37 76.45 0.00 17791.11 27831.43 0.00 [2021-01-10T00:54:04.909Z] [2021-01-10T00:54:04.909Z] 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-10T00:54:04.909Z] 00:32:01 70984 0 635896 33.80 2620 1172044 1317852 44.98 516488 1088568 36152 [2021-01-10T00:54:04.909Z] 00:33:01 77480 0 628332 33.39 2620 1173112 1484064 50.65 673300 923436 72264 [2021-01-10T00:54:04.909Z] 00:34:01 176136 0 766376 40.73 1460 937572 1426308 48.68 589020 839760 3784 [2021-01-10T00:54:04.909Z] 00:35:01 340284 0 740952 39.38 868 799440 1663876 56.79 535012 721640 40720 [2021-01-10T00:54:04.909Z] 00:36:01 170696 0 719336 38.23 772 990740 1296140 44.24 621520 801084 55996 [2021-01-10T00:54:04.909Z] 00:37:02 440796 0 654328 34.78 0 786420 1382336 47.18 519876 711548 0 [2021-01-10T00:54:04.909Z] 00:38:01 137664 0 1144196 60.81 0 599684 4440796 151.56 891256 584280 8924 [2021-01-10T00:54:04.909Z] 00:39:01 116780 0 711896 37.84 0 1052868 1485392 50.69 708024 810744 420 [2021-01-10T00:54:04.909Z] 00:40:02 78888 0 729772 38.79 0 1072884 1762784 60.16 695808 874636 77352 [2021-01-10T00:54:04.909Z] 00:41:01 161580 0 641640 34.10 0 1078324 1220196 41.64 496400 980808 20 [2021-01-10T00:54:04.909Z] 00:42:02 167000 0 635524 33.78 0 1079020 1199736 40.95 513412 961008 20 [2021-01-10T00:54:04.909Z] 00:43:01 167484 0 635028 33.75 0 1079032 1197668 40.87 513260 960952 12 [2021-01-10T00:54:04.909Z] 00:44:01 167600 0 634920 33.74 0 1079024 1197676 40.87 513452 960952 8 [2021-01-10T00:54:04.909Z] 00:45:01 168380 0 634136 33.70 0 1079028 1188412 40.56 512420 960944 8 [2021-01-10T00:54:04.909Z] 00:46:01 166716 0 634952 33.75 0 1079876 1188512 40.56 512980 961744 32 [2021-01-10T00:54:04.909Z] 00:47:01 167068 0 634532 33.72 0 1079944 1188416 40.56 512484 961760 28 [2021-01-10T00:54:04.909Z] 00:48:01 166908 0 634776 33.74 0 1079860 1188500 40.56 512912 961744 16 [2021-01-10T00:54:04.909Z] 00:49:01 167028 0 634636 33.73 0 1079880 1188408 40.56 512608 961776 12 [2021-01-10T00:54:04.909Z] 00:50:01 166780 0 634856 33.74 0 1079908 1188416 40.56 512488 961792 8 [2021-01-10T00:54:04.909Z] 00:51:01 166536 0 635092 33.75 0 1079916 1188500 40.56 512832 961792 16 [2021-01-10T00:54:04.909Z] 00:52:01 166928 0 634692 33.73 0 1079924 1188416 40.56 512624 961792 16 [2021-01-10T00:54:04.909Z] 00:53:01 167052 0 634588 33.73 0 1079904 1188416 40.56 512748 961792 12 [2021-01-10T00:54:04.909Z] Average: 171671 0 681384 36.21 379 1028109 1444128 49.29 563678 903389 13446 [2021-01-10T00:54:04.909Z] [2021-01-10T00:54:04.909Z] 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-10T00:54:04.909Z] 00:32:01 vethcb6d2ea 286.74 204.55 26.88 636.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:32:01 eth0 787.43 752.30 2962.58 79.02 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:32:01 docker0 286.74 204.41 22.96 635.99 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:33:01 eth0 666.46 884.96 2070.57 103.80 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:33:01 docker0 863.27 630.88 61.77 2050.13 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:34:01 veth647371c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:34:01 eth0 537.35 431.39 3673.56 44.84 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:34:01 docker0 148.57 188.58 10.95 827.77 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:35:01 veth647371c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:35:01 eth0 44.77 28.90 25.77 67.41 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:36:01 veth647371c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:36:01 eth0 29.52 14.55 23.00 11.90 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:37:02 veth49ad8dc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:37:02 eth0 220.85 167.75 1690.36 76.65 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:38:01 veth49ad8dc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:38:01 veth3d67c32 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:38:01 eth0 51.35 30.50 164.51 9.74 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:39:01 veth49ad8dc 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:39:01 vethc47ca6c 1.79 5.01 0.12 29.76 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:39:01 eth0 45.84 31.55 130.11 56.66 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:40:02 veth49ad8dc 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:40:02 eth0 44.49 21.57 72.84 15.67 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:40:02 docker0 1304.35 1056.04 95.53 3716.12 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:41:01 eth0 259.44 192.20 1715.81 90.20 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:41:01 docker0 43.81 72.30 2.67 445.13 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:42:02 eth0 3.51 1.88 2.90 1.06 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:43:01 eth0 2.20 0.73 0.80 0.47 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:44:01 eth0 1.92 0.67 0.78 0.55 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:45:01 eth0 0.30 0.08 0.03 0.01 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:46:01 eth0 0.37 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:47:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:48:01 eth0 0.95 0.23 0.32 0.19 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:49:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:51:01 eth0 0.35 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:52:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:53:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] Average: eth0 122.19 115.97 567.97 25.35 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] Average: docker0 62.14 51.97 4.53 191.43 0.00 0.00 0.00 0.00 [2021-01-10T00:54:04.909Z] [2021-01-10T00:54:04.909Z] [2021-01-10T00:54:04.909Z] ---> sar -P ALL: [2021-01-10T00:54:04.909Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) [2021-01-10T00:54:04.909Z] [2021-01-10T00:54:04.909Z] 00:30:12 LINUX RESTART (4 CPU) [2021-01-10T00:54:04.909Z] [2021-01-10T00:54:04.909Z] 00:31:02 CPU %user %nice %system %iowait %steal %idle [2021-01-10T00:54:04.909Z] 00:32:01 all 6.93 0.00 3.77 1.30 0.55 87.44 [2021-01-10T00:54:04.909Z] 00:32:01 0 5.38 0.00 4.11 2.46 0.54 87.51 [2021-01-10T00:54:04.909Z] 00:32:01 1 7.51 0.00 3.60 2.12 0.53 86.25 [2021-01-10T00:54:04.909Z] 00:32:01 2 8.62 0.00 4.26 0.21 0.58 86.33 [2021-01-10T00:54:04.909Z] 00:32:01 3 6.20 0.00 3.14 0.43 0.55 89.68 [2021-01-10T00:54:04.909Z] 00:33:01 all 9.27 0.00 4.02 0.59 0.18 85.94 [2021-01-10T00:54:04.909Z] 00:33:01 0 8.21 0.00 5.29 0.17 0.15 86.17 [2021-01-10T00:54:04.909Z] 00:33:01 1 8.68 0.00 3.18 0.31 0.22 87.62 [2021-01-10T00:54:04.909Z] 00:33:01 2 11.49 0.00 4.44 1.33 0.19 82.56 [2021-01-10T00:54:04.909Z] 00:33:01 3 8.70 0.00 3.18 0.54 0.15 87.42 [2021-01-10T00:54:04.909Z] 00:34:01 all 13.08 0.00 10.67 4.60 0.32 71.33 [2021-01-10T00:54:04.909Z] 00:34:01 0 12.58 0.00 10.82 4.51 0.40 71.69 [2021-01-10T00:54:04.909Z] 00:34:01 1 13.85 0.00 10.37 5.25 0.17 70.36 [2021-01-10T00:54:04.909Z] 00:34:01 2 13.48 0.00 10.81 5.40 0.34 69.97 [2021-01-10T00:54:04.909Z] 00:34:01 3 12.41 0.00 10.68 3.24 0.38 73.29 [2021-01-10T00:54:04.909Z] 00:35:01 all 62.57 0.00 14.92 5.12 0.65 16.74 [2021-01-10T00:54:04.909Z] 00:35:01 0 59.71 0.00 14.49 4.79 0.78 20.23 [2021-01-10T00:54:04.910Z] 00:35:01 1 63.58 0.00 15.06 4.40 0.60 16.36 [2021-01-10T00:54:04.910Z] 00:35:01 2 64.22 0.00 14.37 5.63 0.58 15.20 [2021-01-10T00:54:04.910Z] 00:35:01 3 62.75 0.00 15.77 5.68 0.62 15.19 [2021-01-10T00:54:04.910Z] 00:36:01 all 47.04 0.00 14.39 2.80 1.47 34.30 [2021-01-10T00:54:04.910Z] 00:36:01 0 47.06 0.00 14.34 4.20 1.48 32.93 [2021-01-10T00:54:04.910Z] 00:36:01 1 44.89 0.00 14.00 1.74 1.53 37.84 [2021-01-10T00:54:04.910Z] 00:36:01 2 49.26 0.00 14.93 2.87 1.35 31.59 [2021-01-10T00:54:04.910Z] 00:36:01 3 46.95 0.00 14.27 2.39 1.54 34.85 [2021-01-10T00:54:04.910Z] 00:37:02 all 23.18 0.00 25.89 6.37 2.38 42.18 [2021-01-10T00:54:04.910Z] 00:37:02 0 23.70 0.00 25.04 6.41 2.45 42.40 [2021-01-10T00:54:04.910Z] 00:37:02 1 22.68 0.00 25.32 8.31 2.73 40.96 [2021-01-10T00:54:04.910Z] 00:37:02 2 22.79 0.00 26.82 5.18 2.10 43.10 [2021-01-10T00:54:04.910Z] 00:37:02 3 23.55 0.00 26.39 5.54 2.25 42.26 [2021-01-10T00:54:04.910Z] 00:38:01 all 23.62 0.00 29.87 20.82 4.04 21.65 [2021-01-10T00:54:04.910Z] 00:38:01 0 23.74 0.00 29.89 21.08 3.98 21.30 [2021-01-10T00:54:04.910Z] 00:38:01 1 22.55 0.00 27.72 21.57 4.49 23.66 [2021-01-10T00:54:04.910Z] 00:38:01 2 23.66 0.00 30.34 20.81 3.99 21.19 [2021-01-10T00:54:04.910Z] 00:38:01 3 24.55 0.00 31.59 19.77 3.70 20.39 [2021-01-10T00:54:04.910Z] 00:39:01 all 58.47 0.00 18.29 10.18 2.09 10.97 [2021-01-10T00:54:04.910Z] 00:39:01 0 57.84 0.00 18.98 7.12 1.79 14.27 [2021-01-10T00:54:04.910Z] 00:39:01 1 59.48 0.00 16.83 10.25 2.01 11.43 [2021-01-10T00:54:04.910Z] 00:39:01 2 58.21 0.00 18.83 13.02 2.09 7.86 [2021-01-10T00:54:04.910Z] 00:39:01 3 58.34 0.00 18.52 10.32 2.49 10.34 [2021-01-10T00:54:04.910Z] 00:40:02 all 49.41 0.00 27.68 10.16 2.13 10.62 [2021-01-10T00:54:04.910Z] 00:40:02 0 49.42 0.00 27.34 9.00 1.87 12.36 [2021-01-10T00:54:04.910Z] 00:40:02 1 48.92 0.00 27.50 10.86 2.40 10.31 [2021-01-10T00:54:04.910Z] 00:40:02 2 49.82 0.00 28.36 10.35 2.05 9.41 [2021-01-10T00:54:04.910Z] 00:40:02 3 49.49 0.00 27.51 10.42 2.19 10.39 [2021-01-10T00:54:04.910Z] 00:41:01 all 20.48 0.00 12.17 8.26 0.40 58.69 [2021-01-10T00:54:04.910Z] 00:41:01 0 20.67 0.00 12.80 8.59 0.40 57.54 [2021-01-10T00:54:04.910Z] 00:41:01 1 23.34 0.00 12.79 8.02 0.33 55.52 [2021-01-10T00:54:04.910Z] 00:41:01 2 19.91 0.00 11.07 8.91 0.45 59.65 [2021-01-10T00:54:04.910Z] 00:41:01 3 17.98 0.00 12.02 7.50 0.42 62.08 [2021-01-10T00:54:04.910Z] 00:42:02 all 0.18 0.00 0.14 0.01 0.00 99.67 [2021-01-10T00:54:04.910Z] 00:42:02 0 0.15 0.00 0.08 0.02 0.00 99.75 [2021-01-10T00:54:04.910Z] 00:42:02 1 0.33 0.00 0.13 0.00 0.00 99.53 [2021-01-10T00:54:04.910Z] 00:42:02 2 0.13 0.00 0.17 0.02 0.00 99.68 [2021-01-10T00:54:04.910Z] 00:42:02 3 0.08 0.00 0.17 0.00 0.02 99.73 [2021-01-10T00:54:04.910Z] [2021-01-10T00:54:04.910Z] 00:42:02 CPU %user %nice %system %iowait %steal %idle [2021-01-10T00:54:04.910Z] 00:43:01 all 0.04 0.00 0.04 0.00 0.00 99.92 [2021-01-10T00:54:04.910Z] 00:43:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-10T00:54:04.910Z] 00:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-10T00:54:04.910Z] 00:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:44:01 all 0.09 0.00 0.09 0.00 0.00 99.82 [2021-01-10T00:54:04.910Z] 00:44:01 0 0.03 0.00 0.13 0.00 0.00 99.83 [2021-01-10T00:54:04.910Z] 00:44:01 1 0.28 0.00 0.10 0.00 0.00 99.62 [2021-01-10T00:54:04.910Z] 00:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:44:01 3 0.02 0.00 0.10 0.00 0.00 99.88 [2021-01-10T00:54:04.910Z] 00:45:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-01-10T00:54:04.910Z] 00:45:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:45:01 1 0.53 0.00 0.02 0.00 0.02 99.43 [2021-01-10T00:54:04.910Z] 00:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-10T00:54:04.910Z] 00:46:01 all 0.19 0.00 0.14 0.02 0.00 99.64 [2021-01-10T00:54:04.910Z] 00:46:01 0 0.08 0.00 0.10 0.00 0.00 99.82 [2021-01-10T00:54:04.910Z] 00:46:01 1 0.25 0.00 0.12 0.02 0.00 99.62 [2021-01-10T00:54:04.910Z] 00:46:01 2 0.37 0.00 0.15 0.00 0.00 99.48 [2021-01-10T00:54:04.910Z] 00:46:01 3 0.07 0.00 0.20 0.08 0.00 99.65 [2021-01-10T00:54:04.910Z] 00:47:01 all 0.10 0.00 0.04 0.00 0.00 99.86 [2021-01-10T00:54:04.910Z] 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-10T00:54:04.910Z] 00:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-10T00:54:04.910Z] 00:47:01 2 0.32 0.00 0.08 0.00 0.00 99.60 [2021-01-10T00:54:04.910Z] 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:48:01 all 0.05 0.00 0.03 0.00 0.00 99.91 [2021-01-10T00:54:04.910Z] 00:48:01 0 0.10 0.00 0.05 0.00 0.00 99.85 [2021-01-10T00:54:04.910Z] 00:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-10T00:54:04.910Z] 00:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-10T00:54:04.910Z] 00:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-10T00:54:04.910Z] 00:49:01 all 0.11 0.00 0.03 0.00 0.00 99.85 [2021-01-10T00:54:04.910Z] 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-10T00:54:04.910Z] 00:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-10T00:54:04.910Z] 00:49:01 2 0.37 0.00 0.05 0.00 0.00 99.58 [2021-01-10T00:54:04.910Z] 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-10T00:54:04.910Z] 00:50:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-10T00:54:04.910Z] 00:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-10T00:54:04.910Z] 00:50:01 2 0.50 0.00 0.00 0.00 0.00 99.50 [2021-01-10T00:54:04.910Z] 00:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-10T00:54:04.910Z] 00:51:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-10T00:54:04.910Z] 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-10T00:54:04.910Z] 00:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-10T00:54:04.910Z] 00:51:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-10T00:54:04.910Z] 00:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:52:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-01-10T00:54:04.910Z] 00:52:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:52:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-10T00:54:04.910Z] 00:52:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-10T00:54:04.910Z] 00:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-10T00:54:04.910Z] 00:53:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-10T00:54:04.910Z] 00:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2021-01-10T00:54:04.910Z] 00:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-10T00:54:04.910Z] 00:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-10T00:54:04.910Z] [2021-01-10T00:54:04.910Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-01-10T00:54:04.910Z] Average: all 13.94 0.00 7.14 3.08 0.62 75.21 [2021-01-10T00:54:04.910Z] Average: 0 13.66 0.00 7.21 3.00 0.61 75.53 [2021-01-10T00:54:04.910Z] Average: 1 14.05 0.00 6.94 3.21 0.66 75.14 [2021-01-10T00:54:04.910Z] Average: 2 14.35 0.00 7.26 3.23 0.60 74.55 [2021-01-10T00:54:04.910Z] Average: 3 13.72 0.00 7.18 2.87 0.63 75.60 [2021-01-10T00:54:04.910Z] [2021-01-10T00:54:04.910Z] [2021-01-10T00:54:04.910Z]