Pull request #3056 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 48f292ecce04635bad45b2dac08c505f02e60d07 rather than 35d7beb047923e9d71d8e176dbf4b6bc5d209303 Obtained Jenkinsfile from 48f292ecce04635bad45b2dac08c505f02e60d07 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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-21843 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit 35d7beb047923e9d71d8e176dbf4b6bc5d209303 Merge succeeded, producing 35d7beb047923e9d71d8e176dbf4b6bc5d209303 Checking out Revision 35d7beb047923e9d71d8e176dbf4b6bc5d209303 (PR-3056) > 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/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # 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 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 Commit message: "fix(meta): Check the associated object existence when delete Profile" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T03:17:18.694Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T03:17:18.992Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T03:17:19.087Z] ========================================================= [2021-01-21T03:17:19.087Z] EdgeX Global Pipelines Version Info [2021-01-21T03:17:19.087Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a3b0e054d936cf113875272e27a1c86c6f9d6cac # timeout=10 [2021-01-21T03:17:20.592Z] ------------------- [2021-01-21T03:17:20.592Z] stable info: [2021-01-21T03:17:20.592Z] ------------------- [2021-01-21T03:17:20.592Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T03:17:20.592Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T03:17:20.592Z] Message: update stable to v1.0.179 [2021-01-21T03:17:21.538Z] ------------------- [2021-01-21T03:17:21.538Z] experimental info: [2021-01-21T03:17:21.538Z] ------------------- [2021-01-21T03:17:21.538Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T03:17:21.538Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T03:17:21.538Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T03:17:21.819Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T03:17:21.907Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T03:17:21.996Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T03:17:22.105Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T03:17:22.192Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T03:17:22.303Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T03:17:22.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T03:17:22.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T03:17:22.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T03:17:22.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T03:17:22.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T03:17:22.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T03:17:22.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T03:17:23.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T03:17:23.092Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T03:17:23.360Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T03:17:23.449Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T03:17:23.533Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T03:17:23.636Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T03:17:23.734Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T03:17:23.859Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T03:17:23.949Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T03:17:24.034Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T03:17:24.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3056 [Pipeline] echo [2021-01-21T03:17:24.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3056 [Pipeline] echo [2021-01-21T03:17:24.290Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3056 [Pipeline] echo [2021-01-21T03:17:24.394Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 35d7beb047923e9d71d8e176dbf4b6bc5d209303 [Pipeline] echo [2021-01-21T03:17:24.476Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 35d7beb [Pipeline] echo [2021-01-21T03:17:24.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T03:17:24.804Z] provisioning config files... [2021-01-21T03:17:24.838Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config649327270407985414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T03:17:25.198Z] ---> docker-login.sh [2021-01-21T03:17:25.198Z] nexus3.edgexfoundry.org:10001 [2021-01-21T03:17:25.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:17:25.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:17:25.736Z] Configure a credential helper to remove this warning. See [2021-01-21T03:17:25.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:17:25.736Z] [2021-01-21T03:17:25.736Z] Login Succeeded [2021-01-21T03:17:25.736Z] nexus3.edgexfoundry.org:10002 [2021-01-21T03:17:25.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:17:26.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:17:26.004Z] Configure a credential helper to remove this warning. See [2021-01-21T03:17:26.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:17:26.004Z] [2021-01-21T03:17:26.004Z] Login Succeeded [2021-01-21T03:17:26.004Z] nexus3.edgexfoundry.org:10003 [2021-01-21T03:17:26.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:17:26.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:17:26.004Z] Configure a credential helper to remove this warning. See [2021-01-21T03:17:26.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:17:26.004Z] [2021-01-21T03:17:26.004Z] Login Succeeded [2021-01-21T03:17:26.004Z] nexus3.edgexfoundry.org:10004 [2021-01-21T03:17:26.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:17:26.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:17:26.273Z] Configure a credential helper to remove this warning. See [2021-01-21T03:17:26.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:17:26.273Z] [2021-01-21T03:17:26.273Z] Login Succeeded [2021-01-21T03:17:26.273Z] docker.io [2021-01-21T03:17:26.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:17:26.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:17:26.808Z] Configure a credential helper to remove this warning. See [2021-01-21T03:17:26.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:17:26.808Z] [2021-01-21T03:17:26.808Z] Login Succeeded [2021-01-21T03:17:26.808Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T03:17:26.822Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T03:17:27.320Z] ++ 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-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T03:17:27.320Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T03:17:27.320Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T03:17:27.320Z] ++ cut -d/ -f2 [2021-01-21T03:17:27.320Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T03:17:27.419Z] 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-21T03:17:28.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T03:17:28.329Z] [2021-01-21T03:17:28.329Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:17:28.683Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T03:17:28.683Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T03:17:28.683Z] 31603596830f: Pulling fs layer [2021-01-21T03:17:28.683Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T03:17:28.683Z] 6ca5941a6612: Pulling fs layer [2021-01-21T03:17:28.683Z] ecc8261a40a4: Pulling fs layer [2021-01-21T03:17:28.683Z] ecc8261a40a4: Waiting [2021-01-21T03:17:28.683Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T03:17:28.683Z] 2a8b12db71e7: Download complete [2021-01-21T03:17:28.947Z] 31603596830f: Verifying Checksum [2021-01-21T03:17:28.948Z] 31603596830f: Download complete [2021-01-21T03:17:28.948Z] 6ca5941a6612: Verifying Checksum [2021-01-21T03:17:28.948Z] 6ca5941a6612: Download complete [2021-01-21T03:17:28.948Z] ecc8261a40a4: Download complete [2021-01-21T03:17:29.212Z] 31603596830f: Pull complete [2021-01-21T03:17:29.486Z] 2a8b12db71e7: Pull complete [2021-01-21T03:17:30.448Z] 6ca5941a6612: Pull complete [2021-01-21T03:17:30.715Z] ecc8261a40a4: Pull complete [2021-01-21T03:17:30.715Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T03:17:30.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T03:17:30.979Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T03:17:31.105Z] prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container [2021-01-21T03:17:31.172Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T03:17:33.657Z] $ docker top 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T03:17:33.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T03:17:33.954Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T03:17:34.203Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T03:17:34.210Z] $ docker exec 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 ssh-agent [2021-01-21T03:17:34.430Z] SSH_AUTH_SOCK=/tmp/ssh-oJzPtGs3EJdT/agent.11 [2021-01-21T03:17:34.430Z] SSH_AGENT_PID=16 [2021-01-21T03:17:34.448Z] Running ssh-add (command line suppressed) [2021-01-21T03:17:34.601Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2187255541355042607.key (/w/workspace/edgex-go/2@tmp/private_key_2187255541355042607.key) [2021-01-21T03:17:34.667Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T03:17:35.009Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T03:17:35.039Z] $ docker exec --env ******** --env ******** 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 ssh-agent -k [2021-01-21T03:17:35.180Z] unset SSH_AUTH_SOCK; [2021-01-21T03:17:35.180Z] unset SSH_AGENT_PID; [2021-01-21T03:17:35.180Z] echo Agent pid 16 killed; [2021-01-21T03:17:35.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T03:17:35.364Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T03:17:35.364Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T03:17:35.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T03:17:35.587Z] $ docker exec 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 ssh-agent [2021-01-21T03:17:35.773Z] SSH_AUTH_SOCK=/tmp/ssh-aMs8dQdi72Bf/agent.47 [2021-01-21T03:17:35.773Z] SSH_AGENT_PID=52 [2021-01-21T03:17:35.781Z] Running ssh-add (command line suppressed) [2021-01-21T03:17:35.938Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8464242206678943098.key (/w/workspace/edgex-go/2@tmp/private_key_8464242206678943098.key) [2021-01-21T03:17:36.006Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T03:17:36.385Z] + git semver init [2021-01-21T03:17:36.385Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T03:17:36.385Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-21T03:17:36.385Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-21T03:17:36.385Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T03:17:36.385Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T03:17:36.385Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T03:17:36.385Z] # $SEMVER_BRANCH = PR-3056 [2021-01-21T03:17:36.385Z] # $SEMVER_TEMP = /tmp/semver-812950003 [2021-01-21T03:17:36.385Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T03:17:54.600Z] # '/tmp/semver-812950003' -> '/w/workspace/edgex-go/2/.semver' [2021-01-21T03:17:54.600Z] # -> Force: false [2021-01-21T03:17:54.600Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-21T03:17:54.619Z] $ docker exec --env ******** --env ******** 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 ssh-agent -k [2021-01-21T03:17:54.855Z] unset SSH_AUTH_SOCK; [2021-01-21T03:17:54.856Z] unset SSH_AGENT_PID; [2021-01-21T03:17:54.856Z] echo Agent pid 52 killed; [2021-01-21T03:17:54.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T03:17:55.450Z] + git semver [Pipeline] } [2021-01-21T03:17:55.470Z] $ docker stop --time=1 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 [2021-01-21T03:17:57.200Z] $ docker rm -f 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T03:17:57.788Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T03:17:58.376Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T03:17:58.379Z] [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-21T03:17:59.249Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T03:17:59.555Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T03:17:59.857Z] + true [2021-01-21T03:17:59.857Z] + sudo service docker restart [2021-01-21T03:17:59.857Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T03:18:00.451Z] ========================================================= [2021-01-21T03:18:00.451Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T03:18:00.451Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:18:00.813Z] + 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-21T03:18:05.056Z] Sending build context to Docker daemon 327.6MB [2021-01-21T03:18:05.056Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T03:18:05.056Z] Step 2/6 : FROM ${BASE} [2021-01-21T03:18:05.056Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T03:18:05.056Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T03:18:05.056Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T03:18:05.056Z] de9db76c5a1d: Pulling fs layer [2021-01-21T03:18:05.056Z] bca2f99d35d6: Pulling fs layer [2021-01-21T03:18:05.056Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T03:18:05.056Z] 7c6f9722023f: Pulling fs layer [2021-01-21T03:18:05.056Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T03:18:05.056Z] 93359f2a8cfa: Waiting [2021-01-21T03:18:05.056Z] 7c6f9722023f: Waiting [2021-01-21T03:18:05.056Z] a35cf1a2eb13: Waiting [2021-01-21T03:18:05.056Z] bca2f99d35d6: Waiting [2021-01-21T03:18:05.056Z] de9db76c5a1d: Verifying Checksum [2021-01-21T03:18:05.056Z] de9db76c5a1d: Download complete [2021-01-21T03:18:05.056Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T03:18:05.056Z] 0ef7d3d256c8: Download complete [2021-01-21T03:18:05.056Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T03:18:05.056Z] 93359f2a8cfa: Download complete [2021-01-21T03:18:05.056Z] 7c6f9722023f: Verifying Checksum [2021-01-21T03:18:05.056Z] 7c6f9722023f: Download complete [2021-01-21T03:18:05.056Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T03:18:05.056Z] 188c0c94c7c5: Download complete [2021-01-21T03:18:05.641Z] 188c0c94c7c5: Pull complete [2021-01-21T03:18:05.642Z] 0ef7d3d256c8: Pull complete [2021-01-21T03:18:05.912Z] de9db76c5a1d: Pull complete [2021-01-21T03:18:07.319Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T03:18:07.319Z] a35cf1a2eb13: Download complete [2021-01-21T03:18:07.583Z] bca2f99d35d6: Verifying Checksum [2021-01-21T03:18:07.583Z] bca2f99d35d6: Download complete [2021-01-21T03:18:13.738Z] Still waiting to schedule task [2021-01-21T03:18:13.738Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-21T03:18:14.216Z] bca2f99d35d6: Pull complete [2021-01-21T03:18:14.216Z] 93359f2a8cfa: Pull complete [2021-01-21T03:18:14.216Z] 7c6f9722023f: Pull complete [2021-01-21T03:18:20.839Z] a35cf1a2eb13: Pull complete [2021-01-21T03:18:20.839Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T03:18:20.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T03:18:20.839Z] ---> a62c8e92a672 [2021-01-21T03:18:20.839Z] 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-21T03:18:20.839Z] ---> Running in c74e1527fb19 [2021-01-21T03:18:21.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:18:22.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:18:22.316Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T03:18:22.583Z] (2/12) Installing file (5.38-r0) [2021-01-21T03:18:22.583Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T03:18:22.845Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T03:18:27.069Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T03:18:27.069Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T03:18:27.069Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T03:18:27.069Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T03:18:27.331Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T03:18:27.595Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T03:18:27.595Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T03:18:27.863Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T03:18:27.863Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:18:27.863Z] OK: 233 MiB in 51 packages [2021-01-21T03:18:32.099Z] Removing intermediate container c74e1527fb19 [2021-01-21T03:18:32.099Z] ---> 4207885dfea0 [2021-01-21T03:18:32.099Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T03:18:32.099Z] ---> Running in fe8e557c6fd3 [2021-01-21T03:18:32.099Z] Removing intermediate container fe8e557c6fd3 [2021-01-21T03:18:32.099Z] ---> f4ec24c7138c [2021-01-21T03:18:32.099Z] Step 5/6 : COPY go.mod . [2021-01-21T03:18:32.099Z] ---> a2ce2dbca25b [2021-01-21T03:18:32.099Z] Step 6/6 : RUN go mod download [2021-01-21T03:18:32.099Z] ---> Running in aa44121e1638 [2021-01-21T03:18:54.146Z] Removing intermediate container aa44121e1638 [2021-01-21T03:18:54.146Z] ---> af4f9d9af337 [2021-01-21T03:18:54.146Z] Successfully built af4f9d9af337 [2021-01-21T03:18:54.146Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:18:54.471Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T03:18:54.471Z] . [Pipeline] withDockerContainer [2021-01-21T03:18:54.588Z] prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container [2021-01-21T03:18:54.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T03:18:55.620Z] $ docker top e0ebb0ef12537f1286167f005d8394a18e0d72f4a5c03d357cb2f5def153b7df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T03:18:56.152Z] + go version [2021-01-21T03:18:56.153Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T03:18:56.170Z] $ docker stop --time=1 e0ebb0ef12537f1286167f005d8394a18e0d72f4a5c03d357cb2f5def153b7df [2021-01-21T03:18:58.256Z] $ docker rm -f e0ebb0ef12537f1286167f005d8394a18e0d72f4a5c03d357cb2f5def153b7df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:18:59.088Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T03:18:59.088Z] . [Pipeline] withDockerContainer [2021-01-21T03:18:59.194Z] prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container [2021-01-21T03:18:59.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T03:18:59.937Z] $ docker top 3265a23797ccb1b1588ec1a49da60378b5ed1ac11ce93451abc48b175fbb118e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T03:19:00.153Z] ========================================================= [2021-01-21T03:19:00.153Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T03:19:00.153Z] ========================================================= [Pipeline] sh [2021-01-21T03:19:00.461Z] + make test [2021-01-21T03:19:00.461Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T03:19:10.549Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T03:19:25.579Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T03:19:32.249Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T03:19:32.831Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T03:19:32.831Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T03:19:32.831Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T03:19:32.831Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T03:19:33.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T03:19:33.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T03:19:33.970Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T03:19:34.943Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T03:19:36.909Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T03:19:36.909Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T03:19:36.909Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T03:19:38.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2021-01-21T03:19:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T03:19:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T03:19:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T03:19:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T03:19:38.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T03:19:44.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.240s coverage: 27.0% of statements [2021-01-21T03:19:44.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T03:19:44.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T03:19:44.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T03:19:44.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T03:19:44.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T03:19:44.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T03:19:44.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-01-21T03:19:44.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T03:19:44.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-01-21T03:19:44.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T03:19:44.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 66.7% of statements [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T03:19:44.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.129s coverage: 82.3% of statements [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T03:19:44.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T03:19:44.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T03:19:44.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-21T03:19:44.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T03:19:45.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2021-01-21T03:19:45.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T03:19:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements [2021-01-21T03:19:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T03:19:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-01-21T03:19:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T03:19:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T03:19:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T03:19:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T03:19:47.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.430s coverage: 92.8% of statements [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T03:19:47.926Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T03:19:47.926Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T03:19:47.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T03:19:47.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements [2021-01-21T03:19:47.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T03:19:48.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2021-01-21T03:19:48.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-01-21T03:19:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements [2021-01-21T03:19:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.115s coverage: 91.4% of statements [2021-01-21T03:19:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T03:19:50.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements [2021-01-21T03:19:50.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T03:19:50.692Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T03:19:50.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-01-21T03:19:50.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-21T03:19:50.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-01-21T03:19:50.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2021-01-21T03:19:50.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-01-21T03:19:52.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.474s coverage: 68.9% of statements [2021-01-21T03:19:52.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T03:19:52.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T03:19:52.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T03:19:52.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T03:19:52.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T03:19:52.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.140s coverage: 37.0% of statements [2021-01-21T03:19:52.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T03:19:52.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T03:19:52.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.381s coverage: 84.0% of statements [2021-01-21T03:19:52.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-01-21T03:19:55.322Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.178s coverage: 47.1% of statements [2021-01-21T03:19:55.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T03:19:55.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T03:19:55.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T03:19:55.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T03:19:55.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T03:19:55.322Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-01-21T03:19:55.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T03:19:55.322Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-21T03:19:55.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T03:19:56.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.828s coverage: 29.1% of statements [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T03:19:56.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T03:19:56.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T03:19:56.744Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T03:19:56.744Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T03:19:56.744Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T03:19:56.744Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T03:19:57.456Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21844 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws [2021-01-21T03:19:57.509Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-21T03:19:57.707Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-01-21T03:19:57.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements [2021-01-21T03:19:57.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements [2021-01-21T03:19:58.233Z] GO111MODULE=on go vet ./... [2021-01-21T03:20:02.858Z] using credential edgex-jenkins-ssh [2021-01-21T03:20:02.959Z] Cloning the remote Git repository [2021-01-21T03:20:03.006Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T03:20:03.117Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-21T03:20:03.191Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T03:20:03.192Z] > git --version # timeout=10 [2021-01-21T03:20:03.214Z] > git --version # 'git version 2.17.1' [2021-01-21T03:20:03.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T03:20:03.304Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T03:20:21.812Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T03:20:21.828Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T03:20:21.887Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T03:20:22.744Z] Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit 35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:20:23.102Z] Merge succeeded, producing 35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:20:23.103Z] Checking out Revision 35d7beb047923e9d71d8e176dbf4b6bc5d209303 (PR-3056) [2021-01-21T03:20:21.957Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T03:20:21.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T03:20:21.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T03:20:22.754Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T03:20:22.784Z] > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 [2021-01-21T03:20:23.023Z] > git remote # timeout=10 [2021-01-21T03:20:23.038Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T03:20:23.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T03:20:23.063Z] > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 [2021-01-21T03:20:23.082Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T03:20:23.101Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T03:20:23.118Z] > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 [2021-01-21T03:20:25.049Z] gofmt -l . [2021-01-21T03:20:25.049Z] [ "`gofmt -l .`" = "" ] [2021-01-21T03:20:25.049Z] ./bin/test-go-mod-tidy.sh [2021-01-21T03:20:25.049Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T03:20:25.951Z] + ls -al . [2021-01-21T03:20:25.951Z] total 656 [2021-01-21T03:20:25.951Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 03:20 . [2021-01-21T03:20:25.951Z] drwxr-xr-x 4 root root 28 Jan 21 03:18 .. [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 03:17 .dockerignore [2021-01-21T03:20:25.951Z] drwxrwxr-x 8 1001 1001 179 Jan 21 03:17 .git [2021-01-21T03:20:25.951Z] drwxrwxr-x 3 1001 1001 125 Jan 21 03:17 .github [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 03:17 .gitignore [2021-01-21T03:20:25.951Z] drwx------ 3 1001 1001 47 Jan 21 03:17 .semver [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 03:17 .sonarcloud.properties [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 03:17 Attribution.txt [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 03:17 CONTRIBUTING.md [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 03:17 Dockerfile.build [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 03:17 Jenkinsfile [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 03:17 LICENSE [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 03:17 Makefile [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 03:17 README.md [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 03:17 SECURITY.md [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 03:17 VERSION [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 03:17 ZMQWindows.md [2021-01-21T03:20:25.951Z] drwxrwxr-x 2 1001 1001 117 Jan 21 03:17 bin [2021-01-21T03:20:25.951Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 03:17 cmd [2021-01-21T03:20:25.951Z] -rw-r--r-- 1 root root 550466 Jan 21 03:19 coverage.out [2021-01-21T03:20:25.951Z] -rw-r--r-- 1 root root 1027 Jan 21 03:20 go.mod [2021-01-21T03:20:25.951Z] -rw-r--r-- 1 root root 18725 Jan 21 03:20 go.sum [2021-01-21T03:20:25.951Z] drwxrwxr-x 8 1001 1001 127 Jan 21 03:17 internal [2021-01-21T03:20:25.951Z] drwxrwxr-x 4 1001 1001 26 Jan 21 03:17 openapi [2021-01-21T03:20:25.951Z] drwxrwxr-x 4 1001 1001 71 Jan 21 03:17 snap [2021-01-21T03:20:25.951Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 03:17 version.go [Pipeline] sh [2021-01-21T03:20:26.256Z] + '[' -e coverage.out ] [2021-01-21T03:20:26.256Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T03:20:26.468Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T03:20:26.779Z] + make build [2021-01-21T03:20:26.779Z] 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-21T03:20:27.467Z] Commit message: "fix(meta): Check the associated object existence when delete Profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T03:20:29.124Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T03:20:29.600Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T03:20:29.945Z] + true [2021-01-21T03:20:29.945Z] + sudo service docker restart [2021-01-21T03:20:30.114Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T03:20:32.669Z] provisioning config files... [2021-01-21T03:20:32.708Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1653435890821785151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T03:20:33.109Z] ---> docker-login.sh [2021-01-21T03:20:33.109Z] nexus3.edgexfoundry.org:10001 [2021-01-21T03:20:33.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:20:34.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:20:34.314Z] Configure a credential helper to remove this warning. See [2021-01-21T03:20:34.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:20:34.314Z] [2021-01-21T03:20:34.314Z] Login Succeeded [2021-01-21T03:20:34.314Z] nexus3.edgexfoundry.org:10002 [2021-01-21T03:20:34.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:20:34.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:20:34.863Z] Configure a credential helper to remove this warning. See [2021-01-21T03:20:34.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:20:34.863Z] [2021-01-21T03:20:34.863Z] Login Succeeded [2021-01-21T03:20:34.863Z] nexus3.edgexfoundry.org:10003 [2021-01-21T03:20:35.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:20:35.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:20:35.411Z] Configure a credential helper to remove this warning. See [2021-01-21T03:20:35.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:20:35.411Z] [2021-01-21T03:20:35.411Z] Login Succeeded [2021-01-21T03:20:35.411Z] nexus3.edgexfoundry.org:10004 [2021-01-21T03:20:35.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:20:35.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:20:35.685Z] Configure a credential helper to remove this warning. See [2021-01-21T03:20:35.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:20:35.685Z] [2021-01-21T03:20:35.685Z] Login Succeeded [2021-01-21T03:20:35.685Z] docker.io [2021-01-21T03:20:36.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T03:20:36.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T03:20:36.549Z] Configure a credential helper to remove this warning. See [2021-01-21T03:20:36.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T03:20:36.549Z] [2021-01-21T03:20:36.549Z] Login Succeeded [2021-01-21T03:20:36.549Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T03:20:36.565Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T03:20:36.971Z] ========================================================= [2021-01-21T03:20:36.971Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T03:20:36.971Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:20:37.350Z] + 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-21T03:20:38.387Z] 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-21T03:20:39.344Z] 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-21T03:20:39.998Z] Sending build context to Docker daemon 166MB [2021-01-21T03:20:39.998Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T03:20:39.998Z] Step 2/6 : FROM ${BASE} [2021-01-21T03:20:39.998Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T03:20:39.998Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T03:20:39.998Z] a4357932f1b6: Pulling fs layer [2021-01-21T03:20:39.998Z] 18c013af1878: Pulling fs layer [2021-01-21T03:20:39.998Z] 00ac8860ef70: Pulling fs layer [2021-01-21T03:20:39.998Z] 63d7cb157983: Pulling fs layer [2021-01-21T03:20:39.998Z] b116817d02f9: Pulling fs layer [2021-01-21T03:20:39.998Z] 745a02a5169b: Pulling fs layer [2021-01-21T03:20:39.998Z] 00ac8860ef70: Waiting [2021-01-21T03:20:39.998Z] 63d7cb157983: Waiting [2021-01-21T03:20:39.998Z] b116817d02f9: Waiting [2021-01-21T03:20:39.998Z] 745a02a5169b: Waiting [2021-01-21T03:20:39.998Z] 18c013af1878: Verifying Checksum [2021-01-21T03:20:39.998Z] 18c013af1878: Download complete [2021-01-21T03:20:39.998Z] a4357932f1b6: Verifying Checksum [2021-01-21T03:20:39.998Z] a4357932f1b6: Download complete [2021-01-21T03:20:39.998Z] 63d7cb157983: Verifying Checksum [2021-01-21T03:20:39.998Z] 63d7cb157983: Download complete [2021-01-21T03:20:39.998Z] b116817d02f9: Verifying Checksum [2021-01-21T03:20:39.998Z] b116817d02f9: Download complete [2021-01-21T03:20:39.998Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T03:20:39.998Z] 5f621e34cdf4: Download complete [2021-01-21T03:20:40.594Z] 5f621e34cdf4: Pull complete [2021-01-21T03:20:41.191Z] a4357932f1b6: Pull complete [2021-01-21T03:20:41.307Z] 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-21T03:20:41.575Z] 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-21T03:20:41.818Z] 18c013af1878: Pull complete [2021-01-21T03:20:43.258Z] 745a02a5169b: Verifying Checksum [2021-01-21T03:20:43.259Z] 745a02a5169b: Download complete [2021-01-21T03:20:43.530Z] 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-21T03:20:44.240Z] 00ac8860ef70: Verifying Checksum [2021-01-21T03:20:44.240Z] 00ac8860ef70: Download complete [2021-01-21T03:20:44.936Z] 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-21T03:20:46.331Z] 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-21T03:20:47.728Z] 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-21T03:20:48.683Z] 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-21T03:20:50.096Z] 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-21T03:20:51.519Z] $ docker stop --time=1 3265a23797ccb1b1588ec1a49da60378b5ed1ac11ce93451abc48b175fbb118e [2021-01-21T03:20:53.152Z] $ docker rm -f 3265a23797ccb1b1588ec1a49da60378b5ed1ac11ce93451abc48b175fbb118e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-21T03:20:54.404Z] 00ac8860ef70: Pull complete [2021-01-21T03:20:54.404Z] 63d7cb157983: Pull complete [2021-01-21T03:20:54.712Z] b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:20:55.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T03:20:55.057Z] [2021-01-21T03:20:55.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:20:55.414Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T03:20:55.414Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T03:20:55.414Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T03:20:55.414Z] ca9280d653b3: Pulling fs layer [2021-01-21T03:20:55.414Z] 7e9c9ca2126c: Pulling fs layer [2021-01-21T03:20:55.679Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-21T03:20:55.679Z] cbdbe7a5bc2a: Download complete [2021-01-21T03:20:56.265Z] ca9280d653b3: Verifying Checksum [2021-01-21T03:20:56.265Z] ca9280d653b3: Download complete [2021-01-21T03:20:56.265Z] cbdbe7a5bc2a: Pull complete [2021-01-21T03:20:57.233Z] 7e9c9ca2126c: Verifying Checksum [2021-01-21T03:20:57.233Z] 7e9c9ca2126c: Download complete [2021-01-21T03:20:58.190Z] ca9280d653b3: Pull complete [2021-01-21T03:20:59.036Z] 745a02a5169b: Pull complete [2021-01-21T03:20:59.036Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T03:20:59.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T03:20:59.036Z] ---> b7e6874047d6 [2021-01-21T03:20:59.036Z] 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-21T03:21:02.417Z] ---> Running in c297c679e656 [2021-01-21T03:21:03.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:21:04.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:21:04.831Z] 7e9c9ca2126c: Pull complete [2021-01-21T03:21:04.831Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T03:21:04.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T03:21:04.831Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T03:21:04.966Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T03:21:04.994Z] prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container [2021-01-21T03:21:05.064Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T03:21:05.238Z] (2/12) Installing file (5.38-r0) [2021-01-21T03:21:05.238Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T03:21:05.238Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T03:21:07.760Z] $ docker top 8c151d84932616637403626bcfedba09803b62f7ec27c38c2a435b88e0de63e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T03:21:08.275Z] + docker-compose build --help [2021-01-21T03:21:08.275Z] + grep parallel [2021-01-21T03:21:09.223Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T03:21:09.241Z] $ docker stop --time=1 8c151d84932616637403626bcfedba09803b62f7ec27c38c2a435b88e0de63e2 [2021-01-21T03:21:10.634Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T03:21:10.634Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T03:21:10.658Z] $ docker rm -f 8c151d84932616637403626bcfedba09803b62f7ec27c38c2a435b88e0de63e2 [Pipeline] // withDockerContainer [2021-01-21T03:21:10.906Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T03:21:10.906Z] (8/12) Installing libsodium (1.0.18-r0) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:21:11.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T03:21:11.350Z] . [Pipeline] withDockerContainer [2021-01-21T03:21:11.452Z] prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container [2021-01-21T03:21:11.496Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T03:21:11.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T03:21:12.089Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T03:21:12.089Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T03:21:12.309Z] $ docker top b2469ec378d98ae12d7ede9e8256f908e15711b25c7089b6ddba0acfdec6d10b -eo pid,comm [2021-01-21T03:21:12.360Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T03:21:12.360Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:21:12.360Z] OK: 217 MiB in 51 packages [Pipeline] { [Pipeline] sh [2021-01-21T03:21:12.927Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T03:21:13.873Z] Building docker-core-command-go ... [2021-01-21T03:21:13.873Z] Building docker-core-data-go ... [2021-01-21T03:21:13.873Z] Building docker-core-metadata-go ... [2021-01-21T03:21:13.873Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T03:21:13.873Z] Building docker-security-proxy-setup-go ... [2021-01-21T03:21:13.873Z] Building docker-security-secretstore-setup-go ... [2021-01-21T03:21:13.873Z] Building docker-support-notifications-go ... [2021-01-21T03:21:13.873Z] Building docker-support-scheduler-go ... [2021-01-21T03:21:13.873Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T03:21:13.873Z] Building docker-security-proxy-setup-go [2021-01-21T03:21:13.873Z] Building docker-support-notifications-go [2021-01-21T03:21:13.873Z] Building docker-core-metadata-go [2021-01-21T03:21:13.873Z] Building docker-support-scheduler-go [2021-01-21T03:21:13.873Z] Building docker-security-bootstrap-redis-go [2021-01-21T03:21:16.672Z] Removing intermediate container c297c679e656 [2021-01-21T03:21:16.672Z] ---> a454c1f103d2 [2021-01-21T03:21:16.672Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T03:21:16.672Z] ---> Running in 2e0edd0a3068 [2021-01-21T03:21:17.268Z] Removing intermediate container 2e0edd0a3068 [2021-01-21T03:21:17.268Z] ---> 31343a3e9b3a [2021-01-21T03:21:17.269Z] Step 5/6 : COPY go.mod . [2021-01-21T03:21:17.870Z] ---> f55634a5a46f [2021-01-21T03:21:17.870Z] Step 6/6 : RUN go mod download [2021-01-21T03:21:18.141Z] ---> Running in 7fa38462856a [2021-01-21T03:21:44.924Z] Removing intermediate container 7fa38462856a [2021-01-21T03:21:44.924Z] ---> d1e611c7549d [2021-01-21T03:21:44.924Z] Successfully built d1e611c7549d [2021-01-21T03:21:44.924Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:21:45.260Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T03:21:45.260Z] . [Pipeline] withDockerContainer [2021-01-21T03:21:45.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-21844 does not seem to be running inside a container [2021-01-21T03:21:45.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T03:21:46.186Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:21:46.186Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:21:46.186Z] ---> af4f9d9af337 [2021-01-21T03:21:46.186Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T03:21:46.186Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:21:46.186Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:21:46.186Z] ---> af4f9d9af337 [2021-01-21T03:21:46.186Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T03:21:46.186Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:21:46.186Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:21:46.186Z] ---> af4f9d9af337 [2021-01-21T03:21:46.186Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T03:21:46.186Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:21:46.186Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:21:46.186Z] ---> af4f9d9af337 [2021-01-21T03:21:46.186Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T03:21:46.186Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:21:46.186Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:21:46.186Z] ---> af4f9d9af337 [2021-01-21T03:21:46.186Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T03:21:46.186Z] ---> Running in bf50acfca2e1 [2021-01-21T03:21:46.186Z] ---> Running in 12c579c10f02 [2021-01-21T03:21:46.186Z] ---> Running in 93cedb99e5ba [2021-01-21T03:21:46.186Z] ---> Running in ca6ce033f2c2 [2021-01-21T03:21:46.186Z] ---> Running in 0c00fd67a72e [2021-01-21T03:21:46.785Z] Removing intermediate container 0c00fd67a72e [2021-01-21T03:21:46.785Z] ---> 4c440f69b1e9 [2021-01-21T03:21:46.785Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:21:46.785Z] Removing intermediate container 12c579c10f02 [2021-01-21T03:21:46.785Z] ---> 55364ba19e45 [2021-01-21T03:21:46.785Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:21:46.785Z] Removing intermediate container 93cedb99e5ba [2021-01-21T03:21:46.785Z] ---> 5af04f4e8457 [2021-01-21T03:21:46.785Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:21:46.785Z] Removing intermediate container bf50acfca2e1 [2021-01-21T03:21:46.785Z] ---> 2380a6b87190 [2021-01-21T03:21:46.785Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:21:46.785Z] Removing intermediate container ca6ce033f2c2 [2021-01-21T03:21:46.785Z] ---> c911e337d618 [2021-01-21T03:21:46.785Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:21:47.050Z] ---> Running in db8fc31ecd17 [2021-01-21T03:21:47.050Z] ---> Running in efb8c1e1ee59 [2021-01-21T03:21:47.050Z] ---> Running in 05c3f901089b [2021-01-21T03:21:47.050Z] ---> Running in 9b21f7b655c2 [2021-01-21T03:21:47.050Z] ---> Running in eec134f4a697 [2021-01-21T03:21:47.087Z] $ docker top dae0c9d1f14cf800bf3587fe897b74e7afd6dda1185233e10e7cb5e341b78d4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T03:21:48.091Z] + go version [2021-01-21T03:21:48.091Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T03:21:48.110Z] $ docker stop --time=1 dae0c9d1f14cf800bf3587fe897b74e7afd6dda1185233e10e7cb5e341b78d4e [2021-01-21T03:21:49.019Z] Removing intermediate container 9b21f7b655c2 [2021-01-21T03:21:49.019Z] ---> 5756d5e21061 [2021-01-21T03:21:49.019Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T03:21:49.019Z] Removing intermediate container efb8c1e1ee59 [2021-01-21T03:21:49.019Z] ---> 1549406e93bb [2021-01-21T03:21:49.019Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T03:21:49.019Z] Removing intermediate container db8fc31ecd17 [2021-01-21T03:21:49.019Z] ---> b6168ddd0366 [2021-01-21T03:21:49.019Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T03:21:49.282Z] Removing intermediate container 05c3f901089b [2021-01-21T03:21:49.282Z] ---> 1a22da80928d [2021-01-21T03:21:49.282Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T03:21:49.282Z] ---> Running in 780994d62343 [2021-01-21T03:21:49.282Z] ---> Running in 2a25b58b3ffd [2021-01-21T03:21:49.282Z] ---> Running in e46e41a5ff5d [2021-01-21T03:21:49.282Z] ---> Running in 382b6b40b64e [2021-01-21T03:21:49.282Z] Removing intermediate container eec134f4a697 [2021-01-21T03:21:49.282Z] ---> 3e0d394dddda [2021-01-21T03:21:49.282Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T03:21:49.549Z] ---> Running in b32683549f27 [2021-01-21T03:21:50.005Z] $ docker rm -f dae0c9d1f14cf800bf3587fe897b74e7afd6dda1185233e10e7cb5e341b78d4e [2021-01-21T03:21:50.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:21:51.893Z] OK: 233 MiB in 51 packages [2021-01-21T03:21:51.893Z] OK: 233 MiB in 51 packages [2021-01-21T03:21:51.893Z] OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-21T03:21:52.156Z] OK: 233 MiB in 51 packages [2021-01-21T03:21:52.156Z] OK: 233 MiB in 51 packages [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:21:52.601Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T03:21:52.601Z] . [Pipeline] withDockerContainer [2021-01-21T03:21:52.730Z] Removing intermediate container 780994d62343 [2021-01-21T03:21:52.730Z] ---> 9af64a39fc7a [2021-01-21T03:21:52.730Z] Step 6/24 : COPY go.mod . [2021-01-21T03:21:52.824Z] prd-ubuntu18.04-docker-arm64-4c-16g-21844 does not seem to be running inside a container [2021-01-21T03:21:52.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T03:21:52.999Z] Removing intermediate container e46e41a5ff5d [2021-01-21T03:21:52.999Z] ---> 68b8c800eb39 [2021-01-21T03:21:52.999Z] Step 6/21 : COPY go.mod . [2021-01-21T03:21:52.999Z] Removing intermediate container 2a25b58b3ffd [2021-01-21T03:21:52.999Z] ---> 248f7f1c4c8f [2021-01-21T03:21:52.999Z] Step 6/22 : COPY go.mod . [2021-01-21T03:21:52.999Z] ---> c9ab884f5e26 [2021-01-21T03:21:52.999Z] Step 7/24 : RUN go mod download [2021-01-21T03:21:53.265Z] Removing intermediate container 382b6b40b64e [2021-01-21T03:21:53.265Z] ---> dde2db6ae713 [2021-01-21T03:21:53.265Z] Step 6/22 : COPY go.mod . [2021-01-21T03:21:53.265Z] ---> Running in 70e98c620f62 [2021-01-21T03:21:53.265Z] Removing intermediate container b32683549f27 [2021-01-21T03:21:53.265Z] ---> aeabe07b65bd [2021-01-21T03:21:53.265Z] Step 6/21 : COPY go.mod . [2021-01-21T03:21:53.527Z] ---> d86a2afa25bc [2021-01-21T03:21:53.527Z] Step 7/21 : RUN go mod download [2021-01-21T03:21:53.527Z] ---> 26bc7a5bc084 [2021-01-21T03:21:53.527Z] Step 7/22 : RUN go mod download [2021-01-21T03:21:53.793Z] ---> 979d70089cea [2021-01-21T03:21:53.793Z] Step 7/22 : RUN go mod download [2021-01-21T03:21:53.793Z] ---> Running in 6c29d5354235 [2021-01-21T03:21:53.793Z] ---> Running in c1a0fe339a8c [2021-01-21T03:21:53.793Z] ---> fa49a0aac4f7 [2021-01-21T03:21:53.793Z] Step 7/21 : RUN go mod download [2021-01-21T03:21:53.793Z] ---> Running in 5f30710fb4de [2021-01-21T03:21:54.059Z] ---> Running in 42ee5651c52b [2021-01-21T03:21:54.196Z] $ docker top 0d2a02aa5b83efa7429f7570d4d46fb576da60aeae0fa0b704ba68c482031707 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T03:21:54.593Z] ========================================================= [2021-01-21T03:21:54.593Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T03:21:54.593Z] ========================================================= [Pipeline] sh [2021-01-21T03:21:55.232Z] + make test [2021-01-21T03:21:55.232Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T03:21:56.020Z] Removing intermediate container 6c29d5354235 [2021-01-21T03:21:56.020Z] ---> 1bbf864261b9 [2021-01-21T03:21:56.020Z] Step 8/21 : COPY . . [2021-01-21T03:21:56.020Z] Removing intermediate container 70e98c620f62 [2021-01-21T03:21:56.020Z] ---> 6b65a1e3485e [2021-01-21T03:21:56.020Z] Step 8/24 : COPY . . [2021-01-21T03:21:56.284Z] Removing intermediate container c1a0fe339a8c [2021-01-21T03:21:56.284Z] ---> c3f5c275d7c3 [2021-01-21T03:21:56.284Z] Step 8/22 : COPY . . [2021-01-21T03:21:57.240Z] Removing intermediate container 5f30710fb4de [2021-01-21T03:21:57.240Z] ---> 2f1b2b0eeba1 [2021-01-21T03:21:57.240Z] Step 8/21 : COPY . . [2021-01-21T03:21:59.170Z] Removing intermediate container 42ee5651c52b [2021-01-21T03:21:59.170Z] ---> df07549bc6af [2021-01-21T03:21:59.170Z] Step 8/22 : COPY . . [2021-01-21T03:22:17.426Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T03:22:38.242Z] ---> 451c810ba8b2 [2021-01-21T03:22:38.242Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T03:22:38.242Z] ---> 989cab17f053 [2021-01-21T03:22:38.242Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T03:22:38.242Z] ---> ccc4aaca00d8 [2021-01-21T03:22:38.242Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T03:22:38.242Z] ---> bb9fa8900a32 [2021-01-21T03:22:38.242Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T03:22:38.242Z] ---> ecd1eccca732 [2021-01-21T03:22:38.242Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T03:22:38.242Z] ---> Running in 6865ed161130 [2021-01-21T03:22:38.242Z] ---> Running in 3b136382678e [2021-01-21T03:22:38.242Z] ---> Running in 201e5c4a553b [2021-01-21T03:22:38.242Z] ---> Running in 6279e8944152 [2021-01-21T03:22:38.242Z] ---> Running in 8802276060b3 [2021-01-21T03:22:38.242Z] 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-21T03:22:38.242Z] 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-21T03:22:38.242Z] 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-21T03:22:38.242Z] 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-21T03:22:38.242Z] 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-21T03:22:56.504Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T03:23:04.955Z] 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-21T03:23:10.336Z] Removing intermediate container 3b136382678e [2021-01-21T03:23:10.336Z] ---> cba6c4b891c6 [2021-01-21T03:23:10.336Z] [2021-01-21T03:23:10.336Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T03:23:10.336Z] 3.12: Pulling from library/alpine [2021-01-21T03:23:10.599Z] Removing intermediate container 201e5c4a553b [2021-01-21T03:23:10.599Z] ---> 56892d370bfc [2021-01-21T03:23:10.599Z] [2021-01-21T03:23:10.599Z] Step 10/24 : FROM scratch [2021-01-21T03:23:10.599Z] ---> [2021-01-21T03:23:10.599Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T03:23:10.599Z] Removing intermediate container 8802276060b3 [2021-01-21T03:23:10.599Z] ---> 7908f2d32bde [2021-01-21T03:23:10.599Z] [2021-01-21T03:23:10.599Z] Step 10/21 : FROM scratch [2021-01-21T03:23:10.599Z] ---> [2021-01-21T03:23:10.599Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T03:23:12.536Z] ---> Running in 0e4ba094db39 [2021-01-21T03:23:12.536Z] ---> Running in f0f7be891b97 [2021-01-21T03:23:12.536Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T03:23:13.482Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T03:23:13.483Z] ---> 389fef711851 [2021-01-21T03:23:13.483Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T03:23:13.744Z] Removing intermediate container 6865ed161130 [2021-01-21T03:23:13.744Z] ---> b6e2e5ac22af [2021-01-21T03:23:13.744Z] [2021-01-21T03:23:13.744Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T03:23:13.744Z] ---> 389fef711851 [2021-01-21T03:23:13.744Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T03:23:14.701Z] Removing intermediate container 0e4ba094db39 [2021-01-21T03:23:14.701Z] ---> ba97bb40d841 [2021-01-21T03:23:14.701Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T03:23:14.965Z] ---> Running in f1dfc4f725fd [2021-01-21T03:23:14.965Z] ---> Running in d603ddac0d39 [2021-01-21T03:23:14.965Z] Removing intermediate container f0f7be891b97 [2021-01-21T03:23:14.965Z] ---> 6fc7964cd962 [2021-01-21T03:23:14.965Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T03:23:14.965Z] ---> Running in dabec0dbc6cd [2021-01-21T03:23:14.965Z] Removing intermediate container 6279e8944152 [2021-01-21T03:23:14.965Z] ---> 7f575ae02fae [2021-01-21T03:23:14.965Z] [2021-01-21T03:23:14.965Z] Step 10/22 : FROM scratch [2021-01-21T03:23:14.965Z] ---> [2021-01-21T03:23:14.965Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T03:23:14.965Z] ---> Running in f73fad3a63ef [2021-01-21T03:23:14.965Z] ---> Using cache [2021-01-21T03:23:14.965Z] ---> 6fc7964cd962 [2021-01-21T03:23:14.965Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T03:23:15.228Z] ---> Running in 6214adc23dae [2021-01-21T03:23:15.501Z] Removing intermediate container dabec0dbc6cd [2021-01-21T03:23:15.501Z] ---> 8195e731d1f0 [2021-01-21T03:23:15.501Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T03:23:15.501Z] Removing intermediate container f73fad3a63ef [2021-01-21T03:23:15.501Z] ---> b58ab289a68f [2021-01-21T03:23:15.501Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T03:23:15.766Z] ---> Running in 29c2a7fac2e8 [2021-01-21T03:23:15.766Z] ---> Running in 20b7dad519aa [2021-01-21T03:23:15.766Z] Removing intermediate container 6214adc23dae [2021-01-21T03:23:15.766Z] ---> 655487eb5bd9 [2021-01-21T03:23:15.766Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T03:23:15.766Z] ---> Running in 9ffadfa38f03 [2021-01-21T03:23:15.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:23:15.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:23:16.032Z] Removing intermediate container 29c2a7fac2e8 [2021-01-21T03:23:16.032Z] ---> 78e61462338d [2021-01-21T03:23:16.032Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T03:23:16.032Z] Removing intermediate container 20b7dad519aa [2021-01-21T03:23:16.032Z] ---> d750afcd174b [2021-01-21T03:23:16.032Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:23:16.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:23:16.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:23:16.032Z] Removing intermediate container 9ffadfa38f03 [2021-01-21T03:23:16.032Z] ---> 2c172f84edcc [2021-01-21T03:23:16.032Z] Step 14/22 : WORKDIR / [2021-01-21T03:23:16.032Z] ---> Running in 526f5c230e2c [2021-01-21T03:23:16.032Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T03:23:16.032Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T03:23:16.294Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T03:23:16.294Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T03:23:16.294Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T03:23:16.294Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T03:23:16.294Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T03:23:16.294Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T03:23:16.294Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T03:23:16.294Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:23:16.294Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:23:16.874Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T03:23:16.874Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T03:23:16.874Z] ---> b709f11b60d0 [2021-01-21T03:23:16.874Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T03:23:16.874Z] ---> 1ebbb660dc7d [2021-01-21T03:23:16.874Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T03:23:16.874Z] OK: 7 MiB in 19 packages [2021-01-21T03:23:16.874Z] OK: 7 MiB in 18 packages [2021-01-21T03:23:18.272Z] Removing intermediate container 526f5c230e2c [2021-01-21T03:23:18.272Z] ---> 96bf229b013e [2021-01-21T03:23:18.272Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:23:18.272Z] ---> 6db2e9fc4ca9 [2021-01-21T03:23:18.272Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T03:23:18.537Z] ---> 5d2cbe03d74a [2021-01-21T03:23:18.537Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T03:23:18.537Z] ---> 7af4e7388d42 [2021-01-21T03:23:18.537Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T03:23:18.930Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T03:23:19.116Z] ---> 8b119f73ec9a [2021-01-21T03:23:19.117Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T03:23:20.063Z] ---> Running in 9958198107fb [2021-01-21T03:23:20.063Z] Removing intermediate container d603ddac0d39 [2021-01-21T03:23:20.063Z] ---> 3c386fe86b3c [2021-01-21T03:23:20.063Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T03:23:20.327Z] ---> 7ec9d85797c0 [2021-01-21T03:23:20.327Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:23:20.327Z] ---> 300428ab3d97 [2021-01-21T03:23:20.327Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T03:23:20.327Z] Removing intermediate container f1dfc4f725fd [2021-01-21T03:23:20.327Z] ---> 2afdcdab659a [2021-01-21T03:23:20.327Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T03:23:20.590Z] ---> Running in 345c473e92e8 [2021-01-21T03:23:20.590Z] ---> Running in fb896a2678bc [2021-01-21T03:23:20.590Z] Removing intermediate container 9958198107fb [2021-01-21T03:23:20.590Z] ---> 62277442aa75 [2021-01-21T03:23:20.590Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:23:20.852Z] ---> Running in a4d7a64ce580 [2021-01-21T03:23:20.852Z] ---> 93e4535b1eac [2021-01-21T03:23:20.852Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T03:23:20.852Z] ---> 2a01316c009c [2021-01-21T03:23:20.852Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T03:23:20.852Z] Removing intermediate container 345c473e92e8 [2021-01-21T03:23:20.852Z] ---> 07217663b798 [2021-01-21T03:23:20.852Z] Step 13/21 : WORKDIR /edgex [2021-01-21T03:23:20.852Z] Removing intermediate container fb896a2678bc [2021-01-21T03:23:20.852Z] ---> 056b45d719af [2021-01-21T03:23:20.852Z] Step 13/22 : WORKDIR / [2021-01-21T03:23:21.427Z] ---> Running in f2e15764c6e2 [2021-01-21T03:23:21.427Z] ---> Running in 2bc05ef2c9f7 [2021-01-21T03:23:21.427Z] ---> Running in 83bbe2d2f0f8 [2021-01-21T03:23:21.427Z] Removing intermediate container a4d7a64ce580 [2021-01-21T03:23:21.427Z] ---> 7b00cac5f1ba [2021-01-21T03:23:21.427Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T03:23:21.427Z] ---> 2d77957b9039 [2021-01-21T03:23:21.427Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T03:23:21.427Z] ---> Running in 6b484d156cfa [2021-01-21T03:23:21.693Z] Removing intermediate container 2bc05ef2c9f7 [2021-01-21T03:23:21.693Z] ---> 591566537ab5 [2021-01-21T03:23:21.693Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:23:21.693Z] Removing intermediate container 83bbe2d2f0f8 [2021-01-21T03:23:21.693Z] ---> fb36d2772dcb [2021-01-21T03:23:21.693Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T03:23:21.693Z] Removing intermediate container f2e15764c6e2 [2021-01-21T03:23:21.693Z] ---> 57f35c6caffc [2021-01-21T03:23:21.693Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:23:21.955Z] ---> Running in e9f20d82040f [2021-01-21T03:23:21.955Z] Removing intermediate container 6b484d156cfa [2021-01-21T03:23:21.955Z] ---> e0fc4182bd08 [2021-01-21T03:23:21.955Z] Step 20/21 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:23:21.955Z] ---> a79cd8d9d9c7 [2021-01-21T03:23:21.955Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T03:23:21.955Z] ---> Running in 92b629b1a54e [2021-01-21T03:23:22.219Z] ---> Running in 7d1c0a968042 [2021-01-21T03:23:22.219Z] ---> ab0653686a4b [2021-01-21T03:23:22.219Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T03:23:22.219Z] Removing intermediate container e9f20d82040f [2021-01-21T03:23:22.219Z] ---> 29a6dbdb5a28 [2021-01-21T03:23:22.219Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T03:23:22.219Z] ---> 34b7c9d8da15 [2021-01-21T03:23:22.219Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T03:23:22.794Z] Removing intermediate container 92b629b1a54e [2021-01-21T03:23:22.794Z] ---> 66c38f42dc7e [2021-01-21T03:23:22.794Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T03:23:22.794Z] ---> Running in 4dae9815704a [2021-01-21T03:23:23.062Z] Removing intermediate container 7d1c0a968042 [2021-01-21T03:23:23.062Z] ---> aa2fdb92d49c [2021-01-21T03:23:23.062Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:23:23.062Z] ---> Running in ec88da91df03 [2021-01-21T03:23:23.062Z] ---> d10778f279d6 [2021-01-21T03:23:23.062Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T03:23:23.062Z] ---> Running in 2537d97a4dbc [2021-01-21T03:23:23.062Z] ---> a5d12930008b [2021-01-21T03:23:23.062Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T03:23:23.062Z] Removing intermediate container 4dae9815704a [2021-01-21T03:23:23.062Z] ---> 97db54dcfc0c [2021-01-21T03:23:23.062Z] Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:23:23.254Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T03:23:23.254Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T03:23:23.254Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T03:23:23.334Z] Removing intermediate container ec88da91df03 [2021-01-21T03:23:23.334Z] ---> b102d168c995 [2021-01-21T03:23:23.334Z] [2021-01-21T03:23:23.334Z] ---> Running in 7f72ab3f455a [2021-01-21T03:23:23.600Z] ---> dca2823758f5 [2021-01-21T03:23:23.600Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T03:23:23.600Z] Successfully built b102d168c995 [2021-01-21T03:23:23.600Z] Removing intermediate container 2537d97a4dbc [2021-01-21T03:23:23.600Z] ---> 851e3d83606e [2021-01-21T03:23:23.600Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T03:23:23.600Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-21T03:23:23.600Z] Building docker-sys-mgmt-agent-go [2021-01-21T03:23:23.600Z]  Building docker-support-scheduler-go ... done  ---> e0114e59407c [2021-01-21T03:23:23.600Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T03:23:23.600Z] ---> Running in 9b9c92eed545 [2021-01-21T03:23:23.600Z] Removing intermediate container 7f72ab3f455a [2021-01-21T03:23:23.600Z] ---> 0952cb0097d4 [2021-01-21T03:23:23.600Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T03:23:23.862Z] ---> Running in 61ddbd985958 [2021-01-21T03:23:23.862Z] ---> Running in ae0236cc4251 [2021-01-21T03:23:23.862Z] ---> 609ac6ea3c89 [2021-01-21T03:23:23.862Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T03:23:24.436Z] Removing intermediate container 9b9c92eed545 [2021-01-21T03:23:24.436Z] ---> 5f0bbcbfd079 [2021-01-21T03:23:24.436Z] Step 23/24 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:23:24.706Z] Removing intermediate container 61ddbd985958 [2021-01-21T03:23:24.706Z] ---> 598113a0af56 [2021-01-21T03:23:24.706Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T03:23:24.974Z] ---> Running in 5bc117a9a97a [2021-01-21T03:23:25.265Z] Removing intermediate container ae0236cc4251 [2021-01-21T03:23:25.265Z] ---> 43579bed0169 [2021-01-21T03:23:25.265Z] [2021-01-21T03:23:25.265Z] ---> Running in 896be354da8a [2021-01-21T03:23:25.265Z] ---> Running in b9b1a1e35c92 [2021-01-21T03:23:25.843Z] Successfully built 43579bed0169 [2021-01-21T03:23:26.423Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T03:23:26.423Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-21T03:23:28.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.243s coverage: 46.6% of statements [2021-01-21T03:23:28.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T03:23:28.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T03:23:28.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T03:23:28.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T03:23:28.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T03:23:28.996Z] Removing intermediate container b9b1a1e35c92 [2021-01-21T03:23:28.996Z] ---> 5d556c491cfa [2021-01-21T03:23:28.996Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T03:23:29.962Z] Removing intermediate container 896be354da8a [2021-01-21T03:23:29.962Z] ---> 0dd7447e7ff6 [2021-01-21T03:23:29.962Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T03:23:33.276Z] ---> Running in f65b8bdae965 [2021-01-21T03:23:34.234Z] ---> Running in 10afd020869f [2021-01-21T03:23:35.641Z] Removing intermediate container f65b8bdae965 [2021-01-21T03:23:35.641Z] ---> e57b4d06133b [2021-01-21T03:23:35.641Z] Step 20/21 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:23:35.913Z] Removing intermediate container 5bc117a9a97a [2021-01-21T03:23:35.913Z] ---> 37b2e4a26716 [2021-01-21T03:23:35.913Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 0e37d268da24 [2021-01-21T03:23:35.913Z] [2021-01-21T03:23:36.890Z] Removing intermediate container 10afd020869f [2021-01-21T03:23:36.890Z] ---> 587899f9a06a [2021-01-21T03:23:36.890Z] [2021-01-21T03:23:37.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.0% of statements [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T03:23:37.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T03:23:37.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T03:23:37.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 66.7% of statements [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T03:23:37.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.648s coverage: 82.3% of statements [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T03:23:37.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T03:23:37.489Z] Successfully built 587899f9a06a [2021-01-21T03:23:37.490Z] ---> Running in ce992d9d3bba [2021-01-21T03:23:37.490Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T03:23:37.490Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-21T03:23:40.846Z] Removing intermediate container 0e37d268da24 [2021-01-21T03:23:40.846Z] ---> a532a36295d3 [2021-01-21T03:23:40.846Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T03:23:43.419Z] ---> Running in 1f5526376bca [2021-01-21T03:23:43.419Z] Removing intermediate container ce992d9d3bba [2021-01-21T03:23:43.419Z] ---> 858febb6be14 [2021-01-21T03:23:43.419Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T03:23:43.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.119s coverage: 28.6% of statements [2021-01-21T03:23:43.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T03:23:43.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T03:23:43.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T03:23:43.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T03:23:43.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T03:23:43.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements [2021-01-21T03:23:43.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T03:23:43.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-01-21T03:23:43.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T03:23:43.999Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:23:43.999Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:23:44.270Z] ---> af4f9d9af337 [2021-01-21T03:23:44.270Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T03:23:44.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.334s coverage: 86.7% of statements [2021-01-21T03:23:44.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T03:23:44.545Z] ---> Using cache [2021-01-21T03:23:44.545Z] ---> c911e337d618 [2021-01-21T03:23:44.545Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:23:44.545Z] ---> Using cache [2021-01-21T03:23:44.545Z] ---> 3e0d394dddda [2021-01-21T03:23:44.545Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T03:23:44.545Z] ---> Running in 049fcb1bf7d8 [2021-01-21T03:23:44.545Z] Removing intermediate container 1f5526376bca [2021-01-21T03:23:44.545Z] ---> 5fe77af13ad7 [2021-01-21T03:23:44.545Z] [2021-01-21T03:23:44.811Z] ---> Running in 7658439d88de [2021-01-21T03:23:44.811Z] Successfully built 5fe77af13ad7 [2021-01-21T03:23:44.811Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T03:23:44.811Z] Building docker-security-secretstore-setup-go [2021-01-21T03:23:45.091Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 049fcb1bf7d8 [2021-01-21T03:23:45.091Z] ---> ed0124e784ee [2021-01-21T03:23:45.091Z] Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:23:45.091Z] ---> Running in 705ec9eefb2d [2021-01-21T03:23:45.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.298s coverage: 97.5% of statements [2021-01-21T03:23:45.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T03:23:46.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements [2021-01-21T03:23:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T03:23:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T03:23:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T03:23:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T03:23:47.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:23:47.039Z] Removing intermediate container 705ec9eefb2d [2021-01-21T03:23:47.039Z] ---> ac419cefd4a1 [2021-01-21T03:23:47.039Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T03:23:47.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:23:48.268Z] OK: 233 MiB in 51 packages [2021-01-21T03:23:48.555Z] ---> Running in 9a5e446467e9 [2021-01-21T03:23:48.555Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:23:48.555Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:23:48.555Z] ---> af4f9d9af337 [2021-01-21T03:23:48.555Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T03:23:48.555Z] ---> Using cache [2021-01-21T03:23:48.555Z] ---> c911e337d618 [2021-01-21T03:23:48.555Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:23:48.555Z] ---> Using cache [2021-01-21T03:23:48.555Z] ---> 3e0d394dddda [2021-01-21T03:23:48.555Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T03:23:48.555Z] ---> Using cache [2021-01-21T03:23:48.555Z] ---> aeabe07b65bd [2021-01-21T03:23:48.555Z] Step 6/22 : COPY go.mod . [2021-01-21T03:23:48.555Z] ---> Using cache [2021-01-21T03:23:48.555Z] ---> fa49a0aac4f7 [2021-01-21T03:23:48.555Z] Step 7/22 : RUN go mod download [2021-01-21T03:23:48.555Z] ---> Using cache [2021-01-21T03:23:48.555Z] ---> 2f1b2b0eeba1 [2021-01-21T03:23:48.555Z] Step 8/22 : COPY . . [2021-01-21T03:23:48.852Z] ---> Using cache [2021-01-21T03:23:48.852Z] ---> ecd1eccca732 [2021-01-21T03:23:48.852Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T03:23:53.528Z] ---> Running in 92b46d3238e1 [2021-01-21T03:23:53.528Z] Removing intermediate container 9a5e446467e9 [2021-01-21T03:23:53.528Z] ---> 6c49777f4161 [2021-01-21T03:23:53.528Z] [2021-01-21T03:23:53.528Z] Successfully built 6c49777f4161 [2021-01-21T03:23:53.528Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-21T03:23:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 92.8% of statements [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T03:23:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T03:23:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T03:23:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.092s coverage: 100.0% of statements [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T03:23:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements [2021-01-21T03:23:54.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T03:23:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.113s coverage: 80.8% of statements [2021-01-21T03:23:54.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements [2021-01-21T03:23:54.941Z]  Building docker-security-bootstrap-redis-go ... done 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-21T03:23:55.211Z] Removing intermediate container 7658439d88de [2021-01-21T03:23:55.211Z] ---> 8711cf4bafd5 [2021-01-21T03:23:55.211Z] Step 6/26 : COPY go.mod . [2021-01-21T03:23:55.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.158s coverage: 84.2% of statements [2021-01-21T03:23:56.176Z] ---> 9ce9a87c16d9 [2021-01-21T03:23:56.176Z] Step 7/26 : RUN go mod download [2021-01-21T03:23:56.461Z] ---> Running in 563c1e8c8dd3 [2021-01-21T03:23:56.747Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:23:56.747Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:23:56.747Z] ---> af4f9d9af337 [2021-01-21T03:23:56.747Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T03:23:56.747Z] ---> Using cache [2021-01-21T03:23:56.747Z] ---> c911e337d618 [2021-01-21T03:23:56.747Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:23:56.747Z] ---> Using cache [2021-01-21T03:23:56.747Z] ---> 3e0d394dddda [2021-01-21T03:23:56.747Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T03:23:57.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements [2021-01-21T03:23:57.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T03:23:57.715Z] ---> Running in 899e1fb0a563 [2021-01-21T03:23:59.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.674s coverage: 63.5% of statements [2021-01-21T03:23:59.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T03:23:59.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T03:23:59.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-01-21T03:23:59.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-01-21T03:23:59.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:23:59.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:23:59.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-21T03:23:59.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-01-21T03:24:00.965Z] OK: 233 MiB in 51 packages [2021-01-21T03:24:01.243Z] Removing intermediate container 563c1e8c8dd3 [2021-01-21T03:24:01.243Z] ---> 2b48a414686f [2021-01-21T03:24:01.243Z] Step 8/26 : COPY . . [2021-01-21T03:24:01.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.088s coverage: 100.0% of statements [2021-01-21T03:24:03.233Z] Removing intermediate container 899e1fb0a563 [2021-01-21T03:24:03.233Z] ---> 69a5c3d06059 [2021-01-21T03:24:03.233Z] Step 6/23 : COPY go.mod . [2021-01-21T03:24:05.233Z] ---> 863229bc69ac [2021-01-21T03:24:05.233Z] Step 7/23 : RUN go mod download [2021-01-21T03:24:05.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.818s coverage: 68.9% of statements [2021-01-21T03:24:05.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T03:24:05.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T03:24:05.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T03:24:05.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T03:24:05.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T03:24:06.203Z] ---> Running in 89fc28135e48 [2021-01-21T03:24:06.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 37.0% of statements [2021-01-21T03:24:06.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T03:24:06.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T03:24:06.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.661s coverage: 84.0% of statements [2021-01-21T03:24:06.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements [2021-01-21T03:24:06.784Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:24:06.784Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:24:06.784Z] ---> af4f9d9af337 [2021-01-21T03:24:06.784Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T03:24:06.784Z] ---> Using cache [2021-01-21T03:24:06.784Z] ---> c911e337d618 [2021-01-21T03:24:06.784Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:24:06.784Z] ---> Using cache [2021-01-21T03:24:06.784Z] ---> 3e0d394dddda [2021-01-21T03:24:06.784Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T03:24:06.784Z] ---> Using cache [2021-01-21T03:24:06.784Z] ---> aeabe07b65bd [2021-01-21T03:24:06.784Z] Step 6/24 : COPY go.mod . [2021-01-21T03:24:06.784Z] ---> Using cache [2021-01-21T03:24:06.784Z] ---> fa49a0aac4f7 [2021-01-21T03:24:06.784Z] Step 7/24 : RUN go mod download [2021-01-21T03:24:06.784Z] ---> Using cache [2021-01-21T03:24:06.784Z] ---> 2f1b2b0eeba1 [2021-01-21T03:24:06.784Z] Step 8/24 : COPY . . [2021-01-21T03:24:06.784Z] ---> Using cache [2021-01-21T03:24:06.784Z] ---> ecd1eccca732 [2021-01-21T03:24:06.784Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T03:24:08.202Z] ---> Running in bac0944910b8 [2021-01-21T03:24:09.664Z] 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-21T03:24:13.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.1% of statements [2021-01-21T03:24:13.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T03:24:13.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T03:24:13.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T03:24:13.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T03:24:13.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T03:24:13.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.199s coverage: 100.0% of statements [2021-01-21T03:24:13.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T03:24:13.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2021-01-21T03:24:13.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T03:24:14.032Z] Removing intermediate container 89fc28135e48 [2021-01-21T03:24:14.032Z] ---> afc6d52d3c9c [2021-01-21T03:24:14.032Z] Step 8/23 : COPY . . [2021-01-21T03:24:17.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.950s coverage: 29.1% of statements [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T03:24:17.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.146s coverage: 99.0% of statements [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T03:24:17.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T03:24:17.475Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T03:24:17.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T03:24:17.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T03:24:17.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-01-21T03:24:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T03:24:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T03:24:17.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-21T03:24:19.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-21T03:24:19.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-21T03:24:20.453Z] GO111MODULE=on go vet ./... [2021-01-21T03:24:26.408Z] Removing intermediate container 92b46d3238e1 [2021-01-21T03:24:26.408Z] ---> 0e1ae7b84376 [2021-01-21T03:24:26.408Z] [2021-01-21T03:24:26.408Z] Step 10/22 : FROM scratch [2021-01-21T03:24:26.408Z] ---> [2021-01-21T03:24:26.408Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T03:24:27.813Z] ---> Using cache [2021-01-21T03:24:27.813Z] ---> 6fc7964cd962 [2021-01-21T03:24:27.813Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T03:24:27.813Z] ---> dd7bbb8929cf [2021-01-21T03:24:27.813Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T03:24:28.778Z] ---> Running in dd2e776be978 [2021-01-21T03:24:29.071Z] ---> Running in 46be14372359 [2021-01-21T03:24:29.346Z] 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-21T03:24:29.614Z] Removing intermediate container dd2e776be978 [2021-01-21T03:24:29.614Z] ---> ff9b88b76206 [2021-01-21T03:24:29.614Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T03:24:30.599Z] ---> Running in 16bff11d57b2 [2021-01-21T03:24:30.879Z] 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-21T03:24:31.154Z] Removing intermediate container 16bff11d57b2 [2021-01-21T03:24:31.154Z] ---> 29d8929a5af2 [2021-01-21T03:24:31.154Z] Step 14/22 : WORKDIR / [2021-01-21T03:24:31.422Z] ---> Running in 848dc69f7448 [2021-01-21T03:24:32.397Z] Removing intermediate container 848dc69f7448 [2021-01-21T03:24:32.397Z] ---> 16eda0593fca [2021-01-21T03:24:32.397Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:24:33.891Z] ---> db9c17abac81 [2021-01-21T03:24:33.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T03:24:36.530Z] ---> dea917c71aad [2021-01-21T03:24:36.530Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T03:24:37.949Z] ---> adf1ed457599 [2021-01-21T03:24:37.949Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T03:24:37.949Z] Removing intermediate container bac0944910b8 [2021-01-21T03:24:37.949Z] ---> 7ee7c12cbb30 [2021-01-21T03:24:37.949Z] [2021-01-21T03:24:37.949Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T03:24:37.949Z] ---> 389fef711851 [2021-01-21T03:24:37.949Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T03:24:37.949Z] ---> Using cache [2021-01-21T03:24:37.949Z] ---> 2afdcdab659a [2021-01-21T03:24:37.949Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T03:24:37.949Z] ---> Running in c44fa802e3d8 [2021-01-21T03:24:37.949Z] ---> ffd31796685b [2021-01-21T03:24:37.949Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T03:24:37.949Z] ---> Running in c3de82885516 [2021-01-21T03:24:37.949Z] ---> Running in 29343ee05d26 [2021-01-21T03:24:38.219Z] Removing intermediate container c44fa802e3d8 [2021-01-21T03:24:38.219Z] ---> b80ac3a06338 [2021-01-21T03:24:38.219Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:24:38.219Z] ---> Running in 310399eaca12 [2021-01-21T03:24:38.498Z] Removing intermediate container c3de82885516 [2021-01-21T03:24:38.498Z] ---> b9d5f42a5395 [2021-01-21T03:24:38.498Z] Step 13/24 : WORKDIR / [2021-01-21T03:24:38.498Z] ---> Running in 9dfc1a0f7a3d [2021-01-21T03:24:38.774Z] Removing intermediate container 310399eaca12 [2021-01-21T03:24:38.774Z] ---> e57c52b8cd91 [2021-01-21T03:24:38.774Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T03:24:38.774Z] 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-21T03:24:38.774Z] ---> Running in c044055a736a [2021-01-21T03:24:39.049Z] Removing intermediate container 9dfc1a0f7a3d [2021-01-21T03:24:39.049Z] ---> 07e43dcac846 [2021-01-21T03:24:39.049Z] 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-21T03:24:39.324Z] Removing intermediate container c044055a736a [2021-01-21T03:24:39.324Z] ---> 99264bf49742 [2021-01-21T03:24:39.324Z] Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:24:39.324Z] ---> Running in 1ccaf82b8ec0 [2021-01-21T03:24:39.324Z] ---> 0ba61f062bac [2021-01-21T03:24:39.324Z] 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-21T03:24:39.603Z] Removing intermediate container 1ccaf82b8ec0 [2021-01-21T03:24:39.603Z] ---> 930aaebcdc03 [2021-01-21T03:24:39.603Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T03:24:39.603Z] ---> Running in 17c024012f24 [2021-01-21T03:24:39.884Z] ---> 41a58d1efa4d [2021-01-21T03:24:39.884Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T03:24:39.884Z] Removing intermediate container 17c024012f24 [2021-01-21T03:24:39.884Z] ---> 7f417090696f [2021-01-21T03:24:39.884Z] [2021-01-21T03:24:40.162Z] Successfully built 7f417090696f [2021-01-21T03:24:40.162Z] Successfully tagged docker-core-command-go:latest [2021-01-21T03:24:40.432Z]  Building docker-core-command-go ... done  ---> c5685a9f2ff3 [2021-01-21T03:24:40.432Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T03:24:41.871Z] ---> cee95d75e8e5 [2021-01-21T03:24:41.872Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T03:24:42.850Z] ---> de3051e56e5c [2021-01-21T03:24:42.850Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T03:24:43.440Z] ---> 594fd36bb230 [2021-01-21T03:24:43.440Z] 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-21T03:24:44.023Z] ---> Running in 411f7609fc25 [2021-01-21T03:24:47.418Z] Removing intermediate container 411f7609fc25 [2021-01-21T03:24:47.418Z] ---> 178b5000b2ec [2021-01-21T03:24:47.418Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T03:24:47.418Z] Removing intermediate container 46be14372359 [2021-01-21T03:24:47.418Z] ---> 1e43b449bd83 [2021-01-21T03:24:47.418Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T03:24:47.418Z] ---> Running in 7fc90198fa21 [2021-01-21T03:24:47.418Z] ---> Running in 4522b9028f4f [2021-01-21T03:24:47.704Z] Removing intermediate container 7fc90198fa21 [2021-01-21T03:24:47.704Z] ---> d1e1bbc961eb [2021-01-21T03:24:47.704Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T03:24:47.704Z] ---> Running in f964d0d35202 [2021-01-21T03:24:47.976Z] Removing intermediate container f964d0d35202 [2021-01-21T03:24:47.976Z] ---> c1dfcb1d6725 [2021-01-21T03:24:47.976Z] Step 23/24 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:24:47.976Z] ---> Running in 77c8204ad015 [2021-01-21T03:24:48.248Z] 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-21T03:24:48.521Z] Removing intermediate container 77c8204ad015 [2021-01-21T03:24:48.521Z] ---> fe76394cad15 [2021-01-21T03:24:48.521Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T03:24:48.521Z] ---> Running in ae2e8d913ca2 [2021-01-21T03:24:48.798Z] Removing intermediate container ae2e8d913ca2 [2021-01-21T03:24:48.798Z] ---> d912908d11da [2021-01-21T03:24:48.798Z] [2021-01-21T03:24:49.076Z] Successfully built d912908d11da [2021-01-21T03:24:49.076Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T03:24:50.502Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4522b9028f4f [2021-01-21T03:24:50.502Z] ---> 8885fcf98c96 [2021-01-21T03:24:50.502Z] [2021-01-21T03:24:50.502Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T03:24:50.502Z] 20.10.0: Pulling from library/docker [2021-01-21T03:24:57.156Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T03:24:57.156Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T03:24:57.156Z] ---> aefe523efa57 [2021-01-21T03:24:57.156Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T03:24:57.156Z] ---> Running in 40fa08eee98e [2021-01-21T03:24:57.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:24:57.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:24:57.951Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T03:24:57.951Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T03:24:57.951Z] Executing bash-5.0.17-r0.post-install [2021-01-21T03:24:57.951Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:24:57.951Z] OK: 12 MiB in 22 packages [2021-01-21T03:25:00.510Z] Removing intermediate container 29343ee05d26 [2021-01-21T03:25:00.510Z] ---> d71cea810a47 [2021-01-21T03:25:00.510Z] [2021-01-21T03:25:00.510Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T03:25:00.510Z] ---> 389fef711851 [2021-01-21T03:25:00.510Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T03:25:00.510Z] ---> Running in a6bfe632f8ff [2021-01-21T03:25:00.510Z] Removing intermediate container 40fa08eee98e [2021-01-21T03:25:00.510Z] ---> b2526bfcc623 [2021-01-21T03:25:00.510Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T03:25:00.510Z] Removing intermediate container a6bfe632f8ff [2021-01-21T03:25:00.510Z] ---> b18ef27cb349 [2021-01-21T03:25:00.510Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T03:25:00.510Z] ---> Running in 830fc5939c98 [2021-01-21T03:25:00.510Z] ---> Running in e5d83c0bffa8 [2021-01-21T03:25:00.773Z] Removing intermediate container 830fc5939c98 [2021-01-21T03:25:00.773Z] ---> c97234fb927b [2021-01-21T03:25:00.773Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T03:25:00.773Z] Removing intermediate container e5d83c0bffa8 [2021-01-21T03:25:00.773Z] ---> ac91f88a3174 [2021-01-21T03:25:00.773Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T03:25:00.773Z] ---> Running in f3e25ece7a05 [2021-01-21T03:25:00.773Z] ---> Running in fa1c902061a0 [2021-01-21T03:25:01.037Z] Removing intermediate container f3e25ece7a05 [2021-01-21T03:25:01.037Z] ---> b988933661ae [2021-01-21T03:25:01.037Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:25:01.037Z] Removing intermediate container fa1c902061a0 [2021-01-21T03:25:01.037Z] ---> 7d0a1b33f69f [2021-01-21T03:25:01.037Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T03:25:01.037Z] ---> Running in b7867a0db87b [2021-01-21T03:25:01.037Z] ---> Running in 449a354bb308 [2021-01-21T03:25:01.307Z] Removing intermediate container b7867a0db87b [2021-01-21T03:25:01.307Z] ---> 153d8925b7bc [2021-01-21T03:25:01.307Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T03:25:01.896Z] ---> 64c607f39606 [2021-01-21T03:25:01.896Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T03:25:02.175Z] Removing intermediate container 449a354bb308 [2021-01-21T03:25:02.175Z] ---> 00a87903424b [2021-01-21T03:25:02.175Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T03:25:02.175Z] ---> 88776ac067ca [2021-01-21T03:25:02.175Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T03:25:02.175Z] ---> Running in e60c79ff4376 [2021-01-21T03:25:02.751Z] ---> e055b575529f [2021-01-21T03:25:02.751Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T03:25:02.751Z] ---> Running in b69ec0bc4c62 [2021-01-21T03:25:02.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:25:03.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:25:03.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:25:03.275Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T03:25:03.275Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T03:25:03.275Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T03:25:03.275Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T03:25:03.539Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T03:25:03.539Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T03:25:03.539Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T03:25:03.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:25:04.385Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T03:25:04.385Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T03:25:04.385Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T03:25:04.385Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T03:25:04.385Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T03:25:04.385Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T03:25:04.649Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T03:25:04.649Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T03:25:04.649Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T03:25:04.649Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T03:25:04.649Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T03:25:04.649Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T03:25:04.649Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T03:25:04.649Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T03:25:04.649Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T03:25:04.649Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T03:25:04.912Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T03:25:04.913Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T03:25:04.913Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T03:25:04.913Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T03:25:04.913Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T03:25:04.913Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T03:25:04.913Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T03:25:04.913Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T03:25:04.913Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T03:25:04.913Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T03:25:04.913Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T03:25:04.913Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T03:25:05.176Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T03:25:05.176Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:25:05.176Z] OK: 71 MiB in 55 packages [2021-01-21T03:25:05.442Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T03:25:06.841Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T03:25:06.841Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:25:07.789Z] OK: 8 MiB in 19 packages [2021-01-21T03:25:10.567Z] Removing intermediate container e60c79ff4376 [2021-01-21T03:25:10.567Z] ---> 41eb0d19421f [2021-01-21T03:25:10.567Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:25:13.919Z] ---> 739882e1ca33 [2021-01-21T03:25:13.919Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T03:25:14.188Z] Removing intermediate container b69ec0bc4c62 [2021-01-21T03:25:14.188Z] ---> 4cd2a237d3de [2021-01-21T03:25:14.188Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T03:25:14.188Z] ---> 19aff3ee9c45 [2021-01-21T03:25:14.188Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T03:25:14.188Z] ---> Running in 830046f85195 [2021-01-21T03:25:14.766Z] ---> 593d0710640c [2021-01-21T03:25:14.766Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T03:25:14.766Z] ---> Running in 8f751f2fdb9c [2021-01-21T03:25:15.028Z] Removing intermediate container 8f751f2fdb9c [2021-01-21T03:25:15.028Z] ---> 930a4dfb7822 [2021-01-21T03:25:15.028Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:25:15.028Z] ---> Running in 5740dcd5052f [2021-01-21T03:25:15.028Z] Removing intermediate container 5740dcd5052f [2021-01-21T03:25:15.028Z] ---> 05d5c17e393d [2021-01-21T03:25:15.028Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T03:25:15.292Z] ---> Running in a898e410bac4 [2021-01-21T03:25:15.292Z] Removing intermediate container a898e410bac4 [2021-01-21T03:25:15.292Z] ---> c003c4ddcca2 [2021-01-21T03:25:15.292Z] Step 22/23 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:25:15.556Z] ---> Running in c8bb7edc071d [2021-01-21T03:25:15.556Z] Removing intermediate container c8bb7edc071d [2021-01-21T03:25:15.556Z] ---> ef103e2c7318 [2021-01-21T03:25:15.556Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T03:25:15.556Z] ---> Running in 56e149d4538e [2021-01-21T03:25:15.822Z] Collecting docker-compose==1.23.2 [2021-01-21T03:25:15.822Z] Removing intermediate container 56e149d4538e [2021-01-21T03:25:15.822Z] ---> 5c0e370ea73f [2021-01-21T03:25:15.822Z] [2021-01-21T03:25:15.822Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T03:25:16.086Z] Successfully built 5c0e370ea73f [2021-01-21T03:25:16.086Z] Successfully tagged docker-core-data-go:latest [2021-01-21T03:25:16.348Z]  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 [2021-01-21T03:25:16.348Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T03:25:16.348Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T03:25:16.348Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T03:25:16.923Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T03:25:16.923Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T03:25:17.185Z] Collecting PyYAML<4,>=3.10 [2021-01-21T03:25:17.185Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T03:25:18.135Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T03:25:18.135Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T03:25:18.397Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T03:25:18.397Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T03:25:18.397Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T03:25:18.397Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T03:25:18.974Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T03:25:18.974Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T03:25:19.547Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T03:25:19.547Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T03:25:19.547Z] 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-21T03:25:19.547Z] 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-21T03:25:19.547Z] Collecting idna<2.8,>=2.5 [2021-01-21T03:25:19.547Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T03:25:19.547Z] 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-21T03:25:19.810Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T03:25:19.810Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T03:25:19.810Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T03:25:19.810Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T03:25:19.810Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T03:25:19.810Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T03:25:19.810Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T03:25:19.810Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T03:25:20.073Z] Installing collected packages: jsonschema, dockerpty, websocket-client, PyYAML, idna, urllib3, requests, cached-property, texttable, docopt, docker-pycreds, docker, docker-compose [2021-01-21T03:25:20.073Z] Running setup.py install for dockerpty: started [2021-01-21T03:25:20.647Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T03:25:20.647Z] Running setup.py install for PyYAML: started [2021-01-21T03:25:21.225Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T03:25:21.225Z] Attempting uninstall: idna [2021-01-21T03:25:21.225Z] Found existing installation: idna 2.9 [2021-01-21T03:25:21.225Z] Uninstalling idna-2.9: [2021-01-21T03:25:21.225Z] Successfully uninstalled idna-2.9 [2021-01-21T03:25:21.487Z] Attempting uninstall: urllib3 [2021-01-21T03:25:21.487Z] Found existing installation: urllib3 1.25.9 [2021-01-21T03:25:21.487Z] Uninstalling urllib3-1.25.9: [2021-01-21T03:25:21.487Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T03:25:21.751Z] Attempting uninstall: requests [2021-01-21T03:25:21.751Z] Found existing installation: requests 2.23.0 [2021-01-21T03:25:21.751Z] Uninstalling requests-2.23.0: [2021-01-21T03:25:21.751Z] Successfully uninstalled requests-2.23.0 [2021-01-21T03:25:22.017Z] Running setup.py install for texttable: started [2021-01-21T03:25:22.282Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T03:25:22.282Z] Running setup.py install for docopt: started [2021-01-21T03:25:22.858Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T03:25:23.434Z] 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-21T03:25:26.759Z] Removing intermediate container 830046f85195 [2021-01-21T03:25:26.759Z] ---> 0b732904e311 [2021-01-21T03:25:26.759Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T03:25:26.759Z] ---> Running in 3c44d9962edb [2021-01-21T03:25:27.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T03:25:27.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T03:25:27.335Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T03:25:27.600Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T03:25:27.600Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T03:25:27.600Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:25:27.600Z] OK: 72 MiB in 58 packages [2021-01-21T03:25:28.175Z] Removing intermediate container 3c44d9962edb [2021-01-21T03:25:28.175Z] ---> 421c5db0eb2d [2021-01-21T03:25:28.175Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T03:25:28.489Z] gofmt -l . [2021-01-21T03:25:28.489Z] [ "`gofmt -l .`" = "" ] [2021-01-21T03:25:28.755Z] ---> Running in f74d461541a0 [2021-01-21T03:25:28.764Z] ./bin/test-go-mod-tidy.sh [2021-01-21T03:25:29.019Z] Removing intermediate container f74d461541a0 [2021-01-21T03:25:29.019Z] ---> bf4a58d12911 [2021-01-21T03:25:29.019Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:25:29.019Z] ---> Running in 7caa8a50d70e [2021-01-21T03:25:29.284Z] Removing intermediate container 7caa8a50d70e [2021-01-21T03:25:29.284Z] ---> e284f9a43e74 [2021-01-21T03:25:29.284Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T03:25:29.284Z] ---> Running in 9279df9a719e [2021-01-21T03:25:29.548Z] Removing intermediate container 9279df9a719e [2021-01-21T03:25:29.548Z] ---> efad24744a1f [2021-01-21T03:25:29.548Z] Step 25/26 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:25:29.548Z] ---> Running in f5d05a8190cd [2021-01-21T03:25:29.751Z] ./bin/test-attribution-txt.sh [2021-01-21T03:25:29.813Z] Removing intermediate container f5d05a8190cd [2021-01-21T03:25:29.813Z] ---> 49f54b02dc32 [2021-01-21T03:25:29.813Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T03:25:29.813Z] ---> Running in 87e6be4478ec [2021-01-21T03:25:30.079Z] Removing intermediate container 87e6be4478ec [2021-01-21T03:25:30.079Z] ---> 3e22a4a545c7 [2021-01-21T03:25:30.079Z] [2021-01-21T03:25:30.079Z] Successfully built 3e22a4a545c7 [2021-01-21T03:25:30.079Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T03:25:30.356Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T03:25:30.378Z] $ docker stop --time=1 b2469ec378d98ae12d7ede9e8256f908e15711b25c7089b6ddba0acfdec6d10b [2021-01-21T03:25:31.995Z] $ docker rm -f b2469ec378d98ae12d7ede9e8256f908e15711b25c7089b6ddba0acfdec6d10b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-01-21T03:25:32.531Z] + docker images [2021-01-21T03:25:32.531Z] + grep docker [2021-01-21T03:25:32.531Z] docker-sys-mgmt-agent-go latest 3e22a4a545c7 3 seconds ago 313MB [2021-01-21T03:25:32.531Z] docker-core-data-go latest 5c0e370ea73f 17 seconds ago 22.3MB [2021-01-21T03:25:32.531Z] docker-security-secretstore-setup-go latest d912908d11da 44 seconds ago 24.6MB [2021-01-21T03:25:32.531Z] docker-core-command-go latest 7f417090696f 53 seconds ago 10.6MB [2021-01-21T03:25:32.531Z] docker-security-bootstrap-redis-go latest 6c49777f4161 About a minute ago 15.8MB [2021-01-21T03:25:32.531Z] docker-security-proxy-setup-go latest 5fe77af13ad7 About a minute ago 24.4MB [2021-01-21T03:25:32.531Z] docker-support-notifications-go latest 587899f9a06a About a minute ago 12MB [2021-01-21T03:25:32.531Z] docker-core-metadata-go latest 43579bed0169 2 minutes ago 13.1MB [2021-01-21T03:25:32.531Z] docker-support-scheduler-go latest b102d168c995 2 minutes ago 10.7MB [2021-01-21T03:25:32.531Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-21T03:25:32.921Z] + ls -al . [2021-01-21T03:25:32.921Z] total 684 [2021-01-21T03:25:32.921Z] drwxrwxr-x 9 1001 1001 4096 Jan 21 03:25 . [2021-01-21T03:25:32.921Z] drwxr-xr-x 4 root root 4096 Jan 21 03:21 .. [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 03:20 .dockerignore [2021-01-21T03:25:32.921Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 03:20 .git [2021-01-21T03:25:32.921Z] drwxrwxr-x 3 1001 1001 4096 Jan 21 03:20 .github [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 03:20 .gitignore [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 03:20 .sonarcloud.properties [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 03:20 Attribution.txt [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 03:20 CONTRIBUTING.md [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 03:20 Dockerfile.build [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 03:20 Jenkinsfile [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 03:20 LICENSE [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 03:20 Makefile [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 03:20 README.md [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 03:20 SECURITY.md [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 03:17 VERSION [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 03:20 ZMQWindows.md [2021-01-21T03:25:32.921Z] drwxrwxr-x 2 1001 1001 4096 Jan 21 03:20 bin [2021-01-21T03:25:32.921Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 03:20 cmd [2021-01-21T03:25:32.921Z] -rw-r--r-- 1 root root 550466 Jan 21 03:24 coverage.out [2021-01-21T03:25:32.921Z] -rw-r--r-- 1 root root 1027 Jan 21 03:25 go.mod [2021-01-21T03:25:32.921Z] -rw-r--r-- 1 root root 18725 Jan 21 03:25 go.sum [2021-01-21T03:25:32.921Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 03:20 internal [2021-01-21T03:25:32.921Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 03:20 openapi [2021-01-21T03:25:32.921Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 03:20 snap [2021-01-21T03:25:32.921Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 03:20 version.go [Pipeline] // stage [Pipeline] sh [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-21T03:25:33.631Z] + '[' -e coverage.out ] [2021-01-21T03:25:33.631Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T03:25:33.699Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T03:25:35.021Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T03:25:35.728Z] + make build [2021-01-21T03:25:35.728Z] 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-21T03:25:48.206Z] 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-21T03:25:48.544Z] Still waiting to schedule task [2021-01-21T03:25:48.544Z] ‘prd-ubuntu18.04-docker-8c-8g-21845’ is offline [2021-01-21T03:26:10.403Z] 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-21T03:26:13.785Z] 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-21T03:26:18.105Z] 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-21T03:26:19.090Z] 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-21T03:26:24.494Z] 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-21T03:26:29.907Z] 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-21T03:26:35.324Z] 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-21T03:26:38.267Z] Running on prd-ubuntu18.04-docker-8c-8g-21846 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws [2021-01-21T03:26:38.327Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-21T03:26:39.664Z] 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-21T03:26:40.381Z] using credential edgex-jenkins-ssh [2021-01-21T03:26:40.481Z] Cloning the remote Git repository [2021-01-21T03:26:40.507Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T03:26:40.571Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-21T03:26:40.605Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T03:26:40.605Z] > git --version # timeout=10 [2021-01-21T03:26:40.612Z] > git --version # 'git version 2.17.1' [2021-01-21T03:26:40.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T03:26:40.637Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T03:26:43.078Z] 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-21T03:26:47.387Z] 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-21T03:26:49.276Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T03:26:49.282Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T03:26:49.291Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T03:26:49.303Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T03:26:49.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T03:26:49.306Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T03:26:49.919Z] Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit 35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:26:50.035Z] Merge succeeded, producing 35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:26:50.036Z] Checking out Revision 35d7beb047923e9d71d8e176dbf4b6bc5d209303 (PR-3056) [2021-01-21T03:26:49.932Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T03:26:49.943Z] > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 [2021-01-21T03:26:50.011Z] > git remote # timeout=10 [2021-01-21T03:26:50.018Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T03:26:50.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T03:26:50.026Z] > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 [2021-01-21T03:26:50.034Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T03:26:50.043Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T03:26:50.051Z] > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 [Pipeline] } [2021-01-21T03:26:51.712Z] $ docker stop --time=1 0d2a02aa5b83efa7429f7570d4d46fb576da60aeae0fa0b704ba68c482031707 [2021-01-21T03:26:53.716Z] Commit message: "fix(meta): Check the associated object existence when delete Profile" [2021-01-21T03:26:54.033Z] $ docker rm -f 0d2a02aa5b83efa7429f7570d4d46fb576da60aeae0fa0b704ba68c482031707 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:26:56.158Z] + echo snap-build.sh [2021-01-21T03:26:56.158Z] snap-build.sh [2021-01-21T03:26:56.158Z] + SNAP_BASE_DIR=. [2021-01-21T03:26:56.158Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-21T03:26:56.158Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-21T03:26:56.158Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-21T03:26:56.158Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-21T03:26:56.158Z] + cd /w/workspace/edgex-go/2 [2021-01-21T03:26:56.158Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-21T03:26:56.158Z] Reading package lists... [2021-01-21T03:26:56.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T03:26:56.361Z] [2021-01-21T03:26:56.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T03:26:56.419Z] Building dependency tree... [2021-01-21T03:26:56.419Z] Reading state information... [2021-01-21T03:26:56.419Z] The following packages were automatically installed and are no longer required: [2021-01-21T03:26:56.419Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-21T03:26:56.419Z] uidmap xdelta3 [2021-01-21T03:26:56.419Z] Use 'sudo apt autoremove' to remove them. [Pipeline] isUnix [2021-01-21T03:26:56.680Z] The following packages will be REMOVED: [2021-01-21T03:26:56.680Z] lxd* lxd-client* [Pipeline] sh [2021-01-21T03:26:56.941Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-21T03:26:56.942Z] After this operation, 31.7 MB disk space will be freed. [2021-01-21T03:26:57.023Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T03:26:57.023Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T03:26:57.023Z] 29e5d40040c1: Pulling fs layer [2021-01-21T03:26:57.023Z] 1ce36da41761: Pulling fs layer [2021-01-21T03:26:57.023Z] 25b303627fd3: Pulling fs layer [2021-01-21T03:26:57.303Z] 29e5d40040c1: Download complete [2021-01-21T03:26:57.899Z] 1ce36da41761: Verifying Checksum [2021-01-21T03:26:57.899Z] 1ce36da41761: Download complete [2021-01-21T03:26:57.899Z] 29e5d40040c1: Pull complete [2021-01-21T03:26:57.991Z] (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-21T03:26:57.991Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T03:26:58.935Z] Removing lxd dnsmasq configuration [2021-01-21T03:26:58.935Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T03:26:59.197Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-21T03:26:59.376Z] 1ce36da41761: Pull complete [2021-01-21T03:26:59.650Z] 25b303627fd3: Verifying Checksum [2021-01-21T03:26:59.650Z] 25b303627fd3: Download complete [2021-01-21T03:27:00.143Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-21T03:27:00.143Z] (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-21T03:27:00.143Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T03:27:01.536Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-21T03:27:01.536Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-21T03:27:02.932Z] + sudo snap remove --purge lxd [2021-01-21T03:27:02.932Z] snap "lxd" is not installed [2021-01-21T03:27:02.932Z] + sudo groupadd --force --system lxd [2021-01-21T03:27:02.932Z] ++ whoami [2021-01-21T03:27:02.932Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-21T03:27:02.932Z] + newgrp - lxd [2021-01-21T03:27:02.932Z] + sudo snap install lxd [2021-01-21T03:27:09.836Z] 25b303627fd3: Pull complete [2021-01-21T03:27:09.836Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T03:27:09.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T03:27:09.836Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T03:27:10.107Z] prd-ubuntu18.04-docker-arm64-4c-16g-21844 does not seem to be running inside a container [2021-01-21T03:27:10.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T03:27:13.008Z] 2021-01-21T03:27:10Z INFO Waiting for automatic snapd restart... [2021-01-21T03:27:13.287Z] $ docker top 25903f9af7582474f491bccc4fb5498109044e1da81c3d79f2180474db82188b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T03:27:14.359Z] + docker-compose build --help [2021-01-21T03:27:14.360Z] + grep parallel [2021-01-21T03:27:17.725Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T03:27:18.010Z] $ docker stop --time=1 25903f9af7582474f491bccc4fb5498109044e1da81c3d79f2180474db82188b [2021-01-21T03:27:19.947Z] $ docker rm -f 25903f9af7582474f491bccc4fb5498109044e1da81c3d79f2180474db82188b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:27:20.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T03:27:20.831Z] . [Pipeline] withDockerContainer [2021-01-21T03:27:21.096Z] prd-ubuntu18.04-docker-arm64-4c-16g-21844 does not seem to be running inside a container [2021-01-21T03:27:21.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T03:27:22.677Z] $ docker top 427df403280302f86e829b0fda4fb14c471f1c3795e8f1ba8a7bf48fbe4feedc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T03:27:23.776Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T03:27:27.176Z] Building docker-core-command-go ... [2021-01-21T03:27:27.176Z] Building docker-core-data-go ... [2021-01-21T03:27:27.176Z] Building docker-core-metadata-go ... [2021-01-21T03:27:27.176Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T03:27:27.176Z] Building docker-security-proxy-setup-go ... [2021-01-21T03:27:27.176Z] Building docker-security-secretstore-setup-go ... [2021-01-21T03:27:27.176Z] Building docker-support-notifications-go ... [2021-01-21T03:27:27.176Z] Building docker-support-scheduler-go ... [2021-01-21T03:27:27.176Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T03:27:27.176Z] Building docker-sys-mgmt-agent-go [2021-01-21T03:27:27.176Z] Building docker-core-command-go [2021-01-21T03:27:27.176Z] Building docker-security-bootstrap-redis-go [2021-01-21T03:27:27.176Z] Building docker-core-metadata-go [2021-01-21T03:27:27.176Z] Building docker-support-notifications-go [2021-01-21T03:27:31.175Z] lxd 4.10 from Canonical* installed [2021-01-21T03:27:31.176Z] + sudo lxd init --auto [2021-01-21T03:27:37.775Z] + sudo snap install --classic snapcraft [2021-01-21T03:27:44.400Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T03:27:44.400Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-21T03:27:44.400Z] + patch --verbose -p1 [2021-01-21T03:27:44.400Z] Hmm... Looks like a unified diff to me... [2021-01-21T03:27:44.400Z] The text leading up to this was: [2021-01-21T03:27:44.400Z] -------------------------- [2021-01-21T03:27:44.400Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-21T03:27:44.400Z] |From: Tony Espy [2021-01-21T03:27:44.400Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-21T03:27:44.400Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-21T03:27:44.400Z] | [2021-01-21T03:27:44.400Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-21T03:27:44.400Z] |optimize the snap CI check run for pull requests. When [2021-01-21T03:27:44.400Z] |applied, it essentially strips out everything (apps and [2021-01-21T03:27:44.400Z] |parts) from the snapcraft.yaml file except those required [2021-01-21T03:27:44.400Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-21T03:27:44.400Z] |catch changes to edgex-go that break the snap build. [2021-01-21T03:27:44.400Z] | [2021-01-21T03:27:44.400Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-21T03:27:44.400Z] |to update this patch file, otherwise it may fail to apply, [2021-01-21T03:27:44.400Z] |resulting in a failed snap build CI check in the associated [2021-01-21T03:27:44.400Z] |pull request. [2021-01-21T03:27:44.400Z] | [2021-01-21T03:27:44.400Z] |Note - in addition to applying this patch, the pipeline also [2021-01-21T03:27:44.400Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-21T03:27:44.400Z] |need to build the finally binary .snap file (and it won't [2021-01-21T03:27:44.400Z] |work with the patch applied). This further reduces the build [2021-01-21T03:27:44.400Z] |time. [2021-01-21T03:27:44.400Z] |--- [2021-01-21T03:27:44.400Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-21T03:27:44.400Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-21T03:27:44.400Z] | [2021-01-21T03:27:44.400Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-21T03:27:44.400Z] |index 1e537489..faf42425 100644 [2021-01-21T03:27:44.400Z] |--- a/snap/snapcraft.yaml [2021-01-21T03:27:44.400Z] |+++ b/snap/snapcraft.yaml [2021-01-21T03:27:44.400Z] -------------------------- [2021-01-21T03:27:44.400Z] patching file snap/snapcraft.yaml [2021-01-21T03:27:44.400Z] Using Plan A... [2021-01-21T03:27:44.400Z] Hunk #1 succeeded at 73. [2021-01-21T03:27:44.400Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-21T03:27:44.400Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-21T03:27:44.400Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-21T03:27:44.400Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-21T03:27:44.400Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-21T03:27:44.400Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-21T03:27:44.400Z] Hunk #8 succeeded at 342. [2021-01-21T03:27:44.400Z] Hmm... Ignoring the trailing garbage. [2021-01-21T03:27:44.400Z] done [2021-01-21T03:27:44.400Z] + sudo snapcraft prime --use-lxd [2021-01-21T03:27:45.786Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-21T03:27:45.786Z] 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-21T03:27:45.786Z] - README.md [2021-01-21T03:27:45.786Z] - snapcraft.yaml.orig [2021-01-21T03:27:45.786Z] [2021-01-21T03:27:45.786Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T03:27:46.361Z] Launching a container. [2021-01-21T03:27:58.621Z] Waiting for container to be ready [2021-01-21T03:27:58.621Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-21T03:27:58.621Z] [2021-01-21T03:28:00.531Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-21T03:28:00.531Z] Waiting for network to be ready... [2021-01-21T03:28:01.101Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T03:28:01.101Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T03:28:01.101Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T03:28:01.101Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T03:28:01.101Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T03:28:01.101Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T03:28:01.101Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T03:28:01.101Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T03:28:01.101Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T03:28:01.362Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T03:28:01.622Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T03:28:01.622Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T03:28:01.883Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T03:28:01.883Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T03:28:01.883Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T03:28:01.883Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T03:28:01.883Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T03:28:01.883Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T03:28:02.457Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T03:28:02.457Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T03:28:02.718Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T03:28:02.718Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T03:28:02.718Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T03:28:02.718Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T03:28:02.718Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T03:28:02.718Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T03:28:02.718Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T03:28:05.268Z] Fetched 23.8 MB in 4s (5975 kB/s) [2021-01-21T03:28:05.842Z] Reading package lists... [2021-01-21T03:28:05.842Z] Reading package lists... [2021-01-21T03:28:06.104Z] Building dependency tree... [2021-01-21T03:28:06.104Z] Reading state information... [2021-01-21T03:28:06.104Z] The following additional packages will be installed: [2021-01-21T03:28:06.104Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T03:28:06.104Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T03:28:06.104Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T03:28:06.104Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-21T03:28:06.104Z] Suggested packages: [2021-01-21T03:28:06.104Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-21T03:28:06.104Z] Recommended packages: [2021-01-21T03:28:06.104Z] gnupg libsasl2-modules [2021-01-21T03:28:06.104Z] The following NEW packages will be installed: [2021-01-21T03:28:06.104Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T03:28:06.104Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T03:28:06.104Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T03:28:06.104Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-21T03:28:06.104Z] The following packages will be upgraded: [2021-01-21T03:28:06.104Z] gpg gpg-agent gpgconf libudev1 [2021-01-21T03:28:06.365Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-21T03:28:06.365Z] Need to get 3533 kB of archives. [2021-01-21T03:28:06.365Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-21T03:28:06.365Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-21T03:28:06.365Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-21T03:28:06.626Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-21T03:28:06.887Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-21T03:28:06.887Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-21T03:28:06.887Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-21T03:28:06.887Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-21T03:28:06.887Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-21T03:28:06.887Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-21T03:28:06.887Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-21T03:28:07.155Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-21T03:28:07.155Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-21T03:28:07.155Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-21T03:28:07.155Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-21T03:28:07.155Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-21T03:28:07.155Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-21T03:28:07.155Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-21T03:28:07.155Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-21T03:28:07.155Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-21T03:28:07.155Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-21T03:28:07.155Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-21T03:28:07.155Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-21T03:28:07.416Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T03:28:07.416Z] Fetched 3533 kB in 1s (3253 kB/s) [2021-01-21T03:28:07.416Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T03:28:07.416Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-21T03:28:07.416Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T03:28:07.416Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-21T03:28:07.676Z] Selecting previously unselected package udev. [2021-01-21T03:28:07.676Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T03:28:07.676Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-21T03:28:07.676Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-21T03:28:07.936Z] Selecting previously unselected package libfuse2:amd64. [2021-01-21T03:28:07.936Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T03:28:07.936Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T03:28:07.936Z] Selecting previously unselected package fuse. [2021-01-21T03:28:07.936Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T03:28:07.936Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-21T03:28:07.936Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:07.936Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T03:28:08.196Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:08.196Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T03:28:08.457Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:08.457Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T03:28:08.457Z] Selecting previously unselected package libksba8:amd64. [2021-01-21T03:28:08.457Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-21T03:28:08.457Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-21T03:28:08.720Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-21T03:28:08.720Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:08.720Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:08.720Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-21T03:28:08.720Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:08.720Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:08.980Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-21T03:28:08.980Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:08.980Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:08.980Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-21T03:28:08.980Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:08.980Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:08.980Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-21T03:28:08.980Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:08.980Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:09.240Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-21T03:28:09.240Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:09.240Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:09.240Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-21T03:28:09.240Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:09.240Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:09.502Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-21T03:28:09.502Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:09.502Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:09.502Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-21T03:28:09.502Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T03:28:09.502Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:09.502Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-21T03:28:09.502Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T03:28:09.502Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T03:28:09.763Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-21T03:28:09.764Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T03:28:09.764Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T03:28:09.764Z] Selecting previously unselected package libldap-common. [2021-01-21T03:28:09.764Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-21T03:28:09.764Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T03:28:09.764Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-21T03:28:09.764Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-21T03:28:09.764Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T03:28:10.024Z] Selecting previously unselected package dirmngr. [2021-01-21T03:28:10.024Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:10.024Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T03:28:10.024Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T03:28:10.291Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-21T03:28:10.291Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T03:28:10.291Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T03:28:10.291Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T03:28:10.291Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-21T03:28:10.291Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:10.291Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-21T03:28:10.291Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T03:28:10.291Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-21T03:28:10.565Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-21T03:28:10.828Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:10.828Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-21T03:28:10.828Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-21T03:28:10.828Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-21T03:28:10.828Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:10.828Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:11.089Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:11.089Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:11.089Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:11.089Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:11.089Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T03:28:11.089Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T03:28:11.089Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T03:28:11.089Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T03:28:11.658Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-21T03:28:11.658Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-21T03:28:11.658Z] This means they are not meant to be enabled using systemctl. [2021-01-21T03:28:11.658Z] Possible reasons for having this kind of units are: [2021-01-21T03:28:11.658Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-21T03:28:11.658Z] .wants/ or .requires/ directory. [2021-01-21T03:28:11.658Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-21T03:28:11.658Z] a requirement dependency on it. [2021-01-21T03:28:11.658Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-21T03:28:11.658Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-21T03:28:11.658Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-21T03:28:11.658Z] instance name specified. [2021-01-21T03:28:11.658Z] Reading package lists... [2021-01-21T03:28:11.918Z] Building dependency tree... [2021-01-21T03:28:11.918Z] Reading state information... [2021-01-21T03:28:12.178Z] The following additional packages will be installed: [2021-01-21T03:28:12.178Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-21T03:28:12.178Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-21T03:28:12.178Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-21T03:28:12.178Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-21T03:28:12.178Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-21T03:28:12.178Z] Suggested packages: [2021-01-21T03:28:12.178Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-21T03:28:12.178Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-21T03:28:12.178Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-21T03:28:12.178Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-21T03:28:12.178Z] systemd-container policykit-1 [2021-01-21T03:28:12.178Z] Recommended packages: [2021-01-21T03:28:12.178Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-21T03:28:12.178Z] The following NEW packages will be installed: [2021-01-21T03:28:12.178Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-21T03:28:12.178Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-21T03:28:12.178Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-21T03:28:12.178Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-21T03:28:12.178Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-21T03:28:12.178Z] The following packages will be upgraded: [2021-01-21T03:28:12.178Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-21T03:28:12.178Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-21T03:28:12.178Z] Need to get 35.2 MB of archives. [2021-01-21T03:28:12.178Z] After this operation, 141 MB of additional disk space will be used. [2021-01-21T03:28:12.178Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-21T03:28:12.178Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-21T03:28:12.437Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-21T03:28:12.437Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-21T03:28:12.437Z] 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-21T03:28:12.437Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-21T03:28:12.437Z] 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-21T03:28:12.437Z] 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-21T03:28:12.437Z] 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-21T03:28:12.437Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-21T03:28:12.437Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-21T03:28:12.437Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-21T03:28:12.437Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-21T03:28:12.437Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-21T03:28:12.437Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-21T03:28:12.437Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-21T03:28:12.437Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-21T03:28:13.019Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-21T03:28:13.019Z] 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-21T03:28:13.019Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-21T03:28:13.019Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-21T03:28:13.019Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-21T03:28:13.019Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-21T03:28:13.019Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-21T03:28:13.019Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-21T03:28:13.019Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-21T03:28:13.282Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-21T03:28:13.282Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-21T03:28:13.282Z] 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-21T03:28:13.282Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-21T03:28:14.669Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T03:28:14.669Z] Fetched 35.2 MB in 2s (15.5 MB/s) [2021-01-21T03:28:14.669Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T03:28:14.669Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-21T03:28:14.669Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T03:28:15.241Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-21T03:28:15.506Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T03:28:15.506Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-21T03:28:15.506Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T03:28:15.506Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T03:28:15.766Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T03:28:15.766Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-21T03:28:16.028Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T03:28:16.028Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T03:28:16.028Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T03:28:16.288Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-21T03:28:16.288Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-21T03:28:16.859Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-21T03:28:16.859Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-21T03:28:16.859Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T03:28:16.859Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T03:28:17.120Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-21T03:28:17.120Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T03:28:17.120Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T03:28:17.381Z] Selecting previously unselected package libexpat1:amd64. [2021-01-21T03:28:17.381Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-21T03:28:17.381Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T03:28:17.381Z] Selecting previously unselected package python3.6-minimal. [2021-01-21T03:28:17.381Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T03:28:17.381Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T03:28:17.641Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T03:28:17.641Z] Checking for services that may need to be restarted...done. [2021-01-21T03:28:17.641Z] Checking for services that may need to be restarted...done. [2021-01-21T03:28:17.902Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T03:28:17.902Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T03:28:17.902Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T03:28:18.478Z] Selecting previously unselected package python3-minimal. [2021-01-21T03:28:18.478Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-21T03:28:18.478Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-21T03:28:18.478Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-21T03:28:18.478Z] Selecting previously unselected package mime-support. [2021-01-21T03:28:18.478Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-21T03:28:18.478Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-21T03:28:18.478Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-21T03:28:18.478Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-21T03:28:18.478Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T03:28:18.478Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-21T03:28:18.478Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T03:28:18.478Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T03:28:19.050Z] Selecting previously unselected package python3.6. [2021-01-21T03:28:19.050Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T03:28:19.050Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T03:28:19.050Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-21T03:28:19.050Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-21T03:28:19.050Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T03:28:19.050Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-21T03:28:19.310Z] Selecting previously unselected package python3. [2021-01-21T03:28:19.310Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-21T03:28:19.310Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-21T03:28:19.310Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-21T03:28:19.310Z] Selecting previously unselected package multiarch-support. [2021-01-21T03:28:19.310Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T03:28:19.310Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T03:28:19.571Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T03:28:19.571Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-21T03:28:19.571Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-21T03:28:19.571Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-21T03:28:19.571Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T03:28:19.571Z] Selecting previously unselected package libbsd0:amd64. [2021-01-21T03:28:19.571Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-21T03:28:19.571Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T03:28:19.833Z] Selecting previously unselected package sudo. [2021-01-21T03:28:19.833Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-21T03:28:19.833Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T03:28:19.833Z] Selecting previously unselected package apparmor. [2021-01-21T03:28:19.833Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T03:28:19.833Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-21T03:28:20.093Z] Selecting previously unselected package libedit2:amd64. [2021-01-21T03:28:20.093Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-21T03:28:20.093Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T03:28:20.093Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-21T03:28:20.093Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T03:28:20.354Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T03:28:20.354Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-21T03:28:20.354Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T03:28:20.354Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T03:28:20.354Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-21T03:28:20.354Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-21T03:28:20.354Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T03:28:20.614Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-21T03:28:20.614Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T03:28:20.614Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T03:28:20.614Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-21T03:28:20.614Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T03:28:20.614Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T03:28:20.876Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-21T03:28:20.876Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-21T03:28:20.876Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T03:28:21.139Z] Selecting previously unselected package openssh-client. [2021-01-21T03:28:21.139Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-21T03:28:21.139Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T03:28:21.139Z] Selecting previously unselected package squashfs-tools. [2021-01-21T03:28:21.139Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-21T03:28:21.139Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T03:28:21.139Z] Selecting previously unselected package snapd. [2021-01-21T03:28:21.139Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-21T03:28:21.401Z] Unpacking snapd (2.48+18.04) ... [2021-01-21T03:28:23.316Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T03:28:23.316Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T03:28:23.316Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-21T03:28:23.316Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T03:28:23.579Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T03:28:23.579Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T03:28:23.579Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T03:28:23.579Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-21T03:28:23.579Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-21T03:28:24.967Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T03:28:24.967Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T03:28:24.967Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T03:28:24.967Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T03:28:24.967Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T03:28:24.967Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T03:28:25.537Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T03:28:25.537Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T03:28:25.537Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T03:28:25.537Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-21T03:28:25.537Z] running python rtupdate hooks for python3.6... [2021-01-21T03:28:25.537Z] running python post-rtupdate hooks for python3.6... [2021-01-21T03:28:25.797Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-21T03:28:27.196Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-21T03:28:27.196Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T03:28:27.196Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T03:28:27.461Z] Setting up snapd (2.48+18.04) ... [2021-01-21T03:28:27.728Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-21T03:28:27.989Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-21T03:28:28.251Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-21T03:28:28.251Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-21T03:28:28.518Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T03:28:28.518Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T03:28:28.782Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-21T03:28:28.782Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-21T03:28:29.045Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-21T03:28:29.306Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-21T03:28:29.306Z] /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-21T03:28:29.306Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T03:28:29.306Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T03:28:30.691Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T03:28:30.691Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T03:28:30.691Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T03:28:31.905Z] Reading package lists... [2021-01-21T03:28:31.905Z] Reading package lists... [2021-01-21T03:28:32.167Z] Building dependency tree... [2021-01-21T03:28:32.167Z] Reading state information... [2021-01-21T03:28:32.167Z] Calculating upgrade... [2021-01-21T03:28:32.428Z] The following packages will be upgraded: [2021-01-21T03:28:32.428Z] advancecomp base-files bash binutils binutils-common [2021-01-21T03:28:32.428Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-21T03:28:32.428Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-21T03:28:32.428Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-21T03:28:32.428Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-21T03:28:32.428Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-21T03:28:32.428Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-21T03:28:32.428Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-21T03:28:32.428Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-21T03:28:32.428Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-21T03:28:32.428Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-21T03:28:32.428Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-21T03:28:32.428Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-21T03:28:32.428Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-21T03:28:32.428Z] ubuntu-keyring util-linux [2021-01-21T03:28:32.428Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T03:28:32.428Z] Need to get 63.7 MB of archives. [2021-01-21T03:28:32.428Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-21T03:28:32.428Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-21T03:28:32.428Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-21T03:28:32.428Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-21T03:28:32.428Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-21T03:28:32.428Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-21T03:28:32.428Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-21T03:28:32.428Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-21T03:28:32.428Z] 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-21T03:28:32.428Z] 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-21T03:28:32.428Z] 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-21T03:28:32.428Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-21T03:28:32.428Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-21T03:28:32.689Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-21T03:28:32.689Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-21T03:28:32.689Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-21T03:28:32.689Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-21T03:28:32.689Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-21T03:28:32.689Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-21T03:28:32.689Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-21T03:28:32.689Z] 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-21T03:28:32.689Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-21T03:28:32.689Z] 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-21T03:28:32.689Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-21T03:28:32.689Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-21T03:28:32.689Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-21T03:28:32.689Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-21T03:28:32.689Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-21T03:28:32.689Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-21T03:28:32.689Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-21T03:28:32.689Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-21T03:28:32.689Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-21T03:28:32.949Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-21T03:28:32.949Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-21T03:28:32.949Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-21T03:28:32.949Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-21T03:28:32.949Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-21T03:28:32.950Z] 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-21T03:28:32.950Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-21T03:28:32.950Z] 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-21T03:28:32.950Z] 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-21T03:28:32.950Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-21T03:28:32.950Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-21T03:28:32.950Z] 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-21T03:28:32.950Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-21T03:28:32.950Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-21T03:28:32.950Z] 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-21T03:28:32.950Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-21T03:28:32.950Z] 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-21T03:28:32.950Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-21T03:28:32.950Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-21T03:28:32.950Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-21T03:28:32.950Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-21T03:28:32.950Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-21T03:28:32.950Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-21T03:28:32.950Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-21T03:28:33.209Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-21T03:28:33.209Z] 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-21T03:28:33.209Z] 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-21T03:28:33.470Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-21T03:28:33.470Z] 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-21T03:28:33.470Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-21T03:28:33.470Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-21T03:28:33.470Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-21T03:28:33.470Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-21T03:28:33.730Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-21T03:28:33.730Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-21T03:28:33.730Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-21T03:28:33.730Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-21T03:28:33.730Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-21T03:28:33.730Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-21T03:28:33.730Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-21T03:28:33.730Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-21T03:28:33.730Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-21T03:28:33.730Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-21T03:28:33.730Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-21T03:28:33.730Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-21T03:28:33.990Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-21T03:28:33.990Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-21T03:28:33.990Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-21T03:28:33.991Z] 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-21T03:28:33.991Z] 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-21T03:28:33.991Z] 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-21T03:28:33.991Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-21T03:28:33.991Z] 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-21T03:28:33.991Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-21T03:28:33.991Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-21T03:28:33.991Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-21T03:28:33.991Z] 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-21T03:28:33.991Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-21T03:28:33.991Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-21T03:28:33.991Z] 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-21T03:28:34.252Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-21T03:28:34.252Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-21T03:28:34.252Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-21T03:28:34.252Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-21T03:28:34.252Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-21T03:28:34.252Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-21T03:28:34.252Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T03:28:34.252Z] Fetched 63.7 MB in 2s (34.2 MB/s) [2021-01-21T03:28:34.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:34.516Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T03:28:34.516Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T03:28:35.162Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T03:28:35.162Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T03:28:35.162Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-21T03:28:35.162Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-21T03:28:36.109Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:36.109Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:36.371Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:36.371Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:36.371Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:36.371Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:36.632Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:36.632Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:36.632Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:36.632Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:36.894Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:36.894Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:36.894Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:36.894Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:37.156Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:28:37.156Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T03:28:37.156Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:37.156Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-21T03:28:37.156Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:28:37.416Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T03:28:37.416Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:37.416Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:37.416Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:37.416Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:37.678Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:37.678Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T03:28:37.678Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:28:37.938Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T03:28:37.938Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T03:28:37.939Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T03:28:38.522Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T03:28:38.784Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T03:28:38.784Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-21T03:28:38.784Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-21T03:28:38.784Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-21T03:28:38.784Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-21T03:28:39.045Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-21T03:28:39.045Z] Installing new version of config file /etc/issue ... [2021-01-21T03:28:39.045Z] Installing new version of config file /etc/issue.net ... [2021-01-21T03:28:39.045Z] Installing new version of config file /etc/lsb-release ... [2021-01-21T03:28:39.045Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-21T03:28:39.309Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-21T03:28:39.571Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-21T03:28:39.571Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-21T03:28:39.571Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:39.571Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-21T03:28:39.571Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-21T03:28:39.833Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-21T03:28:39.833Z] 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-21T03:28:39.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:39.833Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:39.833Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:40.099Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:28:40.099Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:40.099Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-21T03:28:40.384Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-21T03:28:40.384Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-21T03:28:40.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:40.646Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-21T03:28:40.646Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T03:28:40.908Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-21T03:28:40.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:40.908Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:40.908Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T03:28:41.181Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T03:28:41.181Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:41.181Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:41.181Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T03:28:41.442Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-21T03:28:41.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:41.442Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-21T03:28:41.442Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-21T03:28:41.442Z] Setting up grep (3.1-2build1) ... [2021-01-21T03:28:41.702Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:41.702Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T03:28:41.702Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T03:28:41.702Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-21T03:28:41.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:41.968Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T03:28:41.968Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T03:28:41.968Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-21T03:28:41.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:41.968Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T03:28:41.968Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T03:28:42.545Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T03:28:42.545Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T03:28:42.545Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T03:28:42.545Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T03:28:43.120Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-21T03:28:43.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:43.380Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-21T03:28:43.380Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T03:28:44.327Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T03:28:44.327Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T03:28:44.327Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T03:28:44.589Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T03:28:44.589Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T03:28:44.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:44.589Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-21T03:28:44.589Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-21T03:28:44.853Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-21T03:28:44.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:44.853Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:45.118Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:45.118Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:28:45.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:45.118Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:45.384Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:45.384Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:28:45.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:45.384Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:45.384Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:45.652Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:28:45.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:45.652Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:45.652Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:45.924Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:28:45.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:45.924Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T03:28:45.924Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T03:28:45.924Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T03:28:45.924Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T03:28:46.199Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T03:28:46.199Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:46.199Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T03:28:46.199Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T03:28:46.466Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T03:28:46.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:46.466Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:46.466Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:46.466Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:28:46.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:46.735Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:46.735Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:46.735Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:28:47.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:47.005Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:47.005Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:47.593Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:28:47.593Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-21T03:28:47.860Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-21T03:28:48.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:48.125Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T03:28:48.125Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T03:28:48.387Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T03:28:48.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T03:28:48.387Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-21T03:28:48.387Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T03:28:48.654Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-21T03:28:48.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:48.654Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-21T03:28:48.654Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-21T03:28:48.915Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-21T03:28:48.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:28:48.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:28:48.953Z] ---> d1e611c7549d [2021-01-21T03:28:48.953Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T03:28:48.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:28:48.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:28:48.953Z] ---> d1e611c7549d [2021-01-21T03:28:48.953Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T03:28:48.953Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:28:48.953Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:28:48.953Z] ---> d1e611c7549d [2021-01-21T03:28:48.953Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T03:28:48.953Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:28:48.953Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:28:48.953Z] ---> d1e611c7549d [2021-01-21T03:28:48.953Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T03:28:48.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:28:48.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:28:48.953Z] ---> d1e611c7549d [2021-01-21T03:28:48.953Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T03:28:48.953Z] ---> Running in aac1331d7fa4 [2021-01-21T03:28:48.953Z] ---> Running in d1d2d564df62 [2021-01-21T03:28:48.953Z] ---> Running in cd2adf5c8c2a [2021-01-21T03:28:48.953Z] ---> Running in 0c0acef3d298 [2021-01-21T03:28:48.953Z] ---> Running in 970c9249d5e4 [2021-01-21T03:28:48.953Z] Removing intermediate container aac1331d7fa4 [2021-01-21T03:28:48.953Z] ---> ad514ad22636 [2021-01-21T03:28:48.953Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:28:48.953Z] Removing intermediate container 0c0acef3d298 [2021-01-21T03:28:48.953Z] ---> 19f491c7ed7f [2021-01-21T03:28:48.953Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:28:48.953Z] Removing intermediate container cd2adf5c8c2a [2021-01-21T03:28:48.953Z] ---> 59b57e62906e [2021-01-21T03:28:48.953Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:28:48.953Z] Removing intermediate container 970c9249d5e4 [2021-01-21T03:28:48.953Z] ---> b4826ff62837 [2021-01-21T03:28:48.953Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:28:48.953Z] Removing intermediate container d1d2d564df62 [2021-01-21T03:28:48.953Z] ---> b00525e2f482 [2021-01-21T03:28:48.953Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:28:48.953Z] ---> Running in f95ea9637175 [2021-01-21T03:28:48.953Z] ---> Running in c1b2f2f46ebb [2021-01-21T03:28:48.953Z] ---> Running in 1aed2f857df5 [2021-01-21T03:28:48.953Z] ---> Running in 51129a46bf97 [2021-01-21T03:28:48.953Z] ---> Running in 40d478c9b199 [2021-01-21T03:28:48.953Z] Removing intermediate container f95ea9637175 [2021-01-21T03:28:48.953Z] ---> 9c3428e0c897 [2021-01-21T03:28:48.953Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T03:28:48.953Z] Removing intermediate container c1b2f2f46ebb [2021-01-21T03:28:48.953Z] ---> 58fc6bb7fa26 [2021-01-21T03:28:48.953Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T03:28:48.953Z] ---> Running in fac3bddf0423 [2021-01-21T03:28:48.953Z] Removing intermediate container 1aed2f857df5 [2021-01-21T03:28:48.953Z] ---> df9b403dd3d6 [2021-01-21T03:28:48.953Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T03:28:48.953Z] ---> Running in ba6fc20bfa5c [2021-01-21T03:28:48.953Z] ---> Running in 8effb9cb1570 [2021-01-21T03:28:48.953Z] Removing intermediate container 40d478c9b199 [2021-01-21T03:28:48.953Z] ---> bf591fe99f57 [2021-01-21T03:28:48.953Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T03:28:48.953Z] Removing intermediate container 51129a46bf97 [2021-01-21T03:28:48.953Z] ---> 56bb9427500d [2021-01-21T03:28:48.953Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T03:28:48.953Z] ---> Running in 3f53d0246b7b [2021-01-21T03:28:48.953Z] ---> Running in a5c7b3039a2b [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:48.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:49.177Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:49.177Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T03:28:49.177Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T03:28:49.177Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T03:28:49.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:28:49.229Z] OK: 217 MiB in 51 packages [2021-01-21T03:28:49.439Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:49.439Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T03:28:49.439Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T03:28:49.439Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T03:28:49.506Z] OK: 217 MiB in 51 packages [2021-01-21T03:28:49.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:49.702Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T03:28:49.702Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T03:28:49.797Z] OK: 217 MiB in 51 packages [2021-01-21T03:28:49.971Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T03:28:50.071Z] OK: 217 MiB in 51 packages [2021-01-21T03:28:50.232Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:50.232Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T03:28:50.232Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T03:28:50.232Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-21T03:28:50.232Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T03:28:50.346Z] OK: 217 MiB in 51 packages [2021-01-21T03:28:50.497Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:50.497Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T03:28:50.497Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T03:28:50.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:50.758Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-21T03:28:50.758Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-21T03:28:50.758Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-21T03:28:51.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:51.023Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-21T03:28:51.023Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T03:28:51.023Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T03:28:51.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:51.284Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:51.284Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T03:28:51.285Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T03:28:51.348Z] Removing intermediate container fac3bddf0423 [2021-01-21T03:28:51.348Z] ---> 6a96dd28de6d [2021-01-21T03:28:51.348Z] Step 6/22 : COPY go.mod . [2021-01-21T03:28:51.348Z] Removing intermediate container ba6fc20bfa5c [2021-01-21T03:28:51.348Z] ---> 8b80bbfb97d5 [2021-01-21T03:28:51.348Z] Step 6/24 : COPY go.mod . [2021-01-21T03:28:51.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:51.546Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-21T03:28:51.546Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-21T03:28:51.624Z] Removing intermediate container 8effb9cb1570 [2021-01-21T03:28:51.625Z] ---> 9f80d0bb56ff [2021-01-21T03:28:51.806Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-21T03:28:51.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:51.806Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T03:28:51.806Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T03:28:51.903Z] Step 6/26 : COPY go.mod . [2021-01-21T03:28:51.903Z] Removing intermediate container 3f53d0246b7b [2021-01-21T03:28:51.903Z] ---> a3817455e0bf [2021-01-21T03:28:51.903Z] Step 6/22 : COPY go.mod . [2021-01-21T03:28:52.067Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-21T03:28:52.183Z] Removing intermediate container a5c7b3039a2b [2021-01-21T03:28:52.183Z] ---> d807442c8360 [2021-01-21T03:28:52.183Z] Step 6/22 : COPY go.mod . [2021-01-21T03:28:52.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:52.328Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T03:28:52.328Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T03:28:52.462Z] ---> 0e7b15191732 [2021-01-21T03:28:52.462Z] Step 7/22 : RUN go mod download [2021-01-21T03:28:52.462Z] ---> 1d838c452da1 [2021-01-21T03:28:52.462Z] Step 7/24 : RUN go mod download [2021-01-21T03:28:52.588Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-21T03:28:52.589Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:52.589Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-21T03:28:52.589Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-21T03:28:52.739Z] ---> Running in cb4bf6bcc86d [2021-01-21T03:28:52.739Z] ---> Running in 2a6372553070 [2021-01-21T03:28:52.849Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-21T03:28:52.849Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:52.849Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-21T03:28:52.849Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-21T03:28:53.017Z] ---> 02ff52ede9ce [2021-01-21T03:28:53.017Z] Step 7/26 : RUN go mod download [2021-01-21T03:28:53.110Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-21T03:28:53.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:53.110Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-21T03:28:53.110Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-21T03:28:53.291Z] ---> 1f86eb4671a1 [2021-01-21T03:28:53.291Z] Step 7/22 : RUN go mod download [2021-01-21T03:28:53.291Z] ---> Running in 5df9740010ae [2021-01-21T03:28:53.372Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-21T03:28:53.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:53.372Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-21T03:28:53.569Z] ---> Running in 8bac3e705018 [2021-01-21T03:28:53.569Z] ---> b8d9cc2e6953 [2021-01-21T03:28:53.569Z] Step 7/22 : RUN go mod download [2021-01-21T03:28:53.634Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-21T03:28:53.634Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-21T03:28:53.843Z] ---> Running in 2239bf1a7111 [2021-01-21T03:28:53.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:53.897Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T03:28:53.897Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-21T03:28:53.897Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-21T03:28:53.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T03:28:53.897Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-21T03:28:54.158Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-21T03:28:54.158Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-21T03:28:54.158Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-21T03:28:54.158Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T03:28:54.158Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T03:28:54.418Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T03:28:54.418Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T03:28:54.684Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T03:28:54.684Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T03:28:54.684Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-21T03:28:54.684Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-21T03:28:54.943Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T03:28:54.943Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-21T03:28:54.943Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T03:28:54.943Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-21T03:28:55.203Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-21T03:28:55.203Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-21T03:28:55.203Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-21T03:28:55.203Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-21T03:28:55.464Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-21T03:28:55.464Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-21T03:28:55.464Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-21T03:28:55.727Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-21T03:28:55.727Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-21T03:28:55.727Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-21T03:28:55.997Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-21T03:28:55.997Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-21T03:28:56.941Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-21T03:28:56.941Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-21T03:28:57.204Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-21T03:28:57.204Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-21T03:28:57.204Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T03:28:57.204Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T03:28:57.282Z] Removing intermediate container cb4bf6bcc86d [2021-01-21T03:28:57.282Z] ---> c6ce0d4f6f47 [2021-01-21T03:28:57.282Z] Step 8/22 : COPY . . [2021-01-21T03:28:57.465Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T03:28:57.728Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T03:28:57.729Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T03:28:57.729Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T03:28:57.887Z] Removing intermediate container 2a6372553070 [2021-01-21T03:28:57.887Z] ---> 4481cb70d0ec [2021-01-21T03:28:57.887Z] Step 8/24 : COPY . . [2021-01-21T03:28:57.989Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T03:28:57.989Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T03:28:57.989Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:57.989Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:28:58.163Z] Removing intermediate container 8bac3e705018 [2021-01-21T03:28:58.163Z] ---> 93d9317c869c [2021-01-21T03:28:58.163Z] Step 8/22 : COPY . . [2021-01-21T03:28:58.252Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:58.252Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:28:58.455Z] Removing intermediate container 5df9740010ae [2021-01-21T03:28:58.455Z] ---> b18ba1aa5089 [2021-01-21T03:28:58.455Z] Step 8/26 : COPY . . [2021-01-21T03:28:58.513Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:58.513Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:28:58.513Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:58.513Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:28:59.052Z] Removing intermediate container 2239bf1a7111 [2021-01-21T03:28:59.053Z] ---> b1dfa5967991 [2021-01-21T03:28:59.053Z] Step 8/22 : COPY . . [2021-01-21T03:28:59.456Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:28:59.456Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:29:00.396Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:29:00.396Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:29:01.338Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:29:01.338Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:29:01.602Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:29:01.602Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:29:02.547Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T03:29:02.547Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T03:29:02.547Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T03:29:02.547Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T03:29:02.809Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T03:29:02.809Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T03:29:03.070Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T03:29:03.070Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T03:29:03.070Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-21T03:29:03.070Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-21T03:29:03.332Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T03:29:03.332Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T03:29:03.332Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T03:29:03.332Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T03:29:03.601Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-21T03:29:03.601Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-21T03:29:03.885Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:29:03.885Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T03:29:03.885Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:29:03.885Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:29:03.885Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:29:03.885Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-21T03:29:03.885Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-21T03:29:03.885Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-21T03:29:04.165Z] [2021-01-21T03:29:04.165Z] Current default time zone: 'Etc/UTC' [2021-01-21T03:29:04.165Z] Local time is now: Thu Jan 21 03:29:03 UTC 2021. [2021-01-21T03:29:04.165Z] Universal Time is now: Thu Jan 21 03:29:03 UTC 2021. [2021-01-21T03:29:04.165Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-21T03:29:04.165Z] [2021-01-21T03:29:04.165Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-21T03:29:04.165Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:29:04.165Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-21T03:29:04.165Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-21T03:29:04.165Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-21T03:29:04.165Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-21T03:29:04.437Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-21T03:29:04.437Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-21T03:29:04.437Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-21T03:29:04.437Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T03:29:04.437Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:29:04.437Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-21T03:29:04.789Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:04.789Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T03:29:04.789Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:29:04.789Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-21T03:29:04.789Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-21T03:29:04.789Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-21T03:29:05.167Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T03:29:05.167Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-21T03:29:05.167Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-21T03:29:05.167Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-21T03:29:05.167Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T03:29:06.741Z] Updating certificates in /etc/ssl/certs... [2021-01-21T03:29:07.683Z] 22 added, 17 removed; done. [2021-01-21T03:29:07.683Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T03:29:07.684Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T03:29:07.684Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-21T03:29:07.684Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-21T03:29:07.684Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-21T03:29:07.944Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:07.944Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T03:29:07.944Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:07.944Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:07.944Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:07.944Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:07.944Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:07.944Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-21T03:29:08.206Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-21T03:29:08.206Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-21T03:29:08.206Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-21T03:29:08.206Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-21T03:29:08.206Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:08.206Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T03:29:08.206Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-21T03:29:08.206Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-21T03:29:08.467Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-21T03:29:08.467Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T03:29:08.467Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T03:29:08.467Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-21T03:29:08.467Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T03:29:08.467Z] Updating certificates in /etc/ssl/certs... [2021-01-21T03:29:09.039Z] 0 added, 0 removed; done. [2021-01-21T03:29:09.039Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-21T03:29:09.039Z] done. [2021-01-21T03:29:09.610Z] Reading package lists... [2021-01-21T03:29:09.610Z] Building dependency tree... [2021-01-21T03:29:09.610Z] Reading state information... [2021-01-21T03:29:09.871Z] The following NEW packages will be installed: [2021-01-21T03:29:09.871Z] apt-transport-https [2021-01-21T03:29:09.871Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T03:29:09.871Z] Need to get 1696 B of archives. [2021-01-21T03:29:09.871Z] After this operation, 153 kB of additional disk space will be used. [2021-01-21T03:29:09.871Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-21T03:29:10.133Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T03:29:10.133Z] Fetched 1696 B in 0s (8412 B/s) [2021-01-21T03:29:10.133Z] Selecting previously unselected package apt-transport-https. [2021-01-21T03:29:10.133Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-21T03:29:10.133Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-21T03:29:10.133Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T03:29:10.133Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T03:29:10.393Z] Waiting for network to be ready... [2021-01-21T03:29:16.987Z] 2021-01-21T03:29:13Z INFO Waiting for automatic snapd restart... [2021-01-21T03:29:16.987Z] snapd 2.48.2 from Canonical* installed [2021-01-21T03:29:17.561Z] "snapd" switched to the "latest/stable" channel [2021-01-21T03:29:17.561Z] [2021-01-21T03:29:20.102Z] core18 20201210 from Canonical* installed [2021-01-21T03:29:20.102Z] "core18" switched to the "latest/stable" channel [2021-01-21T03:29:20.102Z] [2021-01-21T03:29:23.413Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T03:29:23.413Z] "snapcraft" switched to the "latest/stable" channel [2021-01-21T03:29:23.413Z] [2021-01-21T03:29:25.896Z] ---> 90fcfcfb2072 [2021-01-21T03:29:25.896Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T03:29:25.896Z] ---> 79b6d01eea26 [2021-01-21T03:29:25.896Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T03:29:25.896Z] ---> 0ad2e77ab8af [2021-01-21T03:29:25.896Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T03:29:25.896Z] ---> 1ac28a677013 [2021-01-21T03:29:25.896Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T03:29:25.896Z] ---> d7deebe3a6bd [2021-01-21T03:29:25.896Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T03:29:25.896Z] ---> Running in 0d8d6a26e0ac [2021-01-21T03:29:25.896Z] ---> Running in 613b39317801 [2021-01-21T03:29:25.896Z] ---> Running in 1d00ca6dc8f1 [2021-01-21T03:29:25.896Z] ---> Running in 4229e79e271e [2021-01-21T03:29:25.896Z] ---> Running in 46d32530ad58 [2021-01-21T03:29:25.896Z] 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-21T03:29:26.174Z] 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-21T03:29:26.456Z] 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-21T03:29:26.456Z] 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-21T03:29:26.456Z] 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-21T03:29:26.719Z] 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-21T03:29:26.720Z] - README.md [2021-01-21T03:29:26.720Z] - snapcraft.yaml.orig [2021-01-21T03:29:26.720Z] [2021-01-21T03:29:26.720Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T03:29:33.318Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T03:29:33.318Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T03:29:33.318Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T03:29:33.318Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T03:29:34.519Z] Reading package lists... [2021-01-21T03:29:34.779Z] 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-21T03:29:41.381Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T03:29:41.382Z] Reading package lists... [2021-01-21T03:29:41.382Z] Building dependency tree... [2021-01-21T03:29:41.382Z] Reading state information... [2021-01-21T03:29:41.382Z] Suggested packages: [2021-01-21T03:29:41.382Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-21T03:29:41.382Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-21T03:29:41.382Z] Recommended packages: [2021-01-21T03:29:41.382Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-21T03:29:41.382Z] The following NEW packages will be installed: [2021-01-21T03:29:41.382Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-21T03:29:41.382Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-21T03:29:41.382Z] pkg-config zip [2021-01-21T03:29:41.382Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T03:29:41.382Z] Need to get 7655 kB of archives. [2021-01-21T03:29:41.382Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-21T03:29:41.382Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-21T03:29:41.382Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-21T03:29:41.651Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-21T03:29:41.651Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-21T03:29:41.651Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-21T03:29:41.651Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-21T03:29:41.929Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-21T03:29:41.929Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-21T03:29:41.929Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-21T03:29:41.929Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-21T03:29:41.929Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-21T03:29:41.929Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-21T03:29:41.929Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-21T03:29:42.192Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-21T03:29:42.192Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-21T03:29:42.192Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T03:29:42.459Z] Fetched 7655 kB in 1s (6967 kB/s) [2021-01-21T03:29:42.459Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-21T03:29:42.459Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-21T03:29:42.459Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-21T03:29:42.459Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T03:29:42.731Z] Selecting previously unselected package libpsl5:amd64. [2021-01-21T03:29:42.731Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-21T03:29:42.731Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T03:29:42.731Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-21T03:29:42.731Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-21T03:29:42.731Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T03:29:42.731Z] Selecting previously unselected package librtmp1:amd64. [2021-01-21T03:29:42.731Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-21T03:29:42.731Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T03:29:42.997Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-21T03:29:42.997Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-21T03:29:42.997Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T03:29:42.997Z] Selecting previously unselected package liberror-perl. [2021-01-21T03:29:42.997Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-21T03:29:42.997Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-21T03:29:42.997Z] Selecting previously unselected package git-man. [2021-01-21T03:29:42.997Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-21T03:29:42.997Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T03:29:43.264Z] Selecting previously unselected package git. [2021-01-21T03:29:43.264Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-21T03:29:43.264Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T03:29:43.858Z] Selecting previously unselected package libnorm1:amd64. [2021-01-21T03:29:44.128Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-21T03:29:44.128Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T03:29:44.128Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-21T03:29:44.128Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-21T03:29:44.128Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T03:29:44.128Z] Selecting previously unselected package libsodium23:amd64. [2021-01-21T03:29:44.128Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-21T03:29:44.128Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-21T03:29:44.394Z] Selecting previously unselected package libzmq5:amd64. [2021-01-21T03:29:44.394Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T03:29:44.394Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T03:29:44.394Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-21T03:29:44.394Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T03:29:44.394Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T03:29:44.661Z] Selecting previously unselected package pkg-config. [2021-01-21T03:29:44.661Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-21T03:29:44.661Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T03:29:44.661Z] Selecting previously unselected package zip. [2021-01-21T03:29:44.661Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-21T03:29:44.661Z] Unpacking zip (3.0-11build1) ... [2021-01-21T03:29:44.930Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T03:29:44.930Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T03:29:44.930Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T03:29:44.930Z] Setting up liberror-perl (0.17025-1) ... [2021-01-21T03:29:44.930Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T03:29:44.930Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T03:29:44.930Z] No schema files found: doing nothing. [2021-01-21T03:29:44.930Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T03:29:44.930Z] Setting up zip (3.0-11build1) ... [2021-01-21T03:29:44.930Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T03:29:44.930Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-21T03:29:45.199Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T03:29:45.199Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T03:29:45.199Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T03:29:45.199Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T03:29:45.199Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T03:29:45.466Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T03:29:52.112Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T03:29:52.112Z] git set to automatically installed. [2021-01-21T03:29:52.112Z] git-man set to automatically installed. [2021-01-21T03:29:52.112Z] libcurl3-gnutls set to automatically installed. [2021-01-21T03:29:52.112Z] liberror-perl set to automatically installed. [2021-01-21T03:29:52.112Z] libglib2.0-0 set to automatically installed. [2021-01-21T03:29:52.112Z] libnghttp2-14 set to automatically installed. [2021-01-21T03:29:52.112Z] libnorm1 set to automatically installed. [2021-01-21T03:29:52.112Z] libpgm-5.2-0 set to automatically installed. [2021-01-21T03:29:52.112Z] libpsl5 set to automatically installed. [2021-01-21T03:29:52.112Z] librtmp1 set to automatically installed. [2021-01-21T03:29:52.112Z] libsodium23 set to automatically installed. [2021-01-21T03:29:52.112Z] libzmq3-dev set to automatically installed. [2021-01-21T03:29:52.112Z] libzmq5 set to automatically installed. [2021-01-21T03:29:52.112Z] pkg-config set to automatically installed. [2021-01-21T03:29:52.112Z] zip set to automatically installed. [2021-01-21T03:29:54.023Z] snapd is not logged in, snap install commands will use sudo [2021-01-21T03:30:00.643Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T03:30:00.903Z] snap "core18" has no updates available [2021-01-21T03:30:01.476Z] Pulling config-common [2021-01-21T03:30:02.432Z] Pulling go-build-helper [2021-01-21T03:30:24.443Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T03:30:24.443Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T03:30:24.443Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T03:30:24.443Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T03:30:24.443Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T03:30:24.443Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T03:30:24.443Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T03:30:24.443Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T03:30:24.443Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T03:30:24.443Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T03:30:24.443Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T03:30:24.443Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T03:30:24.443Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T03:30:24.443Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T03:30:24.443Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T03:30:24.443Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T03:30:24.443Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T03:30:24.443Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T03:30:24.443Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T03:30:24.443Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T03:30:24.443Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T03:30:24.443Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T03:30:24.443Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T03:30:24.443Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T03:30:24.443Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T03:30:24.443Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T03:30:24.443Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T03:30:24.443Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-21T03:30:24.443Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-21T03:30:24.443Z] Fetched 279 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-21T03:30:24.443Z] Fetched 122 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-21T03:30:24.443Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-21T03:30:24.443Z] Fetched 8848 B in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-21T03:30:24.443Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-21T03:30:24.443Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-21T03:30:24.443Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-21T03:30:24.443Z] Fetched 214 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-21T03:30:24.443Z] Fetched 155 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-21T03:30:24.443Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-21T03:30:24.443Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-21T03:30:24.443Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-21T03:30:24.443Z] Fetched 499 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-21T03:30:24.443Z] Fetched 111 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-21T03:30:24.443Z] Fetched 240 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-21T03:30:24.443Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-21T03:30:24.443Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-21T03:30:24.443Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-21T03:30:24.443Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-21T03:30:24.443Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-21T03:30:24.443Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-21T03:30:24.443Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-21T03:30:24.443Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-21T03:30:24.443Z] Fetched 8720 B in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-21T03:30:24.443Z] Fetched 137 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-21T03:30:24.443Z] Fetched 119 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-21T03:30:24.443Z] Fetched 109 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-21T03:30:24.443Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-21T03:30:24.443Z] Fetched 645 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-21T03:30:24.443Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-21T03:30:24.443Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-21T03:30:24.443Z] Fetched 368 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-21T03:30:24.443Z] Fetched 187 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-21T03:30:24.443Z] Fetched 175 kB in 0s (0 B/s) [2021-01-21T03:30:24.443Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-21T03:30:26.351Z] Fetched 206 kB in 0s (0 B/s) [2021-01-21T03:30:26.351Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-21T03:30:26.351Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-21T03:30:26.351Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-21T03:30:26.351Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-21T03:30:26.352Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-21T03:30:26.352Z] Fetched 159 kB in 0s (0 B/s) [2021-01-21T03:30:26.352Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-21T03:30:26.352Z] Fetched 107 kB in 0s (0 B/s) [2021-01-21T03:30:26.352Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-21T03:30:26.352Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-21T03:30:26.352Z] Pulling static-packages [2021-01-21T03:30:27.290Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-21T03:30:27.290Z] Skipping pull go-build-helper (already ran) [2021-01-21T03:30:27.290Z] Skipping pull static-packages (already ran) [2021-01-21T03:30:27.290Z] Building go-build-helper [2021-01-21T03:30:30.586Z] Building static-packages [2021-01-21T03:30:32.494Z] Staging go-build-helper [2021-01-21T03:30:33.433Z] Staging static-packages [2021-01-21T03:30:34.403Z] Pulling go115 [2021-01-21T03:30:35.069Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-21T03:30:35.069Z] Skipping pull go115 (already ran) [2021-01-21T03:30:35.069Z] Building go115 [2021-01-21T03:30:35.069Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T03:30:35.069Z] Dload Upload Total Spent Left Speed [2021-01-21T03:30:38.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.6M 0 0 26.8M 0 0:00:04 --:--:-- 0:00:04 26.8M 53 115M 53 61.9M 0 0 33.6M 0 0:00:03 0:00:01 0:00:02 33.6M 88 115M 88 102M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.9M 100 115M 100 115M 0 0 35.9M 0 0:00:03 0:00:03 --:--:-- 35.9M [2021-01-21T03:30:38.906Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-21T03:30:43.105Z] Staging go115 [2021-01-21T03:30:47.303Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T03:30:47.303Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T03:30:47.303Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T03:30:47.303Z] Fetched 0 B in 0s (0 B/s) [2021-01-21T03:30:47.303Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-21T03:30:47.303Z] Fetched 224 kB in 0s (0 B/s) [2021-01-21T03:30:47.303Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-21T03:30:47.303Z] Fetched 157 kB in 0s (0 B/s) [2021-01-21T03:30:47.303Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-21T03:30:47.303Z] Fetched 221 kB in 0s (0 B/s) [2021-01-21T03:30:47.303Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-21T03:30:47.303Z] Fetched 143 kB in 0s (0 B/s) [2021-01-21T03:30:47.303Z] Pulling edgex-go [2021-01-21T03:30:48.686Z] Pulling version [2021-01-21T03:30:49.257Z] Building config-common [2021-01-21T03:30:51.167Z] Skipping build go-build-helper (already ran) [2021-01-21T03:30:51.167Z] Skipping build static-packages (already ran) [2021-01-21T03:30:51.167Z] Skipping build go115 (already ran) [2021-01-21T03:30:51.428Z] Building edgex-go [2021-01-21T03:30:51.688Z] 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-21T03:30:53.071Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-21T03:30:53.071Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-21T03:30:53.071Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-21T03:30:53.071Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-21T03:30:53.071Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-21T03:30:53.071Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-21T03:30:53.071Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-21T03:30:53.071Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-21T03:30:53.071Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-21T03:30:53.071Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-21T03:30:53.071Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-21T03:30:53.071Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-21T03:30:53.071Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-21T03:30:53.071Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-21T03:30:53.071Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-21T03:30:53.071Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-21T03:30:53.071Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-21T03:30:53.071Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-21T03:30:53.071Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-21T03:30:53.071Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-21T03:30:53.071Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-21T03:30:53.071Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-21T03:30:53.071Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-21T03:30:53.071Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-21T03:30:53.071Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-21T03:30:53.332Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-21T03:30:53.332Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-21T03:30:53.592Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-21T03:30:53.592Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-21T03:30:53.592Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-21T03:31:00.167Z] 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-21T03:31:03.343Z] Removing intermediate container 4229e79e271e [2021-01-21T03:31:03.343Z] ---> a9acfe99bc09 [2021-01-21T03:31:03.343Z] [2021-01-21T03:31:03.343Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T03:31:03.343Z] 3.12: Pulling from library/alpine [2021-01-21T03:31:03.343Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T03:31:03.343Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T03:31:03.343Z] ---> afeebe901d6b [2021-01-21T03:31:03.343Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T03:31:03.343Z] ---> Running in 3c6211d59372 [2021-01-21T03:31:03.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:31:03.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:31:03.343Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T03:31:03.343Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T03:31:03.343Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T03:31:03.343Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T03:31:03.343Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T03:31:03.343Z] Removing intermediate container 0d8d6a26e0ac [2021-01-21T03:31:03.343Z] ---> be7ca33629bf [2021-01-21T03:31:03.343Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T03:31:03.343Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:31:03.343Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T03:31:03.343Z] OK: 7 MiB in 19 packages [2021-01-21T03:31:03.459Z] 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-21T03:31:03.624Z] Removing intermediate container 613b39317801 [2021-01-21T03:31:03.624Z] ---> 6bf809540363 [2021-01-21T03:31:03.624Z] [2021-01-21T03:31:03.624Z] Step 10/22 : FROM scratch [2021-01-21T03:31:03.624Z] ---> [2021-01-21T03:31:03.624Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T03:31:03.624Z] ---> Running in 5ac3a5f9b8fd [2021-01-21T03:31:03.918Z] Removing intermediate container 1d00ca6dc8f1 [2021-01-21T03:31:03.918Z] ---> d2e2e8a5e9b5 [2021-01-21T03:31:03.918Z] [2021-01-21T03:31:03.918Z] Step 10/24 : FROM scratch [2021-01-21T03:31:03.918Z] ---> [2021-01-21T03:31:03.918Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T03:31:04.194Z] ---> Running in c789e7bcb7d2 [2021-01-21T03:31:04.400Z] 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-21T03:31:04.472Z] ---> Running in 87a94c1e7621 [2021-01-21T03:31:05.340Z] 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-21T03:31:05.456Z] Removing intermediate container c789e7bcb7d2 [2021-01-21T03:31:05.456Z] ---> 99e0ed6ee397 [2021-01-21T03:31:05.456Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T03:31:05.456Z] Removing intermediate container 87a94c1e7621 [2021-01-21T03:31:05.456Z] ---> 4cb75569e9ed [2021-01-21T03:31:05.456Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T03:31:05.456Z] ---> Running in 0a1d02a6648c [2021-01-21T03:31:05.600Z] 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-21T03:31:05.601Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-21T03:31:05.730Z] ---> Running in 7b0bf62fec0f [2021-01-21T03:31:05.861Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-21T03:31:05.861Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-21T03:31:05.861Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-21T03:31:06.002Z] 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-21T03:31:06.002Z] Removing intermediate container 3c6211d59372 [2021-01-21T03:31:06.002Z] ---> 27d578253729 [2021-01-21T03:31:06.002Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T03:31:06.291Z] Removing intermediate container 0a1d02a6648c [2021-01-21T03:31:06.291Z] ---> 5da277e202eb [2021-01-21T03:31:06.291Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T03:31:06.291Z] ---> Running in 563e35c2d040 [2021-01-21T03:31:06.563Z] Removing intermediate container 7b0bf62fec0f [2021-01-21T03:31:06.563Z] ---> 96cfa5b71ddc [2021-01-21T03:31:06.563Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T03:31:06.563Z] ---> Running in fe88ddeab51b [2021-01-21T03:31:06.563Z] ---> Running in 958a1d49141d [2021-01-21T03:31:07.162Z] Removing intermediate container 563e35c2d040 [2021-01-21T03:31:07.162Z] ---> 42f0af99c93c [2021-01-21T03:31:07.162Z] Step 13/22 : WORKDIR / [2021-01-21T03:31:07.162Z] Removing intermediate container fe88ddeab51b [2021-01-21T03:31:07.162Z] ---> d858c7834e6f [2021-01-21T03:31:07.162Z] Step 14/22 : WORKDIR / [2021-01-21T03:31:07.250Z] 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-21T03:31:07.250Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-21T03:31:07.250Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-21T03:31:07.441Z] ---> Running in 2dde99c65ba4 [2021-01-21T03:31:07.441Z] ---> Running in e3fb32a2bd30 [2021-01-21T03:31:07.441Z] Removing intermediate container 958a1d49141d [2021-01-21T03:31:07.441Z] ---> 306d499c5bb7 [2021-01-21T03:31:07.441Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T03:31:08.190Z] 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-21T03:31:08.423Z] Removing intermediate container e3fb32a2bd30 [2021-01-21T03:31:08.423Z] ---> e78c0aae1275 [2021-01-21T03:31:08.423Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:31:08.423Z] Removing intermediate container 2dde99c65ba4 [2021-01-21T03:31:08.423Z] ---> 47e989e51730 [2021-01-21T03:31:08.423Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:31:08.701Z] ---> 5a8011761b18 [2021-01-21T03:31:08.701Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T03:31:09.128Z] 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-21T03:31:09.128Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-21T03:31:10.150Z] ---> 5b635d608515 [2021-01-21T03:31:10.150Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T03:31:10.150Z] ---> 6abb12eedb09 [2021-01-21T03:31:10.150Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T03:31:10.510Z] 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-21T03:31:10.741Z] ---> ef5e1a7d61ff [2021-01-21T03:31:10.741Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T03:31:11.020Z] Removing intermediate container 5ac3a5f9b8fd [2021-01-21T03:31:11.020Z] ---> 6d950fc63075 [2021-01-21T03:31:11.020Z] [2021-01-21T03:31:11.020Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T03:31:11.080Z] 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-21T03:31:11.295Z] 20.10.0: Pulling from library/docker [2021-01-21T03:31:12.022Z] 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-21T03:31:12.023Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-21T03:31:12.284Z] ---> 23048a2ce91b [2021-01-21T03:31:12.284Z] ---> aeaf63587bc3 [2021-01-21T03:31:12.284Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T03:31:12.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T03:31:12.882Z] ---> b7e61bc5623b [2021-01-21T03:31:12.882Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:31:13.482Z] ---> 2326c3524adf [2021-01-21T03:31:13.482Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T03:31:13.753Z] ---> 2c9e49da2c2a [2021-01-21T03:31:13.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T03:31:13.753Z] ---> Running in 1c6346c7a8f2 [2021-01-21T03:31:13.936Z] Building version [2021-01-21T03:31:14.030Z] ---> 9c83901df287 [2021-01-21T03:31:14.030Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T03:31:14.303Z] Removing intermediate container 1c6346c7a8f2 [2021-01-21T03:31:14.303Z] ---> 91e3c8a59e89 [2021-01-21T03:31:14.303Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:31:14.907Z] Removing intermediate container 46d32530ad58 [2021-01-21T03:31:14.907Z] ---> 569512439635 [2021-01-21T03:31:14.907Z] [2021-01-21T03:31:14.907Z] Step 10/22 : FROM scratch [2021-01-21T03:31:14.907Z] ---> [2021-01-21T03:31:14.907Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T03:31:14.907Z] ---> Using cache [2021-01-21T03:31:14.907Z] ---> 99e0ed6ee397 [2021-01-21T03:31:14.907Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T03:31:14.907Z] ---> Running in 83214510d886 [2021-01-21T03:31:15.181Z] ---> 0630e1e70681 [2021-01-21T03:31:15.181Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T03:31:15.181Z] ---> Running in ad7357ace296 [2021-01-21T03:31:15.452Z] ---> Running in 8c54d29a7d1d [2021-01-21T03:31:15.738Z] ---> 42425ba579cd [2021-01-21T03:31:15.738Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T03:31:15.849Z] Staging config-common [2021-01-21T03:31:16.015Z] Removing intermediate container 83214510d886 [2021-01-21T03:31:16.015Z] ---> 1db901205fda [2021-01-21T03:31:16.015Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T03:31:16.289Z] Removing intermediate container ad7357ace296 [2021-01-21T03:31:16.289Z] ---> 24b4cefb55e9 [2021-01-21T03:31:16.289Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T03:31:16.566Z] ---> Running in 2558ed59a64f [2021-01-21T03:31:16.566Z] ---> Running in 8da4696eec78 [2021-01-21T03:31:16.787Z] Skipping stage go-build-helper (already ran) [2021-01-21T03:31:16.788Z] Skipping stage static-packages (already ran) [2021-01-21T03:31:16.788Z] Skipping stage go115 (already ran) [2021-01-21T03:31:16.788Z] Staging edgex-go [2021-01-21T03:31:17.161Z] ---> 43dc342ae2dc [2021-01-21T03:31:17.161Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T03:31:17.435Z] Removing intermediate container 8da4696eec78 [2021-01-21T03:31:17.435Z] ---> 99b9c27ed62c [2021-01-21T03:31:17.435Z] Step 14/22 : WORKDIR / [2021-01-21T03:31:17.435Z] Removing intermediate container 2558ed59a64f [2021-01-21T03:31:17.435Z] ---> ad3bd4a23e29 [2021-01-21T03:31:17.435Z] Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:31:17.710Z] ---> Running in a3ebb99be657 [2021-01-21T03:31:17.726Z] Staging version [2021-01-21T03:31:17.985Z] ---> Running in 03ac334e46e8 [2021-01-21T03:31:17.985Z] ---> Running in fd5fe59c612b [2021-01-21T03:31:18.259Z] Removing intermediate container a3ebb99be657 [2021-01-21T03:31:18.259Z] ---> b8942b04a566 [2021-01-21T03:31:18.259Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:31:18.667Z] Priming config-common [2021-01-21T03:31:18.855Z] ---> Running in 704a4cdc9305 [2021-01-21T03:31:19.134Z] Removing intermediate container 03ac334e46e8 [2021-01-21T03:31:19.134Z] ---> 4398adaf31a0 [2021-01-21T03:31:19.134Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:31:19.134Z] Removing intermediate container 8c54d29a7d1d [2021-01-21T03:31:19.134Z] ---> 13a7dbcd91be [2021-01-21T03:31:19.134Z] Removing intermediate container fd5fe59c612b [2021-01-21T03:31:19.134Z] ---> 737210c58501 [2021-01-21T03:31:19.134Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T03:31:19.134Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T03:31:19.619Z] Priming go-build-helper [2021-01-21T03:31:20.121Z] ---> Running in b0661ad3da24 [2021-01-21T03:31:20.121Z] ---> Running in 53018aace89f [2021-01-21T03:31:20.121Z] Removing intermediate container 704a4cdc9305 [2021-01-21T03:31:20.121Z] ---> 9568a4526ec0 [2021-01-21T03:31:20.121Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T03:31:20.121Z] ---> 11cffc4537c5 [2021-01-21T03:31:20.121Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T03:31:20.326Z] Priming static-packages [2021-01-21T03:31:20.393Z] ---> Running in 77432e2cec57 [2021-01-21T03:31:20.988Z] Removing intermediate container b0661ad3da24 [2021-01-21T03:31:20.988Z] ---> 663787de2630 [2021-01-21T03:31:20.988Z] [2021-01-21T03:31:21.263Z] Removing intermediate container 53018aace89f [2021-01-21T03:31:21.263Z] ---> 1ac1abaaaaef [2021-01-21T03:31:21.263Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T03:31:21.263Z] Successfully built 663787de2630 [2021-01-21T03:31:21.537Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T03:31:21.537Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-21T03:31:21.537Z] Removing intermediate container 77432e2cec57 [2021-01-21T03:31:21.537Z] ---> 1a3cb0d5867f [2021-01-21T03:31:21.537Z] Step 23/24 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:31:22.131Z] ---> Running in 6f0dbed524ab [2021-01-21T03:31:22.131Z] ---> Running in b6e639b16523 [2021-01-21T03:31:22.427Z] ---> d624b20f7e64 [2021-01-21T03:31:22.427Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T03:31:22.712Z] Removing intermediate container 6f0dbed524ab [2021-01-21T03:31:22.712Z] ---> 08eafbcfa33b [2021-01-21T03:31:22.712Z] Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:31:22.869Z] Priming go115 [2021-01-21T03:31:23.439Z] Priming edgex-go [2021-01-21T03:31:23.707Z] Removing intermediate container b6e639b16523 [2021-01-21T03:31:23.707Z] ---> 43768ead2a7c [2021-01-21T03:31:23.707Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T03:31:23.981Z] ---> Running in a4652e5eace1 [2021-01-21T03:31:24.820Z] Priming version [2021-01-21T03:31:24.967Z] ---> 46988c5fb97a [2021-01-21T03:31:24.967Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T03:31:25.242Z] ---> Running in affed85f2302 [2021-01-21T03:31:25.390Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-21T03:31:25.648Z] ---> Running in 9a743fa0e9da [2021-01-21T03:31:25.648Z] Removing intermediate container a4652e5eace1 [2021-01-21T03:31:25.648Z] ---> 7fc36b86cc10 [2021-01-21T03:31:25.648Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T03:31:26.329Z] ---> Running in 6e0e0973c359 [2021-01-21T03:31:26.329Z] Removing intermediate container affed85f2302 [2021-01-21T03:31:26.616Z] ---> 22f3e23b45b2 [2021-01-21T03:31:26.616Z] [Pipeline] } [Pipeline] // withEnv [2021-01-21T03:31:26.913Z] Removing intermediate container 9a743fa0e9da [2021-01-21T03:31:26.913Z] ---> 56f306a2d3c8 [2021-01-21T03:31:26.913Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-21T03:31:27.218Z] Successfully built 22f3e23b45b2 [2021-01-21T03:31:27.218Z] Removing intermediate container 6e0e0973c359 [2021-01-21T03:31:27.218Z] ---> be359ce520e8 [2021-01-21T03:31:27.218Z] [2021-01-21T03:31:27.218Z] Successfully tagged docker-support-notifications-go-arm64:latest [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-21T03:31:27.501Z] Building docker-security-secretstore-setup-go [2021-01-21T03:31:27.501Z]  Building docker-support-notifications-go ... done  ---> Running in bf7b4907cb30 [Pipeline] // stage [Pipeline] } [2021-01-21T03:31:27.791Z] Successfully built be359ce520e8 [2021-01-21T03:31:28.066Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-21T03:31:28.066Z] Building docker-core-data-go [2021-01-21T03:31:28.066Z]  Building docker-security-bootstrap-redis-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T03:31:28.066Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T03:31:28.066Z] ---> eeaf43b92773 [2021-01-21T03:31:28.066Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T03:31:28.340Z] Removing intermediate container bf7b4907cb30 [2021-01-21T03:31:28.340Z] ---> 45df02d61acb [2021-01-21T03:31:28.340Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T03:31:28.340Z] ---> Running in 98df7d1e81ad [2021-01-21T03:31:28.340Z] ---> Running in c164adf0de1e [2021-01-21T03:31:28.944Z] Removing intermediate container c164adf0de1e [2021-01-21T03:31:28.944Z] ---> 2afda166c822 [2021-01-21T03:31:28.945Z] Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:31:29.220Z] ---> Running in 47b07005466f [2021-01-21T03:31:29.816Z] Removing intermediate container 47b07005466f [2021-01-21T03:31:29.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:31:29.816Z] ---> f0236b769aa0 [2021-01-21T03:31:29.816Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T03:31:29.816Z] ---> Running in 239413cced25 [2021-01-21T03:31:29.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:31:30.410Z] Removing intermediate container 239413cced25 [2021-01-21T03:31:30.410Z] ---> 10d825b0be50 [2021-01-21T03:31:30.410Z] [2021-01-21T03:31:30.410Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T03:31:30.410Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T03:31:30.686Z] Executing bash-5.0.17-r0.post-install [2021-01-21T03:31:30.686Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:31:30.686Z] OK: 12 MiB in 22 packages [2021-01-21T03:31:30.686Z] Successfully built 10d825b0be50 [2021-01-21T03:31:30.961Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T03:31:30.961Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-01-21T03:31:32.394Z] Removing intermediate container 98df7d1e81ad [2021-01-21T03:31:32.394Z] ---> 29d58140a781 [2021-01-21T03:31:32.394Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T03:31:33.372Z] ---> Running in 89a3b6fac113 [2021-01-21T03:31:33.998Z] Removing intermediate container 89a3b6fac113 [2021-01-21T03:31:33.998Z] ---> 6217777e8831 [2021-01-21T03:31:33.998Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T03:31:34.602Z] ---> Running in 6fd407674341 [2021-01-21T03:31:35.588Z] Removing intermediate container 6fd407674341 [2021-01-21T03:31:35.588Z] ---> 84877c238d3f [2021-01-21T03:31:35.588Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T03:31:36.582Z] ---> Running in c9449a4beec9 [2021-01-21T03:31:37.567Z] Removing intermediate container c9449a4beec9 [2021-01-21T03:31:37.567Z] ---> 13cdfe57a483 [2021-01-21T03:31:37.567Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T03:31:40.237Z] ---> 70543d18c668 [2021-01-21T03:31:40.237Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T03:31:41.675Z] ---> 5f52dd470569 [2021-01-21T03:31:41.675Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T03:31:43.126Z] ---> 9595f8ca8bd4 [2021-01-21T03:31:43.126Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T03:31:43.400Z] ---> Running in 7e148f464665 [2021-01-21T03:31:44.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:31:44.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:31:45.437Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T03:31:45.437Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T03:31:45.437Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T03:31:45.437Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T03:31:45.437Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T03:31:45.437Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T03:31:45.437Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T03:31:47.416Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T03:31:47.416Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T03:31:47.416Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T03:31:47.416Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T03:31:47.416Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T03:31:47.416Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T03:31:47.416Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T03:31:47.416Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T03:31:47.690Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T03:31:47.690Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T03:31:47.690Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T03:31:47.690Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T03:31:47.690Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T03:31:47.690Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T03:31:47.690Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T03:31:47.690Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T03:31:47.690Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T03:31:47.975Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T03:31:47.975Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T03:31:47.975Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T03:31:47.975Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T03:31:47.975Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T03:31:47.975Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T03:31:47.975Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T03:31:47.975Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T03:31:47.975Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T03:31:48.247Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:31:48.247Z] OK: 71 MiB in 55 packages [2021-01-21T03:31:58.387Z] Removing intermediate container 7e148f464665 [2021-01-21T03:31:58.387Z] ---> 77a87e33bf91 [2021-01-21T03:31:58.387Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T03:31:58.660Z] ---> Running in 3f7bd162baf7 [2021-01-21T03:32:04.069Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:32:04.069Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:32:04.069Z] ---> d1e611c7549d [2021-01-21T03:32:04.069Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T03:32:04.069Z] ---> Using cache [2021-01-21T03:32:04.069Z] ---> b00525e2f482 [2021-01-21T03:32:04.069Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:32:04.069Z] ---> Using cache [2021-01-21T03:32:04.069Z] ---> bf591fe99f57 [2021-01-21T03:32:04.069Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T03:32:04.069Z] ---> Using cache [2021-01-21T03:32:04.069Z] ---> d807442c8360 [2021-01-21T03:32:04.069Z] Step 6/21 : COPY go.mod . [2021-01-21T03:32:04.069Z] ---> Using cache [2021-01-21T03:32:04.069Z] ---> b8d9cc2e6953 [2021-01-21T03:32:04.069Z] Step 7/21 : RUN go mod download [2021-01-21T03:32:04.069Z] ---> Using cache [2021-01-21T03:32:04.069Z] ---> b1dfa5967991 [2021-01-21T03:32:04.069Z] Step 8/21 : COPY . . [2021-01-21T03:32:04.069Z] ---> Using cache [2021-01-21T03:32:04.069Z] ---> d7deebe3a6bd [2021-01-21T03:32:04.069Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T03:32:04.069Z] Collecting docker-compose==1.23.2 [2021-01-21T03:32:04.345Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T03:32:05.793Z] ---> Running in 1d5c7559691a [2021-01-21T03:32:06.778Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T03:32:06.778Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T03:32:07.058Z] 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-21T03:32:07.339Z] 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-21T03:32:07.616Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T03:32:07.616Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T03:32:08.213Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T03:32:08.213Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T03:32:10.849Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T03:32:10.849Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T03:32:14.249Z] Collecting PyYAML<4,>=3.10 [2021-01-21T03:32:14.249Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T03:32:15.252Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:32:15.252Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:32:15.252Z] ---> d1e611c7549d [2021-01-21T03:32:15.252Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T03:32:15.252Z] ---> Using cache [2021-01-21T03:32:15.252Z] ---> b00525e2f482 [2021-01-21T03:32:15.252Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:32:15.252Z] ---> Using cache [2021-01-21T03:32:15.252Z] ---> bf591fe99f57 [2021-01-21T03:32:15.252Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T03:32:15.252Z] ---> Using cache [2021-01-21T03:32:15.252Z] ---> d807442c8360 [2021-01-21T03:32:15.253Z] Step 6/24 : COPY go.mod . [2021-01-21T03:32:15.253Z] ---> Using cache [2021-01-21T03:32:15.253Z] ---> b8d9cc2e6953 [2021-01-21T03:32:15.253Z] Step 7/24 : RUN go mod download [2021-01-21T03:32:15.253Z] ---> Using cache [2021-01-21T03:32:15.253Z] ---> b1dfa5967991 [2021-01-21T03:32:15.253Z] Step 8/24 : COPY . . [2021-01-21T03:32:15.253Z] ---> Using cache [2021-01-21T03:32:15.253Z] ---> d7deebe3a6bd [2021-01-21T03:32:15.253Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T03:32:16.251Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:32:16.251Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:32:16.251Z] ---> d1e611c7549d [2021-01-21T03:32:16.251Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T03:32:16.251Z] ---> Using cache [2021-01-21T03:32:16.251Z] ---> b00525e2f482 [2021-01-21T03:32:16.251Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:32:16.251Z] ---> Using cache [2021-01-21T03:32:16.251Z] ---> bf591fe99f57 [2021-01-21T03:32:16.251Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T03:32:17.266Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T03:32:17.266Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T03:32:17.266Z] ---> d1e611c7549d [2021-01-21T03:32:17.266Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T03:32:17.266Z] ---> Using cache [2021-01-21T03:32:17.266Z] ---> b00525e2f482 [2021-01-21T03:32:17.266Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:32:17.266Z] ---> Using cache [2021-01-21T03:32:17.266Z] ---> bf591fe99f57 [2021-01-21T03:32:17.266Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T03:32:17.266Z] ---> Using cache [2021-01-21T03:32:17.266Z] ---> d807442c8360 [2021-01-21T03:32:17.266Z] Step 6/21 : COPY go.mod . [2021-01-21T03:32:17.266Z] ---> Using cache [2021-01-21T03:32:17.266Z] ---> b8d9cc2e6953 [2021-01-21T03:32:17.266Z] Step 7/21 : RUN go mod download [2021-01-21T03:32:17.266Z] ---> Using cache [2021-01-21T03:32:17.266Z] ---> b1dfa5967991 [2021-01-21T03:32:17.266Z] Step 8/21 : COPY . . [2021-01-21T03:32:17.266Z] ---> Using cache [2021-01-21T03:32:17.266Z] ---> d7deebe3a6bd [2021-01-21T03:32:17.266Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T03:32:17.867Z] ---> Running in 1a9f61df51f6 [2021-01-21T03:32:17.867Z] ---> Running in 61508352760c [2021-01-21T03:32:17.867Z] ---> Running in 053408da643d [2021-01-21T03:32:17.867Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T03:32:17.867Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T03:32:18.471Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T03:32:18.471Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T03:32:19.909Z] 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-21T03:32:20.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:32:20.458Z] 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-21T03:32:21.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:32:21.656Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T03:32:21.656Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T03:32:21.931Z] OK: 217 MiB in 51 packages [2021-01-21T03:32:22.552Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T03:32:22.826Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T03:32:23.107Z] 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-21T03:32:23.387Z] Collecting idna<2.8,>=2.5 [2021-01-21T03:32:23.387Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T03:32:23.387Z] Removing intermediate container 61508352760c [2021-01-21T03:32:23.387Z] ---> 5702b8b525ba [2021-01-21T03:32:23.387Z] Step 6/23 : COPY go.mod . [2021-01-21T03:32:24.384Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T03:32:24.660Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T03:32:24.660Z] ---> a374f5d871f8 [2021-01-21T03:32:24.660Z] Step 7/23 : RUN go mod download [2021-01-21T03:32:24.660Z] ---> Running in 1769ccd9e577 [2021-01-21T03:32:24.939Z] 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-21T03:32:25.216Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T03:32:25.216Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T03:32:25.491Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T03:32:25.491Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T03:32:25.491Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T03:32:25.491Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T03:32:26.474Z] Installing collected packages: idna, urllib3, requests, websocket-client, dockerpty, docopt, PyYAML, jsonschema, texttable, docker-pycreds, docker, cached-property, docker-compose [2021-01-21T03:32:26.474Z] Attempting uninstall: idna [2021-01-21T03:32:26.474Z] Found existing installation: idna 2.9 [2021-01-21T03:32:26.474Z] Uninstalling idna-2.9: [2021-01-21T03:32:26.753Z] Successfully uninstalled idna-2.9 [2021-01-21T03:32:27.760Z] Attempting uninstall: urllib3 [2021-01-21T03:32:27.760Z] Found existing installation: urllib3 1.25.9 [2021-01-21T03:32:27.760Z] Uninstalling urllib3-1.25.9: [2021-01-21T03:32:28.035Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T03:32:28.634Z] Attempting uninstall: requests [2021-01-21T03:32:28.634Z] Found existing installation: requests 2.23.0 [2021-01-21T03:32:28.912Z] Uninstalling requests-2.23.0: [2021-01-21T03:32:28.912Z] Successfully uninstalled requests-2.23.0 [2021-01-21T03:32:29.190Z] Removing intermediate container 1769ccd9e577 [2021-01-21T03:32:29.190Z] ---> a5efd407977d [2021-01-21T03:32:29.190Z] Step 8/23 : COPY . . [2021-01-21T03:32:30.186Z] Running setup.py install for dockerpty: started [2021-01-21T03:32:33.598Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T03:32:33.598Z] Running setup.py install for docopt: started [2021-01-21T03:32:37.021Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T03:32:37.021Z] Running setup.py install for PyYAML: started [2021-01-21T03:32:41.440Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T03:32:41.440Z] Running setup.py install for texttable: started [2021-01-21T03:32:44.069Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T03:32:48.416Z] ---> 8ad0f9186684 [2021-01-21T03:32:48.416Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T03:32:48.416Z] ---> Running in 8e2bac55b90f [2021-01-21T03:32:48.716Z] 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-21T03:32:50.713Z] 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-21T03:32:54.124Z] Removing intermediate container 3f7bd162baf7 [2021-01-21T03:32:54.124Z] ---> d437d75fff5f [2021-01-21T03:32:54.124Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T03:32:54.124Z] ---> Running in 7ca24e962018 [2021-01-21T03:32:56.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:32:56.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:32:56.715Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T03:32:56.715Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T03:32:56.715Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T03:32:56.715Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:32:56.994Z] OK: 71 MiB in 58 packages [2021-01-21T03:32:58.437Z] Removing intermediate container 7ca24e962018 [2021-01-21T03:32:58.437Z] ---> 0792d0f49cee [2021-01-21T03:32:58.437Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T03:32:58.710Z] ---> Running in ff7134302f33 [2021-01-21T03:32:59.313Z] Removing intermediate container ff7134302f33 [2021-01-21T03:32:59.313Z] ---> 40c86826fdb9 [2021-01-21T03:32:59.313Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:32:59.597Z] ---> Running in cc1821563d84 [2021-01-21T03:33:00.208Z] Removing intermediate container cc1821563d84 [2021-01-21T03:33:00.208Z] ---> cbeeedd2199e [2021-01-21T03:33:00.208Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T03:33:00.483Z] ---> Running in 08fd66297b11 [2021-01-21T03:33:01.475Z] Removing intermediate container 08fd66297b11 [2021-01-21T03:33:01.475Z] ---> 878dd245b079 [2021-01-21T03:33:01.475Z] Step 25/26 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:33:01.475Z] ---> Running in 8e62bc41bfca [2021-01-21T03:33:02.076Z] Removing intermediate container 8e62bc41bfca [2021-01-21T03:33:02.076Z] ---> 3a255c852a92 [2021-01-21T03:33:02.076Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T03:33:02.349Z] ---> Running in 4dacea329915 [2021-01-21T03:33:02.957Z] Removing intermediate container 4dacea329915 [2021-01-21T03:33:02.957Z] ---> 7fc9e6645fb0 [2021-01-21T03:33:02.957Z] [2021-01-21T03:33:03.230Z] Successfully built 7fc9e6645fb0 [2021-01-21T03:33:03.230Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T03:33:30.042Z]  Building docker-sys-mgmt-agent-go ... done 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-21T03:33:31.031Z] 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-21T03:33:32.487Z] Removing intermediate container 1d5c7559691a [2021-01-21T03:33:32.487Z] ---> 487f4a654c82 [2021-01-21T03:33:32.487Z] [2021-01-21T03:33:32.487Z] Step 10/21 : FROM scratch [2021-01-21T03:33:32.487Z] ---> [2021-01-21T03:33:32.487Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T03:33:32.487Z] ---> Using cache [2021-01-21T03:33:32.487Z] ---> 99e0ed6ee397 [2021-01-21T03:33:32.487Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T03:33:32.487Z] ---> Running in 83585b1113d4 [2021-01-21T03:33:33.099Z] Removing intermediate container 83585b1113d4 [2021-01-21T03:33:33.099Z] ---> 46011f6f6c90 [2021-01-21T03:33:33.099Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T03:33:33.376Z] ---> Running in d01652f6a00f [2021-01-21T03:33:33.981Z] Removing intermediate container d01652f6a00f [2021-01-21T03:33:33.981Z] ---> 8c0bce36eb3f [2021-01-21T03:33:33.981Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:33:34.966Z] ---> d18bb09d28b1 [2021-01-21T03:33:34.966Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T03:33:36.960Z] ---> 80fc6e84cff1 [2021-01-21T03:33:36.960Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T03:33:37.952Z] ---> cf423e473ffc [2021-01-21T03:33:37.952Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T03:33:37.952Z] ---> Running in c4e3c59a247e [2021-01-21T03:33:38.558Z] Removing intermediate container c4e3c59a247e [2021-01-21T03:33:38.558Z] ---> 7721fd3ae791 [2021-01-21T03:33:38.558Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:33:38.833Z] ---> Running in 04ef24b4313f [2021-01-21T03:33:39.827Z] Removing intermediate container 04ef24b4313f [2021-01-21T03:33:39.827Z] ---> 6e0969c5b1fc [2021-01-21T03:33:39.827Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T03:33:40.109Z] ---> Running in f364b61ff81e [2021-01-21T03:33:40.721Z] Removing intermediate container f364b61ff81e [2021-01-21T03:33:40.721Z] ---> 257daa8bc5a0 [2021-01-21T03:33:40.721Z] Step 20/21 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:33:40.721Z] ---> Running in a15d3e198dd0 [2021-01-21T03:33:41.720Z] Removing intermediate container a15d3e198dd0 [2021-01-21T03:33:41.720Z] ---> 6bc6c7fb2d8f [2021-01-21T03:33:41.720Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T03:33:42.320Z] ---> Running in e5e379308491 [2021-01-21T03:33:43.305Z] Removing intermediate container e5e379308491 [2021-01-21T03:33:43.305Z] ---> af9fd6773a2e [2021-01-21T03:33:43.305Z] [2021-01-21T03:33:43.908Z] Successfully built af9fd6773a2e [2021-01-21T03:33:43.908Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T03:33:44.464Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1a9f61df51f6 [2021-01-21T03:33:44.464Z] ---> 78c19e67cb9c [2021-01-21T03:33:44.464Z] [2021-01-21T03:33:44.464Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T03:33:44.464Z] ---> afeebe901d6b [2021-01-21T03:33:44.464Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T03:33:44.464Z] ---> Using cache [2021-01-21T03:33:44.464Z] ---> 27d578253729 [2021-01-21T03:33:44.464Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T03:33:44.738Z] ---> Running in ddee8fdf504c [2021-01-21T03:33:46.186Z] Removing intermediate container ddee8fdf504c [2021-01-21T03:33:46.186Z] ---> cc10b2231a26 [2021-01-21T03:33:46.186Z] Step 13/24 : WORKDIR / [2021-01-21T03:33:46.186Z] ---> Running in 00b3c126a1f2 [2021-01-21T03:33:47.176Z] Removing intermediate container 00b3c126a1f2 [2021-01-21T03:33:47.176Z] ---> d82a5b86cc4c [2021-01-21T03:33:47.176Z] 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-21T03:33:47.772Z] Removing intermediate container 053408da643d [2021-01-21T03:33:47.772Z] ---> b171aa9db336 [2021-01-21T03:33:47.772Z] [2021-01-21T03:33:47.772Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T03:33:47.772Z] ---> afeebe901d6b [2021-01-21T03:33:47.772Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T03:33:48.045Z] ---> Running in 033643253f5b [2021-01-21T03:33:48.638Z] ---> e518ffa0a944 [2021-01-21T03:33:48.638Z] 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-21T03:33:50.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:33:50.068Z] ---> 91c0ae5d911b [2021-01-21T03:33:50.342Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T03:33:50.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:33:50.944Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T03:33:51.223Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T03:33:51.223Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T03:33:51.223Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T03:33:51.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:33:51.223Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T03:33:51.223Z] ---> ab188e4babdd [2021-01-21T03:33:51.223Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T03:33:51.500Z] OK: 7 MiB in 18 packages [2021-01-21T03:33:53.501Z] ---> d4d5878da1e5 [2021-01-21T03:33:53.501Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T03:33:54.494Z] Removing intermediate container 033643253f5b [2021-01-21T03:33:54.494Z] ---> 0201d271d369 [2021-01-21T03:33:54.494Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T03:33:54.772Z] ---> Running in 90246c375746 [2021-01-21T03:33:55.051Z] ---> d76d400dc621 [2021-01-21T03:33:55.051Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T03:33:55.329Z] Removing intermediate container 90246c375746 [2021-01-21T03:33:55.329Z] ---> 29db754994c0 [2021-01-21T03:33:55.329Z] Step 13/21 : WORKDIR /edgex [2021-01-21T03:33:55.607Z] ---> Running in 81331e4b0def [2021-01-21T03:33:56.211Z] ---> af6596a79f9b [2021-01-21T03:33:56.211Z] 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-21T03:33:56.485Z] ---> Running in bd2efaa83e37 [2021-01-21T03:33:56.485Z] Removing intermediate container 81331e4b0def [2021-01-21T03:33:56.485Z] ---> 0f883d3d59e4 [2021-01-21T03:33:56.485Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T03:33:57.926Z] ---> 2e30ad477c94 [2021-01-21T03:33:57.926Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T03:33:59.360Z] ---> 0a2f746dcea5 [2021-01-21T03:33:59.360Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T03:33:59.360Z] Removing intermediate container bd2efaa83e37 [2021-01-21T03:33:59.360Z] ---> 4b2eebf79830 [2021-01-21T03:33:59.360Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T03:33:59.636Z] ---> Running in 4a9e9144efec [2021-01-21T03:34:00.232Z] Removing intermediate container 4a9e9144efec [2021-01-21T03:34:00.232Z] ---> 53035567c5a5 [2021-01-21T03:34:00.232Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T03:34:00.502Z] ---> b483a3cf11b1 [2021-01-21T03:34:00.502Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T03:34:00.502Z] ---> Running in 62c9a487041c [2021-01-21T03:34:00.502Z] ---> Running in 623fd61363cf [2021-01-21T03:34:00.776Z] Removing intermediate container 62c9a487041c [2021-01-21T03:34:00.776Z] ---> adaad08d80c4 [2021-01-21T03:34:00.776Z] Step 23/24 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:34:01.048Z] ---> Running in a242cfd1a461 [2021-01-21T03:34:01.048Z] Removing intermediate container 623fd61363cf [2021-01-21T03:34:01.048Z] ---> dbb226186601 [2021-01-21T03:34:01.048Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T03:34:01.323Z] ---> Running in c70c9f8f055d [2021-01-21T03:34:01.925Z] Removing intermediate container a242cfd1a461 [2021-01-21T03:34:01.925Z] ---> 9418a5506113 [2021-01-21T03:34:01.925Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T03:34:01.925Z] Removing intermediate container c70c9f8f055d [2021-01-21T03:34:01.925Z] ---> 93334d813c7f [2021-01-21T03:34:01.925Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T03:34:01.925Z] ---> Running in ca59fb84ebcb [2021-01-21T03:34:02.208Z] ---> Running in 8fd0a8340297 [2021-01-21T03:34:02.820Z] Removing intermediate container ca59fb84ebcb [2021-01-21T03:34:02.820Z] ---> cbf3254a8d0a [2021-01-21T03:34:02.820Z] [2021-01-21T03:34:02.820Z] Removing intermediate container 8fd0a8340297 [2021-01-21T03:34:02.820Z] ---> 723daaba92a4 [2021-01-21T03:34:02.820Z] Step 20/21 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:34:03.195Z] ---> Running in f41040c750b7 [2021-01-21T03:34:03.195Z] Successfully built cbf3254a8d0a [2021-01-21T03:34:03.195Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T03:34:03.824Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f41040c750b7 [2021-01-21T03:34:03.824Z] ---> 1d6195bc95b1 [2021-01-21T03:34:03.824Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T03:34:04.111Z] ---> Running in 7d6df1225202 [2021-01-21T03:34:04.722Z] Removing intermediate container 7d6df1225202 [2021-01-21T03:34:04.722Z] ---> 4afcca2e4027 [2021-01-21T03:34:04.722Z] [2021-01-21T03:34:04.994Z] Successfully built 4afcca2e4027 [2021-01-21T03:34:04.994Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T03:34:11.680Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8e2bac55b90f [2021-01-21T03:34:11.680Z] ---> 23276e90edc7 [2021-01-21T03:34:11.680Z] [2021-01-21T03:34:11.680Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T03:34:11.680Z] ---> afeebe901d6b [2021-01-21T03:34:11.680Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T03:34:11.680Z] ---> Running in 3c26b63d9f32 [2021-01-21T03:34:11.680Z] Removing intermediate container 3c26b63d9f32 [2021-01-21T03:34:11.680Z] ---> c97429db384d [2021-01-21T03:34:11.680Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T03:34:11.680Z] ---> Running in a0818b8a0ef2 [2021-01-21T03:34:12.282Z] Removing intermediate container a0818b8a0ef2 [2021-01-21T03:34:12.282Z] ---> ffb570a638f6 [2021-01-21T03:34:12.282Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T03:34:12.282Z] ---> Running in 98329133bd8f [2021-01-21T03:34:12.886Z] Removing intermediate container 98329133bd8f [2021-01-21T03:34:12.886Z] ---> bcfc60f3322a [2021-01-21T03:34:12.886Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T03:34:12.886Z] ---> Running in 28890e802830 [2021-01-21T03:34:15.513Z] Removing intermediate container 28890e802830 [2021-01-21T03:34:15.513Z] ---> 1fa28eb51fe5 [2021-01-21T03:34:15.513Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T03:34:15.513Z] ---> Running in dc2028be848a [2021-01-21T03:34:16.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T03:34:17.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T03:34:18.518Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T03:34:18.518Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T03:34:18.518Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T03:34:18.789Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T03:34:19.061Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T03:34:19.061Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T03:34:19.061Z] OK: 8 MiB in 19 packages [2021-01-21T03:34:20.490Z] Removing intermediate container dc2028be848a [2021-01-21T03:34:20.490Z] ---> 636df5c49444 [2021-01-21T03:34:20.490Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T03:34:21.084Z] ---> d49a1daf6af5 [2021-01-21T03:34:21.084Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T03:34:22.510Z] ---> 26d12c8ea573 [2021-01-21T03:34:22.510Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T03:34:23.101Z] ---> a21a0854b4af [2021-01-21T03:34:23.101Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T03:34:23.374Z] ---> Running in 66ceff6ed7e9 [2021-01-21T03:34:23.966Z] Removing intermediate container 66ceff6ed7e9 [2021-01-21T03:34:23.966Z] ---> 213f0c63f327 [2021-01-21T03:34:23.966Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T03:34:23.966Z] ---> Running in 4860bf4c223c [2021-01-21T03:34:24.558Z] Removing intermediate container 4860bf4c223c [2021-01-21T03:34:24.558Z] ---> 9e1e36007657 [2021-01-21T03:34:24.558Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T03:34:24.830Z] ---> Running in bfa283a4e62a [2021-01-21T03:34:25.422Z] Removing intermediate container bfa283a4e62a [2021-01-21T03:34:25.422Z] ---> fbbe1274cafc [2021-01-21T03:34:25.422Z] Step 22/23 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 [2021-01-21T03:34:25.691Z] ---> Running in b6bf5d35966b [2021-01-21T03:34:25.969Z] Removing intermediate container b6bf5d35966b [2021-01-21T03:34:25.969Z] ---> 5106eb27a864 [2021-01-21T03:34:25.969Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T03:34:26.239Z] ---> Running in 24667e532f2d [2021-01-21T03:34:26.829Z] Removing intermediate container 24667e532f2d [2021-01-21T03:34:26.829Z] ---> ea4dafc87e45 [2021-01-21T03:34:26.829Z] [2021-01-21T03:34:27.100Z] Successfully built ea4dafc87e45 [2021-01-21T03:34:27.100Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T03:34:27.387Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-21T03:34:27.383Z] $ docker stop --time=1 427df403280302f86e829b0fda4fb14c471f1c3795e8f1ba8a7bf48fbe4feedc [2021-01-21T03:34:29.548Z] $ docker rm -f 427df403280302f86e829b0fda4fb14c471f1c3795e8f1ba8a7bf48fbe4feedc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T03:34:30.293Z] + grep docker [2021-01-21T03:34:30.294Z] + docker images [2021-01-21T03:34:30.564Z] docker-core-data-go-arm64 latest ea4dafc87e45 4 seconds ago 21MB [2021-01-21T03:34:30.564Z] docker-security-proxy-setup-go-arm64 latest 4afcca2e4027 26 seconds ago 23.2MB [2021-01-21T03:34:30.564Z] docker-security-secretstore-setup-go-arm64 latest cbf3254a8d0a 28 seconds ago 23.4MB [2021-01-21T03:34:30.564Z] docker-support-scheduler-go-arm64 latest af9fd6773a2e 48 seconds ago 10.1MB [2021-01-21T03:34:30.564Z] docker-sys-mgmt-agent-go-arm64 latest 7fc9e6645fb0 About a minute ago 300MB [2021-01-21T03:34:30.564Z] docker-core-metadata-go-arm64 latest 10d825b0be50 3 minutes ago 12.3MB [2021-01-21T03:34:30.564Z] docker-security-bootstrap-redis-go-arm64 latest be359ce520e8 3 minutes ago 15.1MB [2021-01-21T03:34:30.564Z] docker-support-notifications-go-arm64 latest 22f3e23b45b2 3 minutes ago 11.4MB [2021-01-21T03:34:30.564Z] docker-core-command-go-arm64 latest 663787de2630 3 minutes ago 9.98MB [2021-01-21T03:34:30.564Z] docker 20.10.0 eeaf43b92773 5 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-21T03:34:32.863Z] provisioning config files... [2021-01-21T03:34:32.877Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4983654406035491232tmp [Pipeline] { [Pipeline] sh [2021-01-21T03:34:33.260Z] + set +x [2021-01-21T03:34:33.260Z] + curl -s https://codecov.io/bash [2021-01-21T03:34:33.261Z] + bash -s -- [2021-01-21T03:34:33.836Z] [2021-01-21T03:34:33.836Z] _____ _ [2021-01-21T03:34:33.836Z] / ____| | | [2021-01-21T03:34:33.836Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T03:34:33.836Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T03:34:33.836Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T03:34:33.836Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T03:34:33.836Z] Bash-20210115-cec3c92 [2021-01-21T03:34:33.836Z] [2021-01-21T03:34:33.836Z] [2021-01-21T03:34:33.836Z] ==> git version 2.24.3 found [2021-01-21T03:34:33.836Z] ==> 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-21T03:34:33.836Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T03:34:33.836Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T03:34:33.836Z] ==> Jenkins CI detected. [2021-01-21T03:34:33.836Z] project root: . [2021-01-21T03:34:33.836Z] --> token set from env [2021-01-21T03:34:33.836Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T03:34:33.836Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T03:34:33.836Z] ==> Python coveragepy not found [2021-01-21T03:34:33.836Z] ==> Searching for coverage reports in: [2021-01-21T03:34:33.836Z] + . [2021-01-21T03:34:33.836Z] -> Found 1 reports [2021-01-21T03:34:34.097Z] ==> Detecting git/mercurial file structure [2021-01-21T03:34:34.097Z] ==> Reading reports [2021-01-21T03:34:34.097Z] + ./coverage.out bytes=550466 [2021-01-21T03:34:34.097Z] ==> Appending adjustments [2021-01-21T03:34:34.097Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T03:34:37.432Z] + Found adjustments [2021-01-21T03:34:37.432Z] ==> Gzipping contents [2021-01-21T03:34:37.432Z] 84K /tmp/codecov.4JqMDF.gz [2021-01-21T03:34:37.432Z] ==> Uploading reports [2021-01-21T03:34:37.432Z] url: https://codecov.io [2021-01-21T03:34:37.432Z] query: branch=PR-3056&commit=35d7beb047923e9d71d8e176dbf4b6bc5d209303&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3056%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3056&job=&cmd_args= [2021-01-21T03:34:37.432Z] -> Pinging Codecov [2021-01-21T03:34:37.432Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3056&commit=35d7beb047923e9d71d8e176dbf4b6bc5d209303&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3056%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3056&job=&cmd_args= [2021-01-21T03:34:37.432Z] -> Uploading to [2021-01-21T03:34:37.432Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/35d7beb047923e9d71d8e176dbf4b6bc5d209303/914f1f6c-0d82-408d-97ad-3c3cb1c268e0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T033437Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b49fbc83ef2f257bd19e04e4cf0a1b77d51508b6c3548e42d44d2bfe5213b691 [2021-01-21T03:34:37.432Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T03:34:37.432Z] Dload Upload Total Spent Left Speed [2021-01-21T03:34:38.268Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83378 0 0 100 83378 0 121k --:--:-- --:--:-- --:--:-- 121k [2021-01-21T03:34:38.268Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/35d7beb047923e9d71d8e176dbf4b6bc5d209303 [Pipeline] } [2021-01-21T03:34:38.279Z] 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-21T03:34:40.719Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T03:34:41.607Z] ---> package-listing.sh [2021-01-21T03:34:41.607Z] ++ facter osfamily [2021-01-21T03:34:41.607Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T03:34:41.607Z] + OS_FAMILY=redhat [2021-01-21T03:34:41.607Z] + workspace=/w/workspace/edgex-go/2 [2021-01-21T03:34:41.607Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T03:34:41.607Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T03:34:41.607Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T03:34:41.607Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T03:34:41.607Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-21T03:34:41.607Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T03:34:41.607Z] + case "${OS_FAMILY}" in [2021-01-21T03:34:41.607Z] + rpm -qa [2021-01-21T03:34:41.607Z] + sort [2021-01-21T03:34:46.919Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T03:34:46.919Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T03:34:46.919Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T03:34:46.919Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-21T03:34:46.919Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-21T03:34:46.919Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-21T03:34:46.976Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T03:34:47.278Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:34:47.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T03:34:47.590Z] [2021-01-21T03:34:47.590Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T03:34:47.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T03:34:47.945Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T03:34:47.945Z] df20fa9351a1: Pulling fs layer [2021-01-21T03:34:47.945Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T03:34:47.945Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T03:34:47.945Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T03:34:47.945Z] 93b61091891f: Pulling fs layer [2021-01-21T03:34:47.945Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T03:34:47.945Z] 5e14af77c1be: Pulling fs layer [2021-01-21T03:34:47.945Z] 01666e4c0597: Pulling fs layer [2021-01-21T03:34:47.945Z] aa168da1d23b: Pulling fs layer [2021-01-21T03:34:47.946Z] 46f8f816bc3b: Waiting [2021-01-21T03:34:47.946Z] 93b61091891f: Waiting [2021-01-21T03:34:47.946Z] 93b9cdb0e59b: Waiting [2021-01-21T03:34:47.946Z] 5e14af77c1be: Waiting [2021-01-21T03:34:47.946Z] 01666e4c0597: Waiting [2021-01-21T03:34:47.946Z] aa168da1d23b: Waiting [2021-01-21T03:34:47.946Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T03:34:47.946Z] 36b3adc4ff6f: Download complete [2021-01-21T03:34:47.946Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T03:34:47.946Z] 46f8f816bc3b: Download complete [2021-01-21T03:34:47.946Z] df20fa9351a1: Verifying Checksum [2021-01-21T03:34:48.215Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T03:34:48.215Z] 93b9cdb0e59b: Download complete [2021-01-21T03:34:48.215Z] 5e14af77c1be: Download complete [2021-01-21T03:34:48.215Z] 93b61091891f: Verifying Checksum [2021-01-21T03:34:48.215Z] 93b61091891f: Download complete [2021-01-21T03:34:48.215Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T03:34:48.215Z] 8ad3a11d3b57: Download complete [2021-01-21T03:34:48.482Z] df20fa9351a1: Pull complete [2021-01-21T03:34:48.744Z] 36b3adc4ff6f: Pull complete [2021-01-21T03:34:49.322Z] 01666e4c0597: Verifying Checksum [2021-01-21T03:34:49.322Z] 01666e4c0597: Download complete [2021-01-21T03:34:49.322Z] 8ad3a11d3b57: Pull complete [2021-01-21T03:34:49.590Z] 46f8f816bc3b: Pull complete [2021-01-21T03:34:50.536Z] aa168da1d23b: Verifying Checksum [2021-01-21T03:34:50.536Z] aa168da1d23b: Download complete [2021-01-21T03:34:51.483Z] 93b61091891f: Pull complete [2021-01-21T03:34:51.483Z] 93b9cdb0e59b: Pull complete [2021-01-21T03:34:51.744Z] 5e14af77c1be: Pull complete [2021-01-21T03:34:51.744Z] 01666e4c0597: Pull complete [2021-01-21T03:35:01.861Z] aa168da1d23b: Pull complete [2021-01-21T03:35:01.861Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T03:35:01.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T03:35:01.861Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T03:35:02.088Z] prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container [2021-01-21T03:35:02.140Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T03:35:05.440Z] $ docker top eafd0252ba0c62788c977e5d7bfa74417face5db8bfd09e1e06ba3378304f182 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T03:35:06.215Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T03:35:06.521Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T03:35:06.820Z] + ls /var/log/sa-host [2021-01-21T03:35:06.820Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T03:35:06.820Z] file_magic: OK [2021-01-21T03:35:06.820Z] HZ: Using current value: 100 [2021-01-21T03:35:06.820Z] file_header: OK [2021-01-21T03:35:06.820Z] 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-21T03:35:06.820Z] Statistics: [2021-01-21T03:35:06.820Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T03:35:06.820Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T03:35:06.820Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T03:35:06.820Z] file_magic: OK [2021-01-21T03:35:06.820Z] HZ: Using current value: 100 [2021-01-21T03:35:06.820Z] file_header: OK [2021-01-21T03:35:06.820Z] 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-21T03:35:06.820Z] Statistics: [2021-01-21T03:35:06.820Z] Hnuu...uuuununununu... [2021-01-21T03:35:06.820Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T03:35:07.062Z] provisioning config files... [2021-01-21T03:35:07.120Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config9079556088111824775tmp [Pipeline] { [Pipeline] echo [2021-01-21T03:35:07.200Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T03:35:07.502Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T03:35:07.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T03:35:07.632Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T03:35:07.933Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T03:35:07.945Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T03:35:08.285Z] ---> sudo-logs.sh [2021-01-21T03:35:08.285Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T03:35:08.296Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T03:35:08.593Z] ---> job-cost.sh [2021-01-21T03:35:08.593Z] lf-activate-venv: SKIPPING [2021-01-21T03:35:08.593Z] INFO: No Stack... [2021-01-21T03:35:09.543Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T03:35:10.116Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T03:35:10.130Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T03:35:10.427Z] ---> logs-deploy.sh [2021-01-21T03:35:10.427Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3056/2 [2021-01-21T03:35:10.427Z] INFO: archiving workspace using pattern(s): [2021-01-21T03:35:11.839Z] Archives upload complete. [2021-01-21T03:35:12.108Z] INFO: archiving logs to Nexus [2021-01-21T03:35:13.055Z] ---> uname -a: [2021-01-21T03:35:13.055Z] Linux prd-centos7-docker-4c-2g-21843.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-21T03:35:13.055Z] [2021-01-21T03:35:13.055Z] [2021-01-21T03:35:13.055Z] ---> lscpu: [2021-01-21T03:35:13.055Z] Architecture: x86_64 [2021-01-21T03:35:13.055Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-21T03:35:13.055Z] Byte Order: Little Endian [2021-01-21T03:35:13.055Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-21T03:35:13.055Z] CPU(s): 4 [2021-01-21T03:35:13.055Z] On-line CPU(s) list: 0-3 [2021-01-21T03:35:13.055Z] Thread(s) per core: 1 [2021-01-21T03:35:13.055Z] Core(s) per socket: 1 [2021-01-21T03:35:13.055Z] Socket(s): 4 [2021-01-21T03:35:13.055Z] NUMA node(s): 1 [2021-01-21T03:35:13.055Z] Vendor ID: GenuineIntel [2021-01-21T03:35:13.055Z] CPU family: 6 [2021-01-21T03:35:13.055Z] Model: 44 [2021-01-21T03:35:13.055Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-21T03:35:13.055Z] Stepping: 1 [2021-01-21T03:35:13.055Z] CPU MHz: 2933.438 [2021-01-21T03:35:13.055Z] BogoMIPS: 5866.87 [2021-01-21T03:35:13.055Z] Virtualization: VT-x [2021-01-21T03:35:13.055Z] Hypervisor vendor: KVM [2021-01-21T03:35:13.055Z] Virtualization type: full [2021-01-21T03:35:13.055Z] L1d cache: 128 KiB [2021-01-21T03:35:13.055Z] L1i cache: 128 KiB [2021-01-21T03:35:13.055Z] L2 cache: 16 MiB [2021-01-21T03:35:13.055Z] L3 cache: 64 MiB [2021-01-21T03:35:13.055Z] NUMA node0 CPU(s): 0-3 [2021-01-21T03:35:13.055Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-21T03:35:13.055Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-21T03:35:13.055Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-21T03:35:13.055Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-21T03:35:13.055Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-21T03:35:13.055Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-21T03:35:13.055Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-21T03:35:13.055Z] Vulnerability Srbds: Not affected [2021-01-21T03:35:13.055Z] Vulnerability Tsx async abort: Not affected [2021-01-21T03:35:13.055Z] 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-21T03:35:13.055Z] [2021-01-21T03:35:13.055Z] [2021-01-21T03:35:13.055Z] ---> nproc: [2021-01-21T03:35:13.056Z] 4 [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] ---> df -h: [2021-01-21T03:35:13.056Z] Filesystem Size Used Available Use% Mounted on [2021-01-21T03:35:13.056Z] overlay 50.0G 11.6G 38.4G 23% / [2021-01-21T03:35:13.056Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-21T03:35:13.056Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-21T03:35:13.056Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/2 [2021-01-21T03:35:13.056Z] /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/2@tmp [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] ---> free -m: [2021-01-21T03:35:13.056Z] total used free shared buff/cache available [2021-01-21T03:35:13.056Z] Mem: 1837 700 162 0 974 1053 [2021-01-21T03:35:13.056Z] Swap: 1023 72 951 [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] ---> ip addr: [2021-01-21T03:35:13.056Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-21T03:35:13.056Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-21T03:35:13.056Z] inet 127.0.0.1/8 scope host lo [2021-01-21T03:35:13.056Z] valid_lft forever preferred_lft forever [2021-01-21T03:35:13.056Z] inet6 ::1/128 scope host [2021-01-21T03:35:13.056Z] valid_lft forever preferred_lft forever [2021-01-21T03:35:13.056Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-21T03:35:13.056Z] link/ether fa:16:3e:dc:53:f8 brd ff:ff:ff:ff:ff:ff [2021-01-21T03:35:13.056Z] inet 10.30.122.218/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-21T03:35:13.056Z] valid_lft 85286sec preferred_lft 85286sec [2021-01-21T03:35:13.056Z] inet6 fe80::f816:3eff:fedc:53f8/64 scope link [2021-01-21T03:35:13.056Z] valid_lft forever preferred_lft forever [2021-01-21T03:35:13.056Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-21T03:35:13.056Z] link/ether 02:42:d1:72:39:28 brd ff:ff:ff:ff:ff:ff [2021-01-21T03:35:13.056Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-21T03:35:13.056Z] valid_lft forever preferred_lft forever [2021-01-21T03:35:13.056Z] inet6 fe80::42:d1ff:fe72:3928/64 scope link [2021-01-21T03:35:13.056Z] valid_lft forever preferred_lft forever [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] ---> sar -b -r -n DEV: [2021-01-21T03:35:13.056Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] 03:16:28 LINUX RESTART (4 CPU) [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] 03:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-21T03:35:13.056Z] 03:18:01 117.22 52.39 64.83 0.00 8737.98 19242.39 0.00 [2021-01-21T03:35:13.056Z] 03:19:01 326.48 118.40 208.08 0.00 4345.04 51166.83 0.00 [2021-01-21T03:35:13.056Z] 03:20:01 182.82 94.14 88.68 0.00 3259.64 10167.69 0.00 [2021-01-21T03:35:13.056Z] 03:21:01 132.63 52.83 79.81 0.00 3310.71 20040.74 0.00 [2021-01-21T03:35:13.056Z] 03:22:03 1620.44 1318.68 301.77 0.00 123054.47 182900.26 0.00 [2021-01-21T03:35:13.056Z] 03:23:02 2121.28 1863.69 257.59 0.00 107160.36 124054.00 0.00 [2021-01-21T03:35:13.056Z] 03:24:01 2009.27 1666.91 342.36 0.00 106690.35 132980.81 0.00 [2021-01-21T03:35:13.056Z] 03:25:01 1521.86 1216.43 305.43 0.00 74270.98 95477.89 0.00 [2021-01-21T03:35:13.056Z] 03:26:01 112.48 13.45 99.03 0.00 3020.94 8061.49 0.00 [2021-01-21T03:35:13.056Z] 03:27:01 2.06 0.55 1.52 0.00 17.58 26.04 0.00 [2021-01-21T03:35:13.056Z] 03:28:01 0.30 0.02 0.28 0.00 0.53 3.23 0.00 [2021-01-21T03:35:13.056Z] 03:29:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-01-21T03:35:13.056Z] 03:30:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 [2021-01-21T03:35:13.056Z] 03:31:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 [2021-01-21T03:35:13.056Z] 03:32:01 1.88 1.67 0.22 0.00 59.15 3.00 0.00 [2021-01-21T03:35:13.056Z] 03:33:01 0.90 0.05 0.85 0.00 1.20 16.00 0.00 [2021-01-21T03:35:13.056Z] 03:34:01 0.32 0.05 0.27 0.00 0.68 2.78 0.00 [2021-01-21T03:35:13.056Z] 03:35:01 129.66 69.67 59.99 0.00 5594.41 14922.32 0.00 [2021-01-21T03:35:13.056Z] Average: 458.58 357.93 100.65 0.00 24403.38 36669.69 0.00 [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] 03:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-21T03:35:13.056Z] 03:18:01 220988 0 670484 35.63 2620 987452 1486172 50.72 624688 833336 69776 [2021-01-21T03:35:13.056Z] 03:19:01 310804 0 702300 37.33 1540 866900 1327848 45.32 464012 837188 48 [2021-01-21T03:35:13.056Z] 03:20:01 485284 0 804440 42.75 444 591376 1682588 57.42 527428 587308 43120 [2021-01-21T03:35:13.056Z] 03:21:01 65600 0 778012 41.35 432 1037500 1541308 52.60 626224 901148 93688 [2021-01-21T03:35:13.056Z] 03:22:03 75896 0 835496 44.40 48 970104 2328280 79.46 776972 811424 52732 [2021-01-21T03:35:13.056Z] 03:23:02 417248 0 933352 49.61 48 530896 3551056 121.19 577824 621860 43132 [2021-01-21T03:35:13.056Z] 03:24:01 78856 0 716452 38.08 48 1086188 1885184 64.34 722176 855176 3044 [2021-01-21T03:35:13.056Z] 03:25:01 358944 0 651464 34.62 48 871088 1452348 49.57 578864 713040 18404 [2021-01-21T03:35:13.056Z] 03:26:01 280668 0 618700 32.88 48 982128 1184284 40.42 570276 790460 20 [2021-01-21T03:35:13.056Z] 03:27:01 284124 0 614772 32.67 48 982600 1154196 39.39 569324 788920 16 [2021-01-21T03:35:13.056Z] 03:28:01 284764 0 614144 32.64 48 982588 1154112 39.39 568772 788920 12 [2021-01-21T03:35:13.056Z] 03:29:01 284764 0 614120 32.64 48 982612 1154052 39.39 568444 788936 12 [2021-01-21T03:35:13.056Z] 03:30:01 284788 0 614084 32.64 48 982624 1154052 39.39 568576 788936 8 [2021-01-21T03:35:13.056Z] 03:31:01 285072 0 613796 32.62 48 982628 1154052 39.39 568452 788936 8 [2021-01-21T03:35:13.056Z] 03:32:01 282924 0 614900 32.68 48 983672 1154124 39.39 569304 789588 24 [2021-01-21T03:35:13.056Z] 03:33:01 283056 0 614752 32.67 48 983688 1154112 39.39 569200 789600 12 [2021-01-21T03:35:13.056Z] 03:34:01 283220 0 614588 32.66 48 983688 1154052 39.39 569020 789612 8 [2021-01-21T03:35:13.056Z] 03:35:01 324644 0 662312 35.20 4 894584 1155684 39.44 496608 776116 102624 [2021-01-21T03:35:13.056Z] Average: 271758 0 682676 36.28 315 926795 1490417 50.87 584231 780028 23705 [2021-01-21T03:35:13.056Z] [2021-01-21T03:35:13.056Z] 03:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-21T03:35:13.056Z] 03:18:01 eth0 1419.71 1427.93 6132.55 200.20 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:18:01 docker0 802.51 616.20 67.25 2671.34 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:19:01 eth0 490.47 399.72 3670.42 42.78 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:19:01 veth17772aa 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:19:01 docker0 153.86 197.85 11.35 829.45 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:20:01 eth0 44.56 29.25 28.27 77.41 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:20:01 veth17772aa 0.23 0.32 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:20:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:21:01 eth0 166.43 131.99 1689.08 21.23 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:22:03 veth6a85200 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:22:03 eth0 73.49 49.06 175.22 60.58 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:22:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:22:03 docker0 9.13 21.79 0.48 142.51 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:23:02 veth51eb66e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:23:02 veth6a85200 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:23:02 eth0 8.09 3.96 6.43 3.32 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:24:01 veth6a85200 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:24:01 eth0 98.48 68.32 222.27 89.75 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:24:01 vethb4ad7cb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:25:01 veth101242f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:25:01 veth6a85200 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:25:01 eth0 136.54 104.78 1283.32 22.21 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:26:01 eth0 113.21 65.54 432.29 72.95 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:26:01 docker0 1009.95 925.98 81.80 4228.82 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:27:01 eth0 1.08 0.50 0.39 0.24 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:28:01 eth0 0.27 0.20 0.07 0.04 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:30:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:31:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:32:01 eth0 0.22 0.18 0.08 0.04 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:33:01 eth0 0.15 0.12 0.07 0.04 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:34:01 eth0 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:35:01 eth0 189.58 162.65 2173.18 20.19 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.056Z] 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.057Z] Average: eth0 152.73 136.12 880.57 34.04 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.057Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.057Z] Average: docker0 56.21 51.53 4.55 235.35 0.00 0.00 0.00 0.00 [2021-01-21T03:35:13.057Z] [2021-01-21T03:35:13.057Z] [2021-01-21T03:35:13.057Z] ---> sar -P ALL: [2021-01-21T03:35:13.057Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) [2021-01-21T03:35:13.057Z] [2021-01-21T03:35:13.057Z] 03:16:28 LINUX RESTART (4 CPU) [2021-01-21T03:35:13.057Z] [2021-01-21T03:35:13.057Z] 03:17:01 CPU %user %nice %system %iowait %steal %idle [2021-01-21T03:35:13.057Z] 03:18:01 all 17.99 0.00 7.92 1.78 0.49 71.82 [2021-01-21T03:35:13.057Z] 03:18:01 0 18.70 0.00 9.51 1.10 0.46 70.22 [2021-01-21T03:35:13.057Z] 03:18:01 1 13.45 0.00 7.48 1.25 0.44 77.39 [2021-01-21T03:35:13.057Z] 03:18:01 2 16.86 0.00 7.74 3.63 0.49 71.27 [2021-01-21T03:35:13.057Z] 03:18:01 3 22.97 0.00 6.97 1.13 0.55 68.39 [2021-01-21T03:35:13.057Z] 03:19:01 all 12.20 0.00 10.34 5.63 0.98 70.84 [2021-01-21T03:35:13.057Z] 03:19:01 0 12.59 0.00 11.83 9.00 0.98 65.59 [2021-01-21T03:35:13.057Z] 03:19:01 1 10.94 0.00 9.89 4.66 0.97 73.55 [2021-01-21T03:35:13.057Z] 03:19:01 2 12.77 0.00 9.75 4.56 1.02 71.90 [2021-01-21T03:35:13.057Z] 03:19:01 3 12.52 0.00 9.90 4.29 0.97 72.32 [2021-01-21T03:35:13.057Z] 03:20:01 all 61.91 0.00 14.91 4.09 0.45 18.64 [2021-01-21T03:35:13.057Z] 03:20:01 0 62.48 0.00 14.53 4.32 0.48 18.19 [2021-01-21T03:35:13.057Z] 03:20:01 1 62.79 0.00 14.69 3.90 0.42 18.20 [2021-01-21T03:35:13.057Z] 03:20:01 2 62.66 0.00 14.88 4.05 0.41 18.01 [2021-01-21T03:35:13.057Z] 03:20:01 3 59.73 0.00 15.55 4.10 0.49 20.14 [2021-01-21T03:35:13.057Z] 03:21:01 all 44.45 0.00 14.84 1.37 0.63 38.72 [2021-01-21T03:35:13.057Z] 03:21:01 0 44.33 0.00 15.90 1.86 0.54 37.36 [2021-01-21T03:35:13.057Z] 03:21:01 1 46.54 0.00 14.98 1.41 0.73 36.34 [2021-01-21T03:35:13.057Z] 03:21:01 2 42.74 0.00 13.86 1.02 0.67 41.71 [2021-01-21T03:35:13.057Z] 03:21:01 3 44.18 0.00 14.63 1.18 0.56 39.46 [2021-01-21T03:35:13.057Z] 03:22:03 all 19.69 0.00 25.22 14.88 0.30 39.90 [2021-01-21T03:35:13.057Z] 03:22:03 0 19.56 0.00 24.72 12.11 0.38 43.22 [2021-01-21T03:35:13.057Z] 03:22:03 1 20.20 0.00 25.28 16.05 0.28 38.19 [2021-01-21T03:35:13.057Z] 03:22:03 2 20.28 0.00 24.87 17.44 0.28 37.14 [2021-01-21T03:35:13.057Z] 03:22:03 3 18.73 0.00 26.00 13.96 0.28 41.04 [2021-01-21T03:35:13.057Z] 03:23:02 all 46.65 0.00 20.86 19.32 0.09 13.08 [2021-01-21T03:35:13.057Z] 03:23:02 0 46.08 0.00 21.50 21.26 0.07 11.09 [2021-01-21T03:35:13.057Z] 03:23:02 1 47.14 0.00 20.19 18.97 0.09 13.61 [2021-01-21T03:35:13.057Z] 03:23:02 2 45.81 0.00 21.01 19.54 0.11 13.54 [2021-01-21T03:35:13.057Z] 03:23:02 3 47.57 0.00 20.75 17.51 0.07 14.10 [2021-01-21T03:35:13.057Z] 03:24:01 all 26.24 0.00 22.24 24.84 0.22 26.46 [2021-01-21T03:35:13.057Z] 03:24:01 0 24.96 0.00 21.48 21.41 0.20 31.96 [2021-01-21T03:35:13.057Z] 03:24:01 1 26.40 0.00 21.19 23.87 0.20 28.35 [2021-01-21T03:35:13.057Z] 03:24:01 2 27.06 0.00 22.27 30.86 0.25 19.56 [2021-01-21T03:35:13.057Z] 03:24:01 3 26.56 0.00 24.04 23.21 0.25 25.95 [2021-01-21T03:35:13.057Z] 03:25:01 all 44.18 0.00 21.98 16.13 0.12 17.59 [2021-01-21T03:35:13.057Z] 03:25:01 0 44.14 0.00 22.66 15.31 0.10 17.79 [2021-01-21T03:35:13.057Z] 03:25:01 1 43.13 0.00 21.44 16.29 0.09 19.06 [2021-01-21T03:35:13.057Z] 03:25:01 2 43.83 0.00 21.07 16.77 0.14 18.18 [2021-01-21T03:35:13.057Z] 03:25:01 3 45.62 0.00 22.76 16.15 0.14 15.32 [2021-01-21T03:35:13.057Z] 03:26:01 all 5.56 0.00 3.94 4.72 0.05 85.73 [2021-01-21T03:35:13.057Z] 03:26:01 0 7.51 0.00 3.56 4.68 0.05 84.20 [2021-01-21T03:35:13.057Z] 03:26:01 1 3.04 0.00 3.46 4.06 0.05 89.39 [2021-01-21T03:35:13.057Z] 03:26:01 2 8.13 0.00 4.41 5.10 0.03 82.33 [2021-01-21T03:35:13.057Z] 03:26:01 3 3.58 0.00 4.34 5.05 0.05 86.98 [2021-01-21T03:35:13.057Z] 03:27:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2021-01-21T03:35:13.057Z] 03:27:01 0 0.33 0.00 0.03 0.00 0.00 99.63 [2021-01-21T03:35:13.057Z] 03:27:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-01-21T03:35:13.057Z] 03:27:01 2 0.22 0.00 0.07 0.02 0.00 99.70 [2021-01-21T03:35:13.057Z] 03:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-21T03:35:13.057Z] 03:28:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-01-21T03:35:13.057Z] 03:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-21T03:35:13.057Z] 03:28:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-21T03:35:13.057Z] 03:28:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-21T03:35:13.057Z] 03:28:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-21T03:35:13.057Z] [2021-01-21T03:35:13.057Z] 03:28:01 CPU %user %nice %system %iowait %steal %idle [2021-01-21T03:35:13.057Z] 03:29:01 all 0.10 0.00 0.04 0.00 0.00 99.85 [2021-01-21T03:35:13.057Z] 03:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-21T03:35:13.057Z] 03:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-21T03:35:13.057Z] 03:29:01 2 0.35 0.00 0.08 0.00 0.00 99.57 [2021-01-21T03:35:13.057Z] 03:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-21T03:35:13.057Z] 03:30:01 all 0.07 0.00 0.04 0.00 0.00 99.89 [2021-01-21T03:35:13.057Z] 03:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-21T03:35:13.057Z] 03:30:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-21T03:35:13.057Z] 03:30:01 2 0.17 0.00 0.07 0.00 0.00 99.77 [2021-01-21T03:35:13.057Z] 03:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-21T03:35:13.057Z] 03:31:01 all 0.05 0.00 0.03 0.00 0.00 99.91 [2021-01-21T03:35:13.057Z] 03:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-21T03:35:13.057Z] 03:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-21T03:35:13.057Z] 03:31:01 2 0.15 0.00 0.07 0.00 0.00 99.78 [2021-01-21T03:35:13.057Z] 03:31:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-21T03:35:13.057Z] 03:32:01 all 0.17 0.00 0.05 0.02 0.00 99.76 [2021-01-21T03:35:13.057Z] 03:32:01 0 0.02 0.00 0.05 0.08 0.00 99.85 [2021-01-21T03:35:13.057Z] 03:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-21T03:35:13.057Z] 03:32:01 2 0.57 0.00 0.08 0.00 0.02 99.33 [2021-01-21T03:35:13.057Z] 03:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-21T03:35:13.057Z] 03:33:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-21T03:35:13.057Z] 03:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-21T03:35:13.057Z] 03:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-21T03:35:13.057Z] 03:33:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-21T03:35:13.057Z] 03:33:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-21T03:35:13.057Z] 03:34:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-21T03:35:13.057Z] 03:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-21T03:35:13.057Z] 03:34:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-21T03:35:13.057Z] 03:34:01 2 0.52 0.00 0.03 0.00 0.00 99.44 [2021-01-21T03:35:13.057Z] 03:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-21T03:35:13.057Z] 03:35:01 all 6.18 0.00 4.27 3.03 0.03 86.50 [2021-01-21T03:35:13.057Z] 03:35:01 0 4.89 0.00 4.41 1.53 0.03 89.13 [2021-01-21T03:35:13.057Z] 03:35:01 1 5.97 0.00 4.27 2.84 0.03 86.87 [2021-01-21T03:35:13.057Z] 03:35:01 2 7.37 0.00 4.10 2.57 0.03 85.92 [2021-01-21T03:35:13.057Z] 03:35:01 3 6.48 0.00 4.27 5.16 0.03 84.06 [2021-01-21T03:35:13.057Z] Average: all 15.42 0.00 7.94 5.16 0.18 71.30 [2021-01-21T03:35:13.057Z] Average: 0 15.40 0.00 8.14 4.99 0.18 71.29 [2021-01-21T03:35:13.057Z] Average: 1 15.10 0.00 7.75 5.03 0.18 71.95 [2021-01-21T03:35:13.057Z] Average: 2 15.67 0.00 7.81 5.68 0.19 70.66 [2021-01-21T03:35:13.057Z] Average: 3 15.52 0.00 8.06 4.93 0.19 71.30 [2021-01-21T03:35:13.057Z] [2021-01-21T03:35:13.057Z] [2021-01-21T03:35:13.057Z]