Pull request #3030 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 rather than 0211e97e5f7926eaa7ba64ee93e250d68938d29f Obtained Jenkinsfile from 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20207 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [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 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 0211e97e5f7926eaa7ba64ee93e250d68938d29f Merge succeeded, producing b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 Checking out Revision b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 (PR-3030) > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0211e97e5f7926eaa7ba64ee93e250d68938d29f # 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 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 # timeout=10 Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T11:39:16.388Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T11:39:16.692Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T11:39:16.798Z] ========================================================= [2021-01-14T11:39:16.798Z] EdgeX Global Pipelines Version Info [2021-01-14T11:39:16.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7b82f96784bf24c5f66a9317eafcec0f23e1b55c # timeout=10 [2021-01-14T11:39:18.295Z] ------------------- [2021-01-14T11:39:18.295Z] stable info: [2021-01-14T11:39:18.295Z] ------------------- [2021-01-14T11:39:18.295Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T11:39:18.295Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T11:39:18.295Z] Message: update stable to v1.0.177 [2021-01-14T11:39:19.240Z] ------------------- [2021-01-14T11:39:19.240Z] experimental info: [2021-01-14T11:39:19.240Z] ------------------- [2021-01-14T11:39:19.240Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T11:39:19.240Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T11:39:19.240Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T11:39:19.556Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T11:39:19.656Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T11:39:19.754Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T11:39:19.849Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T11:39:19.946Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T11:39:20.043Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T11:39:20.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T11:39:20.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T11:39:20.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T11:39:20.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T11:39:20.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T11:39:20.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T11:39:20.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T11:39:20.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T11:39:20.952Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T11:39:21.059Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T11:39:21.194Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T11:39:21.295Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T11:39:21.391Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T11:39:21.493Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T11:39:21.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T11:39:21.717Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T11:39:21.808Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T11:39:21.907Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-14T11:39:21.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-14T11:39:22.084Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-14T11:39:22.172Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [Pipeline] echo [2021-01-14T11:39:22.261Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b930a7a [Pipeline] echo [2021-01-14T11:39:22.353Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T11:39:22.534Z] provisioning config files... [2021-01-14T11:39:22.563Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config9165273132546978497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:39:22.915Z] ---> docker-login.sh [2021-01-14T11:39:22.915Z] nexus3.edgexfoundry.org:10001 [2021-01-14T11:39:23.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:39:23.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:39:23.180Z] Configure a credential helper to remove this warning. See [2021-01-14T11:39:23.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:39:23.180Z] [2021-01-14T11:39:23.180Z] Login Succeeded [2021-01-14T11:39:23.180Z] nexus3.edgexfoundry.org:10002 [2021-01-14T11:39:23.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:39:23.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:39:23.455Z] Configure a credential helper to remove this warning. See [2021-01-14T11:39:23.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:39:23.455Z] [2021-01-14T11:39:23.455Z] Login Succeeded [2021-01-14T11:39:23.455Z] nexus3.edgexfoundry.org:10003 [2021-01-14T11:39:23.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:39:23.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:39:23.718Z] Configure a credential helper to remove this warning. See [2021-01-14T11:39:23.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:39:23.718Z] [2021-01-14T11:39:23.718Z] Login Succeeded [2021-01-14T11:39:23.718Z] nexus3.edgexfoundry.org:10004 [2021-01-14T11:39:23.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:39:23.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:39:23.718Z] Configure a credential helper to remove this warning. See [2021-01-14T11:39:23.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:39:23.718Z] [2021-01-14T11:39:23.718Z] Login Succeeded [2021-01-14T11:39:23.718Z] docker.io [2021-01-14T11:39:23.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:39:24.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:39:24.244Z] Configure a credential helper to remove this warning. See [2021-01-14T11:39:24.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:39:24.244Z] [2021-01-14T11:39:24.244Z] Login Succeeded [2021-01-14T11:39:24.244Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T11:39:24.259Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T11:39:24.726Z] ++ 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-14T11:39:24.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.726Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T11:39:24.726Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.726Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T11:39:24.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.726Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.726Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T11:39:24.726Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T11:39:24.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.726Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T11:39:24.726Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.726Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T11:39:24.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.726Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T11:39:24.726Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.726Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T11:39:24.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.726Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T11:39:24.726Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.727Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T11:39:24.727Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.727Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T11:39:24.727Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.727Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T11:39:24.727Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.727Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T11:39:24.727Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.727Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T11:39:24.727Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.727Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.727Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T11:39:24.727Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T11:39:24.727Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T11:39:24.727Z] ++ cut -d/ -f2 [2021-01-14T11:39:24.727Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T11:39:24.727Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T11:39:24.801Z] 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-14T11:39:26.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T11:39:26.346Z] [2021-01-14T11:39:26.346Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:39:26.701Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T11:39:26.701Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T11:39:26.701Z] 31603596830f: Pulling fs layer [2021-01-14T11:39:26.701Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T11:39:26.701Z] 6ca5941a6612: Pulling fs layer [2021-01-14T11:39:26.701Z] ecc8261a40a4: Pulling fs layer [2021-01-14T11:39:26.701Z] ecc8261a40a4: Waiting [2021-01-14T11:39:26.701Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T11:39:26.701Z] 2a8b12db71e7: Download complete [2021-01-14T11:39:26.701Z] 31603596830f: Verifying Checksum [2021-01-14T11:39:26.701Z] 31603596830f: Download complete [2021-01-14T11:39:26.963Z] ecc8261a40a4: Download complete [2021-01-14T11:39:26.963Z] 6ca5941a6612: Verifying Checksum [2021-01-14T11:39:26.963Z] 6ca5941a6612: Download complete [2021-01-14T11:39:26.963Z] 31603596830f: Pull complete [2021-01-14T11:39:27.226Z] 2a8b12db71e7: Pull complete [2021-01-14T11:39:28.178Z] 6ca5941a6612: Pull complete [2021-01-14T11:39:28.178Z] ecc8261a40a4: Pull complete [2021-01-14T11:39:28.178Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T11:39:28.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T11:39:28.178Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T11:39:28.292Z] prd-centos7-docker-4c-2g-20207 does not seem to be running inside a container [2021-01-14T11:39:28.335Z] $ 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-14T11:39:30.692Z] $ docker top e33591801df441b1f9e32890e31c67d6218150074eac1095c551906f1d7c65cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T11:39:30.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T11:39:30.987Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T11:39:31.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T11:39:31.163Z] $ docker exec e33591801df441b1f9e32890e31c67d6218150074eac1095c551906f1d7c65cc ssh-agent [2021-01-14T11:39:31.330Z] SSH_AUTH_SOCK=/tmp/ssh-mY6HSHXcCnw2/agent.12 [2021-01-14T11:39:31.330Z] SSH_AGENT_PID=18 [2021-01-14T11:39:31.339Z] Running ssh-add (command line suppressed) [2021-01-14T11:39:31.451Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_703910507678920698.key (/w/workspace/edgex-go/2@tmp/private_key_703910507678920698.key) [2021-01-14T11:39:31.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T11:39:31.839Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T11:39:31.859Z] $ docker exec --env ******** --env ******** e33591801df441b1f9e32890e31c67d6218150074eac1095c551906f1d7c65cc ssh-agent -k [2021-01-14T11:39:31.966Z] unset SSH_AUTH_SOCK; [2021-01-14T11:39:31.966Z] unset SSH_AGENT_PID; [2021-01-14T11:39:31.966Z] echo Agent pid 18 killed; [2021-01-14T11:39:32.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T11:39:32.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T11:39:32.161Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T11:39:32.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T11:39:32.323Z] $ docker exec e33591801df441b1f9e32890e31c67d6218150074eac1095c551906f1d7c65cc ssh-agent [2021-01-14T11:39:32.479Z] SSH_AUTH_SOCK=/tmp/ssh-s591weU4Llgc/agent.47 [2021-01-14T11:39:32.479Z] SSH_AGENT_PID=52 [2021-01-14T11:39:32.486Z] Running ssh-add (command line suppressed) [2021-01-14T11:39:32.595Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8770233216673386208.key (/w/workspace/edgex-go/2@tmp/private_key_8770233216673386208.key) [2021-01-14T11:39:32.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T11:39:32.983Z] + git semver init [2021-01-14T11:39:32.983Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T11:39:32.983Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-14T11:39:32.983Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-14T11:39:32.983Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T11:39:32.983Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T11:39:32.983Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T11:39:32.983Z] # $SEMVER_BRANCH = PR-3030 [2021-01-14T11:39:32.983Z] # $SEMVER_TEMP = /tmp/semver-721894739 [2021-01-14T11:39:32.984Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T11:39:51.166Z] # '/tmp/semver-721894739' -> '/w/workspace/edgex-go/2/.semver' [2021-01-14T11:39:51.166Z] # -> Force: false [2021-01-14T11:39:51.166Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-14T11:39:51.177Z] $ docker exec --env ******** --env ******** e33591801df441b1f9e32890e31c67d6218150074eac1095c551906f1d7c65cc ssh-agent -k [2021-01-14T11:39:51.346Z] unset SSH_AUTH_SOCK; [2021-01-14T11:39:51.347Z] unset SSH_AGENT_PID; [2021-01-14T11:39:51.347Z] echo Agent pid 52 killed; [2021-01-14T11:39:51.405Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T11:39:51.999Z] + git semver [Pipeline] } [2021-01-14T11:39:52.014Z] $ docker stop --time=1 e33591801df441b1f9e32890e31c67d6218150074eac1095c551906f1d7c65cc [2021-01-14T11:39:53.556Z] $ docker rm -f e33591801df441b1f9e32890e31c67d6218150074eac1095c551906f1d7c65cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T11:39:54.065Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T11:39:54.538Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T11:39:54.544Z] [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-14T11:39:55.587Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T11:39:55.885Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T11:39:56.187Z] + sudo service docker restart [2021-01-14T11:39:56.187Z] + true [2021-01-14T11:39:56.187Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T11:39:56.777Z] ========================================================= [2021-01-14T11:39:56.777Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T11:39:56.777Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:39:57.121Z] + 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-14T11:40:01.336Z] Sending build context to Docker daemon 326.5MB [2021-01-14T11:40:01.336Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T11:40:01.336Z] Step 2/6 : FROM ${BASE} [2021-01-14T11:40:01.336Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T11:40:01.336Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T11:40:01.336Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T11:40:01.336Z] de9db76c5a1d: Pulling fs layer [2021-01-14T11:40:01.336Z] bca2f99d35d6: Pulling fs layer [2021-01-14T11:40:01.336Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T11:40:01.336Z] 7c6f9722023f: Pulling fs layer [2021-01-14T11:40:01.336Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T11:40:01.336Z] 93359f2a8cfa: Waiting [2021-01-14T11:40:01.336Z] 7c6f9722023f: Waiting [2021-01-14T11:40:01.336Z] a35cf1a2eb13: Waiting [2021-01-14T11:40:01.336Z] bca2f99d35d6: Waiting [2021-01-14T11:40:01.336Z] de9db76c5a1d: Verifying Checksum [2021-01-14T11:40:01.336Z] de9db76c5a1d: Download complete [2021-01-14T11:40:01.336Z] 0ef7d3d256c8: Download complete [2021-01-14T11:40:01.336Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T11:40:01.336Z] 93359f2a8cfa: Download complete [2021-01-14T11:40:01.336Z] 7c6f9722023f: Verifying Checksum [2021-01-14T11:40:01.336Z] 7c6f9722023f: Download complete [2021-01-14T11:40:01.336Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T11:40:01.336Z] 188c0c94c7c5: Download complete [2021-01-14T11:40:01.597Z] 188c0c94c7c5: Pull complete [2021-01-14T11:40:01.597Z] 0ef7d3d256c8: Pull complete [2021-01-14T11:40:01.865Z] de9db76c5a1d: Pull complete [2021-01-14T11:40:03.791Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T11:40:03.791Z] a35cf1a2eb13: Download complete [2021-01-14T11:40:04.364Z] bca2f99d35d6: Verifying Checksum [2021-01-14T11:40:04.364Z] bca2f99d35d6: Download complete [2021-01-14T11:40:09.682Z] bca2f99d35d6: Pull complete [2021-01-14T11:40:09.682Z] 93359f2a8cfa: Pull complete [2021-01-14T11:40:09.682Z] 7c6f9722023f: Pull complete [2021-01-14T11:40:10.078Z] Still waiting to schedule task [2021-01-14T11:40:10.078Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-14T11:40:13.900Z] a35cf1a2eb13: Pull complete [2021-01-14T11:40:13.900Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T11:40:13.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T11:40:13.900Z] ---> a62c8e92a672 [2021-01-14T11:40:13.900Z] 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-14T11:40:13.900Z] ---> Running in 47b71233f0c1 [2021-01-14T11:40:14.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:40:15.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:40:15.682Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T11:40:15.943Z] (2/12) Installing file (5.38-r0) [2021-01-14T11:40:15.943Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T11:40:15.943Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T11:40:19.253Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T11:40:19.253Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T11:40:19.253Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T11:40:19.253Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T11:40:19.253Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T11:40:19.253Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T11:40:19.253Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T11:40:19.253Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T11:40:19.515Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:40:19.515Z] OK: 233 MiB in 51 packages [2021-01-14T11:40:23.734Z] Removing intermediate container 47b71233f0c1 [2021-01-14T11:40:23.734Z] ---> e3a2df9b8318 [2021-01-14T11:40:23.734Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T11:40:23.734Z] ---> Running in 8fc593a0f957 [2021-01-14T11:40:23.734Z] Removing intermediate container 8fc593a0f957 [2021-01-14T11:40:23.734Z] ---> 8352dcb57863 [2021-01-14T11:40:23.734Z] Step 5/6 : COPY go.mod . [2021-01-14T11:40:23.734Z] ---> f9f96954d022 [2021-01-14T11:40:23.734Z] Step 6/6 : RUN go mod download [2021-01-14T11:40:23.734Z] ---> Running in 02be4ac6a6eb [2021-01-14T11:40:45.726Z] Removing intermediate container 02be4ac6a6eb [2021-01-14T11:40:45.727Z] ---> 1ea0bb35bd44 [2021-01-14T11:40:45.727Z] Successfully built 1ea0bb35bd44 [2021-01-14T11:40:45.727Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:40:46.044Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T11:40:46.044Z] . [Pipeline] withDockerContainer [2021-01-14T11:40:46.137Z] prd-centos7-docker-4c-2g-20207 does not seem to be running inside a container [2021-01-14T11:40:46.183Z] $ 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-14T11:40:46.869Z] $ docker top 66a35c5d73586e3f5eddb9dd4ec395f779eb6f0597990236d4bb4f2d55d4d505 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T11:40:47.352Z] + go version [2021-01-14T11:40:47.352Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T11:40:47.368Z] $ docker stop --time=1 66a35c5d73586e3f5eddb9dd4ec395f779eb6f0597990236d4bb4f2d55d4d505 [2021-01-14T11:40:48.728Z] $ docker rm -f 66a35c5d73586e3f5eddb9dd4ec395f779eb6f0597990236d4bb4f2d55d4d505 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:40:49.539Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T11:40:49.539Z] . [Pipeline] withDockerContainer [2021-01-14T11:40:49.631Z] prd-centos7-docker-4c-2g-20207 does not seem to be running inside a container [2021-01-14T11:40:49.673Z] $ 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-14T11:40:50.461Z] $ docker top e1c1bf86dc12653b1655e97ae0f3b09b96413cd320e013b79d549f976cd8eaa2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T11:40:50.700Z] ========================================================= [2021-01-14T11:40:50.700Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T11:40:50.700Z] ========================================================= [Pipeline] sh [2021-01-14T11:40:50.989Z] + make test [2021-01-14T11:40:50.989Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T11:40:59.192Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T11:41:11.542Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T11:41:18.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T11:41:18.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T11:41:18.186Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T11:41:18.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T11:41:18.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T11:41:18.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T11:41:18.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T11:41:19.046Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T11:41:19.624Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T11:41:21.573Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T11:41:21.573Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T11:41:21.573Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T11:41:23.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.063s coverage: 46.6% of statements [2021-01-14T11:41:23.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T11:41:23.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T11:41:23.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T11:41:23.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T11:41:23.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T11:41:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.0% of statements [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T11:41:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T11:41:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T11:41:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 77.1% of statements [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T11:41:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 82.4% of statements [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T11:41:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T11:41:29.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.319s coverage: 28.6% of statements [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T11:41:29.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T11:41:29.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T11:41:29.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T11:41:29.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements [2021-01-14T11:41:29.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T11:41:29.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements [2021-01-14T11:41:29.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T11:41:29.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T11:41:29.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T11:41:29.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T11:41:32.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.309s coverage: 93.2% of statements [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T11:41:32.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T11:41:32.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T11:41:32.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T11:41:32.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-01-14T11:41:32.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T11:41:32.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-14T11:41:32.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-01-14T11:41:32.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.2% of statements [2021-01-14T11:41:33.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.071s coverage: 91.4% of statements [2021-01-14T11:41:33.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T11:41:33.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements [2021-01-14T11:41:33.978Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T11:41:33.978Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T11:41:33.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-14T11:41:33.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.075s coverage: 91.3% of statements [2021-01-14T11:41:33.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-01-14T11:41:33.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-01-14T11:41:34.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-01-14T11:41:35.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.269s coverage: 55.9% of statements [2021-01-14T11:41:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T11:41:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T11:41:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T11:41:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T11:41:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T11:41:35.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 37.0% of statements [2021-01-14T11:41:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T11:41:35.769Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T11:41:35.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.0% of statements [2021-01-14T11:41:35.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-14T11:41:37.714Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 47.1% of statements [2021-01-14T11:41:37.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T11:41:37.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T11:41:37.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T11:41:37.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T11:41:37.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T11:41:37.714Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.071s coverage: 100.0% of statements [2021-01-14T11:41:37.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T11:41:37.714Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements [2021-01-14T11:41:37.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T11:41:39.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T11:41:39.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T11:41:39.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T11:41:39.134Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T11:41:39.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T11:41:39.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T11:41:39.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T11:41:39.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-01-14T11:41:39.395Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-14T11:41:39.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements [2021-01-14T11:41:39.922Z] GO111MODULE=on go vet ./... [2021-01-14T11:42:00.140Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20208 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-14T11:42:00.250Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-14T11:42:02.074Z] gofmt -l . [2021-01-14T11:42:02.074Z] [ "`gofmt -l .`" = "" ] [2021-01-14T11:42:02.074Z] ./bin/test-go-mod-tidy.sh [2021-01-14T11:42:02.341Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T11:42:02.906Z] + ls -al . [2021-01-14T11:42:02.906Z] total 660 [2021-01-14T11:42:02.906Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 11:42 . [2021-01-14T11:42:02.906Z] drwxr-xr-x 4 root root 28 Jan 14 11:40 .. [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 11:39 .dockerignore [2021-01-14T11:42:02.906Z] drwxrwxr-x 8 1001 1001 179 Jan 14 11:39 .git [2021-01-14T11:42:02.906Z] drwxrwxr-x 3 1001 1001 125 Jan 14 11:39 .github [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 11:39 .gitignore [2021-01-14T11:42:02.906Z] drwx------ 3 1001 1001 47 Jan 14 11:39 .semver [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 11:39 .sonarcloud.properties [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 11:39 Attribution.txt [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 11:39 CONTRIBUTING.md [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 11:39 Dockerfile.build [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 11:39 Jenkinsfile [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 11:39 LICENSE [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 11:39 Makefile [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 11:39 README.md [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 11:39 SECURITY.md [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 11:39 VERSION [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 11:39 ZMQWindows.md [2021-01-14T11:42:02.906Z] drwxrwxr-x 2 1001 1001 117 Jan 14 11:39 bin [2021-01-14T11:42:02.906Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 11:39 cmd [2021-01-14T11:42:02.906Z] -rw-r--r-- 1 root root 554655 Jan 14 11:41 coverage.out [2021-01-14T11:42:02.906Z] -rw-r--r-- 1 root root 979 Jan 14 11:42 go.mod [2021-01-14T11:42:02.906Z] -rw-r--r-- 1 root root 19036 Jan 14 11:42 go.sum [2021-01-14T11:42:02.906Z] drwxrwxr-x 8 1001 1001 127 Jan 14 11:39 internal [2021-01-14T11:42:02.906Z] drwxrwxr-x 4 1001 1001 26 Jan 14 11:39 openapi [2021-01-14T11:42:02.906Z] drwxrwxr-x 4 1001 1001 71 Jan 14 11:39 snap [2021-01-14T11:42:02.906Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 11:39 version.go [Pipeline] sh [2021-01-14T11:42:03.207Z] + '[' -e coverage.out ] [2021-01-14T11:42:03.207Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T11:42:03.392Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T11:42:03.686Z] + make build [2021-01-14T11:42:03.686Z] 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-14T11:42:05.109Z] using credential edgex-jenkins-ssh [2021-01-14T11:42:05.172Z] Cloning the remote Git repository [2021-01-14T11:42:05.232Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T11:42:06.249Z] 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-14T11:42:05.343Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-14T11:42:05.424Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T11:42:05.425Z] > git --version # timeout=10 [2021-01-14T11:42:05.440Z] > git --version # 'git version 2.17.1' [2021-01-14T11:42:05.442Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T11:42:05.495Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T11:42:12.923Z] 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-14T11:42:13.866Z] 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-14T11:42:15.258Z] 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-14T11:42:15.258Z] 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-14T11:42:16.657Z] 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-14T11:42:18.057Z] 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-14T11:42:19.003Z] 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-14T11:42:19.955Z] 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-14T11:42:20.907Z] 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-14T11:42:21.851Z] 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-14T11:42:21.584Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T11:42:21.608Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T11:42:21.631Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T11:42:21.660Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T11:42:21.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T11:42:21.672Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T11:42:22.486Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 0211e97e5f7926eaa7ba64ee93e250d68938d29f [Pipeline] } [2021-01-14T11:42:22.823Z] $ docker stop --time=1 e1c1bf86dc12653b1655e97ae0f3b09b96413cd320e013b79d549f976cd8eaa2 [2021-01-14T11:42:23.115Z] Merge succeeded, producing c8cd6d9b73259079f7fa84acfc4f41972b50cb68 [2021-01-14T11:42:23.116Z] Checking out Revision c8cd6d9b73259079f7fa84acfc4f41972b50cb68 (PR-3030) [2021-01-14T11:42:24.484Z] $ docker rm -f e1c1bf86dc12653b1655e97ae0f3b09b96413cd320e013b79d549f976cd8eaa2 [2021-01-14T11:42:22.505Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T11:42:22.530Z] > git checkout -f 0211e97e5f7926eaa7ba64ee93e250d68938d29f # timeout=10 [2021-01-14T11:42:22.821Z] > git remote # timeout=10 [2021-01-14T11:42:22.839Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T11:42:22.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T11:42:22.867Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T11:42:23.103Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T11:42:23.125Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T11:42:23.135Z] > git checkout -f c8cd6d9b73259079f7fa84acfc4f41972b50cb68 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-14T11:42:27.512Z] Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" [2021-01-14T11:42:27.543Z] First time build. Skipping changelog. [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-14T11:42:28.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T11:42:28.154Z] [2021-01-14T11:42:28.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T11:42:28.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T11:42:28.511Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T11:42:28.511Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T11:42:28.511Z] ca9280d653b3: Pulling fs layer [2021-01-14T11:42:28.511Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T11:42:27.524Z] > git rev-list --no-walk 7b82f96784bf24c5f66a9317eafcec0f23e1b55c # timeout=10 [2021-01-14T11:42:29.270Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T11:42:29.465Z] cbdbe7a5bc2a: Download complete [2021-01-14T11:42:29.681Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T11:42:29.726Z] ca9280d653b3: Verifying Checksum [2021-01-14T11:42:29.726Z] cbdbe7a5bc2a: Pull complete [2021-01-14T11:42:30.025Z] + sudo service docker restart [2021-01-14T11:42:30.026Z] + true [2021-01-14T11:42:30.681Z] ca9280d653b3: Pull complete [2021-01-14T11:42:30.681Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T11:42:32.082Z] provisioning config files... [2021-01-14T11:42:32.128Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3523277854779537474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:42:32.543Z] ---> docker-login.sh [2021-01-14T11:42:32.543Z] nexus3.edgexfoundry.org:10001 [2021-01-14T11:42:33.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:42:33.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:42:33.806Z] Configure a credential helper to remove this warning. See [2021-01-14T11:42:33.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:42:33.806Z] [2021-01-14T11:42:33.806Z] Login Succeeded [2021-01-14T11:42:33.806Z] nexus3.edgexfoundry.org:10002 [2021-01-14T11:42:34.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:42:34.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:42:34.405Z] Configure a credential helper to remove this warning. See [2021-01-14T11:42:34.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:42:34.405Z] [2021-01-14T11:42:34.405Z] Login Succeeded [2021-01-14T11:42:34.405Z] nexus3.edgexfoundry.org:10003 [2021-01-14T11:42:34.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:42:34.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:42:34.958Z] Configure a credential helper to remove this warning. See [2021-01-14T11:42:34.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:42:34.958Z] [2021-01-14T11:42:34.958Z] Login Succeeded [2021-01-14T11:42:34.958Z] nexus3.edgexfoundry.org:10004 [2021-01-14T11:42:35.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:42:35.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:42:35.507Z] Configure a credential helper to remove this warning. See [2021-01-14T11:42:35.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:42:35.507Z] [2021-01-14T11:42:35.507Z] Login Succeeded [2021-01-14T11:42:35.507Z] docker.io [2021-01-14T11:42:35.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T11:42:36.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T11:42:36.056Z] Configure a credential helper to remove this warning. See [2021-01-14T11:42:36.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T11:42:36.056Z] [2021-01-14T11:42:36.056Z] Login Succeeded [2021-01-14T11:42:36.056Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T11:42:36.075Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T11:42:36.519Z] ========================================================= [2021-01-14T11:42:36.519Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T11:42:36.519Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:42:36.897Z] + 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-14T11:42:37.300Z] 7e9c9ca2126c: Pull complete [2021-01-14T11:42:37.300Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T11:42:37.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T11:42:37.300Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T11:42:37.422Z] prd-centos7-docker-4c-2g-20207 does not seem to be running inside a container [2021-01-14T11:42:37.469Z] $ 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-14T11:42:38.908Z] Sending build context to Docker daemon 165.5MB [2021-01-14T11:42:39.184Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T11:42:39.184Z] Step 2/6 : FROM ${BASE} [2021-01-14T11:42:39.184Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T11:42:39.184Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T11:42:39.184Z] a4357932f1b6: Pulling fs layer [2021-01-14T11:42:39.184Z] 18c013af1878: Pulling fs layer [2021-01-14T11:42:39.184Z] 00ac8860ef70: Pulling fs layer [2021-01-14T11:42:39.184Z] 63d7cb157983: Pulling fs layer [2021-01-14T11:42:39.184Z] b116817d02f9: Pulling fs layer [2021-01-14T11:42:39.184Z] 745a02a5169b: Pulling fs layer [2021-01-14T11:42:39.184Z] 00ac8860ef70: Waiting [2021-01-14T11:42:39.184Z] 63d7cb157983: Waiting [2021-01-14T11:42:39.184Z] 745a02a5169b: Waiting [2021-01-14T11:42:39.184Z] b116817d02f9: Waiting [2021-01-14T11:42:39.184Z] 18c013af1878: Verifying Checksum [2021-01-14T11:42:39.184Z] 18c013af1878: Download complete [2021-01-14T11:42:39.184Z] a4357932f1b6: Download complete [2021-01-14T11:42:39.184Z] 63d7cb157983: Verifying Checksum [2021-01-14T11:42:39.184Z] 63d7cb157983: Download complete [2021-01-14T11:42:39.184Z] b116817d02f9: Verifying Checksum [2021-01-14T11:42:39.184Z] b116817d02f9: Download complete [2021-01-14T11:42:39.184Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T11:42:39.184Z] 5f621e34cdf4: Download complete [2021-01-14T11:42:39.239Z] $ docker top 08a1c78fdf4982fbbe38a631e759bfbeb0f19b56b571302e945f97957b957040 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T11:42:39.730Z] + docker-compose build --help [2021-01-14T11:42:39.730Z] + grep parallel [2021-01-14T11:42:40.177Z] 5f621e34cdf4: Pull complete [2021-01-14T11:42:40.456Z] a4357932f1b6: Pull complete [2021-01-14T11:42:40.674Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T11:42:40.690Z] $ docker stop --time=1 08a1c78fdf4982fbbe38a631e759bfbeb0f19b56b571302e945f97957b957040 [2021-01-14T11:42:41.057Z] 18c013af1878: Pull complete [2021-01-14T11:42:41.335Z] 745a02a5169b: Verifying Checksum [2021-01-14T11:42:41.335Z] 745a02a5169b: Download complete [2021-01-14T11:42:42.042Z] $ docker rm -f 08a1c78fdf4982fbbe38a631e759bfbeb0f19b56b571302e945f97957b957040 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:42:42.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T11:42:42.727Z] . [Pipeline] withDockerContainer [2021-01-14T11:42:42.833Z] prd-centos7-docker-4c-2g-20207 does not seem to be running inside a container [2021-01-14T11:42:42.952Z] $ 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-14T11:42:43.346Z] 00ac8860ef70: Verifying Checksum [2021-01-14T11:42:43.346Z] 00ac8860ef70: Download complete [2021-01-14T11:42:43.573Z] $ docker top cd4c45bf710537080d42d47dda364600829d0e40c9d5a0b73183544e8227a637 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T11:42:44.062Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T11:42:45.005Z] Building docker-core-command-go ... [2021-01-14T11:42:45.005Z] Building docker-core-data-go ... [2021-01-14T11:42:45.005Z] Building docker-core-metadata-go ... [2021-01-14T11:42:45.005Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T11:42:45.005Z] Building docker-security-proxy-setup-go ... [2021-01-14T11:42:45.005Z] Building docker-security-secretstore-setup-go ... [2021-01-14T11:42:45.005Z] Building docker-support-notifications-go ... [2021-01-14T11:42:45.005Z] Building docker-support-scheduler-go ... [2021-01-14T11:42:45.005Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T11:42:45.005Z] Building docker-core-command-go [2021-01-14T11:42:45.005Z] Building docker-support-scheduler-go [2021-01-14T11:42:45.005Z] Building docker-security-bootstrap-redis-go [2021-01-14T11:42:45.005Z] Building docker-core-data-go [2021-01-14T11:42:45.005Z] Building docker-support-notifications-go [2021-01-14T11:42:53.525Z] 00ac8860ef70: Pull complete [2021-01-14T11:42:53.525Z] 63d7cb157983: Pull complete [2021-01-14T11:42:53.816Z] b116817d02f9: Pull complete [2021-01-14T11:42:58.137Z] 745a02a5169b: Pull complete [2021-01-14T11:42:58.137Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T11:42:58.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T11:42:58.137Z] ---> b7e6874047d6 [2021-01-14T11:42:58.137Z] 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-14T11:43:01.521Z] ---> Running in 516c4e9942f8 [2021-01-14T11:43:02.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:43:03.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:43:04.523Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T11:43:04.523Z] (2/12) Installing file (5.38-r0) [2021-01-14T11:43:04.523Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T11:43:04.794Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T11:43:10.178Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T11:43:10.178Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T11:43:10.178Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T11:43:10.178Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T11:43:10.178Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T11:43:10.178Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T11:43:10.178Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T11:43:10.178Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T11:43:10.178Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:43:10.178Z] OK: 217 MiB in 51 packages [2021-01-14T11:43:11.847Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:43:11.847Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:43:11.847Z] ---> 1ea0bb35bd44 [2021-01-14T11:43:11.847Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T11:43:11.847Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:43:11.847Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:43:11.848Z] ---> 1ea0bb35bd44 [2021-01-14T11:43:11.848Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T11:43:11.848Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:43:11.848Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:43:11.848Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:43:11.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> 1ea0bb35bd44 [2021-01-14T11:43:11.848Z] [2021-01-14T11:43:11.848Z] Step 3/23 : WORKDIR /edgex-go ---> 1ea0bb35bd44 [2021-01-14T11:43:11.848Z] [2021-01-14T11:43:11.848Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T11:43:11.848Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:43:11.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:43:11.848Z] ---> 1ea0bb35bd44 [2021-01-14T11:43:11.848Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T11:43:12.421Z] ---> Running in 59809d82e272 [2021-01-14T11:43:12.421Z] ---> Running in e205e2f2e3a5 [2021-01-14T11:43:12.421Z] ---> Running in a0bc7efa09d8 [2021-01-14T11:43:12.421Z] ---> Running in c3cc0f50b8d2 [2021-01-14T11:43:12.421Z] ---> Running in c0f8863db4aa [2021-01-14T11:43:12.683Z] Removing intermediate container c0f8863db4aa [2021-01-14T11:43:12.683Z] ---> e2ee32613269 [2021-01-14T11:43:12.683Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:43:12.683Z] Removing intermediate container a0bc7efa09d8 [2021-01-14T11:43:12.683Z] ---> 2ba0a1b1d331 [2021-01-14T11:43:12.683Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:43:12.683Z] Removing intermediate container c3cc0f50b8d2 [2021-01-14T11:43:12.683Z] ---> 750bf6b1a732 [2021-01-14T11:43:12.683Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:43:12.683Z] Removing intermediate container 59809d82e272 [2021-01-14T11:43:12.683Z] ---> 03d15f0ec6a8 [2021-01-14T11:43:12.683Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:43:12.683Z] Removing intermediate container e205e2f2e3a5 [2021-01-14T11:43:12.683Z] ---> 16250f56580c [2021-01-14T11:43:12.683Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:43:12.950Z] ---> Running in 1df7fc46ee6f [2021-01-14T11:43:12.950Z] ---> Running in 6bfa4f01f8cf [2021-01-14T11:43:12.950Z] ---> Running in 02de9b56dd28 [2021-01-14T11:43:12.950Z] ---> Running in 33b6d1c7013c [2021-01-14T11:43:12.950Z] ---> Running in c2b76de7ed61 [2021-01-14T11:43:14.476Z] Removing intermediate container 516c4e9942f8 [2021-01-14T11:43:14.476Z] ---> 4b8b6e07c680 [2021-01-14T11:43:14.476Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T11:43:14.476Z] ---> Running in 95987b5c79a8 [2021-01-14T11:43:14.754Z] Removing intermediate container 95987b5c79a8 [2021-01-14T11:43:14.754Z] ---> b3067be0a2da [2021-01-14T11:43:14.754Z] Step 5/6 : COPY go.mod . [2021-01-14T11:43:14.920Z] Removing intermediate container 6bfa4f01f8cf [2021-01-14T11:43:14.920Z] ---> 42333d65dc04 [2021-01-14T11:43:14.920Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T11:43:14.920Z] ---> Running in 13712eccae59 [2021-01-14T11:43:15.188Z] Removing intermediate container 02de9b56dd28 [2021-01-14T11:43:15.188Z] ---> 5dfb71572170 [2021-01-14T11:43:15.188Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T11:43:15.188Z] Removing intermediate container 1df7fc46ee6f [2021-01-14T11:43:15.188Z] ---> 694d6c7b8023 [2021-01-14T11:43:15.188Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T11:43:15.361Z] ---> de4daf210e0f [2021-01-14T11:43:15.361Z] Step 6/6 : RUN go mod download [2021-01-14T11:43:15.449Z] ---> Running in b979c33f0eb2 [2021-01-14T11:43:15.449Z] ---> Running in 92a7316fb5f0 [2021-01-14T11:43:15.449Z] Removing intermediate container c2b76de7ed61 [2021-01-14T11:43:15.449Z] ---> b4040676165c [2021-01-14T11:43:15.449Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T11:43:15.449Z] Removing intermediate container 33b6d1c7013c [2021-01-14T11:43:15.449Z] ---> 8f12ac6de914 [2021-01-14T11:43:15.449Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T11:43:15.635Z] ---> Running in 2d3892d89a87 [2021-01-14T11:43:15.710Z] ---> Running in 6a9108c099d0 [2021-01-14T11:43:15.711Z] ---> Running in 1c7d51eeeb1e [2021-01-14T11:43:15.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:16.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:16.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:16.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:16.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:16.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:17.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:17.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:17.025Z] OK: 233 MiB in 51 packages [2021-01-14T11:43:17.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:17.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:43:17.297Z] OK: 233 MiB in 51 packages [2021-01-14T11:43:17.559Z] OK: 233 MiB in 51 packages [2021-01-14T11:43:17.559Z] Removing intermediate container 13712eccae59 [2021-01-14T11:43:17.559Z] ---> 4845e5034c63 [2021-01-14T11:43:17.559Z] Step 6/22 : COPY go.mod . [2021-01-14T11:43:17.828Z] ---> 5453a8ab40e1 [2021-01-14T11:43:17.828Z] Step 7/22 : RUN go mod download [2021-01-14T11:43:17.828Z] Removing intermediate container b979c33f0eb2 [2021-01-14T11:43:17.828Z] ---> f867a4dfab30 [2021-01-14T11:43:17.828Z] Step 6/21 : COPY go.mod . [2021-01-14T11:43:18.092Z] ---> Running in e5f20595de6d [2021-01-14T11:43:18.092Z] OK: 233 MiB in 51 packages [2021-01-14T11:43:18.092Z] Removing intermediate container 92a7316fb5f0 [2021-01-14T11:43:18.092Z] ---> e5a26d51cf12 [2021-01-14T11:43:18.092Z] Step 6/23 : COPY go.mod . [2021-01-14T11:43:18.092Z] OK: 233 MiB in 51 packages [2021-01-14T11:43:18.359Z] ---> 4420a0de874c [2021-01-14T11:43:18.359Z] Step 7/21 : RUN go mod download [2021-01-14T11:43:18.620Z] ---> 9721f26a22e5 [2021-01-14T11:43:18.620Z] Step 7/23 : RUN go mod download [2021-01-14T11:43:18.620Z] ---> Running in 316fd65b7d0b [2021-01-14T11:43:18.620Z] ---> Running in d5da63ba313a [2021-01-14T11:43:19.203Z] Removing intermediate container 6a9108c099d0 [2021-01-14T11:43:19.203Z] ---> 4f07e0a8ce46 [2021-01-14T11:43:19.203Z] Step 6/24 : COPY go.mod . [2021-01-14T11:43:19.203Z] Removing intermediate container 1c7d51eeeb1e [2021-01-14T11:43:19.203Z] ---> b769d0ce717d [2021-01-14T11:43:19.203Z] Step 6/22 : COPY go.mod . [2021-01-14T11:43:19.466Z] ---> 1e30d2e7962b [2021-01-14T11:43:19.466Z] Step 7/24 : RUN go mod download [2021-01-14T11:43:19.466Z] ---> Running in d6ae6767507b [2021-01-14T11:43:19.735Z] ---> 91443a51b2fe [2021-01-14T11:43:19.735Z] Step 7/22 : RUN go mod download [2021-01-14T11:43:19.735Z] ---> Running in eeb8bb9c4f56 [2021-01-14T11:43:20.314Z] Removing intermediate container e5f20595de6d [2021-01-14T11:43:20.314Z] ---> 62dbbcd72674 [2021-01-14T11:43:20.314Z] Step 8/22 : COPY . . [2021-01-14T11:43:24.530Z] Removing intermediate container 316fd65b7d0b [2021-01-14T11:43:24.530Z] ---> 7ce41437bcf1 [2021-01-14T11:43:24.530Z] Step 8/21 : COPY . . [2021-01-14T11:43:25.128Z] Removing intermediate container d5da63ba313a [2021-01-14T11:43:25.128Z] ---> 67d28cdcff67 [2021-01-14T11:43:25.128Z] Step 8/23 : COPY . . [2021-01-14T11:43:31.730Z] Removing intermediate container d6ae6767507b [2021-01-14T11:43:31.731Z] ---> dab7a17462c2 [2021-01-14T11:43:31.731Z] Step 8/24 : COPY . . [2021-01-14T11:43:33.688Z] Removing intermediate container eeb8bb9c4f56 [2021-01-14T11:43:33.688Z] ---> 9c628f202b5a [2021-01-14T11:43:33.688Z] Step 8/22 : COPY . . [2021-01-14T11:43:42.414Z] Removing intermediate container 2d3892d89a87 [2021-01-14T11:43:42.414Z] ---> bd16c6005ac3 [2021-01-14T11:43:42.414Z] Successfully built bd16c6005ac3 [2021-01-14T11:43:42.414Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:43:42.757Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T11:43:42.757Z] . [Pipeline] withDockerContainer [2021-01-14T11:43:43.035Z] prd-ubuntu18.04-docker-arm64-4c-16g-20208 does not seem to be running inside a container [2021-01-14T11:43:43.124Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-01-14T11:43:44.578Z] $ docker top 6402646ec962b00df34ea63bdb7b2d30c0dace21785ac5a953cf6c49722346d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T11:43:45.608Z] + go version [2021-01-14T11:43:45.608Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T11:43:45.635Z] $ docker stop --time=1 6402646ec962b00df34ea63bdb7b2d30c0dace21785ac5a953cf6c49722346d2 [2021-01-14T11:43:47.519Z] $ docker rm -f 6402646ec962b00df34ea63bdb7b2d30c0dace21785ac5a953cf6c49722346d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:43:48.483Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T11:43:48.483Z] . [Pipeline] withDockerContainer [2021-01-14T11:43:48.701Z] prd-ubuntu18.04-docker-arm64-4c-16g-20208 does not seem to be running inside a container [2021-01-14T11:43:48.782Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-01-14T11:43:50.012Z] $ docker top bbe56ffc7eb1b63dd04712938d5f21f5e6e2d3af78706f8b390fc976e18bb140 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T11:43:50.464Z] ========================================================= [2021-01-14T11:43:50.464Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T11:43:50.464Z] ========================================================= [Pipeline] sh [2021-01-14T11:43:51.104Z] + make test [2021-01-14T11:43:51.104Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T11:44:05.864Z] ---> 0965666615b2 [2021-01-14T11:44:05.864Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T11:44:05.864Z] ---> 4460a14824cc [2021-01-14T11:44:05.864Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T11:44:05.864Z] ---> e30439d65489 [2021-01-14T11:44:05.864Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T11:44:05.864Z] ---> 0118af27e8c9 [2021-01-14T11:44:05.864Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T11:44:05.864Z] ---> Running in 84258ab39fb9 [2021-01-14T11:44:05.864Z] ---> Running in bab879a2dfcb [2021-01-14T11:44:05.864Z] ---> Running in 7bfd23339aa6 [2021-01-14T11:44:05.864Z] ---> Running in 4ff5211c514d [2021-01-14T11:44:05.864Z] ---> 2282e331ffa9 [2021-01-14T11:44:05.864Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T11:44:05.864Z] ---> Running in f126a2b4877b [2021-01-14T11:44:05.864Z] 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-14T11:44:05.864Z] 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-14T11:44:05.864Z] 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-14T11:44:05.864Z] 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-14T11:44:05.864Z] 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-14T11:44:13.301Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T11:44:38.122Z] Removing intermediate container 4ff5211c514d [2021-01-14T11:44:38.122Z] ---> e273a367027a [2021-01-14T11:44:38.122Z] [2021-01-14T11:44:38.122Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T11:44:38.122Z] Removing intermediate container 84258ab39fb9 [2021-01-14T11:44:38.122Z] ---> 80a7895d9eaa [2021-01-14T11:44:38.122Z] [2021-01-14T11:44:38.122Z] Step 10/22 : FROM scratch [2021-01-14T11:44:38.122Z] ---> [2021-01-14T11:44:38.122Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T11:44:38.122Z] Removing intermediate container f126a2b4877b [2021-01-14T11:44:38.122Z] ---> 1ac98d02713b [2021-01-14T11:44:38.122Z] [2021-01-14T11:44:38.122Z] Step 10/24 : FROM scratch [2021-01-14T11:44:38.122Z] ---> [2021-01-14T11:44:38.122Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T11:44:38.122Z] Removing intermediate container bab879a2dfcb [2021-01-14T11:44:38.122Z] ---> f06b5645d6c3 [2021-01-14T11:44:38.122Z] [2021-01-14T11:44:38.122Z] Step 10/21 : FROM scratch [2021-01-14T11:44:38.122Z] ---> [2021-01-14T11:44:38.122Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T11:44:38.394Z] 3.12: Pulling from library/alpine [2021-01-14T11:44:38.394Z] ---> Running in 8eb41ec7b975 [2021-01-14T11:44:38.394Z] ---> Running in b725c2c99232 [2021-01-14T11:44:38.394Z] ---> Running in 402f29f7943f [2021-01-14T11:44:40.316Z] Removing intermediate container b725c2c99232 [2021-01-14T11:44:40.316Z] ---> c8fd7a9013d0 [2021-01-14T11:44:40.316Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T11:44:40.316Z] Removing intermediate container 8eb41ec7b975 [2021-01-14T11:44:40.316Z] ---> 95afd5c706d3 [2021-01-14T11:44:40.316Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T11:44:40.316Z] Removing intermediate container 402f29f7943f [2021-01-14T11:44:40.316Z] ---> 403b737eee40 [2021-01-14T11:44:40.316Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T11:44:40.316Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T11:44:40.759Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T11:44:40.759Z] ---> Running in 598d82e1742e [2021-01-14T11:44:40.759Z] ---> 389fef711851 [2021-01-14T11:44:40.759Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T11:44:40.759Z] ---> Running in 02be6d7697d4 [2021-01-14T11:44:40.759Z] ---> Running in 1d0428851557 [2021-01-14T11:44:40.759Z] Removing intermediate container 7bfd23339aa6 [2021-01-14T11:44:40.759Z] ---> 38a5aa6e2f86 [2021-01-14T11:44:40.759Z] [2021-01-14T11:44:40.759Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T11:44:40.759Z] ---> 389fef711851 [2021-01-14T11:44:40.759Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T11:44:40.759Z] ---> Running in 60168af1a1ad [2021-01-14T11:44:41.705Z] ---> Running in 484873e14d79 [2021-01-14T11:44:41.705Z] Removing intermediate container 598d82e1742e [2021-01-14T11:44:41.705Z] ---> 59cee6b6edc7 [2021-01-14T11:44:41.705Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T11:44:41.705Z] Removing intermediate container 02be6d7697d4 [2021-01-14T11:44:41.705Z] ---> 0fa9c15fbf06 [2021-01-14T11:44:41.705Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T11:44:41.705Z] Removing intermediate container 1d0428851557 [2021-01-14T11:44:41.705Z] ---> 5a752f1ebaed [2021-01-14T11:44:41.705Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T11:44:41.705Z] ---> Running in f3cdb2c26bc5 [2021-01-14T11:44:41.970Z] ---> Running in d80941af8196 [2021-01-14T11:44:41.970Z] ---> Running in f5af6afb7029 [2021-01-14T11:44:41.970Z] Removing intermediate container 484873e14d79 [2021-01-14T11:44:41.970Z] ---> 199998ded4a2 [2021-01-14T11:44:41.970Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T11:44:41.970Z] ---> Running in 1e80e3647ce0 [2021-01-14T11:44:41.970Z] Removing intermediate container f3cdb2c26bc5 [2021-01-14T11:44:41.970Z] ---> cfe7d5bfe610 [2021-01-14T11:44:41.970Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:44:41.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:44:42.231Z] Removing intermediate container d80941af8196 [2021-01-14T11:44:42.231Z] ---> bc118d3f7256 [2021-01-14T11:44:42.231Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T11:44:42.231Z] Removing intermediate container f5af6afb7029 [2021-01-14T11:44:42.231Z] ---> 7ef01fbe9de1 [2021-01-14T11:44:42.231Z] Step 14/22 : WORKDIR / [2021-01-14T11:44:42.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:44:42.231Z] ---> Running in 800fad1e9716 [2021-01-14T11:44:42.495Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T11:44:42.495Z] Removing intermediate container 1e80e3647ce0 [2021-01-14T11:44:42.495Z] ---> 84f0b7b4a2c2 [2021-01-14T11:44:42.495Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T11:44:42.495Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T11:44:42.495Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T11:44:42.495Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T11:44:42.495Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T11:44:42.495Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:44:42.495Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T11:44:42.495Z] OK: 7 MiB in 19 packages [2021-01-14T11:44:42.774Z] ---> c8977e622a40 [2021-01-14T11:44:42.774Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T11:44:42.774Z] ---> Running in 1f29fddbdf08 [2021-01-14T11:44:42.774Z] ---> 06c5c9b76ca4 [2021-01-14T11:44:42.774Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T11:44:42.774Z] Removing intermediate container 800fad1e9716 [2021-01-14T11:44:42.774Z] ---> 57d6dc761b95 [2021-01-14T11:44:42.774Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:44:43.038Z] Removing intermediate container 1f29fddbdf08 [2021-01-14T11:44:43.038Z] ---> 3a88f771d358 [2021-01-14T11:44:43.038Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:44:44.432Z] ---> Running in 62fda856335c [2021-01-14T11:44:44.432Z] ---> add41931cac6 [2021-01-14T11:44:44.432Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T11:44:44.432Z] Removing intermediate container 60168af1a1ad [2021-01-14T11:44:44.432Z] ---> 151ce79b334b [2021-01-14T11:44:44.432Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T11:44:44.432Z] ---> a27029b08927 [2021-01-14T11:44:44.432Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T11:44:44.432Z] ---> e7e039ff3979 [2021-01-14T11:44:44.432Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T11:44:44.696Z] ---> Running in 355889d7b5ad [2021-01-14T11:44:44.967Z] ---> a27374ce8660 [2021-01-14T11:44:44.967Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T11:44:44.967Z] ---> e7bfe9bdb002 [2021-01-14T11:44:44.967Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:44:45.229Z] Removing intermediate container 355889d7b5ad [2021-01-14T11:44:45.229Z] ---> eb67895b8891 [2021-01-14T11:44:45.229Z] Step 13/22 : WORKDIR / [2021-01-14T11:44:45.229Z] ---> 26f9a92e3d89 [2021-01-14T11:44:45.229Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T11:44:45.229Z] ---> Running in f8ee15915542 [2021-01-14T11:44:45.801Z] ---> Running in a3aed6120131 [2021-01-14T11:44:45.801Z] ---> a031b60582c6 [2021-01-14T11:44:45.801Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T11:44:45.801Z] Removing intermediate container f8ee15915542 [2021-01-14T11:44:45.801Z] ---> 0f3604aeca86 [2021-01-14T11:44:45.801Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:44:45.801Z] ---> 6146861aa26b [2021-01-14T11:44:45.801Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T11:44:46.064Z] ---> Running in e91a5d360a5b [2021-01-14T11:44:46.064Z] ---> Running in 022d376bc451 [2021-01-14T11:44:46.064Z] Removing intermediate container a3aed6120131 [2021-01-14T11:44:46.064Z] ---> 813b4f4899f9 [2021-01-14T11:44:46.064Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:44:46.331Z] Removing intermediate container 62fda856335c [2021-01-14T11:44:46.331Z] ---> b51bafac919f [2021-01-14T11:44:46.331Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T11:44:46.331Z] ---> Running in e73ba2853f8c [2021-01-14T11:44:46.594Z] Removing intermediate container e91a5d360a5b [2021-01-14T11:44:46.594Z] ---> 2170f3709e72 [2021-01-14T11:44:46.594Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T11:44:46.594Z] Removing intermediate container 022d376bc451 [2021-01-14T11:44:46.594Z] ---> eb7f4e65db3e [2021-01-14T11:44:46.594Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:44:46.594Z] ---> 725e1cf5f486 [2021-01-14T11:44:46.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T11:44:46.594Z] ---> e372afcaf256 [2021-01-14T11:44:46.594Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T11:44:46.856Z] ---> Running in 5c347f398347 [2021-01-14T11:44:46.856Z] ---> Running in 3cd3f139853b [2021-01-14T11:44:47.116Z] ---> 77d5b366ce12 [2021-01-14T11:44:47.116Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T11:44:47.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:44:47.377Z] ---> Running in 7bd9ba95d195 [2021-01-14T11:44:47.377Z] Removing intermediate container 3cd3f139853b [2021-01-14T11:44:47.377Z] ---> fef0c52cc927 [2021-01-14T11:44:47.377Z] Step 20/21 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:44:47.377Z] Removing intermediate container 5c347f398347 [2021-01-14T11:44:47.377Z] ---> 05e0895794f5 [2021-01-14T11:44:47.377Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T11:44:47.377Z] ---> a077f2aea3eb [2021-01-14T11:44:47.377Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T11:44:47.638Z] ---> Running in f97418ada79b [2021-01-14T11:44:47.638Z] ---> Running in 674ae6e9a210 [2021-01-14T11:44:47.638Z] Removing intermediate container 7bd9ba95d195 [2021-01-14T11:44:47.638Z] ---> cb1ad694c58d [2021-01-14T11:44:47.638Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:44:47.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:44:47.899Z] ---> Running in a3dceb26b6d8 [2021-01-14T11:44:47.899Z] ---> f1ac08cad162 [2021-01-14T11:44:47.899Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T11:44:47.899Z] Removing intermediate container f97418ada79b [2021-01-14T11:44:47.899Z] ---> ae9aa42191ab [2021-01-14T11:44:47.899Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T11:44:47.899Z] Removing intermediate container 674ae6e9a210 [2021-01-14T11:44:47.899Z] ---> 2cecfc9facf5 [2021-01-14T11:44:47.899Z] Step 21/22 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:44:48.161Z] ---> Running in c77ea8f6f639 [2021-01-14T11:44:48.161Z] ---> Running in 43958435eaeb [2021-01-14T11:44:48.161Z] Removing intermediate container a3dceb26b6d8 [2021-01-14T11:44:48.161Z] ---> b3d8f9798748 [2021-01-14T11:44:48.161Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T11:44:48.161Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T11:44:48.423Z] ---> 9346d5eca5d2 [2021-01-14T11:44:48.423Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T11:44:48.423Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T11:44:48.423Z] ---> Running in a750bd4de224 [2021-01-14T11:44:48.423Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T11:44:48.423Z] ---> Running in 72feb72e0044 [2021-01-14T11:44:48.423Z] Removing intermediate container c77ea8f6f639 [2021-01-14T11:44:48.423Z] ---> d4f9f4650a99 [2021-01-14T11:44:48.423Z] [2021-01-14T11:44:48.686Z] Removing intermediate container 43958435eaeb [2021-01-14T11:44:48.686Z] ---> a8379674f232 [2021-01-14T11:44:48.686Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T11:44:48.686Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T11:44:48.686Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T11:44:48.951Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:44:48.951Z] OK: 8 MiB in 19 packages [2021-01-14T11:44:48.951Z] Successfully built d4f9f4650a99 [2021-01-14T11:44:48.951Z] ---> Running in 0798638562e0 [2021-01-14T11:44:48.951Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T11:44:48.951Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-14T11:44:48.951Z] Removing intermediate container a750bd4de224 [2021-01-14T11:44:48.951Z] ---> e9c0de24a81a [2021-01-14T11:44:48.951Z] Step 23/24 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:44:49.219Z] ---> Running in e3da627e0ddc [2021-01-14T11:44:49.219Z] Removing intermediate container 0798638562e0 [2021-01-14T11:44:49.219Z] ---> b2e458539a60 [2021-01-14T11:44:49.219Z] [2021-01-14T11:44:49.486Z] Removing intermediate container e3da627e0ddc [2021-01-14T11:44:49.486Z] ---> a5e52d5ba00a [2021-01-14T11:44:49.486Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T11:44:49.486Z] Successfully built b2e458539a60 [2021-01-14T11:44:49.748Z] Successfully tagged docker-core-command-go:latest [2021-01-14T11:44:49.748Z] Building docker-security-proxy-setup-go [2021-01-14T11:44:49.748Z]  Building docker-core-command-go ... done  ---> Running in 25c2dab225b8 [2021-01-14T11:44:49.748Z] Removing intermediate container e73ba2853f8c [2021-01-14T11:44:49.748Z] ---> a5356efb8f35 [2021-01-14T11:44:49.748Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:44:51.676Z] Removing intermediate container 25c2dab225b8 [2021-01-14T11:44:51.676Z] ---> 818cdaa69098 [2021-01-14T11:44:51.676Z] [2021-01-14T11:44:54.237Z] Successfully built 818cdaa69098 [2021-01-14T11:44:54.499Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T11:44:54.499Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-14T11:44:57.813Z] Removing intermediate container 72feb72e0044 [2021-01-14T11:44:57.813Z] ---> f2fca7ef3590 [2021-01-14T11:44:57.813Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T11:44:59.206Z] ---> 1b676d1590e1 [2021-01-14T11:44:59.206Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T11:45:00.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T11:45:02.599Z] ---> Running in 166abe4d2f84 [2021-01-14T11:45:04.566Z] ---> 1fc28b772600 [2021-01-14T11:45:04.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T11:45:04.566Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:45:04.566Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:45:04.566Z] ---> 1ea0bb35bd44 [2021-01-14T11:45:04.566Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T11:45:04.566Z] ---> Using cache [2021-01-14T11:45:04.566Z] ---> 16250f56580c [2021-01-14T11:45:04.566Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:45:04.566Z] ---> Using cache [2021-01-14T11:45:04.566Z] ---> b4040676165c [2021-01-14T11:45:04.566Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T11:45:04.722Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T11:45:05.151Z] Removing intermediate container 166abe4d2f84 [2021-01-14T11:45:05.151Z] ---> bbe596035ca3 [2021-01-14T11:45:05.151Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T11:45:05.737Z] ---> Running in 902b9994720e [2021-01-14T11:45:07.131Z] ---> 4d44e9025ff7 [2021-01-14T11:45:07.131Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T11:45:07.131Z] ---> Running in b37b56a19bbd [2021-01-14T11:45:07.393Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:45:07.393Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:45:07.393Z] ---> 1ea0bb35bd44 [2021-01-14T11:45:07.393Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T11:45:07.393Z] ---> Using cache [2021-01-14T11:45:07.393Z] ---> 16250f56580c [2021-01-14T11:45:07.393Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:45:07.393Z] ---> Using cache [2021-01-14T11:45:07.393Z] ---> b4040676165c [2021-01-14T11:45:07.393Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T11:45:08.343Z] ---> Running in d853440436a9 [2021-01-14T11:45:08.343Z] ---> Running in f586e22c0ea2 [2021-01-14T11:45:09.062Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T11:45:09.062Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T11:45:09.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T11:45:09.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T11:45:09.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T11:45:09.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T11:45:09.287Z] Removing intermediate container b37b56a19bbd [2021-01-14T11:45:09.287Z] ---> 6d36a0fb61af [2021-01-14T11:45:09.287Z] Step 21/22 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:45:09.548Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:45:09.548Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:45:09.548Z] ---> 1ea0bb35bd44 [2021-01-14T11:45:09.548Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T11:45:09.548Z] ---> Using cache [2021-01-14T11:45:09.548Z] ---> 16250f56580c [2021-01-14T11:45:09.548Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:45:09.548Z] ---> Using cache [2021-01-14T11:45:09.548Z] ---> b4040676165c [2021-01-14T11:45:09.548Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T11:45:09.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:45:09.812Z] ---> Running in 0ca6926193ea [2021-01-14T11:45:09.812Z] Removing intermediate container d853440436a9 [2021-01-14T11:45:09.812Z] ---> 2f367172253e [2021-01-14T11:45:09.812Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:45:09.812Z] ---> Running in 6eafbebcc953 [2021-01-14T11:45:10.074Z] ---> Running in 0ca4fc670880 [2021-01-14T11:45:10.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:45:10.335Z] Removing intermediate container 0ca6926193ea [2021-01-14T11:45:10.335Z] ---> 74c48e738114 [2021-01-14T11:45:10.335Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T11:45:10.335Z] ---> Running in 8470d2185439 [2021-01-14T11:45:10.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:45:10.335Z] Removing intermediate container 0ca4fc670880 [2021-01-14T11:45:10.335Z] ---> 32043f3e142c [2021-01-14T11:45:10.335Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T11:45:10.597Z] ---> Running in b64a875765c7 [2021-01-14T11:45:10.597Z] Removing intermediate container 8470d2185439 [2021-01-14T11:45:10.597Z] ---> 2f944ca6787f [2021-01-14T11:45:10.597Z] [2021-01-14T11:45:10.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:45:10.860Z] Successfully built 2f944ca6787f [2021-01-14T11:45:10.860Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T11:45:10.860Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T11:45:10.860Z] Removing intermediate container b64a875765c7 [2021-01-14T11:45:10.860Z] ---> 2b1de9f451b7 [2021-01-14T11:45:10.860Z] Step 22/23 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:45:10.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:45:11.059Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T11:45:11.122Z] ---> Running in b7c6bf2860cb [2021-01-14T11:45:11.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:45:11.389Z] Removing intermediate container b7c6bf2860cb [2021-01-14T11:45:11.389Z] ---> d7de05ed2ef8 [2021-01-14T11:45:11.389Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T11:45:11.658Z] OK: 233 MiB in 51 packages [2021-01-14T11:45:11.658Z] OK: 233 MiB in 51 packages [2021-01-14T11:45:11.920Z] OK: 233 MiB in 51 packages [2021-01-14T11:45:12.156Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T11:45:12.366Z] ---> Running in 933ad2653f02 [2021-01-14T11:45:13.938Z] Removing intermediate container 933ad2653f02 [2021-01-14T11:45:13.939Z] ---> e865a9459237 [2021-01-14T11:45:13.939Z] [2021-01-14T11:45:13.939Z] Successfully built e865a9459237 [2021-01-14T11:45:13.939Z] Successfully tagged docker-core-data-go:latest [2021-01-14T11:45:14.200Z]  Building docker-core-data-go ... done Removing intermediate container f586e22c0ea2 [2021-01-14T11:45:14.200Z] ---> a52bfd4a67e7 [2021-01-14T11:45:14.200Z] Step 6/22 : COPY go.mod . [2021-01-14T11:45:14.773Z] Removing intermediate container 902b9994720e [2021-01-14T11:45:14.773Z] ---> 37d0691fcf53 [2021-01-14T11:45:14.773Z] Step 6/21 : COPY go.mod . [2021-01-14T11:45:15.035Z] ---> 36d6b53eec89 [2021-01-14T11:45:15.035Z] Step 7/22 : RUN go mod download [2021-01-14T11:45:15.035Z] Removing intermediate container 6eafbebcc953 [2021-01-14T11:45:15.035Z] ---> 2629e86f8561 [2021-01-14T11:45:15.035Z] Step 6/24 : COPY go.mod . [2021-01-14T11:45:15.296Z] ---> Running in 93564fa71f63 [2021-01-14T11:45:15.296Z] ---> e627cec13e45 [2021-01-14T11:45:15.296Z] Step 7/21 : RUN go mod download [2021-01-14T11:45:16.696Z] ---> 6880944fc0b0 [2021-01-14T11:45:16.696Z] Step 7/24 : RUN go mod download [2021-01-14T11:45:16.696Z] ---> Running in 57ec4dac17e8 [2021-01-14T11:45:16.696Z] ---> Running in 0c1523b8ff27 [2021-01-14T11:45:19.097Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T11:45:19.097Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T11:45:19.097Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T11:45:22.010Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:45:22.010Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:45:22.585Z] ---> 1ea0bb35bd44 [2021-01-14T11:45:22.585Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T11:45:22.585Z] ---> Using cache [2021-01-14T11:45:22.585Z] ---> 16250f56580c [2021-01-14T11:45:22.585Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:45:22.585Z] ---> Using cache [2021-01-14T11:45:22.585Z] ---> b4040676165c [2021-01-14T11:45:22.585Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T11:45:22.585Z] Removing intermediate container 93564fa71f63 [2021-01-14T11:45:22.585Z] ---> d4702eb7409d [2021-01-14T11:45:22.585Z] Step 8/22 : COPY . . [2021-01-14T11:45:22.585Z] Removing intermediate container 0c1523b8ff27 [2021-01-14T11:45:22.585Z] ---> 7c3ec35c41f0 [2021-01-14T11:45:22.585Z] Step 8/24 : COPY . . [2021-01-14T11:45:22.585Z] Removing intermediate container 57ec4dac17e8 [2021-01-14T11:45:22.585Z] ---> 406324a29f3c [2021-01-14T11:45:22.585Z] Step 8/21 : COPY . . [2021-01-14T11:45:22.851Z] ---> Running in 9f1ccde233a2 [2021-01-14T11:45:24.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.208s coverage: 46.6% of statements [2021-01-14T11:45:24.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T11:45:24.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T11:45:24.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T11:45:24.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T11:45:24.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T11:45:26.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:45:26.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:45:27.335Z] OK: 233 MiB in 51 packages [2021-01-14T11:45:31.567Z] Removing intermediate container 9f1ccde233a2 [2021-01-14T11:45:31.567Z] ---> 92bc1300e089 [2021-01-14T11:45:31.567Z] Step 6/26 : COPY go.mod . [2021-01-14T11:45:32.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.0% of statements [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T11:45:32.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.105s coverage: 100.0% of statements [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T11:45:32.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T11:45:32.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.552s coverage: 77.8% of statements [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T11:45:32.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.332s coverage: 82.4% of statements [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T11:45:32.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T11:45:36.921Z] ---> 1a7392430a25 [2021-01-14T11:45:36.921Z] Step 7/26 : RUN go mod download [2021-01-14T11:45:37.521Z] ---> Running in aba9a3c5d0d1 [2021-01-14T11:45:39.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements [2021-01-14T11:45:39.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T11:45:39.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T11:45:39.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T11:45:39.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T11:45:39.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T11:45:39.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-01-14T11:45:39.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T11:45:39.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-01-14T11:45:39.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T11:45:39.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements [2021-01-14T11:45:39.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T11:45:41.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.384s coverage: 97.5% of statements [2021-01-14T11:45:41.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T11:45:41.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.180s coverage: 78.3% of statements [2021-01-14T11:45:41.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T11:45:41.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T11:45:41.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T11:45:41.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T11:45:45.688Z] Removing intermediate container aba9a3c5d0d1 [2021-01-14T11:45:45.688Z] ---> 99c022476dc1 [2021-01-14T11:45:45.688Z] Step 8/26 : COPY . . [2021-01-14T11:45:45.688Z] ---> fec9cc98d89b [2021-01-14T11:45:45.688Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T11:45:45.688Z] ---> af5c88f691e9 [2021-01-14T11:45:45.688Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T11:45:45.688Z] ---> 832914c0c84f [2021-01-14T11:45:45.688Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T11:45:48.242Z] ---> Running in 6b4864ef091c [2021-01-14T11:45:48.242Z] ---> Running in 50a8cc6d7050 [2021-01-14T11:45:48.242Z] ---> Running in 7a5970e846d9 [2021-01-14T11:45:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.171s coverage: 93.2% of statements [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T11:45:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T11:45:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 0.1% of statements [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T11:45:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T11:45:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2021-01-14T11:45:49.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T11:45:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements [2021-01-14T11:45:49.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements [2021-01-14T11:45:50.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.178s coverage: 84.2% of statements [2021-01-14T11:45:50.803Z] 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-14T11:45:50.803Z] 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-14T11:45:50.803Z] 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-14T11:45:52.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.208s coverage: 91.4% of statements [2021-01-14T11:45:52.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T11:45:54.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.590s coverage: 63.5% of statements [2021-01-14T11:45:54.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T11:45:54.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T11:45:54.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2021-01-14T11:45:54.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-01-14T11:45:55.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-01-14T11:45:55.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-01-14T11:45:56.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements [2021-01-14T11:46:00.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.946s coverage: 55.9% of statements [2021-01-14T11:46:00.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T11:46:00.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T11:46:00.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T11:46:00.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T11:46:00.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T11:46:01.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.398s coverage: 37.0% of statements [2021-01-14T11:46:01.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T11:46:01.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T11:46:01.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.640s coverage: 84.0% of statements [2021-01-14T11:46:01.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements [2021-01-14T11:46:05.833Z] ---> 3e813cc7bf6a [2021-01-14T11:46:05.834Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T11:46:05.834Z] ---> Running in 93e49550698e [2021-01-14T11:46:05.834Z] 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-14T11:46:09.209Z] 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-14T11:46:09.209Z] 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-14T11:46:09.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.316s coverage: 47.1% of statements [2021-01-14T11:46:09.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T11:46:09.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T11:46:09.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T11:46:09.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T11:46:09.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T11:46:09.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements [2021-01-14T11:46:09.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T11:46:09.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2021-01-14T11:46:09.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T11:46:13.120Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.015s coverage: 29.1% of statements [2021-01-14T11:46:13.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T11:46:13.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T11:46:13.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T11:46:13.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T11:46:13.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T11:46:13.120Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.207s coverage: 99.0% of statements [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T11:46:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.166s coverage: 100.0% of statements [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T11:46:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.074s coverage: 0.0% of statements [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T11:46:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T11:46:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T11:46:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T11:46:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-01-14T11:46:14.579Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-14T11:46:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-14T11:46:16.147Z] GO111MODULE=on go vet ./... [2021-01-14T11:46:17.420Z] Removing intermediate container 7a5970e846d9 [2021-01-14T11:46:17.421Z] ---> 90ab4c865893 [2021-01-14T11:46:17.421Z] [2021-01-14T11:46:17.421Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T11:46:17.421Z] ---> 389fef711851 [2021-01-14T11:46:17.421Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T11:46:17.421Z] ---> Using cache [2021-01-14T11:46:17.421Z] ---> 151ce79b334b [2021-01-14T11:46:17.421Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T11:46:18.809Z] Removing intermediate container 50a8cc6d7050 [2021-01-14T11:46:18.809Z] ---> e3baf46df5bf [2021-01-14T11:46:18.809Z] [2021-01-14T11:46:18.809Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T11:46:18.809Z] ---> 389fef711851 [2021-01-14T11:46:18.809Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T11:46:19.074Z] ---> Running in ce665a9930dd [2021-01-14T11:46:19.074Z] Removing intermediate container 6b4864ef091c [2021-01-14T11:46:19.074Z] ---> ebc9ef27235f [2021-01-14T11:46:19.074Z] [2021-01-14T11:46:19.074Z] Step 10/22 : FROM scratch [2021-01-14T11:46:19.074Z] ---> [2021-01-14T11:46:19.074Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T11:46:19.074Z] ---> Running in 69e59fe372f7 [2021-01-14T11:46:20.038Z] ---> Using cache [2021-01-14T11:46:20.038Z] ---> 403b737eee40 [2021-01-14T11:46:20.038Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T11:46:20.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:46:20.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:46:20.038Z] Removing intermediate container ce665a9930dd [2021-01-14T11:46:20.038Z] ---> 0278e4fa17f6 [2021-01-14T11:46:20.038Z] Step 13/24 : WORKDIR / [2021-01-14T11:46:20.301Z] ---> Running in d5a3163fbe47 [2021-01-14T11:46:20.301Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T11:46:20.301Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T11:46:20.301Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T11:46:20.301Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T11:46:20.301Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:46:20.301Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T11:46:20.561Z] OK: 7 MiB in 18 packages [2021-01-14T11:46:20.824Z] ---> Running in d652819a699a [2021-01-14T11:46:21.091Z] Removing intermediate container d5a3163fbe47 [2021-01-14T11:46:21.091Z] ---> 655aa3c4bb4f [2021-01-14T11:46:21.091Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T11:46:21.091Z] ---> Running in 85a02dce9cc7 [2021-01-14T11:46:21.359Z] Removing intermediate container d652819a699a [2021-01-14T11:46:21.359Z] ---> 4643c53dbae0 [2021-01-14T11:46:21.359Z] 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-14T11:46:21.619Z] Removing intermediate container 85a02dce9cc7 [2021-01-14T11:46:21.619Z] ---> 2dc149269a13 [2021-01-14T11:46:21.620Z] Step 14/22 : WORKDIR / [2021-01-14T11:46:21.881Z] Removing intermediate container 69e59fe372f7 [2021-01-14T11:46:21.882Z] ---> 564d10e01f65 [2021-01-14T11:46:21.882Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T11:46:21.882Z] ---> Running in e489d882cbb0 [2021-01-14T11:46:22.144Z] ---> 74703dc3b3c8 [2021-01-14T11:46:22.144Z] 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-14T11:46:22.408Z] ---> Running in 5e38e8c92761 [2021-01-14T11:46:22.673Z] Removing intermediate container e489d882cbb0 [2021-01-14T11:46:22.673Z] ---> 0afa1e337b0d [2021-01-14T11:46:22.673Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:46:22.673Z] ---> 218fa1067455 [2021-01-14T11:46:22.673Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T11:46:22.673Z] Removing intermediate container 5e38e8c92761 [2021-01-14T11:46:22.673Z] ---> 2f03e1b5a55f [2021-01-14T11:46:22.673Z] Step 13/21 : WORKDIR /edgex [2021-01-14T11:46:22.942Z] ---> 5545cc4c4692 [2021-01-14T11:46:22.942Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T11:46:23.209Z] ---> Running in 639a772be68d [2021-01-14T11:46:24.599Z] ---> 68f04709fe08 [2021-01-14T11:46:24.599Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T11:46:24.599Z] ---> 1f156d37ec45 [2021-01-14T11:46:24.599Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T11:46:24.863Z] Removing intermediate container 93e49550698e [2021-01-14T11:46:24.863Z] ---> f0d7098f94da [2021-01-14T11:46:24.863Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T11:46:25.125Z] Removing intermediate container 639a772be68d [2021-01-14T11:46:25.125Z] ---> 9b37e4099276 [2021-01-14T11:46:25.125Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T11:46:25.125Z] ---> Running in 25005e8946ed [2021-01-14T11:46:25.386Z] ---> 628757928725 [2021-01-14T11:46:25.386Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T11:46:25.386Z] ---> 9c266014dcbb [2021-01-14T11:46:25.386Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T11:46:25.650Z] ---> Running in 5b321d5656ac [2021-01-14T11:46:25.650Z] ---> 316c5c2adfca [2021-01-14T11:46:25.650Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T11:46:25.926Z] Removing intermediate container 5b321d5656ac [2021-01-14T11:46:25.926Z] ---> 9a4dcf91b6a3 [2021-01-14T11:46:25.926Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:46:25.926Z] ---> e42f66ce562e [2021-01-14T11:46:25.926Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T11:46:25.926Z] ---> Running in 702e758e1b3a [2021-01-14T11:46:26.196Z] 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-14T11:46:26.196Z] ---> 6bea10c9424b [2021-01-14T11:46:26.196Z] 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-14T11:46:26.196Z] Removing intermediate container 702e758e1b3a [2021-01-14T11:46:26.196Z] ---> 8ddafe7259a8 [2021-01-14T11:46:26.196Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T11:46:26.196Z] ---> 84f3187d95ec [2021-01-14T11:46:26.196Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T11:46:26.196Z] ---> Running in 9830f0e9acf3 [2021-01-14T11:46:26.196Z] ---> Running in 8d588590a85a [2021-01-14T11:46:26.794Z] Removing intermediate container 8d588590a85a [2021-01-14T11:46:26.794Z] ---> fa2ed4ab7209 [2021-01-14T11:46:26.794Z] Step 21/22 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:46:26.794Z] ---> Running in 05dfcc3ee6c5 [2021-01-14T11:46:26.794Z] ---> 97a9deba925e [2021-01-14T11:46:26.794Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T11:46:27.057Z] ---> Running in b230583830e3 [2021-01-14T11:46:27.057Z] Removing intermediate container 05dfcc3ee6c5 [2021-01-14T11:46:27.057Z] ---> c3a24ceac09c [2021-01-14T11:46:27.057Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T11:46:27.319Z] ---> Running in aec61a099e7f [2021-01-14T11:46:27.319Z] Removing intermediate container b230583830e3 [2021-01-14T11:46:27.319Z] ---> 07a0585fa84d [2021-01-14T11:46:27.319Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T11:46:27.583Z] Removing intermediate container 25005e8946ed [2021-01-14T11:46:27.583Z] ---> 88414fbd4786 [2021-01-14T11:46:27.583Z] [2021-01-14T11:46:27.583Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T11:46:27.843Z] ---> Running in 9476403f45b8 [2021-01-14T11:46:27.843Z] 20.10.0: Pulling from library/docker [2021-01-14T11:46:27.843Z] Removing intermediate container aec61a099e7f [2021-01-14T11:46:27.843Z] ---> d54fb33057aa [2021-01-14T11:46:27.843Z] [2021-01-14T11:46:27.843Z] Removing intermediate container 9830f0e9acf3 [2021-01-14T11:46:27.843Z] ---> 340cf67be6bd [2021-01-14T11:46:27.843Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T11:46:27.843Z] Successfully built d54fb33057aa [2021-01-14T11:46:28.104Z] ---> Running in 71d5fda872e8 [2021-01-14T11:46:28.104Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T11:46:28.104Z]  Building docker-core-metadata-go ... done Removing intermediate container 9476403f45b8 [2021-01-14T11:46:28.104Z] ---> f1b1cdc116c4 [2021-01-14T11:46:28.104Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T11:46:28.368Z] ---> Running in 9338c77ca9a3 [2021-01-14T11:46:28.368Z] Removing intermediate container 71d5fda872e8 [2021-01-14T11:46:28.368Z] ---> e3fce462682b [2021-01-14T11:46:28.368Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T11:46:28.634Z] ---> Running in 73f027c2a8c9 [2021-01-14T11:46:30.022Z] Removing intermediate container 9338c77ca9a3 [2021-01-14T11:46:30.022Z] ---> c7242a6fba4d [2021-01-14T11:46:30.022Z] Step 20/21 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:46:30.600Z] ---> Running in 40aa2d089c53 [2021-01-14T11:46:30.600Z] Removing intermediate container 73f027c2a8c9 [2021-01-14T11:46:30.600Z] ---> e291a5118d31 [2021-01-14T11:46:30.600Z] Step 23/24 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:46:30.600Z] ---> Running in 07ecd7f487c1 [2021-01-14T11:46:30.871Z] Removing intermediate container 40aa2d089c53 [2021-01-14T11:46:30.871Z] ---> eb170b751a41 [2021-01-14T11:46:30.871Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T11:46:30.871Z] Removing intermediate container 07ecd7f487c1 [2021-01-14T11:46:30.871Z] ---> 163790b8e3f4 [2021-01-14T11:46:30.871Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T11:46:30.871Z] ---> Running in 90c7e580d224 [2021-01-14T11:46:31.140Z] ---> Running in b8f73c7df8c6 [2021-01-14T11:46:31.140Z] Removing intermediate container 90c7e580d224 [2021-01-14T11:46:31.140Z] ---> 0e86c85a86e3 [2021-01-14T11:46:31.140Z] [2021-01-14T11:46:31.401Z] Successfully built 0e86c85a86e3 [2021-01-14T11:46:31.402Z] Removing intermediate container b8f73c7df8c6 [2021-01-14T11:46:31.402Z] ---> 1d602b4c296a [2021-01-14T11:46:31.402Z] [2021-01-14T11:46:31.402Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T11:46:31.402Z]  Building docker-security-proxy-setup-go ... done Successfully built 1d602b4c296a [2021-01-14T11:46:31.402Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T11:46:33.329Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T11:46:33.329Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T11:46:33.329Z] ---> aefe523efa57 [2021-01-14T11:46:33.329Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T11:46:33.591Z] ---> Running in d734411fabce [2021-01-14T11:46:33.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:46:34.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:46:34.114Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T11:46:34.114Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T11:46:34.114Z] Executing bash-5.0.17-r0.post-install [2021-01-14T11:46:34.376Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:46:34.376Z] OK: 12 MiB in 22 packages [2021-01-14T11:46:34.637Z] Removing intermediate container d734411fabce [2021-01-14T11:46:34.637Z] ---> 637d82c1d528 [2021-01-14T11:46:34.637Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T11:46:34.898Z] ---> Running in aec2624971a7 [2021-01-14T11:46:34.898Z] Removing intermediate container aec2624971a7 [2021-01-14T11:46:34.898Z] ---> 5513c9c53279 [2021-01-14T11:46:34.898Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T11:46:35.159Z] ---> Running in 0837c0dfe3c5 [2021-01-14T11:46:35.159Z] Removing intermediate container 0837c0dfe3c5 [2021-01-14T11:46:35.159Z] ---> ddff4465b2f2 [2021-01-14T11:46:35.159Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T11:46:35.422Z] ---> Running in bbec604df0de [2021-01-14T11:46:35.422Z] Removing intermediate container bbec604df0de [2021-01-14T11:46:35.422Z] ---> ab293126906d [2021-01-14T11:46:35.422Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T11:46:35.995Z] ---> 7076e02983ad [2021-01-14T11:46:35.995Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T11:46:36.257Z] ---> b3f769d709e4 [2021-01-14T11:46:36.257Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T11:46:36.518Z] ---> 151100b5cf10 [2021-01-14T11:46:36.518Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T11:46:36.518Z] ---> Running in 10a1ce0db090 [2021-01-14T11:46:37.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:46:37.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:46:37.352Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T11:46:37.352Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T11:46:37.352Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T11:46:37.352Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T11:46:37.352Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T11:46:37.352Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T11:46:37.352Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T11:46:38.326Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T11:46:38.326Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T11:46:38.326Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T11:46:38.326Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T11:46:38.326Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T11:46:38.326Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T11:46:38.326Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T11:46:38.326Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T11:46:38.326Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T11:46:38.326Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T11:46:38.326Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T11:46:38.326Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T11:46:38.326Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T11:46:38.326Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T11:46:38.326Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T11:46:38.677Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T11:46:38.678Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T11:46:38.678Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T11:46:38.678Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T11:46:38.678Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T11:46:38.678Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T11:46:38.678Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T11:46:38.678Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T11:46:38.678Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T11:46:38.678Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T11:46:38.678Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T11:46:38.678Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:46:39.013Z] OK: 71 MiB in 55 packages [2021-01-14T11:46:47.204Z] Removing intermediate container 10a1ce0db090 [2021-01-14T11:46:47.204Z] ---> 534e029b5dc0 [2021-01-14T11:46:47.204Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T11:46:47.204Z] ---> Running in 4ade62496b76 [2021-01-14T11:46:47.466Z] Collecting docker-compose==1.23.2 [2021-01-14T11:46:47.466Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T11:46:47.728Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T11:46:47.728Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T11:46:47.989Z] Collecting PyYAML<4,>=3.10 [2021-01-14T11:46:47.989Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T11:46:48.562Z] 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-14T11:46:48.823Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T11:46:48.823Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T11:46:48.823Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T11:46:49.085Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T11:46:49.346Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T11:46:49.346Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T11:46:49.607Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T11:46:49.607Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T11:46:49.607Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T11:46:49.607Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T11:46:49.868Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T11:46:49.868Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T11:46:50.128Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T11:46:50.390Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T11:46:50.652Z] Collecting idna<2.8,>=2.5 [2021-01-14T11:46:50.652Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T11:46:50.652Z] 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-14T11:46:50.913Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T11:46:50.913Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T11:46:50.914Z] 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-14T11:46:50.914Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T11:46:50.914Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T11:46:51.175Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T11:46:51.175Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T11:46:51.175Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T11:46:51.175Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T11:46:51.175Z] Installing collected packages: idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, cached-property, jsonschema, texttable, docopt, docker-compose [2021-01-14T11:46:51.175Z] Attempting uninstall: idna [2021-01-14T11:46:51.175Z] Found existing installation: idna 2.9 [2021-01-14T11:46:51.175Z] Uninstalling idna-2.9: [2021-01-14T11:46:51.175Z] Successfully uninstalled idna-2.9 [2021-01-14T11:46:51.438Z] Attempting uninstall: urllib3 [2021-01-14T11:46:51.438Z] Found existing installation: urllib3 1.25.9 [2021-01-14T11:46:51.438Z] Uninstalling urllib3-1.25.9: [2021-01-14T11:46:51.438Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T11:46:51.699Z] Attempting uninstall: requests [2021-01-14T11:46:51.699Z] Found existing installation: requests 2.23.0 [2021-01-14T11:46:51.699Z] Uninstalling requests-2.23.0: [2021-01-14T11:46:51.699Z] Successfully uninstalled requests-2.23.0 [2021-01-14T11:46:51.699Z] Running setup.py install for PyYAML: started [2021-01-14T11:46:52.271Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T11:46:52.533Z] Running setup.py install for dockerpty: started [2021-01-14T11:46:53.108Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T11:46:53.108Z] Running setup.py install for texttable: started [2021-01-14T11:46:53.688Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T11:46:53.688Z] Running setup.py install for docopt: started [2021-01-14T11:46:53.958Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T11:46:54.221Z] 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-14T11:46:57.529Z] Removing intermediate container 4ade62496b76 [2021-01-14T11:46:57.529Z] ---> 1ac08a8eda0c [2021-01-14T11:46:57.529Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T11:46:57.529Z] ---> Running in 7eebe27930ad [2021-01-14T11:46:57.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T11:46:58.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T11:46:58.051Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T11:46:58.051Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T11:46:58.051Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T11:46:58.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:46:58.052Z] OK: 72 MiB in 58 packages [2021-01-14T11:46:58.625Z] Removing intermediate container 7eebe27930ad [2021-01-14T11:46:58.625Z] ---> 673ee273979a [2021-01-14T11:46:58.626Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T11:46:58.626Z] ---> Running in 2abcc24b9527 [2021-01-14T11:46:58.886Z] Removing intermediate container 2abcc24b9527 [2021-01-14T11:46:58.886Z] ---> 8fbc944e8923 [2021-01-14T11:46:58.886Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:46:58.886Z] ---> Running in 4e1979b60206 [2021-01-14T11:46:59.147Z] Removing intermediate container 4e1979b60206 [2021-01-14T11:46:59.147Z] ---> faac0012f557 [2021-01-14T11:46:59.147Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T11:46:59.719Z] ---> Running in ed57151dd885 [2021-01-14T11:46:59.719Z] Removing intermediate container ed57151dd885 [2021-01-14T11:46:59.719Z] ---> d16f28103c00 [2021-01-14T11:46:59.719Z] Step 25/26 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:46:59.719Z] ---> Running in 27635539be3d [2021-01-14T11:46:59.986Z] Removing intermediate container 27635539be3d [2021-01-14T11:46:59.986Z] ---> 0c10122fb149 [2021-01-14T11:46:59.986Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T11:46:59.986Z] ---> Running in 7b19708c15c8 [2021-01-14T11:47:00.254Z] Removing intermediate container 7b19708c15c8 [2021-01-14T11:47:00.254Z] ---> 34d7d7ab8764 [2021-01-14T11:47:00.254Z] [2021-01-14T11:47:00.254Z] Successfully built 34d7d7ab8764 [2021-01-14T11:47:00.254Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T11:47:00.527Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T11:47:00.535Z] $ docker stop --time=1 cd4c45bf710537080d42d47dda364600829d0e40c9d5a0b73183544e8227a637 [2021-01-14T11:47:02.048Z] $ docker rm -f cd4c45bf710537080d42d47dda364600829d0e40c9d5a0b73183544e8227a637 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T11:47:02.655Z] + docker images [2021-01-14T11:47:02.655Z] + grep docker [2021-01-14T11:47:02.655Z] docker-sys-mgmt-agent-go latest 34d7d7ab8764 2 seconds ago 313MB [2021-01-14T11:47:02.655Z] docker-security-secretstore-setup-go latest 1d602b4c296a 31 seconds ago 24.6MB [2021-01-14T11:47:02.655Z] docker-security-proxy-setup-go latest 0e86c85a86e3 32 seconds ago 24.5MB [2021-01-14T11:47:02.655Z] docker-core-metadata-go latest d54fb33057aa 35 seconds ago 13.1MB [2021-01-14T11:47:02.655Z] docker-core-data-go latest e865a9459237 About a minute ago 22.3MB [2021-01-14T11:47:02.655Z] docker-security-bootstrap-redis-go latest 2f944ca6787f About a minute ago 15.8MB [2021-01-14T11:47:02.655Z] docker-support-notifications-go latest 818cdaa69098 2 minutes ago 12MB [2021-01-14T11:47:02.655Z] docker-core-command-go latest b2e458539a60 2 minutes ago 10.6MB [2021-01-14T11:47:02.655Z] docker-support-scheduler-go latest d4f9f4650a99 2 minutes ago 10.7MB [2021-01-14T11:47:02.655Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-14T11:47:18.454Z] Still waiting to schedule task [2021-01-14T11:47:18.454Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-14T11:47:24.205Z] gofmt -l . [2021-01-14T11:47:24.205Z] [ "`gofmt -l .`" = "" ] [2021-01-14T11:47:24.205Z] ./bin/test-go-mod-tidy.sh [2021-01-14T11:47:24.478Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T11:47:26.572Z] + ls -al . [2021-01-14T11:47:26.572Z] total 688 [2021-01-14T11:47:26.572Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 11:47 . [2021-01-14T11:47:26.572Z] drwxr-xr-x 4 root root 4096 Jan 14 11:43 .. [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 11:42 .dockerignore [2021-01-14T11:47:26.572Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 11:42 .git [2021-01-14T11:47:26.572Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 11:42 .github [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 11:42 .gitignore [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 11:42 .sonarcloud.properties [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 11:42 Attribution.txt [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 11:42 CONTRIBUTING.md [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 11:42 Dockerfile.build [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 11:42 Jenkinsfile [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 11:42 LICENSE [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 11:42 Makefile [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 11:42 README.md [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 11:42 SECURITY.md [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 11:39 VERSION [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 11:42 ZMQWindows.md [2021-01-14T11:47:26.572Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 11:42 bin [2021-01-14T11:47:26.572Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 11:42 cmd [2021-01-14T11:47:26.572Z] -rw-r--r-- 1 root root 554655 Jan 14 11:46 coverage.out [2021-01-14T11:47:26.572Z] -rw-r--r-- 1 root root 979 Jan 14 11:47 go.mod [2021-01-14T11:47:26.572Z] -rw-r--r-- 1 root root 19036 Jan 14 11:47 go.sum [2021-01-14T11:47:26.572Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 11:42 internal [2021-01-14T11:47:26.572Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 11:42 openapi [2021-01-14T11:47:26.572Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 11:42 snap [2021-01-14T11:47:26.572Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 11:42 version.go [Pipeline] sh [2021-01-14T11:47:27.229Z] + '[' -e coverage.out ] [2021-01-14T11:47:27.229Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T11:47:27.303Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T11:47:28.571Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T11:47:29.260Z] + make build [2021-01-14T11:47:29.260Z] 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-14T11:47:41.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T11:48:03.839Z] 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-14T11:48:07.227Z] 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-14T11:48:10.107Z] Running on prd-ubuntu18.04-docker-8c-8g-20209 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-14T11:48:10.213Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-14T11:48:11.535Z] 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-14T11:48:12.391Z] using credential edgex-jenkins-ssh [2021-01-14T11:48:12.452Z] Cloning the remote Git repository [2021-01-14T11:48:12.474Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T11:48:12.581Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-14T11:48:12.617Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T11:48:12.618Z] > git --version # timeout=10 [2021-01-14T11:48:12.627Z] > git --version # 'git version 2.17.1' [2021-01-14T11:48:12.628Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T11:48:12.653Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T11:48:13.005Z] 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-14T11:48:18.420Z] 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-14T11:48:19.800Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T11:48:19.808Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T11:48:19.825Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T11:48:19.837Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T11:48:19.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T11:48:19.841Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T11:48:20.487Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 0211e97e5f7926eaa7ba64ee93e250d68938d29f [2021-01-14T11:48:20.673Z] Merge succeeded, producing f657998604dd15ae733a8dd30a4dd1f7c7313fd0 [2021-01-14T11:48:20.673Z] Checking out Revision f657998604dd15ae733a8dd30a4dd1f7c7313fd0 (PR-3030) [2021-01-14T11:48:20.494Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T11:48:20.500Z] > git checkout -f 0211e97e5f7926eaa7ba64ee93e250d68938d29f # timeout=10 [2021-01-14T11:48:20.578Z] > git remote # timeout=10 [2021-01-14T11:48:20.585Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T11:48:20.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T11:48:20.600Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T11:48:20.665Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T11:48:20.674Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T11:48:20.678Z] > git checkout -f f657998604dd15ae733a8dd30a4dd1f7c7313fd0 # timeout=10 [2021-01-14T11:48:22.715Z] 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-14T11:48:24.359Z] Commit message: "Merge commit '9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5' into HEAD" [2021-01-14T11:48:24.368Z] First time build. Skipping changelog. [2021-01-14T11:48:24.361Z] > git rev-list --no-walk 7b82f96784bf24c5f66a9317eafcec0f23e1b55c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:48:25.859Z] + echo snap-build.sh [2021-01-14T11:48:25.859Z] snap-build.sh [2021-01-14T11:48:25.859Z] + SNAP_BASE_DIR=. [2021-01-14T11:48:25.859Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-14T11:48:25.859Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-14T11:48:25.859Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-14T11:48:25.859Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-14T11:48:25.859Z] + cd /w/workspace/edgex-go/2 [2021-01-14T11:48:25.859Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-14T11:48:25.859Z] Reading package lists... [2021-01-14T11:48:25.859Z] Building dependency tree... [2021-01-14T11:48:25.859Z] Reading state information... [2021-01-14T11:48:26.100Z] 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-14T11:48:26.121Z] The following packages were automatically installed and are no longer required: [2021-01-14T11:48:26.121Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-14T11:48:26.121Z] uidmap xdelta3 [2021-01-14T11:48:26.121Z] Use 'sudo apt autoremove' to remove them. [2021-01-14T11:48:26.121Z] The following packages will be REMOVED: [2021-01-14T11:48:26.121Z] lxd* lxd-client* [2021-01-14T11:48:26.382Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-14T11:48:26.382Z] After this operation, 31.7 MB disk space will be freed. [2021-01-14T11:48:27.429Z] (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-14T11:48:27.429Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T11:48:28.376Z] Removing lxd dnsmasq configuration [2021-01-14T11:48:28.376Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T11:48:28.636Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-14T11:48:29.581Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-14T11:48:29.581Z] (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-14T11:48:29.581Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T11:48:30.392Z] 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-14T11:48:30.981Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-14T11:48:30.981Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-14T11:48:32.372Z] + sudo snap remove --purge lxd [2021-01-14T11:48:32.634Z] snap "lxd" is not installed [2021-01-14T11:48:32.634Z] + sudo groupadd --force --system lxd [2021-01-14T11:48:32.634Z] ++ whoami [2021-01-14T11:48:32.634Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-14T11:48:32.634Z] + newgrp - lxd [2021-01-14T11:48:32.634Z] + sudo snap install lxd [2021-01-14T11:48:33.775Z] 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-14T11:48:38.081Z] 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-14T11:48:41.483Z] $ docker stop --time=1 bbe56ffc7eb1b63dd04712938d5f21f5e6e2d3af78706f8b390fc976e18bb140 [2021-01-14T11:48:42.650Z] 2021-01-14T11:48:39Z INFO Waiting for automatic snapd restart... [2021-01-14T11:48:44.030Z] $ docker rm -f bbe56ffc7eb1b63dd04712938d5f21f5e6e2d3af78706f8b390fc976e18bb140 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:48:45.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T11:48:45.881Z] [2021-01-14T11:48:45.881Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:48:46.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T11:48:46.265Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T11:48:46.265Z] 29e5d40040c1: Pulling fs layer [2021-01-14T11:48:46.265Z] 1ce36da41761: Pulling fs layer [2021-01-14T11:48:46.265Z] 25b303627fd3: Pulling fs layer [2021-01-14T11:48:47.239Z] 29e5d40040c1: Verifying Checksum [2021-01-14T11:48:47.239Z] 29e5d40040c1: Download complete [2021-01-14T11:48:47.514Z] 1ce36da41761: Verifying Checksum [2021-01-14T11:48:47.514Z] 1ce36da41761: Download complete [2021-01-14T11:48:47.789Z] 29e5d40040c1: Pull complete [2021-01-14T11:48:48.761Z] 1ce36da41761: Pull complete [2021-01-14T11:48:49.351Z] 25b303627fd3: Verifying Checksum [2021-01-14T11:48:49.351Z] 25b303627fd3: Download complete [2021-01-14T11:48:57.585Z] lxd 4.10 from Canonical* installed [2021-01-14T11:48:57.585Z] + sudo lxd init --auto [2021-01-14T11:48:59.494Z] 25b303627fd3: Pull complete [2021-01-14T11:48:59.494Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T11:48:59.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T11:48:59.494Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T11:48:59.739Z] prd-ubuntu18.04-docker-arm64-4c-16g-20208 does not seem to be running inside a container [2021-01-14T11:48:59.817Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T11:49:02.942Z] $ docker top cd4438d697b88d42c36476afaafc8ddae3a9d3762283cb8fd394edcfc914229d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T11:49:04.038Z] + docker-compose build --help [2021-01-14T11:49:04.038Z] + grep parallel [2021-01-14T11:49:05.755Z] + sudo snap install --classic snapcraft [2021-01-14T11:49:07.407Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T11:49:07.696Z] $ docker stop --time=1 cd4438d697b88d42c36476afaafc8ddae3a9d3762283cb8fd394edcfc914229d [2021-01-14T11:49:09.658Z] $ docker rm -f cd4438d697b88d42c36476afaafc8ddae3a9d3762283cb8fd394edcfc914229d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:49:10.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T11:49:10.530Z] . [Pipeline] withDockerContainer [2021-01-14T11:49:10.795Z] prd-ubuntu18.04-docker-arm64-4c-16g-20208 does not seem to be running inside a container [2021-01-14T11:49:10.866Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T11:49:11.048Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T11:49:11.048Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-14T11:49:11.048Z] + patch --verbose -p1 [2021-01-14T11:49:11.048Z] Hmm... Looks like a unified diff to me... [2021-01-14T11:49:11.048Z] The text leading up to this was: [2021-01-14T11:49:11.048Z] -------------------------- [2021-01-14T11:49:11.048Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-14T11:49:11.048Z] |From: Tony Espy [2021-01-14T11:49:11.048Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-14T11:49:11.048Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-14T11:49:11.048Z] | [2021-01-14T11:49:11.048Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-14T11:49:11.048Z] |optimize the snap CI check run for pull requests. When [2021-01-14T11:49:11.048Z] |applied, it essentially strips out everything (apps and [2021-01-14T11:49:11.048Z] |parts) from the snapcraft.yaml file except those required [2021-01-14T11:49:11.048Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-14T11:49:11.048Z] |catch changes to edgex-go that break the snap build. [2021-01-14T11:49:11.048Z] | [2021-01-14T11:49:11.048Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-14T11:49:11.048Z] |to update this patch file, otherwise it may fail to apply, [2021-01-14T11:49:11.048Z] |resulting in a failed snap build CI check in the associated [2021-01-14T11:49:11.048Z] |pull request. [2021-01-14T11:49:11.048Z] | [2021-01-14T11:49:11.048Z] |Note - in addition to applying this patch, the pipeline also [2021-01-14T11:49:11.048Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-14T11:49:11.048Z] |need to build the finally binary .snap file (and it won't [2021-01-14T11:49:11.048Z] |work with the patch applied). This further reduces the build [2021-01-14T11:49:11.048Z] |time. [2021-01-14T11:49:11.048Z] |--- [2021-01-14T11:49:11.048Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-14T11:49:11.048Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-14T11:49:11.048Z] | [2021-01-14T11:49:11.048Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-14T11:49:11.048Z] |index 1e537489..faf42425 100644 [2021-01-14T11:49:11.048Z] |--- a/snap/snapcraft.yaml [2021-01-14T11:49:11.048Z] |+++ b/snap/snapcraft.yaml [2021-01-14T11:49:11.048Z] -------------------------- [2021-01-14T11:49:11.048Z] patching file snap/snapcraft.yaml [2021-01-14T11:49:11.048Z] Using Plan A... [2021-01-14T11:49:11.048Z] Hunk #1 succeeded at 73. [2021-01-14T11:49:11.048Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-14T11:49:11.048Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-14T11:49:11.048Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-14T11:49:11.048Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-14T11:49:11.048Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-14T11:49:11.048Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-14T11:49:11.048Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-14T11:49:11.048Z] Hmm... Ignoring the trailing garbage. [2021-01-14T11:49:11.048Z] done [2021-01-14T11:49:11.048Z] + sudo snapcraft prime --use-lxd [2021-01-14T11:49:11.620Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-14T11:49:11.620Z] 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-14T11:49:11.620Z] - README.md [2021-01-14T11:49:11.620Z] - snapcraft.yaml.orig [2021-01-14T11:49:11.620Z] [2021-01-14T11:49:11.620Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T11:49:12.374Z] $ docker top 7632d0c2154e2218f1d8464a541d4ea858be535066619f75d5641103425d0955 -eo pid,comm [2021-01-14T11:49:12.563Z] Launching a container. [Pipeline] { [Pipeline] sh [2021-01-14T11:49:13.462Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T11:49:17.744Z] Building docker-core-command-go ... [2021-01-14T11:49:17.744Z] Building docker-core-data-go ... [2021-01-14T11:49:17.744Z] Building docker-core-metadata-go ... [2021-01-14T11:49:17.744Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T11:49:17.744Z] Building docker-security-proxy-setup-go ... [2021-01-14T11:49:17.744Z] Building docker-security-secretstore-setup-go ... [2021-01-14T11:49:17.744Z] Building docker-support-notifications-go ... [2021-01-14T11:49:17.744Z] Building docker-support-scheduler-go ... [2021-01-14T11:49:17.744Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T11:49:17.744Z] Building docker-core-data-go [2021-01-14T11:49:17.744Z] Building docker-support-scheduler-go [2021-01-14T11:49:17.744Z] Building docker-security-bootstrap-redis-go [2021-01-14T11:49:17.744Z] Building docker-support-notifications-go [2021-01-14T11:49:17.744Z] Building docker-security-proxy-setup-go [2021-01-14T11:49:24.806Z] Waiting for container to be ready [2021-01-14T11:49:24.806Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-14T11:49:24.806Z] [2021-01-14T11:49:28.109Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-14T11:49:28.109Z] Waiting for network to be ready... [2021-01-14T11:49:28.685Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T11:49:28.685Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T11:49:29.268Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T11:49:29.268Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T11:49:29.268Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T11:49:29.841Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T11:49:29.841Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T11:49:29.841Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T11:49:29.841Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T11:49:29.841Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T11:49:29.841Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T11:49:29.841Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T11:49:29.841Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T11:49:29.841Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T11:49:29.841Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T11:49:29.841Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T11:49:29.841Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T11:49:29.841Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T11:49:30.103Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T11:49:30.370Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-14T11:49:30.632Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-14T11:49:30.632Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T11:49:30.632Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T11:49:30.632Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-14T11:49:30.632Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-14T11:49:30.632Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T11:49:30.632Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T11:49:33.181Z] Fetched 23.7 MB in 4s (5427 kB/s) [2021-01-14T11:49:33.753Z] Reading package lists... [2021-01-14T11:49:34.014Z] Reading package lists... [2021-01-14T11:49:34.014Z] Building dependency tree... [2021-01-14T11:49:34.014Z] Reading state information... [2021-01-14T11:49:34.275Z] The following additional packages will be installed: [2021-01-14T11:49:34.275Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T11:49:34.275Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T11:49:34.275Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T11:49:34.275Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-14T11:49:34.275Z] Suggested packages: [2021-01-14T11:49:34.275Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-14T11:49:34.275Z] Recommended packages: [2021-01-14T11:49:34.275Z] gnupg libsasl2-modules [2021-01-14T11:49:34.275Z] The following NEW packages will be installed: [2021-01-14T11:49:34.275Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T11:49:34.275Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T11:49:34.275Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T11:49:34.275Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-14T11:49:34.275Z] The following packages will be upgraded: [2021-01-14T11:49:34.275Z] gpg gpg-agent gpgconf libudev1 [2021-01-14T11:49:34.537Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-14T11:49:34.537Z] Need to get 3532 kB of archives. [2021-01-14T11:49:34.537Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-14T11:49:34.537Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-14T11:49:34.537Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-14T11:49:34.799Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-14T11:49:35.061Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-14T11:49:35.061Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-14T11:49:35.061Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-14T11:49:35.061Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-14T11:49:35.061Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-14T11:49:35.061Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-14T11:49:35.061Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-14T11:49:35.061Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-14T11:49:35.061Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-14T11:49:35.061Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-14T11:49:35.061Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-14T11:49:35.061Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-14T11:49:35.061Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-14T11:49:35.061Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-14T11:49:35.061Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-14T11:49:35.322Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-14T11:49:35.322Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-14T11:49:35.322Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-14T11:49:35.322Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-14T11:49:35.322Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T11:49:35.322Z] Fetched 3532 kB in 1s (3516 kB/s) [2021-01-14T11:49:35.322Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T11:49:35.322Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-14T11:49:35.583Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T11:49:35.583Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-14T11:49:35.583Z] Selecting previously unselected package udev. [2021-01-14T11:49:35.583Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T11:49:35.583Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-14T11:49:35.844Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-14T11:49:36.104Z] Selecting previously unselected package libfuse2:amd64. [2021-01-14T11:49:36.104Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T11:49:36.104Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T11:49:36.104Z] Selecting previously unselected package fuse. [2021-01-14T11:49:36.104Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T11:49:36.104Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-14T11:49:36.366Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T11:49:36.366Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T11:49:36.366Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T11:49:36.366Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T11:49:36.627Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T11:49:36.627Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T11:49:36.627Z] Selecting previously unselected package libksba8:amd64. [2021-01-14T11:49:36.627Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-14T11:49:36.627Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-14T11:49:36.889Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-14T11:49:36.889Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:36.889Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:36.889Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-14T11:49:36.889Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:36.889Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:37.152Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-14T11:49:37.152Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:37.152Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:37.152Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-14T11:49:37.152Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:37.152Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:37.152Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-14T11:49:37.152Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:37.152Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:37.414Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-14T11:49:37.414Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:37.414Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:37.414Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-14T11:49:37.414Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:37.414Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:37.675Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-14T11:49:37.675Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:37.675Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:37.675Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-14T11:49:37.675Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T11:49:37.675Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:37.675Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-14T11:49:37.675Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T11:49:37.675Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T11:49:37.936Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-14T11:49:37.936Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T11:49:37.936Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T11:49:37.936Z] Selecting previously unselected package libldap-common. [2021-01-14T11:49:37.936Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-14T11:49:37.936Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T11:49:38.197Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-14T11:49:38.197Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-14T11:49:38.197Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T11:49:38.197Z] Selecting previously unselected package dirmngr. [2021-01-14T11:49:38.197Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T11:49:38.197Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T11:49:38.461Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T11:49:38.461Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-14T11:49:38.461Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T11:49:38.461Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T11:49:38.461Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T11:49:38.461Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-14T11:49:38.461Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:38.722Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-14T11:49:38.722Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T11:49:38.722Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-14T11:49:38.982Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-14T11:49:39.242Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:39.242Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-14T11:49:39.242Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-14T11:49:39.242Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-14T11:49:39.242Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:39.242Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:39.242Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:39.504Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:39.504Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:39.504Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:39.504Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T11:49:39.504Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T11:49:39.504Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T11:49:39.504Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T11:49:40.082Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-14T11:49:40.082Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-14T11:49:40.082Z] This means they are not meant to be enabled using systemctl. [2021-01-14T11:49:40.082Z] Possible reasons for having this kind of units are: [2021-01-14T11:49:40.082Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-14T11:49:40.082Z] .wants/ or .requires/ directory. [2021-01-14T11:49:40.082Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-14T11:49:40.082Z] a requirement dependency on it. [2021-01-14T11:49:40.082Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-14T11:49:40.082Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-14T11:49:40.082Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-14T11:49:40.082Z] instance name specified. [2021-01-14T11:49:40.343Z] Reading package lists... [2021-01-14T11:49:40.343Z] Building dependency tree... [2021-01-14T11:49:40.343Z] Reading state information... [2021-01-14T11:49:40.604Z] The following additional packages will be installed: [2021-01-14T11:49:40.604Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-14T11:49:40.604Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-14T11:49:40.605Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-14T11:49:40.605Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-14T11:49:40.605Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-14T11:49:40.605Z] Suggested packages: [2021-01-14T11:49:40.605Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-14T11:49:40.605Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-14T11:49:40.605Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-14T11:49:40.605Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-14T11:49:40.605Z] systemd-container policykit-1 [2021-01-14T11:49:40.605Z] Recommended packages: [2021-01-14T11:49:40.605Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-14T11:49:40.605Z] The following NEW packages will be installed: [2021-01-14T11:49:40.605Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-14T11:49:40.605Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-14T11:49:40.605Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-14T11:49:40.605Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-14T11:49:40.605Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-14T11:49:40.605Z] The following packages will be upgraded: [2021-01-14T11:49:40.605Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-14T11:49:40.865Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-14T11:49:40.865Z] Need to get 35.2 MB of archives. [2021-01-14T11:49:40.865Z] After this operation, 141 MB of additional disk space will be used. [2021-01-14T11:49:40.865Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-14T11:49:40.865Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-14T11:49:41.440Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-14T11:49:41.440Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-14T11:49:41.701Z] 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-14T11:49:41.701Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-14T11:49:41.701Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-14T11:49:41.701Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-14T11:49:41.701Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-14T11:49:41.701Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-14T11:49:41.701Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-14T11:49:41.701Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-14T11:49:41.701Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-14T11:49:41.701Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-14T11:49:41.701Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-14T11:49:41.701Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-14T11:49:41.701Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-14T11:49:41.701Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-14T11:49:41.701Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-14T11:49:41.701Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-14T11:49:41.701Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-14T11:49:41.701Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-14T11:49:41.701Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-14T11:49:41.701Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-14T11:49:41.701Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-14T11:49:41.701Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-14T11:49:41.968Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-14T11:49:41.968Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-14T11:49:41.968Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-14T11:49:41.968Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-14T11:49:42.913Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T11:49:42.913Z] Fetched 35.2 MB in 2s (17.7 MB/s) [2021-01-14T11:49:42.913Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T11:49:42.913Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-14T11:49:42.913Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T11:49:43.486Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-14T11:49:43.750Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T11:49:43.750Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-14T11:49:43.750Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T11:49:43.750Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T11:49:44.012Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T11:49:44.012Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-14T11:49:44.274Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T11:49:44.274Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T11:49:44.274Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T11:49:44.535Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-14T11:49:44.535Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-14T11:49:45.116Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-14T11:49:45.116Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-14T11:49:45.116Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T11:49:45.116Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T11:49:45.693Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-14T11:49:45.693Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T11:49:45.693Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T11:49:45.954Z] Selecting previously unselected package libexpat1:amd64. [2021-01-14T11:49:45.954Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-14T11:49:45.954Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T11:49:45.954Z] Selecting previously unselected package python3.6-minimal. [2021-01-14T11:49:45.954Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T11:49:45.954Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T11:49:46.217Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T11:49:46.217Z] Checking for services that may need to be restarted...done. [2021-01-14T11:49:46.217Z] Checking for services that may need to be restarted...done. [2021-01-14T11:49:46.480Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T11:49:46.480Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T11:49:46.480Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T11:49:47.055Z] Selecting previously unselected package python3-minimal. [2021-01-14T11:49:47.055Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-14T11:49:47.055Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-14T11:49:47.055Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-14T11:49:47.055Z] Selecting previously unselected package mime-support. [2021-01-14T11:49:47.055Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-14T11:49:47.055Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-14T11:49:47.055Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-14T11:49:47.055Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-14T11:49:47.055Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T11:49:47.318Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-14T11:49:47.318Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T11:49:47.318Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T11:49:47.579Z] Selecting previously unselected package python3.6. [2021-01-14T11:49:47.579Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T11:49:47.579Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T11:49:47.579Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-14T11:49:47.579Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-14T11:49:47.579Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T11:49:47.579Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-14T11:49:47.840Z] Selecting previously unselected package python3. [2021-01-14T11:49:47.840Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-14T11:49:47.840Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-14T11:49:47.840Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-14T11:49:48.102Z] Selecting previously unselected package multiarch-support. [2021-01-14T11:49:48.102Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T11:49:48.102Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T11:49:48.102Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T11:49:48.102Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-14T11:49:48.102Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-14T11:49:48.102Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-14T11:49:48.102Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T11:49:48.363Z] Selecting previously unselected package libbsd0:amd64. [2021-01-14T11:49:48.363Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-14T11:49:48.363Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T11:49:48.363Z] Selecting previously unselected package sudo. [2021-01-14T11:49:48.363Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-14T11:49:48.363Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T11:49:48.625Z] Selecting previously unselected package apparmor. [2021-01-14T11:49:48.625Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T11:49:48.625Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-14T11:49:48.625Z] Selecting previously unselected package libedit2:amd64. [2021-01-14T11:49:48.887Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-14T11:49:48.887Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T11:49:48.887Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-14T11:49:48.887Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T11:49:48.887Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T11:49:48.887Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-14T11:49:48.887Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T11:49:48.887Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T11:49:49.149Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-14T11:49:49.149Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-14T11:49:49.149Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T11:49:49.149Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-14T11:49:49.149Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T11:49:49.149Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T11:49:49.409Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-14T11:49:49.409Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T11:49:49.409Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T11:49:49.409Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-14T11:49:49.409Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-14T11:49:49.409Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T11:49:49.676Z] Selecting previously unselected package openssh-client. [2021-01-14T11:49:49.676Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-14T11:49:49.676Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T11:49:49.938Z] Selecting previously unselected package squashfs-tools. [2021-01-14T11:49:49.938Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-14T11:49:49.938Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T11:49:49.938Z] Selecting previously unselected package snapd. [2021-01-14T11:49:49.938Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-14T11:49:49.938Z] Unpacking snapd (2.48+18.04) ... [2021-01-14T11:49:51.863Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T11:49:51.863Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T11:49:52.125Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-14T11:49:52.125Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T11:49:52.125Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T11:49:52.125Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T11:49:52.386Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T11:49:52.386Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-14T11:49:52.386Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-14T11:49:53.332Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T11:49:53.332Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T11:49:53.332Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T11:49:53.332Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T11:49:53.332Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T11:49:53.332Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T11:49:53.906Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T11:49:53.906Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T11:49:53.906Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T11:49:53.906Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-14T11:49:53.906Z] running python rtupdate hooks for python3.6... [2021-01-14T11:49:53.906Z] running python post-rtupdate hooks for python3.6... [2021-01-14T11:49:54.168Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-14T11:49:55.558Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-14T11:49:55.820Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T11:49:55.820Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T11:49:55.820Z] Setting up snapd (2.48+18.04) ... [2021-01-14T11:49:56.443Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-14T11:49:56.443Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-14T11:49:56.704Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-14T11:49:56.964Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-14T11:49:56.964Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T11:49:56.964Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T11:49:57.225Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-14T11:49:57.487Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-14T11:49:57.487Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-14T11:49:57.747Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-14T11:49:58.008Z] /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-14T11:49:58.008Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T11:49:58.008Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T11:49:58.957Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T11:49:58.957Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T11:49:58.957Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T11:50:00.163Z] Reading package lists... [2021-01-14T11:50:00.426Z] Reading package lists... [2021-01-14T11:50:00.687Z] Building dependency tree... [2021-01-14T11:50:00.687Z] Reading state information... [2021-01-14T11:50:00.687Z] Calculating upgrade... [2021-01-14T11:50:00.948Z] The following packages will be upgraded: [2021-01-14T11:50:00.948Z] advancecomp base-files bash binutils binutils-common [2021-01-14T11:50:00.948Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-14T11:50:00.948Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-14T11:50:00.948Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-14T11:50:00.948Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-14T11:50:00.948Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-14T11:50:00.948Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-14T11:50:00.948Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-14T11:50:00.948Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-14T11:50:00.948Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-14T11:50:00.948Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-14T11:50:00.948Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-14T11:50:00.948Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-14T11:50:00.948Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-14T11:50:00.948Z] ubuntu-keyring util-linux [2021-01-14T11:50:00.948Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T11:50:00.948Z] Need to get 63.7 MB of archives. [2021-01-14T11:50:00.948Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-14T11:50:00.948Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-14T11:50:00.948Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-14T11:50:00.948Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-14T11:50:01.210Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-14T11:50:01.210Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-14T11:50:01.210Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-14T11:50:01.210Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-14T11:50:01.210Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-14T11:50:01.210Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-14T11:50:01.210Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-14T11:50:01.210Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-14T11:50:01.210Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-14T11:50:01.210Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-14T11:50:01.210Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-14T11:50:01.210Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-14T11:50:01.210Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-14T11:50:01.210Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-14T11:50:01.210Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-14T11:50:01.210Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-14T11:50:01.210Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-14T11:50:01.210Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-14T11:50:01.210Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-14T11:50:01.210Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-14T11:50:01.210Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-14T11:50:01.210Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-14T11:50:01.210Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-14T11:50:01.472Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-14T11:50:01.472Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-14T11:50:01.472Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-14T11:50:01.472Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-14T11:50:01.472Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-14T11:50:01.472Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-14T11:50:01.472Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-14T11:50:01.472Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-14T11:50:01.472Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-14T11:50:01.472Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-14T11:50:01.472Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-14T11:50:01.472Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-14T11:50:01.472Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-14T11:50:01.472Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-14T11:50:01.472Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-14T11:50:01.472Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-14T11:50:01.472Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-14T11:50:01.472Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-14T11:50:01.472Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-14T11:50:01.472Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-14T11:50:01.472Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-14T11:50:01.472Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-14T11:50:01.472Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-14T11:50:01.472Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-14T11:50:01.472Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-14T11:50:01.472Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-14T11:50:01.472Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-14T11:50:01.472Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-14T11:50:01.472Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-14T11:50:01.472Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-14T11:50:01.732Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-14T11:50:01.993Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-14T11:50:01.993Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-14T11:50:01.993Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-14T11:50:01.993Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-14T11:50:01.993Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-14T11:50:01.993Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-14T11:50:01.993Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-14T11:50:01.993Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-14T11:50:01.993Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-14T11:50:01.993Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-14T11:50:02.254Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-14T11:50:02.254Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-14T11:50:02.254Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-14T11:50:02.254Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-14T11:50:02.254Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-14T11:50:02.254Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-14T11:50:02.254Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-14T11:50:02.254Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-14T11:50:02.254Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-14T11:50:02.254Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-14T11:50:02.254Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-14T11:50:02.254Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-14T11:50:02.255Z] 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-14T11:50:02.255Z] 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-14T11:50:02.255Z] 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-14T11:50:02.255Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-14T11:50:02.255Z] 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-14T11:50:02.255Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-14T11:50:02.514Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-14T11:50:02.514Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-14T11:50:02.514Z] 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-14T11:50:02.514Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-14T11:50:02.514Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-14T11:50:02.514Z] 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-14T11:50:02.514Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-14T11:50:02.514Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-14T11:50:02.514Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-14T11:50:02.515Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-14T11:50:02.784Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-14T11:50:02.784Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-14T11:50:02.784Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T11:50:02.784Z] Fetched 63.7 MB in 2s (33.8 MB/s) [2021-01-14T11:50:03.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:03.045Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T11:50:03.045Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T11:50:03.616Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T11:50:03.616Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T11:50:03.616Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-14T11:50:03.877Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-14T11:50:04.449Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:04.449Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:04.716Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:04.716Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:04.977Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:04.977Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:04.977Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:04.977Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:05.240Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:05.240Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:05.240Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:05.240Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:05.501Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:05.501Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:05.501Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:05.764Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T11:50:05.764Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:05.764Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-14T11:50:05.764Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:06.025Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T11:50:06.025Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:06.025Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:06.025Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:06.025Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:06.287Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:06.287Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T11:50:06.287Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:06.548Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T11:50:06.548Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T11:50:06.810Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T11:50:07.072Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T11:50:07.333Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T11:50:07.333Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-14T11:50:07.333Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-14T11:50:07.594Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-14T11:50:07.595Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-14T11:50:07.857Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-14T11:50:07.857Z] Installing new version of config file /etc/issue ... [2021-01-14T11:50:07.857Z] Installing new version of config file /etc/issue.net ... [2021-01-14T11:50:07.857Z] Installing new version of config file /etc/lsb-release ... [2021-01-14T11:50:07.857Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-14T11:50:08.118Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-14T11:50:08.119Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-14T11:50:08.380Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-14T11:50:08.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:08.380Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-14T11:50:08.380Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-14T11:50:08.643Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-14T11:50:08.643Z] 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-14T11:50:08.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:08.906Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:08.906Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:08.906Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:08.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:08.906Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-14T11:50:09.167Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-14T11:50:09.167Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-14T11:50:09.431Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:09.431Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-14T11:50:09.431Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T11:50:09.693Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-14T11:50:09.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:09.693Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T11:50:09.693Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T11:50:09.955Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T11:50:09.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:09.955Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T11:50:09.955Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T11:50:10.224Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-14T11:50:10.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:10.224Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-14T11:50:10.485Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-14T11:50:10.485Z] Setting up grep (3.1-2build1) ... [2021-01-14T11:50:10.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:10.485Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T11:50:10.485Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T11:50:10.746Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-14T11:50:10.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:10.746Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T11:50:11.008Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T11:50:11.008Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-14T11:50:11.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:11.008Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T11:50:11.008Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T11:50:11.582Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T11:50:11.582Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T11:50:11.845Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T11:50:11.845Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T11:50:12.419Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-14T11:50:12.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:12.680Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-14T11:50:12.680Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T11:50:13.630Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T11:50:13.630Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T11:50:13.892Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T11:50:13.892Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T11:50:13.892Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T11:50:14.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:14.154Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-14T11:50:14.154Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-14T11:50:14.154Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-14T11:50:14.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:14.415Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:14.415Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:14.415Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:14.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:14.676Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:14.676Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:14.937Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:14.937Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:14.937Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:14.937Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:15.197Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:15.197Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:15.197Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:15.197Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:15.458Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:15.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:15.720Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T11:50:15.720Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T11:50:15.720Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T11:50:15.720Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T11:50:15.980Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T11:50:15.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:15.980Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T11:50:15.980Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T11:50:16.242Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T11:50:16.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:16.242Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:16.242Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:16.504Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:16.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:16.504Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:16.504Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:16.765Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:16.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:16.765Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:16.765Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:17.339Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:17.601Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-14T11:50:18.175Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-14T11:50:18.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:18.175Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T11:50:18.175Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T11:50:18.437Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T11:50:18.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T11:50:18.437Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-14T11:50:18.437Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T11:50:18.698Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-14T11:50:18.698Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:18.698Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-14T11:50:18.698Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-14T11:50:18.960Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-14T11:50:19.222Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:19.222Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T11:50:19.223Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T11:50:19.223Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T11:50:19.484Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:19.484Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T11:50:19.484Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T11:50:19.748Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T11:50:19.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:19.748Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T11:50:19.748Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T11:50:20.009Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T11:50:20.271Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:20.271Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T11:50:20.271Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T11:50:20.271Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-14T11:50:20.271Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T11:50:20.532Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T11:50:20.532Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T11:50:20.532Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T11:50:20.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:20.792Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-14T11:50:20.792Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-14T11:50:20.792Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-14T11:50:21.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:21.054Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-14T11:50:21.054Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T11:50:21.054Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T11:50:21.315Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:21.315Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T11:50:21.315Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T11:50:21.315Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T11:50:21.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:21.576Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-14T11:50:21.576Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-14T11:50:21.576Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-14T11:50:21.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:21.841Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T11:50:21.841Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T11:50:22.103Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-14T11:50:22.364Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:22.364Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T11:50:22.364Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T11:50:22.364Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-14T11:50:22.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:22.627Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-14T11:50:22.627Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-14T11:50:22.627Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-14T11:50:22.890Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:22.890Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-14T11:50:22.890Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-14T11:50:22.890Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-14T11:50:23.158Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:23.158Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-14T11:50:23.158Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-14T11:50:23.419Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-14T11:50:23.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:23.419Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-14T11:50:23.419Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-14T11:50:23.682Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-14T11:50:23.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:23.682Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T11:50:23.943Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-14T11:50:23.944Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-14T11:50:23.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T11:50:23.944Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-14T11:50:23.944Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-14T11:50:24.206Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-14T11:50:24.206Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-14T11:50:24.206Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T11:50:24.206Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T11:50:24.468Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T11:50:24.468Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T11:50:24.729Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T11:50:24.729Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T11:50:24.729Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-14T11:50:24.729Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-14T11:50:24.990Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T11:50:24.990Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-14T11:50:24.990Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T11:50:24.990Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-14T11:50:25.252Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-14T11:50:25.252Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-14T11:50:25.252Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-14T11:50:25.253Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-14T11:50:25.253Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-14T11:50:25.515Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-14T11:50:25.515Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-14T11:50:25.515Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-14T11:50:25.725Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:50:25.725Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:50:25.725Z] ---> bd16c6005ac3 [2021-01-14T11:50:25.725Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T11:50:25.725Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:50:25.725Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:50:25.725Z] ---> bd16c6005ac3 [2021-01-14T11:50:25.725Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T11:50:25.725Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:50:25.725Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:50:25.725Z] ---> bd16c6005ac3 [2021-01-14T11:50:25.725Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T11:50:25.725Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:50:25.725Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:50:25.725Z] ---> bd16c6005ac3 [2021-01-14T11:50:25.725Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T11:50:25.725Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:50:25.725Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:50:25.725Z] ---> bd16c6005ac3 [2021-01-14T11:50:25.725Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T11:50:25.776Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-14T11:50:25.776Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-14T11:50:25.776Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-14T11:50:26.037Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-14T11:50:26.609Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-14T11:50:26.609Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-14T11:50:26.872Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-14T11:50:26.872Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-14T11:50:27.136Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T11:50:27.136Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T11:50:27.401Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T11:50:27.401Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T11:50:27.662Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T11:50:27.694Z] ---> Running in 1f0d216d06c1 [2021-01-14T11:50:27.695Z] ---> Running in 741a76eb39da [2021-01-14T11:50:27.695Z] ---> Running in efd8d92db75e [2021-01-14T11:50:27.695Z] ---> Running in bf2eeb85a1f8 [2021-01-14T11:50:27.695Z] ---> Running in 52b4d8767952 [2021-01-14T11:50:27.923Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T11:50:28.184Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T11:50:28.184Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T11:50:28.184Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:28.444Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:28.444Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:28.444Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:28.676Z] Removing intermediate container 741a76eb39da [2021-01-14T11:50:28.676Z] ---> c1ce115c3511 [2021-01-14T11:50:28.676Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:50:28.676Z] Removing intermediate container 1f0d216d06c1 [2021-01-14T11:50:28.676Z] ---> 92bee4d36823 [2021-01-14T11:50:28.676Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:50:28.676Z] Removing intermediate container bf2eeb85a1f8 [2021-01-14T11:50:28.676Z] ---> ea65964ee9ca [2021-01-14T11:50:28.676Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container efd8d92db75e [2021-01-14T11:50:28.676Z] ---> 13df5b9f9773 [2021-01-14T11:50:28.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:50:28.676Z] [2021-01-14T11:50:28.676Z] Removing intermediate container 52b4d8767952 [2021-01-14T11:50:28.676Z] ---> bf8d76018b22 [2021-01-14T11:50:28.676Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:50:28.676Z] ---> Running in 9b1ad56e38d1 [2021-01-14T11:50:28.676Z] ---> Running in cc87e0be7928 [2021-01-14T11:50:28.705Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:28.705Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:28.705Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:28.705Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:28.950Z] ---> Running in 6a77a0b75f5f [2021-01-14T11:50:28.950Z] ---> Running in 6302e5ac400b [2021-01-14T11:50:28.950Z] ---> Running in ec55be8f8b19 [2021-01-14T11:50:29.648Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:29.648Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:30.592Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:30.592Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:31.535Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:31.535Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:31.796Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:31.796Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:32.348Z] Removing intermediate container cc87e0be7928 [2021-01-14T11:50:32.348Z] ---> 4c92f33120f4 [2021-01-14T11:50:32.348Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T11:50:32.622Z] ---> Running in 139a93b053f0 [2021-01-14T11:50:32.737Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T11:50:32.737Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T11:50:32.738Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T11:50:32.738Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T11:50:32.901Z] Removing intermediate container 6a77a0b75f5f [2021-01-14T11:50:32.901Z] ---> 4139b17fc54d [2021-01-14T11:50:32.901Z] Removing intermediate container 9b1ad56e38d1 [2021-01-14T11:50:32.901Z] ---> 314119a9d54f [2021-01-14T11:50:32.901Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T11:50:32.901Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T11:50:33.041Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T11:50:33.041Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T11:50:33.176Z] ---> Running in b3a5a12e4f98 [2021-01-14T11:50:33.176Z] ---> Running in b26dd6d5f53b [2021-01-14T11:50:33.176Z] Removing intermediate container 6302e5ac400b [2021-01-14T11:50:33.176Z] ---> 49aa5d159e09 [2021-01-14T11:50:33.176Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T11:50:33.302Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T11:50:33.302Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T11:50:33.302Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-14T11:50:33.302Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-14T11:50:33.450Z] Removing intermediate container ec55be8f8b19 [2021-01-14T11:50:33.450Z] ---> 1ba506fa673b [2021-01-14T11:50:33.450Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T11:50:33.450Z] ---> Running in 8117c3002ef5 [2021-01-14T11:50:33.450Z] ---> Running in 3f307e65783c [2021-01-14T11:50:33.567Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T11:50:33.567Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T11:50:33.567Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T11:50:33.828Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T11:50:33.828Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-14T11:50:33.828Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-14T11:50:34.089Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:34.089Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T11:50:34.089Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:34.089Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:34.089Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:34.089Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-14T11:50:34.349Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-14T11:50:34.349Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-14T11:50:34.349Z] [2021-01-14T11:50:34.349Z] Current default time zone: 'Etc/UTC' [2021-01-14T11:50:34.349Z] Local time is now: Thu Jan 14 11:50:34 UTC 2021. [2021-01-14T11:50:34.349Z] Universal Time is now: Thu Jan 14 11:50:34 UTC 2021. [2021-01-14T11:50:34.349Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-14T11:50:34.349Z] [2021-01-14T11:50:34.349Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-14T11:50:34.349Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:34.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:34.612Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-14T11:50:34.613Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-14T11:50:34.613Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-14T11:50:34.613Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-14T11:50:34.613Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-14T11:50:34.613Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-14T11:50:34.613Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-14T11:50:34.874Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T11:50:34.875Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:34.875Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-14T11:50:35.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:35.136Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:35.136Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T11:50:35.136Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:35.136Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-14T11:50:35.136Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-14T11:50:35.136Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-14T11:50:35.136Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T11:50:35.136Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-14T11:50:35.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:35.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:35.396Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-14T11:50:35.396Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-14T11:50:35.396Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T11:50:35.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:35.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:35.883Z] OK: 217 MiB in 51 packages [2021-01-14T11:50:36.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:36.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:36.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:36.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:50:37.031Z] OK: 217 MiB in 51 packages [2021-01-14T11:50:37.031Z] OK: 217 MiB in 51 packages [2021-01-14T11:50:37.031Z] OK: 217 MiB in 51 packages [2021-01-14T11:50:37.031Z] Removing intermediate container 139a93b053f0 [2021-01-14T11:50:37.031Z] ---> f5b2758c4fca [2021-01-14T11:50:37.031Z] Step 6/21 : COPY go.mod . [2021-01-14T11:50:37.031Z] OK: 217 MiB in 51 packages [2021-01-14T11:50:37.311Z] Updating certificates in /etc/ssl/certs... [2021-01-14T11:50:38.017Z] ---> 61cd097d4ac7 [2021-01-14T11:50:38.017Z] Step 7/21 : RUN go mod download [2021-01-14T11:50:38.267Z] 22 added, 17 removed; done. [2021-01-14T11:50:38.267Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T11:50:38.267Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T11:50:38.267Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-14T11:50:38.267Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-14T11:50:38.295Z] ---> Running in 39cd45926a8a [2021-01-14T11:50:38.528Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-14T11:50:38.573Z] Removing intermediate container b3a5a12e4f98 [2021-01-14T11:50:38.573Z] ---> 2031f33853cd [2021-01-14T11:50:38.573Z] Step 6/24 : COPY go.mod . [2021-01-14T11:50:38.790Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:38.790Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T11:50:38.851Z] Removing intermediate container 3f307e65783c [2021-01-14T11:50:38.851Z] ---> a411a1adb2df [2021-01-14T11:50:38.851Z] Step 6/21 : COPY go.mod . [2021-01-14T11:50:38.851Z] Removing intermediate container 8117c3002ef5 [2021-01-14T11:50:39.052Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:39.052Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:39.052Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:39.052Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:39.052Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:39.052Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-14T11:50:39.122Z] ---> 201503c0d20d [2021-01-14T11:50:39.123Z] Step 6/22 : COPY go.mod . [2021-01-14T11:50:39.123Z] Removing intermediate container b26dd6d5f53b [2021-01-14T11:50:39.123Z] ---> af87cf27e315 [2021-01-14T11:50:39.123Z] Step 6/23 : COPY go.mod . [2021-01-14T11:50:39.315Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-14T11:50:39.315Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-14T11:50:39.315Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-14T11:50:39.315Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-14T11:50:39.315Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:39.315Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T11:50:39.315Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-14T11:50:39.575Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-14T11:50:39.575Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-14T11:50:39.575Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T11:50:39.575Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T11:50:39.720Z] ---> ffa474ed840a [2021-01-14T11:50:39.720Z] Step 7/24 : RUN go mod download [2021-01-14T11:50:39.720Z] ---> 57f10de12550 [2021-01-14T11:50:39.720Z] Step 7/21 : RUN go mod download [2021-01-14T11:50:39.720Z] ---> Running in 029c28f91235 [2021-01-14T11:50:39.837Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-14T11:50:39.837Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T11:50:39.837Z] Updating certificates in /etc/ssl/certs... [2021-01-14T11:50:39.993Z] ---> e89c250381dd [2021-01-14T11:50:39.994Z] Step 7/22 : RUN go mod download [2021-01-14T11:50:39.994Z] ---> Running in 754b45971b92 [2021-01-14T11:50:40.267Z] ---> a8d7deddb7fe [2021-01-14T11:50:40.267Z] Step 7/23 : RUN go mod download [2021-01-14T11:50:40.267Z] ---> Running in cc07d7279585 [2021-01-14T11:50:40.410Z] 0 added, 0 removed; done. [2021-01-14T11:50:40.410Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-14T11:50:40.410Z] done. [2021-01-14T11:50:40.544Z] ---> Running in 6e1a87cbe087 [2021-01-14T11:50:40.981Z] Reading package lists... [2021-01-14T11:50:41.243Z] Building dependency tree... [2021-01-14T11:50:41.243Z] Reading state information... [2021-01-14T11:50:41.504Z] The following NEW packages will be installed: [2021-01-14T11:50:41.504Z] apt-transport-https [2021-01-14T11:50:41.504Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T11:50:41.504Z] Need to get 1696 B of archives. [2021-01-14T11:50:41.504Z] After this operation, 153 kB of additional disk space will be used. [2021-01-14T11:50:41.504Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-14T11:50:41.765Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T11:50:41.766Z] Fetched 1696 B in 0s (7805 B/s) [2021-01-14T11:50:41.766Z] Selecting previously unselected package apt-transport-https. [2021-01-14T11:50:41.766Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-14T11:50:41.766Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-14T11:50:41.766Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T11:50:41.766Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T11:50:41.991Z] Removing intermediate container 39cd45926a8a [2021-01-14T11:50:41.991Z] ---> 3c2da49b4986 [2021-01-14T11:50:41.991Z] Step 8/21 : COPY . . [2021-01-14T11:50:42.027Z] Waiting for network to be ready... [2021-01-14T11:50:44.611Z] Removing intermediate container 029c28f91235 [2021-01-14T11:50:44.611Z] ---> 9fe3f143817a [2021-01-14T11:50:44.611Z] Step 8/24 : COPY . . [2021-01-14T11:50:45.208Z] Removing intermediate container cc07d7279585 [2021-01-14T11:50:45.208Z] ---> aed1d8f8c81d [2021-01-14T11:50:45.208Z] Step 8/22 : COPY . . [2021-01-14T11:50:45.483Z] Removing intermediate container 754b45971b92 [2021-01-14T11:50:45.483Z] ---> 0d189a268dc0 [2021-01-14T11:50:45.483Z] Step 8/21 : COPY . . [2021-01-14T11:50:45.483Z] Removing intermediate container 6e1a87cbe087 [2021-01-14T11:50:45.483Z] ---> f5f571e7a8fb [2021-01-14T11:50:45.483Z] Step 8/23 : COPY . . [2021-01-14T11:50:47.322Z] 2021-01-14T11:50:45Z INFO Waiting for automatic snapd restart... [2021-01-14T11:50:47.586Z] snapd 2.48.2 from Canonical* installed [2021-01-14T11:50:48.533Z] "snapd" switched to the "latest/stable" channel [2021-01-14T11:50:48.533Z] [2021-01-14T11:50:51.086Z] core18 20201210 from Canonical* installed [2021-01-14T11:50:51.351Z] "core18" switched to the "latest/stable" channel [2021-01-14T11:50:51.351Z] [2021-01-14T11:50:54.661Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T11:50:54.924Z] "snapcraft" switched to the "latest/stable" channel [2021-01-14T11:50:54.924Z] [2021-01-14T11:50:58.234Z] 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-14T11:50:58.234Z] - README.md [2021-01-14T11:50:58.234Z] - snapcraft.yaml.orig [2021-01-14T11:50:58.234Z] [2021-01-14T11:50:58.234Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T11:51:04.834Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T11:51:04.834Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T11:51:05.779Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T11:51:05.779Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T11:51:06.984Z] Reading package lists... [2021-01-14T11:51:07.248Z] 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-14T11:51:12.300Z] ---> 6acbe23274a7 [2021-01-14T11:51:12.301Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T11:51:12.301Z] ---> Running in 5ce79189b6f8 [2021-01-14T11:51:12.301Z] ---> 5e50342da686 [2021-01-14T11:51:12.301Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T11:51:12.301Z] ---> df8ce1370aa5 [2021-01-14T11:51:12.301Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T11:51:12.301Z] ---> 44b986923f67 [2021-01-14T11:51:12.301Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T11:51:12.301Z] ---> ed70abdad75d [2021-01-14T11:51:12.301Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T11:51:12.301Z] ---> Running in d6c3d5367b58 [2021-01-14T11:51:12.301Z] ---> Running in 017119b7a006 [2021-01-14T11:51:12.301Z] ---> Running in 094c2305f6fe [2021-01-14T11:51:12.301Z] ---> Running in 2123c0cb3d7c [2021-01-14T11:51:12.301Z] 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-14T11:51:12.301Z] 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-14T11:51:12.301Z] 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-14T11:51:12.301Z] 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-14T11:51:12.301Z] 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-14T11:51:13.841Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T11:51:13.841Z] Reading package lists... [2021-01-14T11:51:13.841Z] Building dependency tree... [2021-01-14T11:51:13.841Z] Reading state information... [2021-01-14T11:51:13.841Z] Suggested packages: [2021-01-14T11:51:13.841Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-14T11:51:13.841Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-14T11:51:13.841Z] Recommended packages: [2021-01-14T11:51:13.841Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-14T11:51:13.841Z] The following NEW packages will be installed: [2021-01-14T11:51:13.841Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-14T11:51:13.841Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-14T11:51:13.841Z] pkg-config zip [2021-01-14T11:51:13.841Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T11:51:13.841Z] Need to get 7655 kB of archives. [2021-01-14T11:51:13.841Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-14T11:51:13.841Z] 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-14T11:51:13.841Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-14T11:51:14.103Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-14T11:51:14.104Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-14T11:51:14.104Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-14T11:51:14.104Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-14T11:51:14.366Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-14T11:51:14.366Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-14T11:51:14.366Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-14T11:51:14.366Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-14T11:51:14.628Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-14T11:51:14.628Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-14T11:51:14.628Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-14T11:51:14.891Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-14T11:51:14.891Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-14T11:51:14.891Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T11:51:14.891Z] Fetched 7655 kB in 1s (6219 kB/s) [2021-01-14T11:51:15.153Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-14T11:51:15.153Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-14T11:51:15.153Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-14T11:51:15.153Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T11:51:15.153Z] Selecting previously unselected package libpsl5:amd64. [2021-01-14T11:51:15.153Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-14T11:51:15.153Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T11:51:15.419Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-14T11:51:15.419Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-14T11:51:15.419Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T11:51:15.419Z] Selecting previously unselected package librtmp1:amd64. [2021-01-14T11:51:15.419Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-14T11:51:15.419Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T11:51:15.419Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-14T11:51:15.419Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-14T11:51:15.419Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T11:51:15.680Z] Selecting previously unselected package liberror-perl. [2021-01-14T11:51:15.680Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-14T11:51:15.680Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-14T11:51:15.680Z] Selecting previously unselected package git-man. [2021-01-14T11:51:15.680Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-14T11:51:15.680Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T11:51:15.941Z] Selecting previously unselected package git. [2021-01-14T11:51:15.941Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-14T11:51:15.941Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T11:51:16.887Z] Selecting previously unselected package libnorm1:amd64. [2021-01-14T11:51:16.887Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-14T11:51:16.887Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T11:51:16.887Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-14T11:51:16.887Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-14T11:51:16.887Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T11:51:16.887Z] Selecting previously unselected package libsodium23:amd64. [2021-01-14T11:51:16.887Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-14T11:51:16.887Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-14T11:51:16.887Z] Selecting previously unselected package libzmq5:amd64. [2021-01-14T11:51:16.887Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T11:51:17.150Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T11:51:17.150Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-14T11:51:17.150Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T11:51:17.150Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T11:51:17.413Z] Selecting previously unselected package pkg-config. [2021-01-14T11:51:17.413Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-14T11:51:17.413Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T11:51:17.413Z] Selecting previously unselected package zip. [2021-01-14T11:51:17.413Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-14T11:51:17.413Z] Unpacking zip (3.0-11build1) ... [2021-01-14T11:51:17.674Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T11:51:17.674Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T11:51:17.674Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T11:51:17.674Z] Setting up liberror-perl (0.17025-1) ... [2021-01-14T11:51:17.674Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T11:51:17.674Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T11:51:17.674Z] No schema files found: doing nothing. [2021-01-14T11:51:17.674Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T11:51:17.674Z] Setting up zip (3.0-11build1) ... [2021-01-14T11:51:17.674Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T11:51:17.936Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-14T11:51:17.936Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T11:51:17.936Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T11:51:17.936Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T11:51:17.936Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T11:51:17.936Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T11:51:17.936Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T11:51:24.533Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T11:51:24.533Z] git set to automatically installed. [2021-01-14T11:51:24.533Z] git-man set to automatically installed. [2021-01-14T11:51:24.533Z] libcurl3-gnutls set to automatically installed. [2021-01-14T11:51:24.533Z] liberror-perl set to automatically installed. [2021-01-14T11:51:24.533Z] libglib2.0-0 set to automatically installed. [2021-01-14T11:51:24.533Z] libnghttp2-14 set to automatically installed. [2021-01-14T11:51:24.533Z] libnorm1 set to automatically installed. [2021-01-14T11:51:24.533Z] libpgm-5.2-0 set to automatically installed. [2021-01-14T11:51:24.533Z] libpsl5 set to automatically installed. [2021-01-14T11:51:24.533Z] librtmp1 set to automatically installed. [2021-01-14T11:51:24.533Z] libsodium23 set to automatically installed. [2021-01-14T11:51:24.533Z] libzmq3-dev set to automatically installed. [2021-01-14T11:51:24.533Z] libzmq5 set to automatically installed. [2021-01-14T11:51:24.533Z] pkg-config set to automatically installed. [2021-01-14T11:51:24.533Z] zip set to automatically installed. [2021-01-14T11:51:26.451Z] snapd is not logged in, snap install commands will use sudo [2021-01-14T11:51:33.057Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T11:51:33.057Z] snap "core18" has no updates available [2021-01-14T11:51:33.998Z] Pulling config-common [2021-01-14T11:51:34.942Z] Pulling go-build-helper [2021-01-14T11:51:56.921Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T11:51:56.921Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T11:51:56.921Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T11:51:56.921Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T11:51:56.921Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T11:51:56.921Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T11:51:56.921Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T11:51:56.921Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T11:51:56.921Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T11:51:56.921Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T11:51:56.921Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T11:51:56.921Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T11:51:56.921Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T11:51:56.921Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T11:51:56.921Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T11:51:56.921Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T11:51:56.921Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T11:51:56.921Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T11:51:56.921Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T11:51:56.921Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-14T11:51:56.921Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-14T11:51:56.921Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T11:51:56.921Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T11:51:56.921Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-14T11:51:56.921Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-14T11:51:56.921Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T11:51:56.921Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T11:51:56.921Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-14T11:51:56.921Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-14T11:51:56.921Z] Fetched 279 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-14T11:51:56.921Z] Fetched 122 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-14T11:51:56.921Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-14T11:51:56.921Z] Fetched 8848 B in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-14T11:51:56.921Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-14T11:51:56.921Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-14T11:51:56.921Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-14T11:51:56.921Z] Fetched 214 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-14T11:51:56.921Z] Fetched 155 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-14T11:51:56.921Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-14T11:51:56.921Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-14T11:51:56.921Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-14T11:51:56.921Z] Fetched 499 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-14T11:51:56.921Z] Fetched 111 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-14T11:51:56.921Z] Fetched 240 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-14T11:51:56.921Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-14T11:51:56.921Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-14T11:51:56.921Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-14T11:51:56.921Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-14T11:51:56.921Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-14T11:51:56.921Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-14T11:51:56.921Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-14T11:51:56.921Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-14T11:51:56.921Z] Fetched 8720 B in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-14T11:51:56.921Z] Fetched 137 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-14T11:51:56.921Z] Fetched 119 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-14T11:51:56.921Z] Fetched 109 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-14T11:51:56.921Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-14T11:51:56.921Z] Fetched 645 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-14T11:51:56.921Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-14T11:51:56.921Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-14T11:51:56.921Z] Fetched 368 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-14T11:51:56.921Z] Fetched 187 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-14T11:51:56.921Z] Fetched 175 kB in 0s (0 B/s) [2021-01-14T11:51:56.921Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-14T11:52:01.131Z] Fetched 206 kB in 0s (0 B/s) [2021-01-14T11:52:01.131Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-14T11:52:01.131Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-14T11:52:01.131Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-14T11:52:01.131Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-14T11:52:01.131Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-14T11:52:01.131Z] Fetched 159 kB in 0s (0 B/s) [2021-01-14T11:52:01.131Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-14T11:52:01.131Z] Fetched 107 kB in 0s (0 B/s) [2021-01-14T11:52:01.131Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-14T11:52:01.131Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-14T11:52:01.131Z] Pulling static-packages [2021-01-14T11:52:01.710Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-14T11:52:01.710Z] Skipping pull go-build-helper (already ran) [2021-01-14T11:52:01.710Z] Skipping pull static-packages (already ran) [2021-01-14T11:52:01.710Z] Building go-build-helper [2021-01-14T11:52:05.928Z] Building static-packages [2021-01-14T11:52:07.315Z] Staging go-build-helper [2021-01-14T11:52:08.263Z] Staging static-packages [2021-01-14T11:52:09.208Z] Pulling go115 [2021-01-14T11:52:10.159Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-14T11:52:10.159Z] Skipping pull go115 (already ran) [2021-01-14T11:52:10.159Z] Building go115 [2021-01-14T11:52:10.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T11:52:10.159Z] Dload Upload Total Spent Left Speed [2021-01-14T11:52:12.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 115M 35 40.9M 0 0 38.8M 0 0:00:02 0:00:01 0:00:01 38.8M 77 115M 77 89.0M 0 0 43.3M 0 0:00:02 0:00:02 --:--:-- 43.3M 100 115M 100 115M 0 0 44.0M 0 0:00:02 0:00:02 --:--:-- 44.0M [2021-01-14T11:52:13.280Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-14T11:52:17.503Z] Staging go115 [2021-01-14T11:52:21.712Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T11:52:21.712Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T11:52:21.712Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T11:52:21.712Z] Fetched 0 B in 0s (0 B/s) [2021-01-14T11:52:21.712Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-14T11:52:21.712Z] Fetched 224 kB in 0s (0 B/s) [2021-01-14T11:52:21.712Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-14T11:52:21.712Z] Fetched 157 kB in 0s (0 B/s) [2021-01-14T11:52:21.712Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-14T11:52:21.712Z] Fetched 221 kB in 0s (0 B/s) [2021-01-14T11:52:21.712Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-14T11:52:21.712Z] Fetched 143 kB in 0s (0 B/s) [2021-01-14T11:52:21.712Z] Pulling edgex-go [2021-01-14T11:52:23.100Z] Pulling version [2021-01-14T11:52:24.048Z] Building config-common [2021-01-14T11:52:25.964Z] Skipping build go-build-helper (already ran) [2021-01-14T11:52:25.964Z] Skipping build static-packages (already ran) [2021-01-14T11:52:25.964Z] Skipping build go115 (already ran) [2021-01-14T11:52:26.225Z] Building edgex-go [2021-01-14T11:52:26.225Z] 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-14T11:52:28.146Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-14T11:52:28.146Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 [2021-01-14T11:52:28.146Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-14T11:52:28.146Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-14T11:52:28.146Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-14T11:52:28.146Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-14T11:52:28.146Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-14T11:52:28.146Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-14T11:52:28.146Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-14T11:52:28.407Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-14T11:52:28.407Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-14T11:52:28.407Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-14T11:52:28.407Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-14T11:52:28.407Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-14T11:52:28.407Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-14T11:52:28.407Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-14T11:52:28.407Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-14T11:52:28.407Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-14T11:52:28.407Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-14T11:52:28.407Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-14T11:52:28.407Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-14T11:52:28.407Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-14T11:52:28.407Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-14T11:52:28.407Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-14T11:52:28.407Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-14T11:52:28.407Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-14T11:52:28.407Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-14T11:52:28.407Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-14T11:52:28.407Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-14T11:52:28.407Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-14T11:52:28.407Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-14T11:52:28.407Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-14T11:52:28.407Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-14T11:52:28.407Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-14T11:52:28.407Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-14T11:52:28.668Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-14T11:52:28.668Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-14T11:52:28.668Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-14T11:52:28.668Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-14T11:52:28.928Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-14T11:52:34.106Z] 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-14T11:52:35.517Z] 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-14T11:52:38.814Z] 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-14T11:52:40.198Z] 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-14T11:52:40.851Z] Removing intermediate container 094c2305f6fe [2021-01-14T11:52:40.851Z] ---> b40963d773cf [2021-01-14T11:52:40.851Z] [2021-01-14T11:52:40.851Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T11:52:40.851Z] 3.12: Pulling from library/alpine [2021-01-14T11:52:41.140Z] 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-14T11:52:41.401Z] 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-14T11:52:41.401Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-14T11:52:41.662Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-14T11:52:41.662Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-14T11:52:41.662Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-14T11:52:41.839Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T11:52:41.839Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T11:52:41.839Z] ---> afeebe901d6b [2021-01-14T11:52:41.839Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T11:52:42.446Z] ---> Running in 61e2c3bb0eb9 [2021-01-14T11:52:43.578Z] 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-14T11:52:43.578Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-14T11:52:43.578Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-14T11:52:44.521Z] 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-14T11:52:44.521Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-14T11:52:45.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:52:45.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:52:45.907Z] 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-14T11:52:45.907Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-14T11:52:45.978Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T11:52:45.978Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T11:52:45.978Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T11:52:45.978Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T11:52:45.978Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T11:52:45.978Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:52:45.978Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T11:52:46.582Z] OK: 7 MiB in 19 packages [2021-01-14T11:52:47.295Z] 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-14T11:52:47.865Z] 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-14T11:52:48.808Z] 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-14T11:52:50.724Z] Building version [2021-01-14T11:52:50.910Z] Removing intermediate container 5ce79189b6f8 [2021-01-14T11:52:50.910Z] ---> 9006a9a199d8 [2021-01-14T11:52:50.910Z] [2021-01-14T11:52:50.910Z] Step 10/21 : FROM scratch [2021-01-14T11:52:50.910Z] ---> [2021-01-14T11:52:50.910Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T11:52:50.910Z] Removing intermediate container 61e2c3bb0eb9 [2021-01-14T11:52:50.910Z] ---> 227b6f689a78 [2021-01-14T11:52:50.910Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T11:52:51.188Z] Removing intermediate container 017119b7a006 [2021-01-14T11:52:51.188Z] ---> 20bc8f3049e2 [2021-01-14T11:52:51.188Z] [2021-01-14T11:52:51.188Z] Step 10/24 : FROM scratch [2021-01-14T11:52:51.188Z] ---> [2021-01-14T11:52:51.188Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T11:52:51.188Z] Removing intermediate container 2123c0cb3d7c [2021-01-14T11:52:51.188Z] ---> 46a75982a831 [2021-01-14T11:52:51.188Z] [2021-01-14T11:52:51.188Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T11:52:51.188Z] ---> afeebe901d6b [2021-01-14T11:52:51.188Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T11:52:51.188Z] ---> Running in e6d3870aa8d0 [2021-01-14T11:52:51.188Z] ---> Running in 8a40e098224b [2021-01-14T11:52:51.468Z] ---> Running in 7c447cba5417 [2021-01-14T11:52:51.468Z] ---> Running in 03cebabbd3ed [2021-01-14T11:52:52.081Z] Removing intermediate container e6d3870aa8d0 [2021-01-14T11:52:52.081Z] ---> f0c6a9005f38 [2021-01-14T11:52:52.081Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T11:52:52.362Z] ---> Running in 6e72c054c337 [2021-01-14T11:52:52.362Z] Removing intermediate container 8a40e098224b [2021-01-14T11:52:52.362Z] ---> 99bf05d3afea [2021-01-14T11:52:52.362Z] Step 13/22 : WORKDIR / [2021-01-14T11:52:52.636Z] Removing intermediate container 03cebabbd3ed [2021-01-14T11:52:52.636Z] ---> 094723fc4a48 [2021-01-14T11:52:52.636Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T11:52:52.636Z] ---> Running in 2940c98f2c1c [2021-01-14T11:52:52.636Z] ---> Running in d0419a6827ea [2021-01-14T11:52:52.638Z] Staging config-common [2021-01-14T11:52:53.244Z] Removing intermediate container 6e72c054c337 [2021-01-14T11:52:53.244Z] ---> 468cfae3a6a3 [2021-01-14T11:52:53.244Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T11:52:53.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:52:53.244Z] ---> Running in 0f4fe2e660c9 [2021-01-14T11:52:53.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:52:53.522Z] Removing intermediate container d0419a6827ea [2021-01-14T11:52:53.522Z] ---> bd6363305096 [2021-01-14T11:52:53.522Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:52:53.522Z] Removing intermediate container 2940c98f2c1c [2021-01-14T11:52:53.522Z] ---> 64d902ed121f [2021-01-14T11:52:53.522Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T11:52:53.583Z] Skipping stage go-build-helper (already ran) [2021-01-14T11:52:53.583Z] Skipping stage static-packages (already ran) [2021-01-14T11:52:53.583Z] Skipping stage go115 (already ran) [2021-01-14T11:52:53.583Z] Staging edgex-go [2021-01-14T11:52:53.797Z] ---> Running in a38a50619a92 [2021-01-14T11:52:54.075Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T11:52:54.075Z] Removing intermediate container 0f4fe2e660c9 [2021-01-14T11:52:54.075Z] ---> e276d762e26f [2021-01-14T11:52:54.075Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:52:54.075Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T11:52:54.075Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T11:52:54.075Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T11:52:54.075Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:52:54.359Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T11:52:54.359Z] Removing intermediate container a38a50619a92 [2021-01-14T11:52:54.359Z] ---> a99cdaeec910 [2021-01-14T11:52:54.359Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T11:52:54.359Z] OK: 7 MiB in 18 packages [2021-01-14T11:52:54.526Z] Staging version [2021-01-14T11:52:54.965Z] ---> 1a62964b0770 [2021-01-14T11:52:54.965Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T11:52:55.239Z] ---> 2dd5e2cbc866 [2021-01-14T11:52:55.239Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T11:52:55.470Z] Priming config-common [2021-01-14T11:52:55.847Z] ---> bedc61611925 [2021-01-14T11:52:55.847Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T11:52:56.043Z] Priming go-build-helper [2021-01-14T11:52:56.984Z] Priming static-packages [2021-01-14T11:52:57.297Z] ---> 67b3510cccf8 [2021-01-14T11:52:57.297Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T11:52:57.297Z] Removing intermediate container 7c447cba5417 [2021-01-14T11:52:57.297Z] ---> 0f0382026c8f [2021-01-14T11:52:57.297Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T11:52:57.578Z] ---> 09fcf5088eac [2021-01-14T11:52:57.578Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T11:52:57.578Z] ---> bdb6bd50b9cb [2021-01-14T11:52:57.578Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T11:52:57.578Z] ---> Running in 610c5d6d8b8e [2021-01-14T11:52:58.573Z] Removing intermediate container 610c5d6d8b8e [2021-01-14T11:52:58.574Z] ---> b69451a055a7 [2021-01-14T11:52:58.574Z] Step 13/21 : WORKDIR /edgex [2021-01-14T11:52:58.851Z] ---> 1e216d511ab9 [2021-01-14T11:52:58.851Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T11:52:58.851Z] ---> Running in c78c3c1d1cf8 [2021-01-14T11:52:59.123Z] ---> 24f5fa0ed499 [2021-01-14T11:52:59.123Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T11:52:59.491Z] ---> 083fef5a0d1f [2021-01-14T11:52:59.491Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:52:59.491Z] ---> Running in 67769d15835f [2021-01-14T11:52:59.529Z] Priming go115 [2021-01-14T11:52:59.839Z] Removing intermediate container c78c3c1d1cf8 [2021-01-14T11:52:59.839Z] ---> ee70c33da8bd [2021-01-14T11:52:59.839Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T11:53:00.132Z] ---> df27460ce508 [2021-01-14T11:53:00.132Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T11:53:00.207Z] Priming edgex-go [2021-01-14T11:53:00.448Z] ---> Running in 56a56b701223 [2021-01-14T11:53:00.448Z] Removing intermediate container 67769d15835f [2021-01-14T11:53:00.448Z] ---> c0fad4761acd [2021-01-14T11:53:00.448Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:53:01.233Z] Priming version [2021-01-14T11:53:01.554Z] ---> Running in fb085c6fd11a [2021-01-14T11:53:01.554Z] ---> bd07c8c023e0 [2021-01-14T11:53:01.554Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T11:53:01.554Z] ---> 158a699ff52b [2021-01-14T11:53:01.554Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T11:53:02.211Z] Removing intermediate container fb085c6fd11a [2021-01-14T11:53:02.211Z] ---> 3bc45f4d9cee [2021-01-14T11:53:02.211Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T11:53:02.336Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-14T11:53:02.485Z] ---> Running in 35c80e54c72a [2021-01-14T11:53:03.939Z] Removing intermediate container 35c80e54c72a [2021-01-14T11:53:03.939Z] ---> 560001575d3e [2021-01-14T11:53:03.939Z] Step 20/21 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:53:03.939Z] ---> 948401167bdf [2021-01-14T11:53:03.939Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T11:53:03.939Z] ---> 2b8dbb8948e6 [2021-01-14T11:53:03.939Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [Pipeline] } [Pipeline] // withEnv [2021-01-14T11:53:04.222Z] ---> Running in 8d278fbeb006 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T11:53:05.260Z] Removing intermediate container 8d278fbeb006 [2021-01-14T11:53:05.260Z] ---> e56ce51443a5 [2021-01-14T11:53:05.260Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T11:53:05.260Z] Removing intermediate container 56a56b701223 [2021-01-14T11:53:05.260Z] ---> bcad14d73d2c [2021-01-14T11:53:05.260Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T11:53:05.548Z] ---> 1fdea048f2b6 [2021-01-14T11:53:05.549Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T11:53:05.549Z] ---> Running in 9dc3f74ccebd [2021-01-14T11:53:05.549Z] ---> Running in 72afe895aa4b [2021-01-14T11:53:05.826Z] ---> Running in db5312040a85 [2021-01-14T11:53:05.826Z] ---> fbe73c3992c1 [2021-01-14T11:53:05.826Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T11:53:06.100Z] ---> Running in b7561b846546 [2021-01-14T11:53:06.374Z] Removing intermediate container 72afe895aa4b [2021-01-14T11:53:06.374Z] ---> 5c92083f9d4d [2021-01-14T11:53:06.374Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T11:53:06.646Z] Removing intermediate container 9dc3f74ccebd [2021-01-14T11:53:06.646Z] ---> 64adc2475ee9 [2021-01-14T11:53:06.646Z] [2021-01-14T11:53:06.646Z] Removing intermediate container db5312040a85 [2021-01-14T11:53:06.646Z] ---> 1996d72b1660 [2021-01-14T11:53:06.646Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:53:06.646Z] ---> Running in 84c7396e344e [2021-01-14T11:53:06.916Z] Removing intermediate container b7561b846546 [2021-01-14T11:53:06.916Z] ---> 2c6f4593ec28 [2021-01-14T11:53:06.916Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T11:53:07.204Z] ---> Running in 12e0e7efb021 [2021-01-14T11:53:07.204Z] Successfully built 64adc2475ee9 [2021-01-14T11:53:07.204Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T11:53:07.204Z] ---> Running in 26e7ade50171 [2021-01-14T11:53:07.204Z] Building docker-sys-mgmt-agent-go [2021-01-14T11:53:07.482Z]  Building docker-support-scheduler-go ... done Removing intermediate container 84c7396e344e [2021-01-14T11:53:07.482Z] ---> 02b05c81cb58 [2021-01-14T11:53:07.482Z] Step 21/22 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:53:08.091Z] ---> Running in c93f704785d9 [2021-01-14T11:53:08.091Z] Removing intermediate container 12e0e7efb021 [2021-01-14T11:53:08.091Z] ---> 7828e7541328 [2021-01-14T11:53:08.091Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T11:53:08.367Z] Removing intermediate container 26e7ade50171 [2021-01-14T11:53:08.367Z] ---> 54c702b0f318 [2021-01-14T11:53:08.367Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T11:53:08.980Z] ---> Running in 8ba01dabe381 [2021-01-14T11:53:08.980Z] ---> Running in 633b92ffa643 [2021-01-14T11:53:09.961Z] Removing intermediate container c93f704785d9 [2021-01-14T11:53:09.961Z] ---> 5246842a312f [2021-01-14T11:53:09.961Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T11:53:09.961Z] Removing intermediate container d6c3d5367b58 [2021-01-14T11:53:09.961Z] ---> c8221329aed8 [2021-01-14T11:53:09.961Z] [2021-01-14T11:53:09.961Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T11:53:09.961Z] ---> afeebe901d6b [2021-01-14T11:53:09.961Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T11:53:10.557Z] Removing intermediate container 8ba01dabe381 [2021-01-14T11:53:10.557Z] ---> a01021dea3bd [2021-01-14T11:53:10.557Z] Step 23/24 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:53:10.557Z] Removing intermediate container 633b92ffa643 [2021-01-14T11:53:10.557Z] ---> 8953b3ff4359 [2021-01-14T11:53:10.557Z] Step 20/21 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:53:10.831Z] ---> Running in 584ccac8dbbf [2021-01-14T11:53:10.831Z] ---> Running in 004300787d46 [2021-01-14T11:53:11.123Z] ---> Running in f553ae6db11c [2021-01-14T11:53:11.123Z] ---> Running in d4919b9bed44 [2021-01-14T11:53:11.727Z] Removing intermediate container 004300787d46 [2021-01-14T11:53:11.727Z] ---> ff92830c5473 [2021-01-14T11:53:11.727Z] [2021-01-14T11:53:12.001Z] Successfully built ff92830c5473 [2021-01-14T11:53:12.275Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T11:53:12.275Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2021-01-14T11:53:12.275Z] Removing intermediate container f553ae6db11c [2021-01-14T11:53:12.275Z] ---> 637a9ec8618f [2021-01-14T11:53:12.275Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T11:53:12.275Z] Removing intermediate container d4919b9bed44 [2021-01-14T11:53:12.275Z] ---> b1310409a61c [2021-01-14T11:53:12.275Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T11:53:12.275Z] Removing intermediate container 584ccac8dbbf [2021-01-14T11:53:12.275Z] ---> 9f90a6fa2748 [2021-01-14T11:53:12.275Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T11:53:12.551Z] ---> Running in a9618afe77b7 [2021-01-14T11:53:12.551Z] ---> Running in 02a682c34003 [2021-01-14T11:53:12.551Z] ---> Running in 8920d171f0c4 [2021-01-14T11:53:13.540Z] Removing intermediate container 02a682c34003 [2021-01-14T11:53:13.540Z] ---> 7baae88cc693 [2021-01-14T11:53:13.540Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T11:53:13.540Z] Removing intermediate container a9618afe77b7 [2021-01-14T11:53:13.540Z] ---> f0d7e340be6e [2021-01-14T11:53:13.540Z] [2021-01-14T11:53:13.540Z] Removing intermediate container 8920d171f0c4 [2021-01-14T11:53:13.540Z] ---> dd20281022df [2021-01-14T11:53:13.540Z] [2021-01-14T11:53:13.814Z] ---> Running in b6a2069ed44a [2021-01-14T11:53:14.090Z] Successfully built f0d7e340be6e [2021-01-14T11:53:14.090Z] Successfully built dd20281022df [2021-01-14T11:53:14.090Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T11:53:14.090Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-14T11:53:14.090Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T11:53:14.090Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-14T11:53:14.691Z] Removing intermediate container b6a2069ed44a [2021-01-14T11:53:14.691Z] ---> 3357b3e8c790 [2021-01-14T11:53:14.691Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:53:14.691Z] ---> Running in 0a5ff6153940 [2021-01-14T11:53:17.305Z] Removing intermediate container 0a5ff6153940 [2021-01-14T11:53:17.305Z] ---> aa30117b60b3 [2021-01-14T11:53:17.305Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T11:53:17.902Z] ---> Running in abf4e9ba1660 [2021-01-14T11:53:19.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:53:19.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:53:20.913Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T11:53:20.913Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T11:53:20.913Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T11:53:21.188Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T11:53:21.188Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T11:53:21.188Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:53:21.188Z] OK: 8 MiB in 19 packages [2021-01-14T11:53:25.498Z] Removing intermediate container abf4e9ba1660 [2021-01-14T11:53:25.498Z] ---> 8305b4a8baee [2021-01-14T11:53:25.498Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:53:26.930Z] ---> bfc808ec2686 [2021-01-14T11:53:26.930Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T11:53:30.318Z] ---> 1641a5e7a002 [2021-01-14T11:53:30.318Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T11:53:31.297Z] ---> dd9c6d80cbf7 [2021-01-14T11:53:31.297Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T11:53:31.570Z] ---> Running in fa7e34dcf317 [2021-01-14T11:53:32.165Z] Removing intermediate container fa7e34dcf317 [2021-01-14T11:53:32.165Z] ---> d6240d3f2476 [2021-01-14T11:53:32.165Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:53:32.754Z] ---> Running in 7eed21c80e34 [2021-01-14T11:53:33.358Z] Removing intermediate container 7eed21c80e34 [2021-01-14T11:53:33.358Z] ---> fe959ef06f96 [2021-01-14T11:53:33.358Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T11:53:33.629Z] ---> Running in 2e01c1be4289 [2021-01-14T11:53:34.223Z] Removing intermediate container 2e01c1be4289 [2021-01-14T11:53:34.223Z] ---> 90d36379bfdc [2021-01-14T11:53:34.223Z] Step 22/23 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:53:34.494Z] ---> Running in 46fb7cfdc87c [2021-01-14T11:53:35.085Z] Removing intermediate container 46fb7cfdc87c [2021-01-14T11:53:35.085Z] ---> 4cac3814d7ee [2021-01-14T11:53:35.085Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T11:53:35.356Z] ---> Running in e87803fffd70 [2021-01-14T11:53:35.946Z] Removing intermediate container e87803fffd70 [2021-01-14T11:53:35.946Z] ---> 41092ec1c52c [2021-01-14T11:53:35.946Z] [2021-01-14T11:53:36.219Z] Successfully built 41092ec1c52c [2021-01-14T11:53:36.219Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T11:53:51.302Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:53:51.302Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:53:51.302Z] ---> bd16c6005ac3 [2021-01-14T11:53:51.302Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T11:53:51.302Z] ---> Using cache [2021-01-14T11:53:51.302Z] ---> bf8d76018b22 [2021-01-14T11:53:51.302Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:53:51.302Z] ---> Using cache [2021-01-14T11:53:51.302Z] ---> 1ba506fa673b [2021-01-14T11:53:51.302Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T11:53:53.936Z] ---> Running in bed4b0618193 [2021-01-14T11:53:55.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:53:55.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:53:56.577Z] OK: 217 MiB in 51 packages [2021-01-14T11:53:59.969Z] Removing intermediate container bed4b0618193 [2021-01-14T11:53:59.969Z] ---> df2a7a2b5e04 [2021-01-14T11:53:59.969Z] Step 6/26 : COPY go.mod . [2021-01-14T11:54:00.961Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:54:00.961Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:54:00.961Z] ---> bd16c6005ac3 [2021-01-14T11:54:00.961Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T11:54:00.961Z] ---> Using cache [2021-01-14T11:54:00.961Z] ---> bf8d76018b22 [2021-01-14T11:54:00.961Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:54:00.961Z] ---> Using cache [2021-01-14T11:54:00.961Z] ---> 1ba506fa673b [2021-01-14T11:54:00.961Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T11:54:00.961Z] ---> Using cache [2021-01-14T11:54:00.961Z] ---> a411a1adb2df [2021-01-14T11:54:00.961Z] Step 6/24 : COPY go.mod . [2021-01-14T11:54:00.961Z] ---> Using cache [2021-01-14T11:54:00.961Z] ---> 57f10de12550 [2021-01-14T11:54:00.961Z] Step 7/24 : RUN go mod download [2021-01-14T11:54:00.961Z] ---> Using cache [2021-01-14T11:54:00.961Z] ---> 0d189a268dc0 [2021-01-14T11:54:00.961Z] Step 8/24 : COPY . . [2021-01-14T11:54:00.961Z] ---> Using cache [2021-01-14T11:54:00.961Z] ---> 44b986923f67 [2021-01-14T11:54:00.961Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T11:54:01.238Z] ---> c993246ced88 [2021-01-14T11:54:01.238Z] Step 7/26 : RUN go mod download [2021-01-14T11:54:01.513Z] ---> Running in efaf72d41ffe [2021-01-14T11:54:01.790Z] ---> Running in 711b1cc91e98 [2021-01-14T11:54:01.790Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:54:01.790Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:54:01.790Z] ---> bd16c6005ac3 [2021-01-14T11:54:01.790Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T11:54:01.790Z] ---> Using cache [2021-01-14T11:54:01.790Z] ---> bf8d76018b22 [2021-01-14T11:54:01.790Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:54:01.790Z] ---> Using cache [2021-01-14T11:54:01.790Z] ---> 1ba506fa673b [2021-01-14T11:54:01.790Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T11:54:01.790Z] ---> Using cache [2021-01-14T11:54:01.790Z] ---> a411a1adb2df [2021-01-14T11:54:01.790Z] Step 6/22 : COPY go.mod . [2021-01-14T11:54:01.790Z] ---> Using cache [2021-01-14T11:54:01.790Z] ---> 57f10de12550 [2021-01-14T11:54:01.790Z] Step 7/22 : RUN go mod download [2021-01-14T11:54:01.790Z] ---> Using cache [2021-01-14T11:54:01.790Z] ---> 0d189a268dc0 [2021-01-14T11:54:01.790Z] Step 8/22 : COPY . . [2021-01-14T11:54:02.069Z] ---> Using cache [2021-01-14T11:54:02.069Z] ---> 44b986923f67 [2021-01-14T11:54:02.069Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T11:54:02.340Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T11:54:02.340Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T11:54:02.340Z] ---> bd16c6005ac3 [2021-01-14T11:54:02.340Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T11:54:02.340Z] ---> Using cache [2021-01-14T11:54:02.340Z] ---> bf8d76018b22 [2021-01-14T11:54:02.340Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T11:54:02.340Z] ---> Using cache [2021-01-14T11:54:02.340Z] ---> 1ba506fa673b [2021-01-14T11:54:02.340Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T11:54:02.340Z] ---> Using cache [2021-01-14T11:54:02.340Z] ---> a411a1adb2df [2021-01-14T11:54:02.340Z] Step 6/22 : COPY go.mod . [2021-01-14T11:54:02.340Z] ---> Using cache [2021-01-14T11:54:02.340Z] ---> 57f10de12550 [2021-01-14T11:54:02.340Z] Step 7/22 : RUN go mod download [2021-01-14T11:54:02.340Z] ---> Using cache [2021-01-14T11:54:02.340Z] ---> 0d189a268dc0 [2021-01-14T11:54:02.340Z] Step 8/22 : COPY . . [2021-01-14T11:54:02.340Z] ---> Using cache [2021-01-14T11:54:02.340Z] ---> 44b986923f67 [2021-01-14T11:54:02.340Z] Step 9/22 : RUN make cmd/core-command/core-command ---> Running in bd2da4b77e14 [2021-01-14T11:54:02.340Z] [2021-01-14T11:54:02.619Z] ---> Running in 7f276ddae7aa [2021-01-14T11:54:03.212Z] 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-14T11:54:04.196Z] 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-14T11:54:04.471Z] 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-14T11:54:05.467Z] Removing intermediate container 711b1cc91e98 [2021-01-14T11:54:05.467Z] ---> 305ff8d38fbb [2021-01-14T11:54:05.467Z] Step 8/26 : COPY . . [2021-01-14T11:54:27.662Z] ---> 16c6fd567092 [2021-01-14T11:54:27.662Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T11:54:27.662Z] ---> Running in 63ff18524afb [2021-01-14T11:54:27.662Z] 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-14T11:55:07.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-14T11:55:17.309Z] Removing intermediate container efaf72d41ffe [2021-01-14T11:55:17.309Z] ---> 53dd5e64a338 [2021-01-14T11:55:17.309Z] [2021-01-14T11:55:17.309Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T11:55:17.309Z] ---> afeebe901d6b [2021-01-14T11:55:17.309Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T11:55:17.309Z] ---> Using cache [2021-01-14T11:55:17.309Z] ---> 227b6f689a78 [2021-01-14T11:55:17.309Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T11:55:17.309Z] ---> Running in b64a482e1664 [2021-01-14T11:55:17.585Z] Removing intermediate container b64a482e1664 [2021-01-14T11:55:17.585Z] ---> 0f1207708893 [2021-01-14T11:55:17.585Z] Step 13/24 : WORKDIR / [2021-01-14T11:55:17.862Z] ---> Running in 366eb850df8d [2021-01-14T11:55:18.469Z] Removing intermediate container 366eb850df8d [2021-01-14T11:55:18.469Z] ---> 5232fde90cc6 [2021-01-14T11:55:18.469Z] 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-14T11:55:19.918Z] ---> ac19d8d61178 [2021-01-14T11:55:19.918Z] 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-14T11:55:21.896Z] ---> c8177efe5875 [2021-01-14T11:55:21.896Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T11:55:23.881Z] ---> c6734272338d [2021-01-14T11:55:23.881Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T11:55:24.479Z] Removing intermediate container 7f276ddae7aa [2021-01-14T11:55:24.479Z] ---> 075237ea079b [2021-01-14T11:55:24.479Z] [2021-01-14T11:55:24.479Z] Step 10/22 : FROM scratch [2021-01-14T11:55:24.479Z] ---> [2021-01-14T11:55:24.479Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T11:55:24.753Z] ---> Using cache [2021-01-14T11:55:24.753Z] ---> f0c6a9005f38 [2021-01-14T11:55:24.753Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T11:55:25.030Z] ---> Running in 408b2c4eedf9 [2021-01-14T11:55:26.013Z] ---> 5e350904afdc [2021-01-14T11:55:26.013Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T11:55:26.287Z] Removing intermediate container 408b2c4eedf9 [2021-01-14T11:55:26.287Z] ---> 1e5faa7560e8 [2021-01-14T11:55:26.287Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T11:55:26.287Z] ---> Running in 3ea1ecbf0eff [2021-01-14T11:55:27.276Z] Removing intermediate container 3ea1ecbf0eff [2021-01-14T11:55:27.276Z] ---> 426dad79c638 [2021-01-14T11:55:27.276Z] Step 14/22 : WORKDIR / [2021-01-14T11:55:27.276Z] ---> Running in 6fb36c82df6a [2021-01-14T11:55:27.552Z] ---> c7466a2f10e5 [2021-01-14T11:55:27.552Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T11:55:28.155Z] Removing intermediate container 6fb36c82df6a [2021-01-14T11:55:28.155Z] ---> 5ffdb6b11cee [2021-01-14T11:55:28.155Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:55:28.752Z] ---> b5180b713b38 [2021-01-14T11:55:28.752Z] 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-14T11:55:29.039Z] ---> Running in 693e5f866757 [2021-01-14T11:55:29.039Z] ---> 104e4efaf373 [2021-01-14T11:55:29.039Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T11:55:31.042Z] ---> 0655ca1f6de5 [2021-01-14T11:55:31.042Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T11:55:32.032Z] ---> dcd760fac9a5 [2021-01-14T11:55:32.032Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T11:55:32.032Z] Removing intermediate container 693e5f866757 [2021-01-14T11:55:32.032Z] ---> e32ed00f60b2 [2021-01-14T11:55:32.032Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T11:55:32.311Z] ---> Running in e224a1c6f9a6 [2021-01-14T11:55:32.311Z] ---> Running in 9b0a39365f61 [2021-01-14T11:55:33.286Z] Removing intermediate container 9b0a39365f61 [2021-01-14T11:55:33.286Z] ---> 6b008bde0d85 [2021-01-14T11:55:33.286Z] Step 22/24 : LABEL arch=arm64Removing intermediate container e224a1c6f9a6 [2021-01-14T11:55:33.286Z] ---> 4ae5e4b151cf [2021-01-14T11:55:33.286Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:55:33.286Z] [2021-01-14T11:55:33.560Z] ---> Running in 3b98bd9014e4 [2021-01-14T11:55:33.560Z] ---> Running in 138497fd533c [2021-01-14T11:55:34.539Z] Removing intermediate container 3b98bd9014e4 [2021-01-14T11:55:34.539Z] ---> a6c2eab60235 [2021-01-14T11:55:34.539Z] Step 23/24 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:55:34.539Z] Removing intermediate container 138497fd533c [2021-01-14T11:55:34.539Z] ---> 588689c61d27 [2021-01-14T11:55:34.539Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T11:55:34.814Z] Removing intermediate container 63ff18524afb [2021-01-14T11:55:34.814Z] ---> 443cd873fec6 [2021-01-14T11:55:34.814Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T11:55:35.094Z] ---> Running in b5736c642763 [2021-01-14T11:55:35.094Z] ---> Running in 426d95ebc33b [2021-01-14T11:55:35.094Z] ---> Running in f42e57b1b6d0 [2021-01-14T11:55:35.715Z] Removing intermediate container b5736c642763 [2021-01-14T11:55:35.715Z] ---> 7eb5352d70c1 [2021-01-14T11:55:35.715Z] Step 21/22 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:55:35.988Z] Removing intermediate container 426d95ebc33b [2021-01-14T11:55:35.988Z] ---> 844786e51667 [2021-01-14T11:55:35.988Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T11:55:35.988Z] ---> Running in ea072091d476 [2021-01-14T11:55:36.260Z] ---> Running in f30fc73f7ca3 [2021-01-14T11:55:36.534Z] 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-14T11:55:36.813Z] Removing intermediate container ea072091d476 [2021-01-14T11:55:36.813Z] ---> 1de087609de2 [2021-01-14T11:55:36.813Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T11:55:37.091Z] Removing intermediate container bd2da4b77e14 [2021-01-14T11:55:37.091Z] ---> 861162ee5500 [2021-01-14T11:55:37.091Z] [2021-01-14T11:55:37.091Z] Step 10/22 : FROM scratch [2021-01-14T11:55:37.091Z] ---> [2021-01-14T11:55:37.091Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T11:55:37.091Z] Removing intermediate container f30fc73f7ca3 [2021-01-14T11:55:37.091Z] ---> 3e5daa6ea041 [2021-01-14T11:55:37.091Z] [2021-01-14T11:55:37.091Z] ---> Running in 8fa7bedc7579 [2021-01-14T11:55:37.091Z] ---> Using cache [2021-01-14T11:55:37.091Z] ---> f0c6a9005f38 [2021-01-14T11:55:37.091Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T11:55:37.368Z] ---> Running in 4acb59a669ad [2021-01-14T11:55:37.642Z] Successfully built 3e5daa6ea041 [2021-01-14T11:55:37.642Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T11:55:37.916Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8fa7bedc7579 [2021-01-14T11:55:37.916Z] ---> fb84ddf26590 [2021-01-14T11:55:37.916Z] [2021-01-14T11:55:38.190Z] Successfully built fb84ddf26590 [2021-01-14T11:55:38.190Z] Removing intermediate container 4acb59a669ad [2021-01-14T11:55:38.190Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T11:55:38.190Z] ---> d95952ec0868 [2021-01-14T11:55:38.190Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T11:55:38.463Z]  Building docker-core-command-go ... done  ---> Running in 84120fb8618d [2021-01-14T11:55:39.063Z] Removing intermediate container 84120fb8618d [2021-01-14T11:55:39.063Z] ---> 7d8c8209e067 [2021-01-14T11:55:39.063Z] Step 14/22 : WORKDIR / [2021-01-14T11:55:39.063Z] ---> Running in fe2c32663e48 [2021-01-14T11:55:39.662Z] Removing intermediate container f42e57b1b6d0 [2021-01-14T11:55:39.662Z] ---> 20aa4c70edf9 [2021-01-14T11:55:39.662Z] [2021-01-14T11:55:39.662Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T11:55:39.662Z] 20.10.0: Pulling from library/docker [2021-01-14T11:55:39.662Z] Removing intermediate container fe2c32663e48 [2021-01-14T11:55:39.662Z] ---> b9f2a857814c [2021-01-14T11:55:39.662Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T11:55:40.642Z] ---> 3a3d92e3572c [2021-01-14T11:55:40.642Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T11:55:42.620Z] ---> 9ea88010c626 [2021-01-14T11:55:42.620Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T11:55:43.611Z] ---> b28388ed021b [2021-01-14T11:55:43.611Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T11:55:44.205Z] ---> Running in 340c2d9cdccb [2021-01-14T11:55:44.801Z] Removing intermediate container 340c2d9cdccb [2021-01-14T11:55:44.801Z] ---> 8b2582153395 [2021-01-14T11:55:44.801Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:55:45.404Z] ---> Running in 4ceae5149fdc [2021-01-14T11:55:46.001Z] Removing intermediate container 4ceae5149fdc [2021-01-14T11:55:46.001Z] ---> e52054105bfc [2021-01-14T11:55:46.001Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T11:55:46.274Z] ---> Running in ceadad031693 [2021-01-14T11:55:47.249Z] Removing intermediate container ceadad031693 [2021-01-14T11:55:47.249Z] ---> 0c676b2ea858 [2021-01-14T11:55:47.249Z] Step 21/22 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:55:47.519Z] ---> Running in abdc403d65bf [2021-01-14T11:55:48.113Z] Removing intermediate container abdc403d65bf [2021-01-14T11:55:48.113Z] ---> b53d7eb22025 [2021-01-14T11:55:48.113Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T11:55:48.386Z] ---> Running in b0ec32323f24 [2021-01-14T11:55:48.659Z] Removing intermediate container b0ec32323f24 [2021-01-14T11:55:48.659Z] ---> 5ba75987ece3 [2021-01-14T11:55:48.659Z] [2021-01-14T11:55:49.255Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T11:55:49.255Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T11:55:49.255Z] ---> eeaf43b92773 [2021-01-14T11:55:49.255Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T11:55:49.255Z] Successfully built 5ba75987ece3 [2021-01-14T11:55:49.255Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T11:55:49.255Z]  Building docker-core-metadata-go ... done  ---> Running in 0dd475780b30 [2021-01-14T11:55:50.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:55:50.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:55:51.275Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T11:55:51.275Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T11:55:51.275Z] Executing bash-5.0.17-r0.post-install [2021-01-14T11:55:51.275Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:55:51.275Z] OK: 12 MiB in 22 packages [2021-01-14T11:55:52.702Z] Removing intermediate container 0dd475780b30 [2021-01-14T11:55:52.702Z] ---> 44c703a35d28 [2021-01-14T11:55:52.702Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T11:55:52.702Z] ---> Running in 2c43d8010fe9 [2021-01-14T11:55:53.292Z] Removing intermediate container 2c43d8010fe9 [2021-01-14T11:55:53.292Z] ---> e1a082ade0da [2021-01-14T11:55:53.292Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T11:55:53.292Z] ---> Running in 0952ecfccca7 [2021-01-14T11:55:53.882Z] Removing intermediate container 0952ecfccca7 [2021-01-14T11:55:53.882Z] ---> 2011bedab73f [2021-01-14T11:55:53.882Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T11:55:53.882Z] ---> Running in e29a5f222a63 [2021-01-14T11:55:54.473Z] Removing intermediate container e29a5f222a63 [2021-01-14T11:55:54.473Z] ---> ae63dcabc68d [2021-01-14T11:55:54.473Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T11:55:55.445Z] ---> b9a16cddf47f [2021-01-14T11:55:55.445Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T11:55:56.418Z] ---> 12ad203f5e5a [2021-01-14T11:55:56.418Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T11:55:57.393Z] ---> 906a9f4c4b22 [2021-01-14T11:55:57.393Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T11:55:57.393Z] ---> Running in 8bc9ead1dc0d [2021-01-14T11:55:58.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:55:58.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:55:59.228Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T11:55:59.228Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T11:55:59.228Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T11:55:59.228Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T11:55:59.228Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T11:55:59.228Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T11:55:59.228Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T11:56:01.186Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T11:56:01.186Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T11:56:01.186Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T11:56:01.186Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T11:56:01.186Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T11:56:01.186Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T11:56:01.186Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T11:56:01.186Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T11:56:01.186Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T11:56:01.186Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T11:56:01.186Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T11:56:01.186Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T11:56:01.457Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T11:56:01.457Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T11:56:01.457Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T11:56:01.457Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T11:56:01.457Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T11:56:01.457Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T11:56:01.457Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T11:56:01.457Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T11:56:01.457Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T11:56:01.457Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T11:56:01.457Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T11:56:01.730Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T11:56:01.730Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T11:56:01.730Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T11:56:01.730Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:56:01.730Z] OK: 71 MiB in 55 packages [2021-01-14T11:56:08.426Z] Removing intermediate container 8bc9ead1dc0d [2021-01-14T11:56:08.426Z] ---> 350cbe51ce5e [2021-01-14T11:56:08.426Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T11:56:08.426Z] ---> Running in 90b1831faa11 [2021-01-14T11:56:12.720Z] Collecting docker-compose==1.23.2 [2021-01-14T11:56:12.720Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T11:56:13.309Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T11:56:13.309Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T11:56:13.309Z] 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-14T11:56:13.580Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T11:56:13.580Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T11:56:16.225Z] Collecting PyYAML<4,>=3.10 [2021-01-14T11:56:16.225Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T11:56:19.608Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T11:56:19.608Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T11:56:19.608Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T11:56:19.608Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T11:56:22.209Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T11:56:22.209Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T11:56:22.799Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T11:56:22.799Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T11:56:23.388Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T11:56:23.388Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T11:56:23.977Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T11:56:23.977Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T11:56:26.580Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T11:56:26.580Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T11:56:26.580Z] 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-14T11:56:26.581Z] 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-14T11:56:26.581Z] Collecting idna<2.8,>=2.5 [2021-01-14T11:56:26.581Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T11:56:26.850Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T11:56:26.850Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T11:56:27.119Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T11:56:27.119Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T11:56:27.119Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T11:56:27.119Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T11:56:27.708Z] Installing collected packages: jsonschema, texttable, PyYAML, cached-property, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2021-01-14T11:56:27.978Z] Running setup.py install for texttable: started [2021-01-14T11:56:29.939Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T11:56:29.939Z] Running setup.py install for PyYAML: started [2021-01-14T11:56:31.904Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T11:56:31.904Z] Running setup.py install for docopt: started [2021-01-14T11:56:33.870Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T11:56:33.870Z] Attempting uninstall: urllib3 [2021-01-14T11:56:33.870Z] Found existing installation: urllib3 1.25.9 [2021-01-14T11:56:33.870Z] Uninstalling urllib3-1.25.9: [2021-01-14T11:56:33.870Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T11:56:34.461Z] Attempting uninstall: idna [2021-01-14T11:56:34.461Z] Found existing installation: idna 2.9 [2021-01-14T11:56:34.461Z] Uninstalling idna-2.9: [2021-01-14T11:56:34.732Z] Successfully uninstalled idna-2.9 [2021-01-14T11:56:35.326Z] Attempting uninstall: requests [2021-01-14T11:56:35.326Z] Found existing installation: requests 2.23.0 [2021-01-14T11:56:35.326Z] Uninstalling requests-2.23.0: [2021-01-14T11:56:35.326Z] Successfully uninstalled requests-2.23.0 [2021-01-14T11:56:36.749Z] Running setup.py install for dockerpty: started [2021-01-14T11:56:38.713Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T11:56:39.687Z] 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-14T11:56:43.064Z] Removing intermediate container 90b1831faa11 [2021-01-14T11:56:43.064Z] ---> de6205d62e46 [2021-01-14T11:56:43.064Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T11:56:43.064Z] ---> Running in ce645c197aae [2021-01-14T11:56:44.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T11:56:44.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T11:56:45.084Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T11:56:45.084Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T11:56:45.084Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T11:56:45.084Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T11:56:45.084Z] OK: 71 MiB in 58 packages [2021-01-14T11:56:46.517Z] Removing intermediate container ce645c197aae [2021-01-14T11:56:46.517Z] ---> 157e66f584a3 [2021-01-14T11:56:46.517Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T11:56:46.517Z] ---> Running in cad9809c4434 [2021-01-14T11:56:47.107Z] Removing intermediate container cad9809c4434 [2021-01-14T11:56:47.107Z] ---> 06e548c3eaa9 [2021-01-14T11:56:47.107Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T11:56:47.107Z] ---> Running in a89e511e2bfe [2021-01-14T11:56:47.700Z] Removing intermediate container a89e511e2bfe [2021-01-14T11:56:47.700Z] ---> 89c75f451ec5 [2021-01-14T11:56:47.700Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T11:56:47.700Z] ---> Running in fd0ec0884309 [2021-01-14T11:56:48.293Z] Removing intermediate container fd0ec0884309 [2021-01-14T11:56:48.293Z] ---> 7208d176b951 [2021-01-14T11:56:48.293Z] Step 25/26 : LABEL git_sha=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [2021-01-14T11:56:48.293Z] ---> Running in 3d60a03bf137 [2021-01-14T11:56:48.888Z] Removing intermediate container 3d60a03bf137 [2021-01-14T11:56:48.888Z] ---> 81fea6aff511 [2021-01-14T11:56:48.888Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T11:56:48.888Z] ---> Running in 330de87768aa [2021-01-14T11:56:49.479Z] Removing intermediate container 330de87768aa [2021-01-14T11:56:49.479Z] ---> 2c3ba326c57c [2021-01-14T11:56:49.479Z] [2021-01-14T11:56:49.750Z] Successfully built 2c3ba326c57c [2021-01-14T11:56:49.750Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T11:56:50.035Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T11:56:50.030Z] $ docker stop --time=1 7632d0c2154e2218f1d8464a541d4ea858be535066619f75d5641103425d0955 [2021-01-14T11:56:51.976Z] $ docker rm -f 7632d0c2154e2218f1d8464a541d4ea858be535066619f75d5641103425d0955 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T11:56:52.756Z] + docker images [2021-01-14T11:56:52.757Z] + grep docker [2021-01-14T11:56:53.026Z] docker-sys-mgmt-agent-go-arm64 latest 2c3ba326c57c 3 seconds ago 300MB [2021-01-14T11:56:53.026Z] docker-core-metadata-go-arm64 latest 5ba75987ece3 About a minute ago 12.3MB [2021-01-14T11:56:53.026Z] docker-core-command-go-arm64 latest fb84ddf26590 About a minute ago 9.98MB [2021-01-14T11:56:53.026Z] docker-security-secretstore-setup-go-arm64 latest 3e5daa6ea041 About a minute ago 23.4MB [2021-01-14T11:56:53.026Z] docker-core-data-go-arm64 latest 41092ec1c52c 3 minutes ago 21MB [2021-01-14T11:56:53.026Z] docker-security-proxy-setup-go-arm64 latest f0d7e340be6e 3 minutes ago 23.3MB [2021-01-14T11:56:53.026Z] docker-support-notifications-go-arm64 latest dd20281022df 3 minutes ago 11.4MB [2021-01-14T11:56:53.026Z] docker-security-bootstrap-redis-go-arm64 latest ff92830c5473 3 minutes ago 15.1MB [2021-01-14T11:56:53.026Z] docker-support-scheduler-go-arm64 latest 64adc2475ee9 3 minutes ago 10MB [2021-01-14T11:56:53.026Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-14T11:56:55.325Z] provisioning config files... [2021-01-14T11:56:55.336Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config672709560341870002tmp [Pipeline] { [Pipeline] sh [2021-01-14T11:56:55.732Z] + set +x [2021-01-14T11:56:55.732Z] + curl -s https://codecov.io/bash [2021-01-14T11:56:55.732Z] + bash -s -- [2021-01-14T11:56:56.307Z] [2021-01-14T11:56:56.307Z] _____ _ [2021-01-14T11:56:56.307Z] / ____| | | [2021-01-14T11:56:56.307Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T11:56:56.307Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T11:56:56.307Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T11:56:56.307Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T11:56:56.307Z] Bash-20201231-23d4836 [2021-01-14T11:56:56.307Z] [2021-01-14T11:56:56.307Z] [2021-01-14T11:56:56.307Z] ==> git version 2.24.3 found [2021-01-14T11:56:56.307Z] ==> 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-14T11:56:56.307Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T11:56:56.307Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T11:56:56.307Z] ==> Jenkins CI detected. [2021-01-14T11:56:56.307Z] project root: . [2021-01-14T11:56:56.307Z] --> token set from env [2021-01-14T11:56:56.307Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T11:56:56.307Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T11:56:56.307Z] ==> Python coveragepy not found [2021-01-14T11:56:56.307Z] ==> Searching for coverage reports in: [2021-01-14T11:56:56.307Z] + . [2021-01-14T11:56:56.307Z] -> Found 1 reports [2021-01-14T11:56:56.307Z] ==> Detecting git/mercurial file structure [2021-01-14T11:56:56.307Z] ==> Reading reports [2021-01-14T11:56:56.307Z] + ./coverage.out bytes=554655 [2021-01-14T11:56:56.307Z] ==> Appending adjustments [2021-01-14T11:56:56.307Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T11:56:59.613Z] + Found adjustments [2021-01-14T11:56:59.613Z] ==> Gzipping contents [2021-01-14T11:56:59.613Z] 84K /tmp/codecov.jyLh8Z.gz [2021-01-14T11:56:59.613Z] ==> Uploading reports [2021-01-14T11:56:59.613Z] url: https://codecov.io [2021-01-14T11:56:59.613Z] query: branch=PR-3030&commit=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-14T11:56:59.613Z] -> Pinging Codecov [2021-01-14T11:56:59.613Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3030&commit=b930a7aa9c38385cbd04a04f9b5a54abc9ffb155&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-14T11:56:59.613Z] -> Uploading to [2021-01-14T11:56:59.613Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/b930a7aa9c38385cbd04a04f9b5a54abc9ffb155/36283ab5-19d5-45e1-b0a1-8cfe427ce459.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T115659Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21e2d6172349658fdbb279f6833ddbffa4595fa4e276975a4b45f8212a9fa8d6 [2021-01-14T11:56:59.613Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T11:56:59.613Z] Dload Upload Total Spent Left Speed [2021-01-14T11:57:00.186Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83817 0 0 100 83817 0 143k --:--:-- --:--:-- --:--:-- 143k 100 83817 0 0 100 83817 0 143k --:--:-- --:--:-- --:--:-- 143k [2021-01-14T11:57:00.186Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b930a7aa9c38385cbd04a04f9b5a54abc9ffb155 [Pipeline] } [2021-01-14T11:57:00.195Z] 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-14T11:57:03.194Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:57:04.072Z] ---> package-listing.sh [2021-01-14T11:57:04.072Z] ++ facter osfamily [2021-01-14T11:57:04.072Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T11:57:04.072Z] + OS_FAMILY=redhat [2021-01-14T11:57:04.072Z] + workspace=/w/workspace/edgex-go/2 [2021-01-14T11:57:04.072Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T11:57:04.072Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T11:57:04.072Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T11:57:04.072Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T11:57:04.072Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-14T11:57:04.072Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T11:57:04.072Z] + case "${OS_FAMILY}" in [2021-01-14T11:57:04.072Z] + rpm -qa [2021-01-14T11:57:04.072Z] + sort [2021-01-14T11:57:09.371Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T11:57:09.371Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T11:57:09.371Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T11:57:09.371Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-14T11:57:09.371Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-14T11:57:09.371Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-14T11:57:09.383Z] 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-14T11:57:09.671Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:57:09.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T11:57:09.975Z] [2021-01-14T11:57:09.975Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T11:57:10.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T11:57:10.327Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T11:57:10.327Z] df20fa9351a1: Pulling fs layer [2021-01-14T11:57:10.327Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T11:57:10.327Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T11:57:10.327Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T11:57:10.327Z] 93b61091891f: Pulling fs layer [2021-01-14T11:57:10.327Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T11:57:10.327Z] 5e14af77c1be: Pulling fs layer [2021-01-14T11:57:10.327Z] 01666e4c0597: Pulling fs layer [2021-01-14T11:57:10.327Z] aa168da1d23b: Pulling fs layer [2021-01-14T11:57:10.327Z] 46f8f816bc3b: Waiting [2021-01-14T11:57:10.327Z] 93b61091891f: Waiting [2021-01-14T11:57:10.327Z] 93b9cdb0e59b: Waiting [2021-01-14T11:57:10.327Z] 5e14af77c1be: Waiting [2021-01-14T11:57:10.327Z] 01666e4c0597: Waiting [2021-01-14T11:57:10.327Z] aa168da1d23b: Waiting [2021-01-14T11:57:10.327Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T11:57:10.327Z] 36b3adc4ff6f: Download complete [2021-01-14T11:57:10.327Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T11:57:10.327Z] 46f8f816bc3b: Download complete [2021-01-14T11:57:10.327Z] df20fa9351a1: Verifying Checksum [2021-01-14T11:57:10.327Z] df20fa9351a1: Download complete [2021-01-14T11:57:10.589Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T11:57:10.589Z] 93b9cdb0e59b: Download complete [2021-01-14T11:57:10.589Z] 5e14af77c1be: Verifying Checksum [2021-01-14T11:57:10.589Z] 5e14af77c1be: Download complete [2021-01-14T11:57:10.589Z] 01666e4c0597: Verifying Checksum [2021-01-14T11:57:10.589Z] 01666e4c0597: Download complete [2021-01-14T11:57:10.589Z] 93b61091891f: Verifying Checksum [2021-01-14T11:57:10.589Z] 93b61091891f: Download complete [2021-01-14T11:57:10.589Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T11:57:10.589Z] 8ad3a11d3b57: Download complete [2021-01-14T11:57:10.853Z] df20fa9351a1: Pull complete [2021-01-14T11:57:10.853Z] 36b3adc4ff6f: Pull complete [2021-01-14T11:57:11.427Z] 8ad3a11d3b57: Pull complete [2021-01-14T11:57:11.698Z] 46f8f816bc3b: Pull complete [2021-01-14T11:57:13.084Z] aa168da1d23b: Verifying Checksum [2021-01-14T11:57:13.084Z] aa168da1d23b: Download complete [2021-01-14T11:57:14.029Z] 93b61091891f: Pull complete [2021-01-14T11:57:14.602Z] 93b9cdb0e59b: Pull complete [2021-01-14T11:57:14.602Z] 5e14af77c1be: Pull complete [2021-01-14T11:57:14.864Z] 01666e4c0597: Pull complete [2021-01-14T11:57:21.482Z] aa168da1d23b: Pull complete [2021-01-14T11:57:21.482Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T11:57:21.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T11:57:21.482Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T11:57:21.668Z] prd-centos7-docker-4c-2g-20207 does not seem to be running inside a container [2021-01-14T11:57:21.712Z] $ 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-14T11:57:26.180Z] $ docker top 9c6c850f6b249dd56abfcd5117a8e20660fb0f724ea15b025460b9708b097062 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T11:57:26.907Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T11:57:27.234Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T11:57:27.535Z] + ls /var/log/sa-host [2021-01-14T11:57:27.535Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T11:57:27.535Z] file_magic: OK [2021-01-14T11:57:27.535Z] HZ: Using current value: 100 [2021-01-14T11:57:27.535Z] file_header: OK [2021-01-14T11:57:27.535Z] 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-14T11:57:27.535Z] Statistics: [2021-01-14T11:57:27.535Z] 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-14T11:57:27.535Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T11:57:27.535Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T11:57:27.535Z] file_magic: OK [2021-01-14T11:57:27.535Z] HZ: Using current value: 100 [2021-01-14T11:57:27.535Z] file_header: OK [2021-01-14T11:57:27.535Z] 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-14T11:57:27.535Z] Statistics: [2021-01-14T11:57:27.535Z] Hnuu...uuuununununu... [2021-01-14T11:57:27.535Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T11:57:28.276Z] provisioning config files... [2021-01-14T11:57:28.291Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3833003192377440361tmp [Pipeline] { [Pipeline] echo [2021-01-14T11:57:28.377Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:57:28.682Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T11:57:28.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T11:57:28.796Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:57:29.093Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T11:57:29.105Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:57:29.403Z] ---> sudo-logs.sh [2021-01-14T11:57:29.403Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T11:57:29.413Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:57:29.706Z] ---> job-cost.sh [2021-01-14T11:57:29.706Z] lf-activate-venv: SKIPPING [2021-01-14T11:57:29.706Z] INFO: No Stack... [2021-01-14T11:57:30.649Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T11:57:31.593Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T11:57:31.605Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T11:57:31.899Z] ---> logs-deploy.sh [2021-01-14T11:57:31.899Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/2 [2021-01-14T11:57:31.899Z] INFO: archiving workspace using pattern(s): [2021-01-14T11:57:33.282Z] Archives upload complete. [2021-01-14T11:57:33.282Z] INFO: archiving logs to Nexus [2021-01-14T11:57:34.226Z] ---> uname -a: [2021-01-14T11:57:34.226Z] Linux prd-centos7-docker-4c-2g-20207.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-14T11:57:34.226Z] [2021-01-14T11:57:34.226Z] [2021-01-14T11:57:34.226Z] ---> lscpu: [2021-01-14T11:57:34.226Z] Architecture: x86_64 [2021-01-14T11:57:34.226Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-14T11:57:34.226Z] Byte Order: Little Endian [2021-01-14T11:57:34.226Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-14T11:57:34.226Z] CPU(s): 4 [2021-01-14T11:57:34.226Z] On-line CPU(s) list: 0-3 [2021-01-14T11:57:34.226Z] Thread(s) per core: 1 [2021-01-14T11:57:34.226Z] Core(s) per socket: 1 [2021-01-14T11:57:34.226Z] Socket(s): 4 [2021-01-14T11:57:34.226Z] NUMA node(s): 1 [2021-01-14T11:57:34.226Z] Vendor ID: GenuineIntel [2021-01-14T11:57:34.226Z] CPU family: 6 [2021-01-14T11:57:34.226Z] Model: 44 [2021-01-14T11:57:34.226Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-14T11:57:34.226Z] Stepping: 1 [2021-01-14T11:57:34.226Z] CPU MHz: 2933.442 [2021-01-14T11:57:34.226Z] BogoMIPS: 5866.88 [2021-01-14T11:57:34.226Z] Virtualization: VT-x [2021-01-14T11:57:34.226Z] Hypervisor vendor: KVM [2021-01-14T11:57:34.227Z] Virtualization type: full [2021-01-14T11:57:34.227Z] L1d cache: 128 KiB [2021-01-14T11:57:34.227Z] L1i cache: 128 KiB [2021-01-14T11:57:34.227Z] L2 cache: 16 MiB [2021-01-14T11:57:34.227Z] L3 cache: 64 MiB [2021-01-14T11:57:34.227Z] NUMA node0 CPU(s): 0-3 [2021-01-14T11:57:34.227Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-14T11:57:34.227Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-14T11:57:34.227Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-14T11:57:34.227Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-14T11:57:34.227Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-14T11:57:34.227Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-14T11:57:34.227Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-14T11:57:34.227Z] Vulnerability Srbds: Not affected [2021-01-14T11:57:34.227Z] Vulnerability Tsx async abort: Not affected [2021-01-14T11:57:34.227Z] 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-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] ---> nproc: [2021-01-14T11:57:34.227Z] 4 [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] ---> df -h: [2021-01-14T11:57:34.227Z] Filesystem Size Used Available Use% Mounted on [2021-01-14T11:57:34.227Z] overlay 50.0G 12.9G 37.1G 26% / [2021-01-14T11:57:34.227Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-14T11:57:34.227Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-14T11:57:34.227Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2 [2021-01-14T11:57:34.227Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2@tmp [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] ---> free -m: [2021-01-14T11:57:34.227Z] total used free shared buff/cache available [2021-01-14T11:57:34.227Z] Mem: 1837 715 130 0 990 1038 [2021-01-14T11:57:34.227Z] Swap: 1023 66 957 [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] ---> ip addr: [2021-01-14T11:57:34.227Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-14T11:57:34.227Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-14T11:57:34.227Z] inet 127.0.0.1/8 scope host lo [2021-01-14T11:57:34.227Z] valid_lft forever preferred_lft forever [2021-01-14T11:57:34.227Z] inet6 ::1/128 scope host [2021-01-14T11:57:34.227Z] valid_lft forever preferred_lft forever [2021-01-14T11:57:34.227Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-14T11:57:34.227Z] link/ether fa:16:3e:a6:7d:9d brd ff:ff:ff:ff:ff:ff [2021-01-14T11:57:34.227Z] inet 10.30.122.152/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-14T11:57:34.227Z] valid_lft 85265sec preferred_lft 85265sec [2021-01-14T11:57:34.227Z] inet6 fe80::f816:3eff:fea6:7d9d/64 scope link [2021-01-14T11:57:34.227Z] valid_lft forever preferred_lft forever [2021-01-14T11:57:34.227Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-14T11:57:34.227Z] link/ether 02:42:80:18:6b:9b brd ff:ff:ff:ff:ff:ff [2021-01-14T11:57:34.227Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-14T11:57:34.227Z] valid_lft forever preferred_lft forever [2021-01-14T11:57:34.227Z] inet6 fe80::42:80ff:fe18:6b9b/64 scope link [2021-01-14T11:57:34.227Z] valid_lft forever preferred_lft forever [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] ---> sar -b -r -n DEV: [2021-01-14T11:57:34.227Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] 11:38:28 LINUX RESTART (4 CPU) [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] 11:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-14T11:57:34.227Z] 11:40:01 138.02 57.67 80.36 0.00 8558.02 28877.19 0.00 [2021-01-14T11:57:34.227Z] 11:41:01 291.68 102.63 189.05 0.00 4185.53 41792.66 0.00 [2021-01-14T11:57:34.227Z] 11:42:01 214.86 99.90 114.96 0.00 3362.24 12778.92 0.00 [2021-01-14T11:57:34.227Z] 11:43:02 305.61 123.82 181.79 0.00 49125.38 119964.92 0.00 [2021-01-14T11:57:34.227Z] 11:44:01 2811.43 2441.30 370.13 0.00 182436.76 198186.85 0.00 [2021-01-14T11:57:34.227Z] 11:45:02 590.44 318.48 271.96 0.00 62058.21 87765.49 0.00 [2021-01-14T11:57:34.227Z] 11:46:01 2594.68 2222.81 371.87 0.00 167337.65 177615.20 0.00 [2021-01-14T11:57:34.227Z] 11:47:01 325.20 105.03 220.17 0.00 10734.43 37095.94 0.00 [2021-01-14T11:57:34.227Z] 11:48:01 6.29 0.83 5.46 0.00 25.71 125.55 0.00 [2021-01-14T11:57:34.227Z] 11:49:01 1.10 0.43 0.67 0.00 15.46 7.79 0.00 [2021-01-14T11:57:34.227Z] 11:50:01 0.62 0.03 0.58 0.00 0.40 6.15 0.00 [2021-01-14T11:57:34.227Z] 11:51:01 0.27 0.00 0.27 0.00 0.00 3.30 0.00 [2021-01-14T11:57:34.227Z] 11:52:01 0.67 0.02 0.65 0.00 0.53 6.83 0.00 [2021-01-14T11:57:34.227Z] 11:53:01 0.55 0.00 0.55 0.00 0.00 5.43 0.00 [2021-01-14T11:57:34.227Z] 11:54:01 2.78 1.67 1.12 0.00 91.94 18.49 0.00 [2021-01-14T11:57:34.227Z] 11:55:01 0.55 0.00 0.55 0.00 0.00 5.80 0.00 [2021-01-14T11:57:34.227Z] 11:56:01 0.30 0.03 0.27 0.00 1.07 3.08 0.00 [2021-01-14T11:57:34.227Z] 11:57:01 13.89 13.54 0.35 0.00 894.07 23.48 0.00 [2021-01-14T11:57:34.227Z] Average: 402.47 302.12 100.35 0.00 26978.49 38974.35 0.00 [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] 11:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-14T11:57:34.227Z] 11:40:01 111908 0 619152 32.91 2620 1147864 1318820 45.01 695976 861892 46956 [2021-01-14T11:57:34.227Z] 11:41:01 97064 0 776628 41.28 1492 1006360 1759984 60.07 639376 867688 85804 [2021-01-14T11:57:34.227Z] 11:42:01 392916 0 738828 39.27 928 748872 1391732 47.50 533680 662508 41260 [2021-01-14T11:57:34.227Z] 11:43:02 79424 0 830884 44.16 104 971132 2253660 76.91 741056 848616 88084 [2021-01-14T11:57:34.227Z] 11:44:01 95968 0 709352 37.70 104 1076120 1538560 52.51 679264 880120 13168 [2021-01-14T11:57:34.227Z] 11:45:02 77360 0 784856 41.71 104 1019224 1918676 65.48 742852 824324 35320 [2021-01-14T11:57:34.227Z] 11:46:01 101436 0 1009772 53.67 104 770232 2752352 93.93 770920 769800 74212 [2021-01-14T11:57:34.227Z] 11:47:01 83676 0 665572 35.37 104 1132192 1502232 51.27 508624 1034176 20 [2021-01-14T11:57:34.227Z] 11:48:01 115252 0 633624 33.68 104 1132564 1176104 40.14 503112 1012264 12 [2021-01-14T11:57:34.227Z] 11:49:01 115716 0 632688 33.63 104 1133036 1164928 39.76 502936 1012532 12 [2021-01-14T11:57:34.227Z] 11:50:01 116100 0 632304 33.61 104 1133036 1164832 39.75 502360 1012532 12 [2021-01-14T11:57:34.227Z] 11:51:01 116608 0 631780 33.58 104 1133052 1164784 39.75 502088 1012544 8 [2021-01-14T11:57:34.227Z] 11:52:01 116352 0 632040 33.59 104 1133048 1164784 39.75 502092 1012548 8 [2021-01-14T11:57:34.227Z] 11:53:01 116416 0 631956 33.59 104 1133068 1164784 39.75 502220 1012560 8 [2021-01-14T11:57:34.227Z] 11:54:01 110620 0 635672 33.78 104 1135148 1164868 39.76 507852 1011780 24 [2021-01-14T11:57:34.227Z] 11:55:01 110888 0 635400 33.77 104 1135152 1164784 39.75 507916 1011780 16 [2021-01-14T11:57:34.227Z] 11:56:01 110820 0 635464 33.77 104 1135156 1164784 39.75 507748 1011812 20 [2021-01-14T11:57:34.227Z] 11:57:01 80788 0 639664 34.00 104 1160988 1165052 39.76 517028 1030956 104 [2021-01-14T11:57:34.227Z] Average: 119406 0 693091 36.84 367 1068680 1449762 49.48 575950 938357 21392 [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] 11:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-14T11:57:34.227Z] 11:40:01 eth0 1636.59 1615.47 6137.95 204.71 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:40:01 docker0 875.89 808.14 71.63 2676.65 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:41:01 veth3cdbb38 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:41:01 eth0 532.99 427.10 3561.91 44.12 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:41:01 docker0 142.31 197.21 10.32 831.38 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:42:01 veth3cdbb38 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:42:01 eth0 33.99 20.99 22.70 68.08 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:43:02 eth0 211.11 175.17 1699.20 71.08 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:43:02 veth9803eca 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:44:01 eth0 46.58 25.16 165.90 10.16 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:44:01 veth9803eca 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:44:01 docker0 14.06 25.64 0.80 148.62 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:45:02 eth0 42.07 22.96 149.61 11.38 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:45:02 veth9803eca 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:45:02 docker0 5.74 11.89 0.32 82.65 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:46:01 vethaaab6fe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:46:01 veth2f3a9f3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:46:01 eth0 80.12 56.24 148.47 83.45 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:47:01 eth0 244.15 185.26 1692.94 84.99 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:47:01 veth9803eca 0.00 0.85 0.00 0.04 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:47:01 docker0 1075.64 1113.10 85.41 4292.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:48:01 eth0 2.78 1.67 2.51 0.99 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:49:01 eth0 1.03 0.73 0.72 0.26 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:50:01 eth0 0.30 0.23 0.10 0.04 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:52:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:53:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:54:01 eth0 0.18 0.18 0.08 0.04 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:55:01 eth0 0.10 0.10 0.01 0.03 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:57:01 eth0 6.85 4.58 6.69 3.66 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] Average: eth0 157.89 141.05 756.15 32.39 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] Average: docker0 59.83 61.91 4.75 238.74 0.00 0.00 0.00 0.00 [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.227Z] [2021-01-14T11:57:34.228Z] ---> sar -P ALL: [2021-01-14T11:57:34.228Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) [2021-01-14T11:57:34.228Z] [2021-01-14T11:57:34.228Z] 11:38:28 LINUX RESTART (4 CPU) [2021-01-14T11:57:34.228Z] [2021-01-14T11:57:34.228Z] 11:39:01 CPU %user %nice %system %iowait %steal %idle [2021-01-14T11:57:34.228Z] 11:40:01 all 16.59 0.00 5.62 2.47 0.03 75.29 [2021-01-14T11:57:34.228Z] 11:40:01 0 18.02 0.00 7.45 2.92 0.03 71.58 [2021-01-14T11:57:34.228Z] 11:40:01 1 16.23 0.00 5.32 1.51 0.03 76.91 [2021-01-14T11:57:34.228Z] 11:40:01 2 16.35 0.00 4.70 2.87 0.02 76.07 [2021-01-14T11:57:34.228Z] 11:40:01 3 15.76 0.00 5.02 2.60 0.03 76.58 [2021-01-14T11:57:34.228Z] 11:41:01 all 18.85 0.00 7.73 5.89 0.05 67.49 [2021-01-14T11:57:34.228Z] 11:41:01 0 20.12 0.00 8.08 4.96 0.05 66.79 [2021-01-14T11:57:34.228Z] 11:41:01 1 19.02 0.00 7.90 5.40 0.03 67.65 [2021-01-14T11:57:34.228Z] 11:41:01 2 18.72 0.00 7.42 6.73 0.03 67.09 [2021-01-14T11:57:34.228Z] 11:41:01 3 17.54 0.00 7.52 6.46 0.07 68.42 [2021-01-14T11:57:34.228Z] 11:42:01 all 62.73 0.00 13.12 6.21 0.06 17.88 [2021-01-14T11:57:34.228Z] 11:42:01 0 63.41 0.00 13.28 7.69 0.05 15.58 [2021-01-14T11:57:34.228Z] 11:42:01 1 63.63 0.00 12.93 6.68 0.07 16.69 [2021-01-14T11:57:34.228Z] 11:42:01 2 61.85 0.00 12.53 5.19 0.03 20.39 [2021-01-14T11:57:34.228Z] 11:42:01 3 62.02 0.00 13.75 5.24 0.09 18.90 [2021-01-14T11:57:34.228Z] 11:43:02 all 25.43 0.00 13.22 6.38 0.05 54.92 [2021-01-14T11:57:34.228Z] 11:43:02 0 25.95 0.00 13.53 7.64 0.05 52.83 [2021-01-14T11:57:34.228Z] 11:43:02 1 24.56 0.00 13.06 5.20 0.03 57.15 [2021-01-14T11:57:34.228Z] 11:43:02 2 24.43 0.00 13.32 5.82 0.05 56.39 [2021-01-14T11:57:34.228Z] 11:43:02 3 26.78 0.00 12.99 6.87 0.05 53.31 [2021-01-14T11:57:34.228Z] 11:44:01 all 19.16 0.00 19.34 33.88 0.10 27.52 [2021-01-14T11:57:34.228Z] 11:44:01 0 19.16 0.00 17.86 36.82 0.14 26.02 [2021-01-14T11:57:34.228Z] 11:44:01 1 19.74 0.00 19.28 33.97 0.07 26.95 [2021-01-14T11:57:34.228Z] 11:44:01 2 19.06 0.00 20.33 31.38 0.07 29.16 [2021-01-14T11:57:34.228Z] 11:44:01 3 18.70 0.00 19.93 33.30 0.11 27.97 [2021-01-14T11:57:34.228Z] 11:45:02 all 48.64 0.00 14.47 14.93 0.06 21.90 [2021-01-14T11:57:34.228Z] 11:45:02 0 48.40 0.00 14.29 17.24 0.07 19.99 [2021-01-14T11:57:34.228Z] 11:45:02 1 48.89 0.00 15.42 15.19 0.05 20.46 [2021-01-14T11:57:34.228Z] 11:45:02 2 48.48 0.00 14.55 12.57 0.07 24.33 [2021-01-14T11:57:34.228Z] 11:45:02 3 48.78 0.00 13.62 14.69 0.03 22.87 [2021-01-14T11:57:34.228Z] 11:46:01 all 28.92 0.00 18.67 23.50 0.07 28.84 [2021-01-14T11:57:34.228Z] 11:46:01 0 28.47 0.00 17.13 22.61 0.05 31.73 [2021-01-14T11:57:34.228Z] 11:46:01 1 27.81 0.00 19.44 21.76 0.09 30.90 [2021-01-14T11:57:34.228Z] 11:46:01 2 29.03 0.00 19.32 26.26 0.07 25.32 [2021-01-14T11:57:34.228Z] 11:46:01 3 30.39 0.00 18.79 23.38 0.07 27.38 [2021-01-14T11:57:34.228Z] 11:47:01 all 29.39 0.00 9.71 11.38 0.04 49.48 [2021-01-14T11:57:34.228Z] 11:47:01 0 29.26 0.00 10.87 9.89 0.03 49.95 [2021-01-14T11:57:34.228Z] 11:47:01 1 29.96 0.00 9.02 11.11 0.05 49.86 [2021-01-14T11:57:34.228Z] 11:47:01 2 26.35 0.00 8.91 10.46 0.03 54.25 [2021-01-14T11:57:34.228Z] 11:47:01 3 32.01 0.00 10.04 14.07 0.03 43.85 [2021-01-14T11:57:34.228Z] 11:48:01 all 0.21 0.00 0.15 0.05 0.01 99.57 [2021-01-14T11:57:34.228Z] 11:48:01 0 0.38 0.00 0.08 0.02 0.00 99.52 [2021-01-14T11:57:34.228Z] 11:48:01 1 0.25 0.00 0.28 0.07 0.02 99.38 [2021-01-14T11:57:34.228Z] 11:48:01 2 0.13 0.00 0.13 0.07 0.00 99.67 [2021-01-14T11:57:34.228Z] 11:48:01 3 0.08 0.00 0.12 0.05 0.02 99.73 [2021-01-14T11:57:34.228Z] 11:49:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-01-14T11:57:34.228Z] 11:49:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-14T11:57:34.228Z] 11:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-14T11:57:34.228Z] 11:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-14T11:57:34.228Z] 11:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-14T11:57:34.228Z] 11:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-14T11:57:34.228Z] 11:50:01 0 0.52 0.00 0.02 0.02 0.00 99.45 [2021-01-14T11:57:34.228Z] 11:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-14T11:57:34.228Z] 11:50:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-14T11:57:34.228Z] 11:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-14T11:57:34.228Z] [2021-01-14T11:57:34.228Z] 11:50:01 CPU %user %nice %system %iowait %steal %idle [2021-01-14T11:57:34.228Z] 11:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-14T11:57:34.228Z] 11:51:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-14T11:57:34.228Z] 11:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-14T11:57:34.228Z] 11:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-14T11:57:34.228Z] 11:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-14T11:57:34.228Z] 11:52:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-01-14T11:57:34.228Z] 11:52:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-14T11:57:34.228Z] 11:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-14T11:57:34.228Z] 11:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-14T11:57:34.228Z] 11:52:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-14T11:57:34.228Z] 11:53:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-01-14T11:57:34.228Z] 11:53:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-14T11:57:34.228Z] 11:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-14T11:57:34.228Z] 11:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-14T11:57:34.228Z] 11:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-14T11:57:34.228Z] 11:54:01 all 0.17 0.00 0.05 0.03 0.00 99.76 [2021-01-14T11:57:34.228Z] 11:54:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-14T11:57:34.228Z] 11:54:01 1 0.05 0.00 0.07 0.03 0.00 99.85 [2021-01-14T11:57:34.228Z] 11:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-14T11:57:34.228Z] 11:54:01 3 0.03 0.00 0.05 0.08 0.00 99.83 [2021-01-14T11:57:34.228Z] 11:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-14T11:57:34.228Z] 11:55:01 0 0.52 0.00 0.00 0.00 0.00 99.48 [2021-01-14T11:57:34.228Z] 11:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-14T11:57:34.228Z] 11:55:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-14T11:57:34.228Z] 11:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-14T11:57:34.228Z] 11:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-14T11:57:34.228Z] 11:56:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-14T11:57:34.228Z] 11:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-14T11:57:34.228Z] 11:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-14T11:57:34.228Z] 11:56:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-14T11:57:34.228Z] 11:57:01 all 1.01 0.00 0.51 0.36 0.00 98.12 [2021-01-14T11:57:34.228Z] 11:57:01 0 1.60 0.00 0.67 0.60 0.00 97.13 [2021-01-14T11:57:34.228Z] 11:57:01 1 1.00 0.00 0.50 0.43 0.00 98.07 [2021-01-14T11:57:34.228Z] 11:57:01 2 0.53 0.00 0.45 0.15 0.00 98.87 [2021-01-14T11:57:34.228Z] 11:57:01 3 0.90 0.00 0.42 0.27 0.00 98.42 [2021-01-14T11:57:34.228Z] Average: all 13.77 0.00 5.58 5.68 0.02 74.95 [2021-01-14T11:57:34.228Z] Average: 0 14.16 0.00 5.63 5.99 0.03 74.19 [2021-01-14T11:57:34.228Z] Average: 1 13.77 0.00 5.63 5.48 0.02 75.09 [2021-01-14T11:57:34.228Z] Average: 2 13.37 0.00 5.53 5.48 0.02 75.59 [2021-01-14T11:57:34.228Z] Average: 3 13.76 0.00 5.54 5.76 0.03 74.92 [2021-01-14T11:57:34.228Z] [2021-01-14T11:57:34.228Z] [2021-01-14T11:57:34.228Z]