Pull request #3025 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from a0fb6c254a114b1db360e5fc9edf4f7571956386+ced48a9704d45a78ce2a225541f5314d2d8a1195 (1bdd117acd077ea3cd5a93a2699a3da3c7427f32) 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e 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 cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e # timeout=10 Commit message: "Merge pull request #309 from ernestojeda/fix-swagger-publish" > 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-20024 in /w/workspace/edgexfoundry_edgex-go_PR-3025 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3025/head:refs/remotes/origin/PR-3025 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ced48a9704d45a78ce2a225541f5314d2d8a1195 into PR head commit a0fb6c254a114b1db360e5fc9edf4f7571956386 Merge succeeded, producing a0fb6c254a114b1db360e5fc9edf4f7571956386 Checking out Revision a0fb6c254a114b1db360e5fc9edf4f7571956386 (PR-3025) > git config core.sparsecheckout # timeout=10 > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # 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 ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 Commit message: "fix(snap): bump snap epoch to 5 for Ireland" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T19:45:44.945Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T19:45:45.230Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T19:45:45.337Z] ========================================================= [2021-01-13T19:45:45.337Z] EdgeX Global Pipelines Version Info [2021-01-13T19:45:45.337Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c0de1628aea6da99e6260dacaed86128f060a129 # timeout=10 [2021-01-13T19:45:46.842Z] ------------------- [2021-01-13T19:45:46.842Z] stable info: [2021-01-13T19:45:46.842Z] ------------------- [2021-01-13T19:45:46.842Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T19:45:46.842Z] Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e [2021-01-13T19:45:46.842Z] Message: update stable to v1.0.176 [2021-01-13T19:45:47.786Z] ------------------- [2021-01-13T19:45:47.787Z] experimental info: [2021-01-13T19:45:47.787Z] ------------------- [2021-01-13T19:45:47.787Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T19:45:47.787Z] Commit SHA: cd8b19c85d05d3f0b3e5ef71091fd817c91eae6e [2021-01-13T19:45:47.787Z] Message: update experimental to v1.0.176 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T19:45:48.257Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-13T19:45:48.352Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-13T19:45:48.444Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T19:45:48.537Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T19:45:48.630Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T19:45:48.725Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T19:45:48.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T19:45:48.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-13T19:45:49.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-13T19:45:49.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-13T19:45:49.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T19:45:49.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T19:45:49.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T19:45:49.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T19:45:49.570Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T19:45:49.683Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T19:45:49.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T19:45:49.889Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T19:45:50.030Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T19:45:50.229Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-13T19:45:50.364Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-13T19:45:50.459Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T19:45:50.594Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T19:45:50.709Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3025 [Pipeline] echo [2021-01-13T19:45:50.854Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3025 [Pipeline] echo [2021-01-13T19:45:50.952Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3025 [Pipeline] echo [2021-01-13T19:45:51.043Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a0fb6c254a114b1db360e5fc9edf4f7571956386 [Pipeline] echo [2021-01-13T19:45:51.141Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a0fb6c2 [Pipeline] echo [2021-01-13T19:45:51.267Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T19:45:51.465Z] provisioning config files... [2021-01-13T19:45:51.495Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8545612368427655881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:45:51.857Z] ---> docker-login.sh [2021-01-13T19:45:51.857Z] nexus3.edgexfoundry.org:10001 [2021-01-13T19:45:52.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:45:52.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:45:52.383Z] Configure a credential helper to remove this warning. See [2021-01-13T19:45:52.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:45:52.383Z] [2021-01-13T19:45:52.383Z] Login Succeeded [2021-01-13T19:45:52.383Z] nexus3.edgexfoundry.org:10002 [2021-01-13T19:45:52.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:45:52.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:45:52.383Z] Configure a credential helper to remove this warning. See [2021-01-13T19:45:52.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:45:52.383Z] [2021-01-13T19:45:52.383Z] Login Succeeded [2021-01-13T19:45:52.383Z] nexus3.edgexfoundry.org:10003 [2021-01-13T19:45:52.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:45:52.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:45:52.644Z] Configure a credential helper to remove this warning. See [2021-01-13T19:45:52.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:45:52.644Z] [2021-01-13T19:45:52.644Z] Login Succeeded [2021-01-13T19:45:52.644Z] nexus3.edgexfoundry.org:10004 [2021-01-13T19:45:52.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:45:52.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:45:52.906Z] Configure a credential helper to remove this warning. See [2021-01-13T19:45:52.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:45:52.906Z] [2021-01-13T19:45:52.906Z] Login Succeeded [2021-01-13T19:45:52.906Z] docker.io [2021-01-13T19:45:52.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:45:53.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:45:53.168Z] Configure a credential helper to remove this warning. See [2021-01-13T19:45:53.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:45:53.168Z] [2021-01-13T19:45:53.168Z] Login Succeeded [2021-01-13T19:45:53.168Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T19:45:53.177Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T19:45:53.718Z] ++ 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-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/core-command/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/core-data/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-13T19:45:53.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T19:45:53.718Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-13T19:45:53.718Z] ++ cut -d/ -f2 [2021-01-13T19:45:53.718Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-13T19:45:53.788Z] 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-13T19:45:55.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:45:55.566Z] [2021-01-13T19:45:55.566Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:45:55.911Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:45:55.911Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T19:45:55.911Z] 31603596830f: Pulling fs layer [2021-01-13T19:45:55.911Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T19:45:55.911Z] 6ca5941a6612: Pulling fs layer [2021-01-13T19:45:55.911Z] ecc8261a40a4: Pulling fs layer [2021-01-13T19:45:55.911Z] ecc8261a40a4: Waiting [2021-01-13T19:45:55.911Z] 2a8b12db71e7: Verifying Checksum [2021-01-13T19:45:55.911Z] 2a8b12db71e7: Download complete [2021-01-13T19:45:56.179Z] 31603596830f: Download complete [2021-01-13T19:45:56.179Z] 6ca5941a6612: Verifying Checksum [2021-01-13T19:45:56.179Z] 6ca5941a6612: Download complete [2021-01-13T19:45:56.179Z] ecc8261a40a4: Verifying Checksum [2021-01-13T19:45:56.179Z] ecc8261a40a4: Download complete [2021-01-13T19:45:56.446Z] 31603596830f: Pull complete [2021-01-13T19:45:56.446Z] 2a8b12db71e7: Pull complete [2021-01-13T19:45:57.399Z] 6ca5941a6612: Pull complete [2021-01-13T19:45:57.662Z] ecc8261a40a4: Pull complete [2021-01-13T19:45:57.662Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T19:45:57.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T19:45:57.662Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T19:45:57.769Z] prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container [2021-01-13T19:45:57.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-13T19:46:00.433Z] $ docker top 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T19:46:00.855Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T19:46:00.855Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T19:46:01.094Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T19:46:01.098Z] $ docker exec 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e ssh-agent [2021-01-13T19:46:01.278Z] SSH_AUTH_SOCK=/tmp/ssh-tjs0o8CYchHB/agent.12 [2021-01-13T19:46:01.278Z] SSH_AGENT_PID=17 [2021-01-13T19:46:01.293Z] Running ssh-add (command line suppressed) [2021-01-13T19:46:01.466Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1352604834393010877.key (/w/workspace/edgex-go/3@tmp/private_key_1352604834393010877.key) [2021-01-13T19:46:01.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T19:46:01.910Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T19:46:01.935Z] $ docker exec --env ******** --env ******** 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e ssh-agent -k [2021-01-13T19:46:02.060Z] unset SSH_AUTH_SOCK; [2021-01-13T19:46:02.060Z] unset SSH_AGENT_PID; [2021-01-13T19:46:02.060Z] echo Agent pid 17 killed; [2021-01-13T19:46:02.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-13T19:46:02.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T19:46:02.305Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T19:46:02.473Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T19:46:02.476Z] $ docker exec 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e ssh-agent [2021-01-13T19:46:02.647Z] SSH_AUTH_SOCK=/tmp/ssh-e00Ek3d4ruEf/agent.47 [2021-01-13T19:46:02.647Z] SSH_AGENT_PID=52 [2021-01-13T19:46:02.655Z] Running ssh-add (command line suppressed) [2021-01-13T19:46:02.775Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5334596620631960580.key (/w/workspace/edgex-go/3@tmp/private_key_5334596620631960580.key) [2021-01-13T19:46:02.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T19:46:03.162Z] + git semver init [2021-01-13T19:46:03.162Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T19:46:03.162Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-13T19:46:03.162Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-13T19:46:03.162Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T19:46:03.162Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T19:46:03.162Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T19:46:03.162Z] # $SEMVER_BRANCH = PR-3025 [2021-01-13T19:46:03.162Z] # $SEMVER_TEMP = /tmp/semver-731316727 [2021-01-13T19:46:03.162Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-13T19:46:21.324Z] # '/tmp/semver-731316727' -> '/w/workspace/edgex-go/3/.semver' [2021-01-13T19:46:21.324Z] # -> Force: false [2021-01-13T19:46:21.324Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-13T19:46:21.337Z] $ docker exec --env ******** --env ******** 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e ssh-agent -k [2021-01-13T19:46:21.545Z] unset SSH_AUTH_SOCK; [2021-01-13T19:46:21.546Z] unset SSH_AGENT_PID; [2021-01-13T19:46:21.546Z] echo Agent pid 52 killed; [2021-01-13T19:46:21.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T19:46:22.125Z] + git semver [Pipeline] } [2021-01-13T19:46:22.143Z] $ docker stop --time=1 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e [2021-01-13T19:46:23.797Z] $ docker rm -f 2b49ca68bd37702f9813cf7bb1c73d8ed600f0514bc7f5bcacc5961aa3800d2e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T19:46:24.343Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T19:46:24.817Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T19:46:24.820Z] [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-13T19:46:25.800Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T19:46:26.099Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T19:46:26.395Z] + sudo service docker restart [2021-01-13T19:46:26.395Z] + true [2021-01-13T19:46:26.395Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-13T19:46:27.001Z] ========================================================= [2021-01-13T19:46:27.001Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T19:46:27.001Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:46:27.345Z] + 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-13T19:46:31.578Z] Sending build context to Docker daemon 326.5MB [2021-01-13T19:46:31.578Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T19:46:31.578Z] Step 2/6 : FROM ${BASE} [2021-01-13T19:46:31.578Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T19:46:31.578Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T19:46:31.578Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T19:46:31.578Z] de9db76c5a1d: Pulling fs layer [2021-01-13T19:46:31.578Z] bca2f99d35d6: Pulling fs layer [2021-01-13T19:46:31.578Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T19:46:31.578Z] 7c6f9722023f: Pulling fs layer [2021-01-13T19:46:31.578Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T19:46:31.578Z] bca2f99d35d6: Waiting [2021-01-13T19:46:31.578Z] 93359f2a8cfa: Waiting [2021-01-13T19:46:31.578Z] 7c6f9722023f: Waiting [2021-01-13T19:46:31.578Z] a35cf1a2eb13: Waiting [2021-01-13T19:46:31.578Z] 0ef7d3d256c8: Verifying Checksum [2021-01-13T19:46:31.578Z] 0ef7d3d256c8: Download complete [2021-01-13T19:46:31.578Z] de9db76c5a1d: Verifying Checksum [2021-01-13T19:46:31.578Z] de9db76c5a1d: Download complete [2021-01-13T19:46:31.578Z] 93359f2a8cfa: Verifying Checksum [2021-01-13T19:46:31.578Z] 93359f2a8cfa: Download complete [2021-01-13T19:46:31.843Z] 188c0c94c7c5: Verifying Checksum [2021-01-13T19:46:31.843Z] 188c0c94c7c5: Download complete [2021-01-13T19:46:31.843Z] 7c6f9722023f: Verifying Checksum [2021-01-13T19:46:31.843Z] 7c6f9722023f: Download complete [2021-01-13T19:46:32.423Z] 188c0c94c7c5: Pull complete [2021-01-13T19:46:32.423Z] 0ef7d3d256c8: Pull complete [2021-01-13T19:46:32.685Z] de9db76c5a1d: Pull complete [2021-01-13T19:46:34.080Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T19:46:34.080Z] a35cf1a2eb13: Download complete [2021-01-13T19:46:34.341Z] bca2f99d35d6: Download complete [2021-01-13T19:46:40.223Z] Still waiting to schedule task [2021-01-13T19:46:40.223Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-13T19:46:40.955Z] bca2f99d35d6: Pull complete [2021-01-13T19:46:40.955Z] 93359f2a8cfa: Pull complete [2021-01-13T19:46:40.955Z] 7c6f9722023f: Pull complete [2021-01-13T19:46:46.286Z] a35cf1a2eb13: Pull complete [2021-01-13T19:46:46.286Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T19:46:46.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T19:46:46.286Z] ---> a62c8e92a672 [2021-01-13T19:46:46.286Z] 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-13T19:46:46.286Z] ---> Running in 09a1c0dd5355 [2021-01-13T19:46:46.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:46:47.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:46:47.697Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T19:46:47.959Z] (2/12) Installing file (5.38-r0) [2021-01-13T19:46:47.959Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T19:46:48.222Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T19:46:52.448Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T19:46:52.448Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T19:46:52.448Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T19:46:52.448Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T19:46:52.448Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T19:46:52.714Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T19:46:52.714Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T19:46:52.976Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T19:46:52.976Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:46:52.976Z] OK: 233 MiB in 51 packages [2021-01-13T19:46:56.292Z] Removing intermediate container 09a1c0dd5355 [2021-01-13T19:46:56.292Z] ---> 5326fec4f6bb [2021-01-13T19:46:56.292Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T19:46:56.562Z] ---> Running in d6f65a98f28b [2021-01-13T19:46:56.825Z] Removing intermediate container d6f65a98f28b [2021-01-13T19:46:56.825Z] ---> 2636c20b79cb [2021-01-13T19:46:56.825Z] Step 5/6 : COPY go.mod . [2021-01-13T19:46:57.087Z] ---> 295e2db854e7 [2021-01-13T19:46:57.087Z] Step 6/6 : RUN go mod download [2021-01-13T19:46:57.087Z] ---> Running in ad292b99e582 [2021-01-13T19:47:19.133Z] Removing intermediate container ad292b99e582 [2021-01-13T19:47:19.133Z] ---> 647ee870e8aa [2021-01-13T19:47:19.133Z] Successfully built 647ee870e8aa [2021-01-13T19:47:19.709Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:47:20.022Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T19:47:20.022Z] . [Pipeline] withDockerContainer [2021-01-13T19:47:20.134Z] prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container [2021-01-13T19:47:20.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-13T19:47:21.228Z] $ docker top 6938045d7641bfc8df456fa7d461a852447d6bdb09f09ff6dbc57ba2e76ba588 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:47:21.731Z] + go version [2021-01-13T19:47:21.731Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T19:47:21.746Z] $ docker stop --time=1 6938045d7641bfc8df456fa7d461a852447d6bdb09f09ff6dbc57ba2e76ba588 [2021-01-13T19:47:23.181Z] $ docker rm -f 6938045d7641bfc8df456fa7d461a852447d6bdb09f09ff6dbc57ba2e76ba588 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:47:24.058Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T19:47:24.058Z] . [Pipeline] withDockerContainer [2021-01-13T19:47:24.156Z] prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container [2021-01-13T19:47:24.201Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-13T19:47:25.117Z] $ docker top 47cba8fbd1b78e6ddbf2187cef2a88a3af473f1ee24aea2e6c8f38864135bc85 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T19:47:25.397Z] ========================================================= [2021-01-13T19:47:25.397Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T19:47:25.397Z] ========================================================= [Pipeline] sh [2021-01-13T19:47:25.694Z] + make test [2021-01-13T19:47:25.694Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T19:47:33.902Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T19:47:46.285Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T19:47:54.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T19:47:54.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T19:47:54.581Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T19:47:54.581Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T19:47:54.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T19:47:54.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T19:47:54.861Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T19:47:55.458Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T19:47:55.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T19:47:58.318Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T19:47:58.318Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T19:47:58.318Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T19:47:59.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 46.6% of statements [2021-01-13T19:47:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T19:47:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T19:47:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T19:47:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T19:47:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T19:48:05.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.0% of statements [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T19:48:05.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T19:48:05.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T19:48:05.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 77.1% of statements [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T19:48:05.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.4% of statements [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T19:48:05.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T19:48:05.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements [2021-01-13T19:48:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T19:48:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T19:48:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T19:48:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T19:48:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T19:48:05.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-01-13T19:48:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T19:48:05.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-01-13T19:48:05.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T19:48:06.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-01-13T19:48:06.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T19:48:06.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-01-13T19:48:06.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T19:48:06.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2021-01-13T19:48:06.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T19:48:06.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T19:48:06.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T19:48:06.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T19:48:09.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.348s coverage: 93.1% of statements [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T19:48:09.236Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T19:48:09.236Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T19:48:09.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T19:48:09.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements [2021-01-13T19:48:09.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T19:48:09.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-01-13T19:48:09.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-01-13T19:48:09.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements [2021-01-13T19:48:10.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.4% of statements [2021-01-13T19:48:10.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T19:48:10.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 63.5% of statements [2021-01-13T19:48:10.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T19:48:10.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T19:48:10.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-13T19:48:10.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-01-13T19:48:10.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-13T19:48:10.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-13T19:48:11.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-01-13T19:48:12.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements [2021-01-13T19:48:12.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T19:48:12.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T19:48:12.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T19:48:12.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T19:48:12.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T19:48:12.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements [2021-01-13T19:48:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T19:48:12.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T19:48:12.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.284s coverage: 84.0% of statements [2021-01-13T19:48:13.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2021-01-13T19:48:14.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements [2021-01-13T19:48:14.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T19:48:14.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T19:48:14.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T19:48:14.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T19:48:14.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T19:48:14.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-01-13T19:48:14.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T19:48:14.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-13T19:48:14.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T19:48:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T19:48:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T19:48:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T19:48:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T19:48:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T19:48:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T19:48:16.413Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T19:48:16.413Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-13T19:48:16.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-13T19:48:16.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-13T19:48:17.249Z] GO111MODULE=on go vet ./... [2021-01-13T19:48:27.014Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20025 in /w/workspace/edgexfoundry_edgex-go_PR-3025 [Pipeline] { [Pipeline] ws [2021-01-13T19:48:27.077Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-13T19:48:31.814Z] using credential edgex-jenkins-ssh [2021-01-13T19:48:31.889Z] Cloning the remote Git repository [2021-01-13T19:48:31.959Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:48:32.073Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-13T19:48:32.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:48:32.155Z] > git --version # timeout=10 [2021-01-13T19:48:32.180Z] > git --version # 'git version 2.17.1' [2021-01-13T19:48:32.181Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T19:48:32.260Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T19:48:39.338Z] gofmt -l . [2021-01-13T19:48:39.600Z] [ "`gofmt -l .`" = "" ] [2021-01-13T19:48:40.179Z] ./bin/test-go-mod-tidy.sh [2021-01-13T19:48:40.755Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T19:48:41.646Z] + ls -al . [2021-01-13T19:48:41.646Z] total 656 [2021-01-13T19:48:41.646Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 19:48 . [2021-01-13T19:48:41.646Z] drwxr-xr-x 4 root root 28 Jan 13 19:47 .. [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 19:45 .dockerignore [2021-01-13T19:48:41.646Z] drwxrwxr-x 8 1001 1001 179 Jan 13 19:45 .git [2021-01-13T19:48:41.646Z] drwxrwxr-x 3 1001 1001 125 Jan 13 19:45 .github [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 19:45 .gitignore [2021-01-13T19:48:41.646Z] drwx------ 3 1001 1001 47 Jan 13 19:46 .semver [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 19:45 .sonarcloud.properties [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 19:45 Attribution.txt [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 19:45 CONTRIBUTING.md [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 19:45 Dockerfile.build [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 19:45 Jenkinsfile [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 19:45 LICENSE [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 19:45 Makefile [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 19:45 README.md [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 19:45 SECURITY.md [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 5 Jan 13 19:46 VERSION [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 19:45 ZMQWindows.md [2021-01-13T19:48:41.646Z] drwxrwxr-x 2 1001 1001 117 Jan 13 19:45 bin [2021-01-13T19:48:41.646Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 19:45 cmd [2021-01-13T19:48:41.646Z] -rw-r--r-- 1 root root 552842 Jan 13 19:48 coverage.out [2021-01-13T19:48:41.646Z] -rw-r--r-- 1 root root 979 Jan 13 19:48 go.mod [2021-01-13T19:48:41.646Z] -rw-r--r-- 1 root root 19036 Jan 13 19:48 go.sum [2021-01-13T19:48:41.646Z] drwxrwxr-x 8 1001 1001 127 Jan 13 19:45 internal [2021-01-13T19:48:41.646Z] drwxrwxr-x 4 1001 1001 26 Jan 13 19:45 openapi [2021-01-13T19:48:41.646Z] drwxrwxr-x 4 1001 1001 71 Jan 13 19:45 snap [2021-01-13T19:48:41.646Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 19:45 version.go [Pipeline] sh [2021-01-13T19:48:41.948Z] + '[' -e coverage.out ] [2021-01-13T19:48:41.948Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T19:48:42.136Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T19:48:42.431Z] + make build [2021-01-13T19:48:42.432Z] 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-13T19:48:45.763Z] 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-13T19:48:47.366Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T19:48:47.382Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T19:48:48.222Z] Merging remotes/origin/master commit ced48a9704d45a78ce2a225541f5314d2d8a1195 into PR head commit a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:48:48.644Z] Merge succeeded, producing a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:48:48.645Z] Checking out Revision a0fb6c254a114b1db360e5fc9edf4f7571956386 (PR-3025) [2021-01-13T19:48:47.415Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T19:48:47.459Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:48:47.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T19:48:47.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3025/head:refs/remotes/origin/PR-3025 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T19:48:48.255Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T19:48:48.274Z] > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 [2021-01-13T19:48:48.566Z] > git remote # timeout=10 [2021-01-13T19:48:48.587Z] > git config --get remote.origin.url # timeout=10 [2021-01-13T19:48:48.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T19:48:48.617Z] > git merge ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 [2021-01-13T19:48:48.644Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-13T19:48:48.667Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T19:48:48.692Z] > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 [2021-01-13T19:48:53.215Z] Commit message: "fix(snap): bump snap epoch to 5 for Ireland" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-13T19:48:54.018Z] 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 [Pipeline] sh [2021-01-13T19:48:54.600Z] 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-13T19:48:54.977Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-13T19:48:55.395Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T19:48:55.739Z] + sudo service+ docker restart [2021-01-13T19:48:55.739Z] true [2021-01-13T19:48:56.012Z] 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-13T19:48:56.276Z] 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-13T19:48:57.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T19:48:57.804Z] provisioning config files... [2021-01-13T19:48:57.857Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config202706585361191682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:48:58.272Z] ---> docker-login.sh [2021-01-13T19:48:58.272Z] nexus3.edgexfoundry.org:10001 [2021-01-13T19:48:59.074Z] 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-13T19:48:59.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:48:59.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:48:59.542Z] Configure a credential helper to remove this warning. See [2021-01-13T19:48:59.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:48:59.542Z] [2021-01-13T19:48:59.542Z] Login Succeeded [2021-01-13T19:48:59.542Z] nexus3.edgexfoundry.org:10002 [2021-01-13T19:49:00.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:49:00.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:49:00.140Z] Configure a credential helper to remove this warning. See [2021-01-13T19:49:00.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:49:00.140Z] [2021-01-13T19:49:00.140Z] Login Succeeded [2021-01-13T19:49:00.140Z] nexus3.edgexfoundry.org:10003 [2021-01-13T19:49:00.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:49:00.466Z] 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-13T19:49:00.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:49:00.688Z] Configure a credential helper to remove this warning. See [2021-01-13T19:49:00.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:49:00.688Z] [2021-01-13T19:49:00.688Z] Login Succeeded [2021-01-13T19:49:00.688Z] nexus3.edgexfoundry.org:10004 [2021-01-13T19:49:00.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:49:00.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:49:00.964Z] Configure a credential helper to remove this warning. See [2021-01-13T19:49:00.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:49:00.964Z] [2021-01-13T19:49:00.964Z] Login Succeeded [2021-01-13T19:49:00.964Z] docker.io [2021-01-13T19:49:01.439Z] 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-13T19:49:01.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T19:49:01.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T19:49:01.843Z] Configure a credential helper to remove this warning. See [2021-01-13T19:49:01.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T19:49:01.843Z] [2021-01-13T19:49:01.843Z] Login Succeeded [2021-01-13T19:49:01.843Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T19:49:01.874Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-13T19:49:02.333Z] ========================================================= [2021-01-13T19:49:02.333Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T19:49:02.333Z] ========================================================= [2021-01-13T19:49:02.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:49:02.715Z] + 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-13T19:49:03.785Z] 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-13T19:49:04.751Z] $ docker stop --time=1 47cba8fbd1b78e6ddbf2187cef2a88a3af473f1ee24aea2e6c8f38864135bc85 [2021-01-13T19:49:05.485Z] Sending build context to Docker daemon 165.5MB [2021-01-13T19:49:05.485Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T19:49:05.485Z] Step 2/6 : FROM ${BASE} [2021-01-13T19:49:05.485Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T19:49:05.485Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T19:49:05.485Z] a4357932f1b6: Pulling fs layer [2021-01-13T19:49:05.485Z] 18c013af1878: Pulling fs layer [2021-01-13T19:49:05.485Z] 00ac8860ef70: Pulling fs layer [2021-01-13T19:49:05.485Z] 63d7cb157983: Pulling fs layer [2021-01-13T19:49:05.485Z] b116817d02f9: Pulling fs layer [2021-01-13T19:49:05.485Z] 745a02a5169b: Pulling fs layer [2021-01-13T19:49:05.485Z] 63d7cb157983: Waiting [2021-01-13T19:49:05.485Z] b116817d02f9: Waiting [2021-01-13T19:49:05.485Z] 745a02a5169b: Waiting [2021-01-13T19:49:05.485Z] 00ac8860ef70: Waiting [2021-01-13T19:49:05.486Z] 18c013af1878: Verifying Checksum [2021-01-13T19:49:05.486Z] 18c013af1878: Download complete [2021-01-13T19:49:05.486Z] a4357932f1b6: Verifying Checksum [2021-01-13T19:49:05.486Z] a4357932f1b6: Download complete [2021-01-13T19:49:05.486Z] 63d7cb157983: Verifying Checksum [2021-01-13T19:49:05.486Z] 63d7cb157983: Download complete [2021-01-13T19:49:05.760Z] 5f621e34cdf4: Verifying Checksum [2021-01-13T19:49:05.760Z] 5f621e34cdf4: Download complete [2021-01-13T19:49:05.760Z] b116817d02f9: Download complete [2021-01-13T19:49:06.370Z] 5f621e34cdf4: Pull complete [2021-01-13T19:49:06.543Z] $ docker rm -f 47cba8fbd1b78e6ddbf2187cef2a88a3af473f1ee24aea2e6c8f38864135bc85 [2021-01-13T19:49:06.976Z] a4357932f1b6: Pull complete [Pipeline] // withDockerContainer [2021-01-13T19:49:07.253Z] 18c013af1878: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-13T19:49:08.237Z] 745a02a5169b: Verifying Checksum [2021-01-13T19:49:08.237Z] 745a02a5169b: Download complete [2021-01-13T19:49:09.215Z] 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:49:10.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T19:49:10.369Z] [2021-01-13T19:49:10.369Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:49:10.749Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T19:49:10.749Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-13T19:49:10.749Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-13T19:49:10.749Z] ca9280d653b3: Pulling fs layer [2021-01-13T19:49:10.749Z] 7e9c9ca2126c: Pulling fs layer [2021-01-13T19:49:11.014Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-13T19:49:11.014Z] cbdbe7a5bc2a: Download complete [2021-01-13T19:49:11.279Z] cbdbe7a5bc2a: Pull complete [2021-01-13T19:49:11.543Z] ca9280d653b3: Verifying Checksum [2021-01-13T19:49:11.543Z] ca9280d653b3: Download complete [2021-01-13T19:49:12.494Z] 7e9c9ca2126c: Download complete [2021-01-13T19:49:12.494Z] ca9280d653b3: Pull complete [2021-01-13T19:49:19.387Z] 00ac8860ef70: Pull complete [2021-01-13T19:49:19.387Z] 63d7cb157983: Pull complete [2021-01-13T19:49:19.665Z] b116817d02f9: Pull complete [2021-01-13T19:49:20.670Z] 7e9c9ca2126c: Pull complete [2021-01-13T19:49:20.670Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-13T19:49:20.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T19:49:20.670Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-13T19:49:20.857Z] prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container [2021-01-13T19:49:20.906Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-13T19:49:23.128Z] $ docker top 59a6c19f827dc22d5f5aba6ba038e1e38827dd1429537b93911a9b84a8dd5e3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:49:23.741Z] + docker-compose build --help [2021-01-13T19:49:23.741Z] + grep parallel [2021-01-13T19:49:23.979Z] 745a02a5169b: Pull complete [2021-01-13T19:49:23.979Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T19:49:23.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T19:49:23.979Z] ---> b7e6874047d6 [2021-01-13T19:49:23.979Z] 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-13T19:49:24.686Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T19:49:24.699Z] $ docker stop --time=1 59a6c19f827dc22d5f5aba6ba038e1e38827dd1429537b93911a9b84a8dd5e3f [2021-01-13T19:49:26.094Z] $ docker rm -f 59a6c19f827dc22d5f5aba6ba038e1e38827dd1429537b93911a9b84a8dd5e3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:49:26.609Z] ---> Running in 7e547d0fa2d9 [2021-01-13T19:49:26.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T19:49:26.719Z] . [Pipeline] withDockerContainer [2021-01-13T19:49:26.823Z] prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container [2021-01-13T19:49:26.873Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-13T19:49:27.532Z] $ docker top 42d897ae3cbcd0a0b0b2e1dc6c48d3890e689c1f532b28943df7afedef1e7534 -eo pid,comm [2021-01-13T19:49:27.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-01-13T19:49:28.031Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T19:49:28.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:49:28.975Z] Building docker-core-command-go ... [2021-01-13T19:49:28.975Z] Building docker-core-data-go ... [2021-01-13T19:49:28.975Z] Building docker-core-metadata-go ... [2021-01-13T19:49:28.975Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T19:49:28.975Z] Building docker-security-proxy-setup-go ... [2021-01-13T19:49:28.975Z] Building docker-security-secretstore-setup-go ... [2021-01-13T19:49:28.975Z] Building docker-support-notifications-go ... [2021-01-13T19:49:28.975Z] Building docker-support-scheduler-go ... [2021-01-13T19:49:28.975Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T19:49:28.975Z] Building docker-support-notifications-go [2021-01-13T19:49:28.975Z] Building docker-core-command-go [2021-01-13T19:49:28.975Z] Building docker-sys-mgmt-agent-go [2021-01-13T19:49:28.975Z] Building docker-security-proxy-setup-go [2021-01-13T19:49:28.975Z] Building docker-security-bootstrap-redis-go [2021-01-13T19:49:29.170Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T19:49:29.170Z] (2/12) Installing file (5.38-r0) [2021-01-13T19:49:29.442Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T19:49:29.442Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T19:49:33.726Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T19:49:33.996Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T19:49:33.996Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T19:49:33.996Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T19:49:34.267Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T19:49:34.267Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T19:49:34.267Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T19:49:34.539Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T19:49:34.539Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:49:34.539Z] OK: 217 MiB in 51 packages [2021-01-13T19:49:38.844Z] Removing intermediate container 7e547d0fa2d9 [2021-01-13T19:49:38.844Z] ---> cf89ef9cb865 [2021-01-13T19:49:38.844Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T19:49:38.844Z] ---> Running in 1dd8c08aea54 [2021-01-13T19:49:39.437Z] Removing intermediate container 1dd8c08aea54 [2021-01-13T19:49:39.437Z] ---> 9b562a2be10a [2021-01-13T19:49:39.437Z] Step 5/6 : COPY go.mod . [2021-01-13T19:49:40.038Z] ---> b0e507a2b403 [2021-01-13T19:49:40.038Z] Step 6/6 : RUN go mod download [2021-01-13T19:49:40.038Z] ---> Running in 4ef08e8c53c2 [2021-01-13T19:50:01.280Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:50:01.280Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:50:01.281Z] ---> 647ee870e8aa [2021-01-13T19:50:01.281Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:50:01.281Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:50:01.281Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:50:01.281Z] ---> 647ee870e8aa [2021-01-13T19:50:01.281Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T19:50:01.281Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:50:01.281Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:50:01.281Z] ---> 647ee870e8aa [2021-01-13T19:50:01.281Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:50:01.281Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:50:01.281Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:50:01.281Z] ---> 647ee870e8aa [2021-01-13T19:50:01.281Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T19:50:01.281Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:50:01.281Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:50:01.281Z] ---> 647ee870e8aa [2021-01-13T19:50:01.281Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T19:50:01.281Z] ---> Running in d9502867d75d [2021-01-13T19:50:01.281Z] ---> Running in 08df8929b7ad [2021-01-13T19:50:01.281Z] ---> Running in 5ee3fe5eda42 [2021-01-13T19:50:01.281Z] ---> Running in 8dc4750c777e [2021-01-13T19:50:01.281Z] ---> Running in 849fc7ae0824 [2021-01-13T19:50:01.281Z] Removing intermediate container d9502867d75d [2021-01-13T19:50:01.281Z] ---> 9aa396071fd7 [2021-01-13T19:50:01.281Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:50:01.281Z] Removing intermediate container 849fc7ae0824 [2021-01-13T19:50:01.281Z] ---> f67b1b2ee2c4 [2021-01-13T19:50:01.281Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:50:01.281Z] Removing intermediate container 5ee3fe5eda42 [2021-01-13T19:50:01.281Z] ---> ce66aca4ff83 [2021-01-13T19:50:01.281Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:50:01.281Z] Removing intermediate container 8dc4750c777e [2021-01-13T19:50:01.281Z] ---> 02028a15db01 [2021-01-13T19:50:01.281Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:50:01.281Z] Removing intermediate container 08df8929b7ad [2021-01-13T19:50:01.281Z] ---> e562cd8232b2 [2021-01-13T19:50:01.281Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:50:01.562Z] ---> Running in f91796eccbc7 [2021-01-13T19:50:01.562Z] ---> Running in 09069fd4dfec [2021-01-13T19:50:01.562Z] ---> Running in 39ffd8499641 [2021-01-13T19:50:01.562Z] ---> Running in 48128ef47fd9 [2021-01-13T19:50:01.562Z] ---> Running in da5277cebc48 [2021-01-13T19:50:04.136Z] Removing intermediate container 39ffd8499641 [2021-01-13T19:50:04.136Z] ---> 91827e49a157 [2021-01-13T19:50:04.136Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T19:50:04.136Z] Removing intermediate container f91796eccbc7 [2021-01-13T19:50:04.136Z] ---> ffdb5b22abdc [2021-01-13T19:50:04.136Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T19:50:04.136Z] ---> Running in abe46125f648 [2021-01-13T19:50:04.136Z] ---> Running in 70aa918ac732 [2021-01-13T19:50:04.136Z] Removing intermediate container 09069fd4dfec [2021-01-13T19:50:04.136Z] ---> 543a868f13ad [2021-01-13T19:50:04.136Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:50:04.136Z] Removing intermediate container 48128ef47fd9 [2021-01-13T19:50:04.136Z] ---> 01f9b816dc76 [2021-01-13T19:50:04.136Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:50:04.136Z] Removing intermediate container da5277cebc48 [2021-01-13T19:50:04.136Z] ---> 11aeadfaa581 [2021-01-13T19:50:04.136Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T19:50:04.401Z] ---> Running in a09221e169b4 [2021-01-13T19:50:04.401Z] ---> Running in ef66506e9562 [2021-01-13T19:50:04.401Z] ---> Running in cac9a4e7fee2 [2021-01-13T19:50:05.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:05.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:05.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:05.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:05.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:05.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:05.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:06.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:06.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:06.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:50:06.417Z] OK: 233 MiB in 51 packages [2021-01-13T19:50:06.417Z] OK: 233 MiB in 51 packages [2021-01-13T19:50:06.689Z] OK: 233 MiB in 51 packages [2021-01-13T19:50:06.689Z] OK: 233 MiB in 51 packages [2021-01-13T19:50:06.689Z] OK: 233 MiB in 51 packages [2021-01-13T19:50:06.842Z] Removing intermediate container 4ef08e8c53c2 [2021-01-13T19:50:06.842Z] ---> 67bee48d1394 [2021-01-13T19:50:06.842Z] Successfully built 67bee48d1394 [2021-01-13T19:50:06.842Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:50:07.189Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T19:50:07.189Z] . [Pipeline] withDockerContainer [2021-01-13T19:50:07.444Z] prd-ubuntu18.04-docker-arm64-4c-16g-20025 does not seem to be running inside a container [2021-01-13T19:50:07.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-13T19:50:07.646Z] Removing intermediate container 70aa918ac732 [2021-01-13T19:50:07.646Z] ---> b7792b75bbfd [2021-01-13T19:50:07.646Z] Step 6/26 : COPY go.mod . [2021-01-13T19:50:07.646Z] Removing intermediate container a09221e169b4 [2021-01-13T19:50:07.646Z] ---> 15ac0795f80e [2021-01-13T19:50:07.646Z] Step 6/22 : COPY go.mod . [2021-01-13T19:50:07.646Z] Removing intermediate container abe46125f648 [2021-01-13T19:50:07.646Z] ---> 028e98eb6974 [2021-01-13T19:50:07.646Z] Step 6/24 : COPY go.mod . [2021-01-13T19:50:07.646Z] Removing intermediate container ef66506e9562 [2021-01-13T19:50:07.646Z] ---> ab9956afd207 [2021-01-13T19:50:07.646Z] Step 6/22 : COPY go.mod . [2021-01-13T19:50:07.923Z] Removing intermediate container cac9a4e7fee2 [2021-01-13T19:50:07.923Z] ---> f65b25a5046c [2021-01-13T19:50:07.923Z] Step 6/21 : COPY go.mod . [2021-01-13T19:50:07.923Z] ---> 2969c6360755 [2021-01-13T19:50:07.923Z] Step 7/26 : RUN go mod download [2021-01-13T19:50:07.923Z] ---> 5859941a6105 [2021-01-13T19:50:07.923Z] Step 7/22 : RUN go mod download [2021-01-13T19:50:08.206Z] ---> 500a617b1b79 [2021-01-13T19:50:08.206Z] Step 7/24 : RUN go mod download [2021-01-13T19:50:08.206Z] ---> Running in 539aa9f6b411 [2021-01-13T19:50:08.206Z] ---> Running in d212ce5227d5 [2021-01-13T19:50:08.206Z] ---> e754b40f9e30 [2021-01-13T19:50:08.206Z] Step 7/22 : RUN go mod download [2021-01-13T19:50:08.472Z] ---> Running in c69bbfa55f67 [2021-01-13T19:50:08.472Z] ---> c26dc9df23a8 [2021-01-13T19:50:08.472Z] Step 7/21 : RUN go mod download [2021-01-13T19:50:08.472Z] ---> Running in c0abcaad5eda [2021-01-13T19:50:08.740Z] ---> Running in 72894bde9404 [2021-01-13T19:50:09.085Z] $ docker top 394f85d362c6d181aa436f158b53603748f8a757e8f933ba0368440ffff8c617 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:50:10.075Z] + go version [2021-01-13T19:50:10.075Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T19:50:10.128Z] $ docker stop --time=1 394f85d362c6d181aa436f158b53603748f8a757e8f933ba0368440ffff8c617 [2021-01-13T19:50:11.332Z] Removing intermediate container c69bbfa55f67 [2021-01-13T19:50:11.332Z] ---> e215d60b1352 [2021-01-13T19:50:11.332Z] Step 8/24 : COPY . . [2021-01-13T19:50:11.332Z] Removing intermediate container 72894bde9404 [2021-01-13T19:50:11.332Z] ---> 94d2b903404b [2021-01-13T19:50:11.332Z] Step 8/21 : COPY . . [2021-01-13T19:50:11.332Z] Removing intermediate container c0abcaad5eda [2021-01-13T19:50:11.332Z] ---> 30b36ea3d91a [2021-01-13T19:50:11.332Z] Step 8/22 : COPY . . [2021-01-13T19:50:11.332Z] Removing intermediate container 539aa9f6b411 [2021-01-13T19:50:11.332Z] ---> 10f41d3e7add [2021-01-13T19:50:11.332Z] Step 8/26 : COPY . . [2021-01-13T19:50:12.046Z] $ docker rm -f 394f85d362c6d181aa436f158b53603748f8a757e8f933ba0368440ffff8c617 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:50:13.106Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T19:50:13.106Z] . [Pipeline] withDockerContainer [2021-01-13T19:50:13.339Z] prd-ubuntu18.04-docker-arm64-4c-16g-20025 does not seem to be running inside a container [2021-01-13T19:50:13.457Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-13T19:50:14.842Z] Removing intermediate container d212ce5227d5 [2021-01-13T19:50:14.842Z] ---> e623cbebe096 [2021-01-13T19:50:14.842Z] Step 8/22 : COPY . . [2021-01-13T19:50:14.890Z] $ docker top 81e6104df6e16e446bbb81d02f78d943eaffa7c8179de0e86185c42eee07696a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T19:50:15.260Z] ========================================================= [2021-01-13T19:50:15.260Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T19:50:15.260Z] ========================================================= [Pipeline] sh [2021-01-13T19:50:15.907Z] + make test [2021-01-13T19:50:15.907Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T19:50:38.125Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T19:50:47.270Z] ---> e4dec3d4226b [2021-01-13T19:50:47.270Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T19:50:47.270Z] ---> 75531f6b6770 [2021-01-13T19:50:47.270Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T19:50:47.270Z] ---> eac495e30d87 [2021-01-13T19:50:47.270Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T19:50:47.270Z] ---> c9153918d717 [2021-01-13T19:50:47.270Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T19:50:47.270Z] ---> Running in a1c0e827eb87 [2021-01-13T19:50:47.270Z] ---> Running in 28c5b3f339bb [2021-01-13T19:50:47.536Z] ---> 7c6fbc3c952a [2021-01-13T19:50:47.536Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T19:50:47.536Z] ---> Running in 18995515a0f6 [2021-01-13T19:50:47.536Z] ---> Running in 7eac24a8dc4d [2021-01-13T19:50:47.798Z] ---> Running in 24235c422f2b [2021-01-13T19:50:48.770Z] 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-13T19:50:48.770Z] 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-13T19:50:48.770Z] 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-13T19:50:48.770Z] 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-13T19:50:48.770Z] 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-13T19:51:15.479Z] 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-13T19:51:17.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T19:51:18.859Z] Removing intermediate container 24235c422f2b [2021-01-13T19:51:18.859Z] ---> 3caeaa397e14 [2021-01-13T19:51:18.859Z] [2021-01-13T19:51:18.859Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T19:51:18.859Z] 3.12: Pulling from library/alpine [2021-01-13T19:51:19.809Z] Removing intermediate container 28c5b3f339bb [2021-01-13T19:51:19.809Z] ---> 2370348832ab [2021-01-13T19:51:19.809Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T19:51:19.809Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T19:51:20.073Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T19:51:20.073Z] ---> 389fef711851 [2021-01-13T19:51:20.073Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T19:51:20.336Z] ---> Running in 36d9aeef327d [2021-01-13T19:51:20.336Z] ---> Running in 2f3b98ff2bf0 [2021-01-13T19:51:23.658Z] Removing intermediate container a1c0e827eb87 [2021-01-13T19:51:23.658Z] ---> 5f7ed38875e9 [2021-01-13T19:51:23.658Z] [2021-01-13T19:51:23.658Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T19:51:23.658Z] ---> 389fef711851 [2021-01-13T19:51:23.658Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T19:51:23.930Z] ---> Running in d83230975652 [2021-01-13T19:51:23.930Z] 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-13T19:51:23.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:51:24.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:51:24.204Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T19:51:24.204Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:51:24.480Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T19:51:24.480Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T19:51:24.480Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T19:51:24.480Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:51:24.480Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T19:51:24.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:51:24.480Z] OK: 7 MiB in 19 packages [2021-01-13T19:51:24.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:51:24.743Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T19:51:24.743Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:51:24.743Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T19:51:24.743Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T19:51:24.743Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:51:24.743Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T19:51:24.743Z] OK: 7 MiB in 18 packages [2021-01-13T19:51:26.137Z] Removing intermediate container 18995515a0f6 [2021-01-13T19:51:26.137Z] ---> 4f9c3a967372 [2021-01-13T19:51:26.137Z] [2021-01-13T19:51:26.137Z] Step 10/22 : FROM scratch [2021-01-13T19:51:26.137Z] ---> [2021-01-13T19:51:26.137Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:51:26.409Z] ---> Running in 3464104a019d [2021-01-13T19:51:26.409Z] Removing intermediate container 7eac24a8dc4d [2021-01-13T19:51:26.409Z] ---> 885c74754a88 [2021-01-13T19:51:26.409Z] [2021-01-13T19:51:26.409Z] Step 10/24 : FROM scratch [2021-01-13T19:51:26.409Z] ---> [2021-01-13T19:51:26.409Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T19:51:27.366Z] ---> Running in f0fbd42d6f58 [2021-01-13T19:51:27.366Z] Removing intermediate container 3464104a019d [2021-01-13T19:51:27.366Z] ---> d5e1bd91e0b1 [2021-01-13T19:51:27.366Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T19:51:27.366Z] Removing intermediate container 2f3b98ff2bf0 [2021-01-13T19:51:27.366Z] ---> 7c62b668fb1e [2021-01-13T19:51:27.366Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T19:51:27.366Z] ---> Running in 8c346b83b910 [2021-01-13T19:51:27.366Z] Removing intermediate container d83230975652 [2021-01-13T19:51:27.366Z] ---> edbe8dfdf975 [2021-01-13T19:51:27.366Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T19:51:27.628Z] ---> Running in 649c16567225 [2021-01-13T19:51:27.628Z] ---> Running in 62f118aebf81 [2021-01-13T19:51:27.628Z] Removing intermediate container f0fbd42d6f58 [2021-01-13T19:51:27.628Z] ---> fbb7f9c2ae6a [2021-01-13T19:51:27.628Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T19:51:27.891Z] Removing intermediate container 8c346b83b910 [2021-01-13T19:51:27.891Z] ---> 5b45df02f75d [2021-01-13T19:51:27.891Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T19:51:27.891Z] Removing intermediate container 36d9aeef327d [2021-01-13T19:51:27.891Z] ---> 9e7948972f3e [2021-01-13T19:51:27.891Z] [2021-01-13T19:51:27.891Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T19:51:27.891Z] ---> Running in 8f7f42053eb2 [2021-01-13T19:51:27.891Z] 20.10.0: Pulling from library/docker [2021-01-13T19:51:27.891Z] ---> Running in 4481ad2f9bac [2021-01-13T19:51:27.891Z] Removing intermediate container 649c16567225 [2021-01-13T19:51:27.891Z] ---> 23592e7626dd [2021-01-13T19:51:27.891Z] Step 13/22 : WORKDIR / [2021-01-13T19:51:28.155Z] Removing intermediate container 62f118aebf81 [2021-01-13T19:51:28.155Z] ---> 95628b2ef91c [2021-01-13T19:51:28.155Z] Step 13/21 : WORKDIR /edgex [2021-01-13T19:51:28.155Z] Removing intermediate container 8f7f42053eb2 [2021-01-13T19:51:28.155Z] ---> 609ff1221966 [2021-01-13T19:51:28.155Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T19:51:28.155Z] ---> Running in 219271f8974e [2021-01-13T19:51:29.563Z] ---> Running in 26b8d94d1db9 [2021-01-13T19:51:29.563Z] Removing intermediate container 4481ad2f9bac [2021-01-13T19:51:29.563Z] ---> e7c7b3b50ece [2021-01-13T19:51:29.563Z] Step 14/22 : WORKDIR / [2021-01-13T19:51:29.563Z] ---> Running in 1f3fb3d805c4 [2021-01-13T19:51:29.829Z] ---> Running in 5448c83463b9 [2021-01-13T19:51:29.829Z] Removing intermediate container 219271f8974e [2021-01-13T19:51:29.829Z] ---> 117b36820986 [2021-01-13T19:51:29.829Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:51:29.829Z] Removing intermediate container 1f3fb3d805c4 [2021-01-13T19:51:29.829Z] ---> f3026d825dfe [2021-01-13T19:51:29.829Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T19:51:30.780Z] Removing intermediate container 26b8d94d1db9 [2021-01-13T19:51:30.780Z] ---> a0422de3670c [2021-01-13T19:51:30.780Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T19:51:30.780Z] Removing intermediate container 5448c83463b9 [2021-01-13T19:51:30.780Z] ---> 979d9a4ce07d [2021-01-13T19:51:30.780Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:51:30.780Z] ---> 576fbaf82306 [2021-01-13T19:51:30.780Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T19:51:30.780Z] ---> 23cd5e72193c [2021-01-13T19:51:30.780Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T19:51:31.054Z] ---> 9d215400fd88 [2021-01-13T19:51:31.054Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T19:51:31.054Z] ---> 35fbf5c7776d [2021-01-13T19:51:31.054Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T19:51:31.634Z] ---> 1f9a1a418a36 [2021-01-13T19:51:31.634Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T19:51:31.900Z] ---> d74d83450347 [2021-01-13T19:51:31.900Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T19:51:31.900Z] ---> a925a2daa63c [2021-01-13T19:51:31.900Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T19:51:32.164Z] ---> 43bd294b37f9 [2021-01-13T19:51:32.164Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T19:51:32.433Z] ---> e20365b532d9 [2021-01-13T19:51:32.433Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T19:51:32.433Z] ---> bfdba35c06f1 [2021-01-13T19:51:32.433Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:51:32.702Z] ---> c13ae1726b02 [2021-01-13T19:51:32.702Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T19:51:32.702Z] ---> 4eeb052aad8f [2021-01-13T19:51:32.702Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T19:51:32.966Z] ---> Running in 3dfb43245c52 [2021-01-13T19:51:32.966Z] ---> Running in e4c914999411 [2021-01-13T19:51:32.966Z] ---> 51df13cedfb4 [2021-01-13T19:51:32.966Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T19:51:32.966Z] ---> b263d3ac6578 [2021-01-13T19:51:32.966Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T19:51:33.230Z] ---> Running in eb06ddacfdfd [2021-01-13T19:51:33.492Z] Removing intermediate container 3dfb43245c52 [2021-01-13T19:51:33.492Z] ---> cec5dd14a81c [2021-01-13T19:51:33.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:51:33.492Z] Removing intermediate container e4c914999411 [2021-01-13T19:51:33.492Z] ---> 8e68e9a4cef8 [2021-01-13T19:51:33.492Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T19:51:33.758Z] ---> Running in 9f3829bc413a [2021-01-13T19:51:33.758Z] ---> Running in f34662e162fd [2021-01-13T19:51:33.758Z] ---> 93e4dec8d992 [2021-01-13T19:51:33.758Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T19:51:35.155Z] Removing intermediate container 9f3829bc413a [2021-01-13T19:51:35.155Z] ---> 3496eec0d45b [2021-01-13T19:51:35.155Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T19:51:35.155Z] Removing intermediate container f34662e162fd [2021-01-13T19:51:35.155Z] ---> 678f7c238d89 [2021-01-13T19:51:35.155Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T19:51:35.155Z] ---> c8450ee1bb0e [2021-01-13T19:51:35.155Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T19:51:35.419Z] ---> Running in 8840b6285a54 [2021-01-13T19:51:35.419Z] ---> Running in 46219109b801 [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T19:51:35.560Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T19:51:35.682Z] ---> Running in e46553407b21 [2021-01-13T19:51:35.682Z] Removing intermediate container 8840b6285a54 [2021-01-13T19:51:35.682Z] ---> 8e14deff6b59 [2021-01-13T19:51:35.682Z] Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:51:35.943Z] ---> Running in 82fd17a4d9fd [2021-01-13T19:51:35.943Z] Removing intermediate container 46219109b801 [2021-01-13T19:51:35.943Z] ---> d72e6914a4ad [2021-01-13T19:51:35.943Z] Step 20/21 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:51:35.943Z] Removing intermediate container e46553407b21 [2021-01-13T19:51:35.943Z] ---> e58ec68864be [2021-01-13T19:51:35.943Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:51:35.943Z] Removing intermediate container eb06ddacfdfd [2021-01-13T19:51:35.943Z] ---> b27a963d9298 [2021-01-13T19:51:35.943Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T19:51:36.206Z] ---> Running in fdde10818358 [2021-01-13T19:51:36.206Z] ---> Running in beb1ece926b7 [2021-01-13T19:51:36.206Z] ---> Running in af5ec27f1b93 [2021-01-13T19:51:36.206Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T19:51:36.206Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T19:51:36.206Z] Removing intermediate container 82fd17a4d9fd [2021-01-13T19:51:36.206Z] ---> dc41a37765ed [2021-01-13T19:51:36.206Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T19:51:36.206Z] ---> aefe523efa57 [2021-01-13T19:51:36.206Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T19:51:36.470Z] Removing intermediate container fdde10818358 [2021-01-13T19:51:36.470Z] ---> f67af82b53f0 [2021-01-13T19:51:36.470Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T19:51:36.470Z] ---> Running in 43d0b4ac782e [2021-01-13T19:51:36.470Z] ---> Running in a6e0c046d064 [2021-01-13T19:51:36.470Z] Removing intermediate container af5ec27f1b93 [2021-01-13T19:51:36.470Z] ---> a8e4b35fd0d5 [2021-01-13T19:51:36.470Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T19:51:36.743Z] Removing intermediate container beb1ece926b7 [2021-01-13T19:51:36.743Z] ---> 46c5a375a0ff [2021-01-13T19:51:36.743Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T19:51:36.743Z] ---> Running in 30ff80f8ab9f [2021-01-13T19:51:36.743Z] ---> Running in 27a13e825230 [2021-01-13T19:51:37.008Z] ---> Running in 7f37245afeba [2021-01-13T19:51:37.008Z] Removing intermediate container 43d0b4ac782e [2021-01-13T19:51:37.008Z] ---> 86edd228d08f [2021-01-13T19:51:37.008Z] [2021-01-13T19:51:37.008Z] Removing intermediate container 27a13e825230 [2021-01-13T19:51:37.008Z] ---> 3cc30ba7e051 [2021-01-13T19:51:37.008Z] Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:51:37.277Z] Removing intermediate container 30ff80f8ab9f [2021-01-13T19:51:37.277Z] ---> 10a6a86a45be [2021-01-13T19:51:37.277Z] [2021-01-13T19:51:37.277Z] Successfully built 86edd228d08f [2021-01-13T19:51:37.277Z] Removing intermediate container 7f37245afeba [2021-01-13T19:51:37.277Z] ---> df86d5f70b50 [2021-01-13T19:51:37.277Z] Step 23/24 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:51:37.277Z] Successfully tagged docker-core-command-go:latest [2021-01-13T19:51:37.277Z] ---> Running in 65959d11d3ae [2021-01-13T19:51:37.277Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-13T19:51:37.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:51:37.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:51:37.543Z] ---> Running in 988a572a64d1 [2021-01-13T19:51:37.543Z] Successfully built 10a6a86a45be [2021-01-13T19:51:37.543Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-13T19:51:37.543Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-13T19:51:37.543Z] Removing intermediate container 65959d11d3ae [2021-01-13T19:51:37.543Z] ---> e037d51d4eda [2021-01-13T19:51:37.543Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T19:51:37.543Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T19:51:37.543Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T19:51:37.543Z] ---> Running in 2762a5fb08b4 [2021-01-13T19:51:37.809Z] Executing bash-5.0.17-r0.post-install [2021-01-13T19:51:37.809Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:51:37.809Z] OK: 12 MiB in 22 packages [2021-01-13T19:51:37.809Z] Removing intermediate container 988a572a64d1 [2021-01-13T19:51:37.809Z] ---> 13b418a0c894 [2021-01-13T19:51:37.809Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T19:51:37.809Z] ---> Running in 768b6c58a98d [2021-01-13T19:51:37.809Z] Removing intermediate container 2762a5fb08b4 [2021-01-13T19:51:37.809Z] ---> 373d69ef2a52 [2021-01-13T19:51:37.809Z] [2021-01-13T19:51:38.072Z] Successfully built 373d69ef2a52 [2021-01-13T19:51:38.072Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-13T19:51:38.072Z] Building docker-core-metadata-go [2021-01-13T19:51:38.339Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 768b6c58a98d [2021-01-13T19:51:38.339Z] ---> a641c4ff9eb9 [2021-01-13T19:51:38.339Z] [2021-01-13T19:51:38.601Z] Successfully built a641c4ff9eb9 [2021-01-13T19:51:39.179Z] Successfully tagged docker-support-notifications-go:latest [2021-01-13T19:51:39.179Z] Building docker-core-data-go [2021-01-13T19:51:39.755Z]  Building docker-support-notifications-go ... done Removing intermediate container a6e0c046d064 [2021-01-13T19:51:39.755Z] ---> debbe1b38ebe [2021-01-13T19:51:39.755Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T19:51:43.081Z] ---> Running in 37363d6deba2 [2021-01-13T19:51:43.343Z] Removing intermediate container 37363d6deba2 [2021-01-13T19:51:43.343Z] ---> 449fa7902b85 [2021-01-13T19:51:43.343Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T19:51:44.029Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T19:51:44.029Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T19:51:44.029Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T19:51:46.666Z] ---> Running in 30d3c16fd580 [2021-01-13T19:51:47.622Z] Removing intermediate container 30d3c16fd580 [2021-01-13T19:51:47.622Z] ---> 16c9cc70c2ea [2021-01-13T19:51:47.622Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T19:51:48.202Z] ---> Running in 982c3d70a727 [2021-01-13T19:51:48.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.6% of statements [2021-01-13T19:51:48.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T19:51:48.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T19:51:48.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T19:51:48.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T19:51:48.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T19:51:48.779Z] Removing intermediate container 982c3d70a727 [2021-01-13T19:51:48.779Z] ---> 7a4a543eab4f [2021-01-13T19:51:48.779Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T19:51:49.361Z] ---> 5569e0624b14 [2021-01-13T19:51:49.361Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T19:51:49.626Z] ---> 65c1a32113b4 [2021-01-13T19:51:49.626Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T19:51:50.208Z] ---> b6ebc80282ab [2021-01-13T19:51:50.208Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T19:51:50.208Z] ---> Running in ed1a2ea32696 [2021-01-13T19:51:54.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:51:54.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:51:54.489Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T19:51:54.489Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T19:51:54.489Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T19:51:54.489Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T19:51:54.757Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T19:51:54.757Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T19:51:54.757Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T19:51:56.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.0% of statements [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T19:51:56.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T19:51:56.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T19:51:56.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 77.1% of statements [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T19:51:56.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.767s coverage: 82.4% of statements [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T19:51:56.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T19:52:02.953Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T19:52:02.954Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T19:52:02.954Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T19:52:02.954Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T19:52:02.954Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T19:52:02.954Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T19:52:02.954Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T19:52:02.954Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T19:52:02.954Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T19:52:02.954Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T19:52:03.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.164s coverage: 28.6% of statements [2021-01-13T19:52:03.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T19:52:03.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T19:52:03.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T19:52:03.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T19:52:03.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T19:52:03.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2021-01-13T19:52:03.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T19:52:03.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-01-13T19:52:03.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T19:52:03.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.336s coverage: 86.7% of statements [2021-01-13T19:52:03.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T19:52:03.934Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T19:52:04.202Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T19:52:04.202Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T19:52:04.202Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T19:52:04.465Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T19:52:05.057Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T19:52:05.326Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T19:52:05.327Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T19:52:05.327Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T19:52:05.327Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T19:52:05.327Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T19:52:05.327Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T19:52:05.604Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T19:52:05.875Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T19:52:05.875Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T19:52:05.875Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T19:52:06.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.372s coverage: 97.5% of statements [2021-01-13T19:52:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T19:52:06.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements [2021-01-13T19:52:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T19:52:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T19:52:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T19:52:06.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T19:52:06.146Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:52:06.146Z] OK: 71 MiB in 55 packages [2021-01-13T19:52:06.751Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:52:06.751Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:52:06.751Z] ---> 647ee870e8aa [2021-01-13T19:52:06.751Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T19:52:06.752Z] ---> Using cache [2021-01-13T19:52:06.752Z] ---> e562cd8232b2 [2021-01-13T19:52:06.752Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:52:06.752Z] ---> Using cache [2021-01-13T19:52:06.752Z] ---> 01f9b816dc76 [2021-01-13T19:52:06.752Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T19:52:07.348Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:52:07.348Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:52:07.348Z] ---> 647ee870e8aa [2021-01-13T19:52:07.348Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:52:07.348Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:52:07.348Z] ---> 647ee870e8aa [2021-01-13T19:52:07.348Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> e562cd8232b2 [2021-01-13T19:52:07.348Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> 01f9b816dc76 [2021-01-13T19:52:07.348Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> 15ac0795f80e [2021-01-13T19:52:07.348Z] Step 6/22 : COPY go.mod . [2021-01-13T19:52:07.348Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> e562cd8232b2 [2021-01-13T19:52:07.348Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> 01f9b816dc76 [2021-01-13T19:52:07.348Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> 15ac0795f80e [2021-01-13T19:52:07.348Z] Step 6/21 : COPY go.mod . [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> 5859941a6105 [2021-01-13T19:52:07.348Z] Step 7/21 : RUN go mod download [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> 5859941a6105 [2021-01-13T19:52:07.348Z] Step 7/22 : RUN go mod download [2021-01-13T19:52:07.348Z] ---> Using cache [2021-01-13T19:52:07.348Z] ---> e623cbebe096 [2021-01-13T19:52:07.349Z] Step 8/22 : COPY . . [2021-01-13T19:52:07.349Z] ---> Using cache [2021-01-13T19:52:07.349Z] ---> e623cbebe096 [2021-01-13T19:52:07.349Z] Step 8/21 : COPY . . [2021-01-13T19:52:07.349Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:52:07.613Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:52:07.613Z] ---> 647ee870e8aa [2021-01-13T19:52:07.613Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T19:52:07.613Z] ---> Using cache [2021-01-13T19:52:07.613Z] ---> e562cd8232b2 [2021-01-13T19:52:07.613Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:52:07.613Z] ---> Using cache [2021-01-13T19:52:07.613Z] ---> 01f9b816dc76 [2021-01-13T19:52:07.613Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T19:52:07.613Z] ---> Using cache [2021-01-13T19:52:07.613Z] ---> 15ac0795f80e [2021-01-13T19:52:07.613Z] Step 6/24 : COPY go.mod . [2021-01-13T19:52:07.613Z] ---> Using cache [2021-01-13T19:52:07.613Z] ---> 5859941a6105 [2021-01-13T19:52:07.613Z] Step 7/24 : RUN go mod download [2021-01-13T19:52:07.613Z] ---> Using cache [2021-01-13T19:52:07.613Z] ---> e623cbebe096 [2021-01-13T19:52:07.613Z] Step 8/24 : COPY . . [2021-01-13T19:52:07.613Z] ---> Using cache [2021-01-13T19:52:07.613Z] ---> 7c6fbc3c952a [2021-01-13T19:52:07.613Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata ---> Using cache [2021-01-13T19:52:07.613Z] [2021-01-13T19:52:07.613Z] ---> Using cache [2021-01-13T19:52:07.613Z] ---> 7c6fbc3c952a [2021-01-13T19:52:07.613Z] ---> 7c6fbc3c952a [2021-01-13T19:52:07.613Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T19:52:07.613Z] [2021-01-13T19:52:08.559Z] ---> Running in 581f4b7f5b21 [2021-01-13T19:52:08.560Z] ---> Running in a7784eee3e4d [2021-01-13T19:52:08.560Z] ---> Running in 6f240a835456 [2021-01-13T19:52:08.560Z] ---> Running in 90d8c6a2fca8 [2021-01-13T19:52:10.008Z] 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-13T19:52:10.008Z] 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-13T19:52:10.008Z] 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-13T19:52:10.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:52:10.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:52:11.210Z] OK: 233 MiB in 51 packages [2021-01-13T19:52:13.872Z] Removing intermediate container 6f240a835456 [2021-01-13T19:52:13.872Z] ---> 4aa4a30d28bc [2021-01-13T19:52:13.872Z] Step 6/23 : COPY go.mod . [2021-01-13T19:52:14.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.170s coverage: 93.1% of statements [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T19:52:14.392Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T19:52:14.392Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T19:52:14.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T19:52:14.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 75.5% of statements [2021-01-13T19:52:14.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T19:52:14.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 80.8% of statements [2021-01-13T19:52:14.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.141s coverage: 87.2% of statements [2021-01-13T19:52:14.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.162s coverage: 84.2% of statements [2021-01-13T19:52:14.853Z] ---> 8d5e9c3e7868 [2021-01-13T19:52:14.853Z] Step 7/23 : RUN go mod download [2021-01-13T19:52:14.853Z] ---> Running in 3c5461888076 [2021-01-13T19:52:16.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.4% of statements [2021-01-13T19:52:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T19:52:18.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.586s coverage: 63.5% of statements [2021-01-13T19:52:18.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T19:52:18.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T19:52:18.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-01-13T19:52:18.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-01-13T19:52:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-01-13T19:52:19.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-01-13T19:52:20.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.100s coverage: 100.0% of statements [2021-01-13T19:52:23.156Z] Removing intermediate container 3c5461888076 [2021-01-13T19:52:23.156Z] ---> 6268e6dea21c [2021-01-13T19:52:23.156Z] Step 8/23 : COPY . . [2021-01-13T19:52:23.156Z] Removing intermediate container ed1a2ea32696 [2021-01-13T19:52:23.156Z] ---> e8abfbbf9828 [2021-01-13T19:52:23.156Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T19:52:23.156Z] ---> Running in 5be307743bb8 [2021-01-13T19:52:23.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 55.9% of statements [2021-01-13T19:52:23.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T19:52:23.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T19:52:23.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T19:52:23.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T19:52:23.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T19:52:25.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements [2021-01-13T19:52:25.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T19:52:25.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T19:52:25.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.708s coverage: 84.0% of statements [2021-01-13T19:52:25.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements [2021-01-13T19:52:32.102Z] Collecting docker-compose==1.23.2 [2021-01-13T19:52:32.102Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T19:52:32.102Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T19:52:32.102Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T19:52:33.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.382s coverage: 47.1% of statements [2021-01-13T19:52:33.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T19:52:33.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T19:52:33.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T19:52:33.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T19:52:33.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T19:52:33.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2021-01-13T19:52:33.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T19:52:33.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements [2021-01-13T19:52:33.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T19:52:34.905Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T19:52:34.905Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T19:52:35.861Z] 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-13T19:52:36.132Z] 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-13T19:52:37.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.982s coverage: 29.1% of statements [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T19:52:37.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T19:52:37.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T19:52:37.023Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.082s coverage: 0.0% of statements [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T19:52:37.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T19:52:37.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T19:52:37.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T19:52:37.093Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T19:52:37.093Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T19:52:37.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-01-13T19:52:37.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-13T19:52:38.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-13T19:52:39.041Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T19:52:39.041Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T19:52:39.152Z] GO111MODULE=on go vet ./... [2021-01-13T19:52:40.972Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T19:52:40.972Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T19:52:40.972Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T19:52:41.248Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T19:52:42.226Z] Collecting PyYAML<4,>=3.10 [2021-01-13T19:52:42.226Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T19:52:42.226Z] ---> ed51d7e62fba [2021-01-13T19:52:42.226Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T19:52:42.226Z] ---> Running in c66e1ceb80cb [2021-01-13T19:52:43.219Z] 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-13T19:52:43.219Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T19:52:43.219Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T19:52:43.820Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T19:52:43.820Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T19:52:43.820Z] 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-13T19:52:44.106Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T19:52:44.106Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T19:52:44.106Z] 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-13T19:52:44.106Z] Collecting idna<2.8,>=2.5 [2021-01-13T19:52:44.106Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T19:52:44.703Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T19:52:44.703Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T19:52:44.703Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T19:52:44.703Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T19:52:44.703Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T19:52:44.703Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T19:52:44.703Z] Installing collected packages: dockerpty, urllib3, idna, requests, websocket-client, texttable, jsonschema, docopt, PyYAML, docker-pycreds, docker, cached-property, docker-compose [2021-01-13T19:52:44.703Z] Running setup.py install for dockerpty: started [2021-01-13T19:52:46.640Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T19:52:46.640Z] Attempting uninstall: urllib3 [2021-01-13T19:52:46.640Z] Found existing installation: urllib3 1.25.9 [2021-01-13T19:52:46.640Z] Uninstalling urllib3-1.25.9: [2021-01-13T19:52:46.640Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T19:52:47.544Z] Removing intermediate container a7784eee3e4d [2021-01-13T19:52:47.544Z] ---> 8db99d1292ba [2021-01-13T19:52:47.544Z] [2021-01-13T19:52:47.544Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T19:52:47.808Z] ---> 389fef711851 [2021-01-13T19:52:47.808Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T19:52:47.808Z] ---> Using cache [2021-01-13T19:52:47.808Z] ---> 7c62b668fb1e [2021-01-13T19:52:47.808Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T19:52:49.755Z] Attempting uninstall: idna [2021-01-13T19:52:49.755Z] Found existing installation: idna 2.9 [2021-01-13T19:52:49.755Z] Uninstalling idna-2.9: [2021-01-13T19:52:49.755Z] Removing intermediate container 90d8c6a2fca8 [2021-01-13T19:52:49.755Z] ---> 15d65cb62e7b [2021-01-13T19:52:49.755Z] [2021-01-13T19:52:49.755Z] Step 10/21 : FROM scratch [2021-01-13T19:52:49.755Z] ---> [2021-01-13T19:52:49.755Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:52:50.025Z] ---> Using cache [2021-01-13T19:52:50.025Z] ---> d5e1bd91e0b1 [2021-01-13T19:52:50.025Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T19:52:50.025Z] Successfully uninstalled idna-2.9 [2021-01-13T19:52:50.299Z] ---> Running in 1442f958b95c [2021-01-13T19:52:50.299Z] ---> Running in fc2a83594e74 [2021-01-13T19:52:50.299Z] Attempting uninstall: requests [2021-01-13T19:52:50.299Z] Found existing installation: requests 2.23.0 [2021-01-13T19:52:50.299Z] Uninstalling requests-2.23.0: [2021-01-13T19:52:50.574Z] Successfully uninstalled requests-2.23.0 [2021-01-13T19:52:50.574Z] Removing intermediate container 581f4b7f5b21 [2021-01-13T19:52:50.574Z] ---> 3fc02e72a7b2 [2021-01-13T19:52:50.574Z] [2021-01-13T19:52:50.574Z] Step 10/22 : FROM scratch [2021-01-13T19:52:50.574Z] ---> [2021-01-13T19:52:50.574Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:52:50.574Z] ---> Using cache [2021-01-13T19:52:50.574Z] ---> d5e1bd91e0b1 [2021-01-13T19:52:50.574Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T19:52:52.547Z] Removing intermediate container 1442f958b95c [2021-01-13T19:52:52.547Z] ---> b005dff34264 [2021-01-13T19:52:52.547Z] Step 13/24 : WORKDIR / [2021-01-13T19:52:52.547Z] ---> Running in bc39492def65 [2021-01-13T19:52:52.547Z] Running setup.py install for texttable: started [2021-01-13T19:52:52.820Z] ---> Running in 74c4cdf7c7b3 [2021-01-13T19:52:52.820Z] Removing intermediate container fc2a83594e74 [2021-01-13T19:52:52.820Z] ---> 5900b29eaf2f [2021-01-13T19:52:52.820Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T19:52:53.094Z] Removing intermediate container bc39492def65 [2021-01-13T19:52:53.094Z] ---> 39af0379fb2e [2021-01-13T19:52:53.094Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T19:52:53.094Z] ---> Running in c5dce6b599d2 [2021-01-13T19:52:53.094Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T19:52:53.094Z] Removing intermediate container 74c4cdf7c7b3 [2021-01-13T19:52:53.094Z] ---> 8d734c491e88 [2021-01-13T19:52:53.094Z] 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-13T19:52:53.370Z] ---> Running in 6d46b3eff62e [2021-01-13T19:52:53.642Z] Removing intermediate container c5dce6b599d2 [2021-01-13T19:52:53.642Z] ---> 4ddfd0e1f9b7 [2021-01-13T19:52:53.642Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:52:53.642Z] Running setup.py install for docopt: started [2021-01-13T19:52:53.642Z] Removing intermediate container 6d46b3eff62e [2021-01-13T19:52:53.642Z] ---> d35c5442ea2d [2021-01-13T19:52:53.642Z] Step 14/22 : WORKDIR / [2021-01-13T19:52:53.914Z] ---> c01dc00e3e7a [2021-01-13T19:52:53.914Z] 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-13T19:52:53.914Z] ---> Running in 50de0870533d [2021-01-13T19:52:53.914Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T19:52:54.179Z] Running setup.py install for PyYAML: started [2021-01-13T19:52:54.179Z] ---> ff75e56e6e36 [2021-01-13T19:52:54.179Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T19:52:54.768Z] Removing intermediate container 50de0870533d [2021-01-13T19:52:54.768Z] ---> 52261c43d1fb [2021-01-13T19:52:54.768Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:52:54.768Z] ---> ae3cc4ace59e [2021-01-13T19:52:54.768Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T19:52:54.768Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T19:52:55.041Z] ---> aa3d4580bd92 [2021-01-13T19:52:55.041Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T19:52:55.311Z] ---> 9b82a8d06793 [2021-01-13T19:52:55.311Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T19:52:57.913Z] ---> ddee7f99fddc [2021-01-13T19:52:57.913Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T19:52:57.913Z] ---> fa64de814317 [2021-01-13T19:52:57.913Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T19:52:57.913Z] ---> 4ca2596cca57 [2021-01-13T19:52:57.913Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T19:52:57.913Z] 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-13T19:52:58.186Z] ---> Running in 15b00179fc9d [2021-01-13T19:52:58.186Z] ---> 4f528095f354 [2021-01-13T19:52:58.186Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T19:52:58.457Z] ---> 3c9963cf3213 [2021-01-13T19:52:58.457Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T19:52:58.726Z] ---> Running in 7184d78bd69c [2021-01-13T19:52:58.726Z] Removing intermediate container 15b00179fc9d [2021-01-13T19:52:58.726Z] ---> 05142a5c3c22 [2021-01-13T19:52:58.726Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:52:59.006Z] ---> Running in 8aeb240093f7 [2021-01-13T19:52:59.274Z] Removing intermediate container 7184d78bd69c [2021-01-13T19:52:59.274Z] ---> a7d7ee40a9e2 [2021-01-13T19:52:59.274Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:52:59.274Z] ---> 96ba59aed0a7 [2021-01-13T19:52:59.274Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T19:52:59.542Z] ---> Running in c70b1922a030 [2021-01-13T19:52:59.810Z] Removing intermediate container 8aeb240093f7 [2021-01-13T19:52:59.810Z] ---> 72b795c0bd2c [2021-01-13T19:52:59.810Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T19:53:01.228Z] Removing intermediate container c70b1922a030 [2021-01-13T19:53:01.228Z] ---> f07922a78a49 [2021-01-13T19:53:01.228Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T19:53:01.228Z] ---> Running in a59c349c8c99 [2021-01-13T19:53:01.228Z] ---> 8ff70e008479 [2021-01-13T19:53:01.228Z] 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-13T19:53:01.228Z] Removing intermediate container 5be307743bb8 [2021-01-13T19:53:01.228Z] ---> cdcb629ad4ef [2021-01-13T19:53:01.228Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T19:53:01.228Z] ---> Running in 921944e8faa0 [2021-01-13T19:53:01.493Z] ---> Running in ce52e8a6e68c [2021-01-13T19:53:01.493Z] Removing intermediate container a59c349c8c99 [2021-01-13T19:53:01.493Z] ---> 6ede91f20684 [2021-01-13T19:53:01.493Z] Step 20/21 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:53:01.493Z] ---> Running in 1ff5e451198c [2021-01-13T19:53:01.757Z] ---> Running in 0fcb3cdf3ee2 [2021-01-13T19:53:01.757Z] Removing intermediate container 921944e8faa0 [2021-01-13T19:53:01.757Z] ---> 6028c04b4469 [2021-01-13T19:53:01.757Z] Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:53:02.027Z] ---> Running in b380235ec1a5 [2021-01-13T19:53:02.028Z] Removing intermediate container 0fcb3cdf3ee2 [2021-01-13T19:53:02.028Z] ---> accb272a0f2f [2021-01-13T19:53:02.028Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T19:53:02.295Z] ---> Running in 8e5a11b6f9f7 [2021-01-13T19:53:03.694Z] Removing intermediate container b380235ec1a5 [2021-01-13T19:53:03.694Z] ---> fcf26863013d [2021-01-13T19:53:03.694Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T19:53:03.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:53:03.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:53:04.222Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:53:04.222Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T19:53:04.222Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T19:53:04.222Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:53:04.222Z] OK: 72 MiB in 58 packages [2021-01-13T19:53:04.488Z] ---> Running in d98b450487f3 [2021-01-13T19:53:04.488Z] Removing intermediate container 8e5a11b6f9f7 [2021-01-13T19:53:04.488Z] ---> 8578d204ac06 [2021-01-13T19:53:04.488Z] [2021-01-13T19:53:04.758Z] Successfully built 8578d204ac06 [2021-01-13T19:53:04.758Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-13T19:53:05.022Z]  Building docker-support-scheduler-go ... done Removing intermediate container d98b450487f3 [2021-01-13T19:53:05.022Z] ---> e8cff389aa1a [2021-01-13T19:53:05.022Z] [2021-01-13T19:53:05.022Z] Successfully built e8cff389aa1a [2021-01-13T19:53:05.022Z] Successfully tagged docker-core-metadata-go:latest [2021-01-13T19:53:05.285Z]  Building docker-core-metadata-go ... done Removing intermediate container 1ff5e451198c [2021-01-13T19:53:05.285Z] ---> 0b9bac1ff105 [2021-01-13T19:53:05.285Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T19:53:05.285Z] Removing intermediate container ce52e8a6e68c [2021-01-13T19:53:05.285Z] ---> cd8c49256629 [2021-01-13T19:53:05.285Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T19:53:05.285Z] ---> Running in f582843cc3bb [2021-01-13T19:53:05.285Z] ---> Running in 173ef7580045 [2021-01-13T19:53:05.547Z] Removing intermediate container f582843cc3bb [2021-01-13T19:53:05.547Z] ---> 7ac445961b04 [2021-01-13T19:53:05.547Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:53:05.810Z] ---> Running in 202bd0d120d3 [2021-01-13T19:53:05.810Z] Removing intermediate container 173ef7580045 [2021-01-13T19:53:05.810Z] ---> f5f743ff2f1b [2021-01-13T19:53:05.810Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T19:53:05.810Z] ---> Running in d32b83f36384 [2021-01-13T19:53:06.390Z] Removing intermediate container 202bd0d120d3 [2021-01-13T19:53:06.390Z] ---> 30acc44f3258 [2021-01-13T19:53:06.390Z] Step 24/26 : LABEL arch=x86_64 [2021-01-13T19:53:07.794Z] Removing intermediate container d32b83f36384 [2021-01-13T19:53:07.794Z] ---> e570a1ebf29d [2021-01-13T19:53:07.794Z] Step 23/24 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:53:07.794Z] ---> Running in f998a388b1bf [2021-01-13T19:53:07.794Z] ---> Running in 27c9a3017f2d [2021-01-13T19:53:08.063Z] Removing intermediate container c66e1ceb80cb [2021-01-13T19:53:08.063Z] ---> 702a83217aad [2021-01-13T19:53:08.063Z] [2021-01-13T19:53:08.063Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T19:53:08.063Z] ---> 389fef711851 [2021-01-13T19:53:08.063Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:53:08.063Z] Removing intermediate container f998a388b1bf [2021-01-13T19:53:08.063Z] ---> d006316112b5 [2021-01-13T19:53:08.063Z] Step 25/26 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:53:08.063Z] ---> Running in 6ed20f280892 [2021-01-13T19:53:08.063Z] Removing intermediate container 27c9a3017f2d [2021-01-13T19:53:08.063Z] ---> e0373caf007e [2021-01-13T19:53:08.063Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T19:53:08.327Z] ---> Running in 28ee409ce07b [2021-01-13T19:53:08.327Z] ---> Running in 2601e1b656fb [2021-01-13T19:53:08.327Z] Removing intermediate container 6ed20f280892 [2021-01-13T19:53:08.327Z] ---> c61a062ba4fd [2021-01-13T19:53:08.327Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T19:53:08.592Z] Removing intermediate container 28ee409ce07b [2021-01-13T19:53:08.592Z] ---> ebad70ea961f [2021-01-13T19:53:08.592Z] Step 26/26 : LABEL version=0.0.0 [2021-01-13T19:53:08.592Z] ---> Running in 33ba50f66068 [2021-01-13T19:53:08.592Z] Removing intermediate container 2601e1b656fb [2021-01-13T19:53:08.592Z] ---> c0763ec09d38 [2021-01-13T19:53:08.592Z] [2021-01-13T19:53:08.592Z] ---> Running in 0f285ccff339 [2021-01-13T19:53:08.592Z] Successfully built c0763ec09d38 [2021-01-13T19:53:08.854Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-13T19:53:08.854Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 33ba50f66068 [2021-01-13T19:53:08.854Z] ---> 2b3048d24f1b [2021-01-13T19:53:08.854Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T19:53:08.854Z] ---> Running in 5e6e2bf5843b [2021-01-13T19:53:08.854Z] Removing intermediate container 0f285ccff339 [2021-01-13T19:53:08.854Z] ---> c621dc8d789d [2021-01-13T19:53:08.854Z] [2021-01-13T19:53:09.801Z] Successfully built c621dc8d789d [2021-01-13T19:53:09.801Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-13T19:53:09.801Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5e6e2bf5843b [2021-01-13T19:53:09.801Z] ---> 6a1e8d55c01f [2021-01-13T19:53:09.801Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:53:09.801Z] ---> Running in 22cdc4db4dd6 [2021-01-13T19:53:10.745Z] Removing intermediate container 22cdc4db4dd6 [2021-01-13T19:53:10.745Z] ---> 78ca96744bcc [2021-01-13T19:53:10.745Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T19:53:10.745Z] ---> Running in 2007ceb886d2 [2021-01-13T19:53:11.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T19:53:11.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T19:53:12.228Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T19:53:12.228Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T19:53:12.490Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T19:53:12.756Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T19:53:12.756Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T19:53:12.756Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:53:13.020Z] OK: 8 MiB in 19 packages [2021-01-13T19:53:13.284Z] Removing intermediate container 2007ceb886d2 [2021-01-13T19:53:13.284Z] ---> f4004bb1c68d [2021-01-13T19:53:13.284Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:53:13.546Z] ---> eac2aa402b74 [2021-01-13T19:53:13.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T19:53:14.494Z] ---> 610478ed8178 [2021-01-13T19:53:14.494Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T19:53:14.494Z] ---> 224f37f251e2 [2021-01-13T19:53:14.494Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T19:53:14.757Z] ---> Running in 37ba3a28c5b0 [2021-01-13T19:53:14.757Z] Removing intermediate container 37ba3a28c5b0 [2021-01-13T19:53:14.757Z] ---> e5557e5a69f1 [2021-01-13T19:53:14.757Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:53:15.022Z] ---> Running in b638d7b2c991 [2021-01-13T19:53:15.022Z] Removing intermediate container b638d7b2c991 [2021-01-13T19:53:15.022Z] ---> 177caae3e92b [2021-01-13T19:53:15.022Z] Step 21/23 : LABEL arch=x86_64 [2021-01-13T19:53:15.022Z] ---> Running in 54cb5d5535c2 [2021-01-13T19:53:15.284Z] Removing intermediate container 54cb5d5535c2 [2021-01-13T19:53:15.284Z] ---> 811180a1152d [2021-01-13T19:53:15.284Z] Step 22/23 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:53:15.284Z] ---> Running in 4a81a3321241 [2021-01-13T19:53:15.548Z] Removing intermediate container 4a81a3321241 [2021-01-13T19:53:15.548Z] ---> 968b2c9c7c8e [2021-01-13T19:53:15.548Z] Step 23/23 : LABEL version=0.0.0 [2021-01-13T19:53:15.548Z] ---> Running in 974f8b10cfe0 [2021-01-13T19:53:15.811Z] Removing intermediate container 974f8b10cfe0 [2021-01-13T19:53:15.811Z] ---> f03c1e88af23 [2021-01-13T19:53:15.811Z] [2021-01-13T19:53:15.811Z] Successfully built f03c1e88af23 [2021-01-13T19:53:16.387Z] Successfully tagged docker-core-data-go:latest [2021-01-13T19:53:16.662Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-13T19:53:16.680Z] $ docker stop --time=1 42d897ae3cbcd0a0b0b2e1dc6c48d3890e689c1f532b28943df7afedef1e7534 [2021-01-13T19:53:18.352Z] $ docker rm -f 42d897ae3cbcd0a0b0b2e1dc6c48d3890e689c1f532b28943df7afedef1e7534 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T19:53:18.949Z] + docker images [2021-01-13T19:53:18.949Z] + grep docker [2021-01-13T19:53:18.949Z] docker-core-data-go latest f03c1e88af23 3 seconds ago 22.3MB [2021-01-13T19:53:18.949Z] docker-sys-mgmt-agent-go latest c621dc8d789d 10 seconds ago 313MB [2021-01-13T19:53:18.949Z] docker-security-secretstore-setup-go latest c0763ec09d38 10 seconds ago 24.6MB [2021-01-13T19:53:18.949Z] docker-support-scheduler-go latest 8578d204ac06 14 seconds ago 10.7MB [2021-01-13T19:53:18.949Z] docker-core-metadata-go latest e8cff389aa1a 14 seconds ago 13.1MB [2021-01-13T19:53:18.949Z] docker-support-notifications-go latest a641c4ff9eb9 About a minute ago 12MB [2021-01-13T19:53:18.949Z] docker-security-bootstrap-redis-go latest 373d69ef2a52 About a minute ago 15.8MB [2021-01-13T19:53:18.949Z] docker-core-command-go latest 86edd228d08f About a minute ago 10.6MB [2021-01-13T19:53:18.949Z] docker-security-proxy-setup-go latest 10a6a86a45be About a minute ago 24.5MB [2021-01-13T19:53:18.949Z] 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-13T19:53:34.755Z] Still waiting to schedule task [2021-01-13T19:53:34.755Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-13T19:53:47.178Z] gofmt -l . [2021-01-13T19:53:47.178Z] [ "`gofmt -l .`" = "" ] [2021-01-13T19:53:47.178Z] ./bin/test-go-mod-tidy.sh [2021-01-13T19:53:47.179Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T19:53:48.820Z] + ls -al . [2021-01-13T19:53:48.820Z] total 684 [2021-01-13T19:53:48.820Z] drwxrwxr-x 9 1001 1001 4096 Jan 13 19:53 . [2021-01-13T19:53:48.820Z] drwxr-xr-x 4 root root 4096 Jan 13 19:50 .. [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 19:48 .dockerignore [2021-01-13T19:53:48.820Z] drwxrwxr-x 8 1001 1001 4096 Jan 13 19:48 .git [2021-01-13T19:53:48.820Z] drwxrwxr-x 3 1001 1001 4096 Jan 13 19:48 .github [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 19:48 .gitignore [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 19:48 .sonarcloud.properties [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 19:48 Attribution.txt [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 19:48 CONTRIBUTING.md [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 19:48 Dockerfile.build [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 19:48 Jenkinsfile [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 19:48 LICENSE [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 19:48 Makefile [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 19:48 README.md [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 19:48 SECURITY.md [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 5 Jan 13 19:46 VERSION [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 19:48 ZMQWindows.md [2021-01-13T19:53:48.820Z] drwxrwxr-x 2 1001 1001 4096 Jan 13 19:48 bin [2021-01-13T19:53:48.820Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 19:48 cmd [2021-01-13T19:53:48.820Z] -rw-r--r-- 1 root root 552842 Jan 13 19:52 coverage.out [2021-01-13T19:53:48.820Z] -rw-r--r-- 1 root root 979 Jan 13 19:53 go.mod [2021-01-13T19:53:48.820Z] -rw-r--r-- 1 root root 19036 Jan 13 19:53 go.sum [2021-01-13T19:53:48.820Z] drwxrwxr-x 8 1001 1001 4096 Jan 13 19:48 internal [2021-01-13T19:53:48.820Z] drwxrwxr-x 4 1001 1001 4096 Jan 13 19:48 openapi [2021-01-13T19:53:48.820Z] drwxrwxr-x 4 1001 1001 4096 Jan 13 19:48 snap [2021-01-13T19:53:48.820Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 19:48 version.go [Pipeline] sh [2021-01-13T19:53:49.484Z] + '[' -e coverage.out ] [2021-01-13T19:53:49.484Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T19:53:49.584Z] Warning: overwriting stash ‘coverage-report’ [2021-01-13T19:53:50.665Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T19:53:51.354Z] + make build [2021-01-13T19:53:51.354Z] 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-13T19:54:01.520Z] 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-13T19:54:23.717Z] 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-13T19:54:28.013Z] 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-13T19:54:33.426Z] 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-13T19:54:33.788Z] Running on prd-ubuntu18.04-docker-8c-8g-20026 in /w/workspace/edgexfoundry_edgex-go_PR-3025 [Pipeline] { [Pipeline] ws [2021-01-13T19:54:33.860Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-13T19:54:34.404Z] 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-13T19:54:35.937Z] using credential edgex-jenkins-ssh [2021-01-13T19:54:36.015Z] Cloning the remote Git repository [2021-01-13T19:54:36.045Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:54:36.108Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-13T19:54:36.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:54:36.141Z] > git --version # timeout=10 [2021-01-13T19:54:36.147Z] > git --version # 'git version 2.17.1' [2021-01-13T19:54:36.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T19:54:36.173Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T19:54:38.694Z] 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-13T19:54:43.737Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T19:54:43.742Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T19:54:43.751Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T19:54:43.762Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T19:54:43.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T19:54:43.766Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3025/head:refs/remotes/origin/PR-3025 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T19:54:44.102Z] 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-13T19:54:44.316Z] Merging remotes/origin/master commit ced48a9704d45a78ce2a225541f5314d2d8a1195 into PR head commit a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:54:44.439Z] Merge succeeded, producing a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:54:44.440Z] Checking out Revision a0fb6c254a114b1db360e5fc9edf4f7571956386 (PR-3025) [2021-01-13T19:54:44.329Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T19:54:44.334Z] > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 [2021-01-13T19:54:44.408Z] > git remote # timeout=10 [2021-01-13T19:54:44.415Z] > git config --get remote.origin.url # timeout=10 [2021-01-13T19:54:44.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T19:54:44.427Z] > git merge ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 [2021-01-13T19:54:44.437Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-13T19:54:44.446Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T19:54:44.450Z] > git checkout -f a0fb6c254a114b1db360e5fc9edf4f7571956386 # timeout=10 [2021-01-13T19:54:47.497Z] 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-13T19:54:48.217Z] Commit message: "fix(snap): bump snap epoch to 5 for Ireland" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T19:54:49.457Z] + echo snap-build.sh [2021-01-13T19:54:49.457Z] snap-build.sh [2021-01-13T19:54:49.457Z] + SNAP_BASE_DIR=. [2021-01-13T19:54:49.457Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-13T19:54:49.457Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-13T19:54:49.457Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-13T19:54:49.457Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-13T19:54:49.457Z] + cd /w/workspace/edgex-go/3 [2021-01-13T19:54:49.457Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-13T19:54:49.457Z] Reading package lists... [2021-01-13T19:54:49.720Z] Building dependency tree... [2021-01-13T19:54:49.720Z] Reading state information... [2021-01-13T19:54:49.720Z] The following packages were automatically installed and are no longer required: [2021-01-13T19:54:49.720Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-13T19:54:49.720Z] uidmap xdelta3 [2021-01-13T19:54:49.720Z] Use 'sudo apt autoremove' to remove them. [2021-01-13T19:54:49.720Z] The following packages will be REMOVED: [2021-01-13T19:54:49.720Z] lxd* lxd-client* [2021-01-13T19:54:50.299Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-13T19:54:50.299Z] After this operation, 31.7 MB disk space will be freed. [2021-01-13T19:54:51.105Z] (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-13T19:54:51.105Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-13T19:54:51.815Z] 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-13T19:54:52.052Z] Removing lxd dnsmasq configuration [2021-01-13T19:54:52.052Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-13T19:54:52.314Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-13T19:54:53.265Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-13T19:54:53.527Z] (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-13T19:54:53.527Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-13T19:54:54.921Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-13T19:54:54.921Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-13T19:54:55.195Z] 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-13T19:54:56.311Z] + sudo snap remove --purge lxd [2021-01-13T19:54:56.311Z] snap "lxd" is not installed [2021-01-13T19:54:56.311Z] + sudo groupadd --force --system lxd [2021-01-13T19:54:56.311Z] ++ whoami [2021-01-13T19:54:56.311Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-13T19:54:56.573Z] + newgrp - lxd [2021-01-13T19:54:56.573Z] + sudo snap install lxd [2021-01-13T19:54:58.592Z] 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-13T19:55:03.041Z] $ docker stop --time=1 81e6104df6e16e446bbb81d02f78d943eaffa7c8179de0e86185c42eee07696a [2021-01-13T19:55:04.778Z] 2021-01-13T19:55:03Z INFO Waiting for automatic snapd restart... [2021-01-13T19:55:05.621Z] $ docker rm -f 81e6104df6e16e446bbb81d02f78d943eaffa7c8179de0e86185c42eee07696a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:55:07.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T19:55:07.499Z] [2021-01-13T19:55:07.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:55:08.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T19:55:08.165Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-13T19:55:08.165Z] 29e5d40040c1: Pulling fs layer [2021-01-13T19:55:08.165Z] 1ce36da41761: Pulling fs layer [2021-01-13T19:55:08.165Z] 25b303627fd3: Pulling fs layer [2021-01-13T19:55:09.145Z] 29e5d40040c1: Verifying Checksum [2021-01-13T19:55:09.145Z] 29e5d40040c1: Download complete [2021-01-13T19:55:09.421Z] 1ce36da41761: Verifying Checksum [2021-01-13T19:55:09.421Z] 1ce36da41761: Download complete [2021-01-13T19:55:09.700Z] 29e5d40040c1: Pull complete [2021-01-13T19:55:11.134Z] 1ce36da41761: Pull complete [2021-01-13T19:55:11.723Z] 25b303627fd3: Verifying Checksum [2021-01-13T19:55:11.724Z] 25b303627fd3: Download complete [2021-01-13T19:55:17.033Z] lxd 4.10 from Canonical* installed [2021-01-13T19:55:17.033Z] + sudo lxd init --auto [2021-01-13T19:55:21.868Z] 25b303627fd3: Pull complete [2021-01-13T19:55:21.868Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-13T19:55:21.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T19:55:21.868Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-13T19:55:22.100Z] prd-ubuntu18.04-docker-arm64-4c-16g-20025 does not seem to be running inside a container [2021-01-13T19:55:22.302Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-13T19:55:25.196Z] + sudo snap install --classic snapcraft [2021-01-13T19:55:25.328Z] $ docker top 121fb6fef44036e54e691f360a445f49e698d72ad560bd56f4656731bed69590 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:55:26.248Z] + docker-compose build --help [2021-01-13T19:55:26.248Z] + grep parallel [2021-01-13T19:55:29.622Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T19:55:29.761Z] $ docker stop --time=1 121fb6fef44036e54e691f360a445f49e698d72ad560bd56f4656731bed69590 [2021-01-13T19:55:31.739Z] $ docker rm -f 121fb6fef44036e54e691f360a445f49e698d72ad560bd56f4656731bed69590 [2021-01-13T19:55:31.792Z] snapcraft 4.4.4 from Canonical* installed [2021-01-13T19:55:31.792Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-13T19:55:31.792Z] + patch --verbose -p1 [2021-01-13T19:55:31.792Z] Hmm... Looks like a unified diff to me... [2021-01-13T19:55:31.792Z] The text leading up to this was: [2021-01-13T19:55:31.792Z] -------------------------- [2021-01-13T19:55:31.792Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-13T19:55:31.792Z] |From: Tony Espy [2021-01-13T19:55:31.792Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-13T19:55:31.792Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-13T19:55:31.792Z] | [2021-01-13T19:55:31.792Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-13T19:55:31.792Z] |optimize the snap CI check run for pull requests. When [2021-01-13T19:55:31.792Z] |applied, it essentially strips out everything (apps and [2021-01-13T19:55:31.792Z] |parts) from the snapcraft.yaml file except those required [2021-01-13T19:55:31.792Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-13T19:55:31.792Z] |catch changes to edgex-go that break the snap build. [2021-01-13T19:55:31.792Z] | [2021-01-13T19:55:31.792Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-13T19:55:31.792Z] |to update this patch file, otherwise it may fail to apply, [2021-01-13T19:55:31.792Z] |resulting in a failed snap build CI check in the associated [2021-01-13T19:55:31.792Z] |pull request. [2021-01-13T19:55:31.792Z] | [2021-01-13T19:55:31.792Z] |Note - in addition to applying this patch, the pipeline also [2021-01-13T19:55:31.792Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-13T19:55:31.792Z] |need to build the finally binary .snap file (and it won't [2021-01-13T19:55:31.792Z] |work with the patch applied). This further reduces the build [2021-01-13T19:55:31.792Z] |time. [2021-01-13T19:55:31.792Z] |--- [2021-01-13T19:55:31.792Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-13T19:55:31.792Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-13T19:55:31.792Z] | [2021-01-13T19:55:31.792Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-13T19:55:31.792Z] |index 1e537489..faf42425 100644 [2021-01-13T19:55:31.792Z] |--- a/snap/snapcraft.yaml [2021-01-13T19:55:31.792Z] |+++ b/snap/snapcraft.yaml [2021-01-13T19:55:31.792Z] -------------------------- [2021-01-13T19:55:31.792Z] patching file snap/snapcraft.yaml [2021-01-13T19:55:31.792Z] Using Plan A... [2021-01-13T19:55:31.792Z] Hunk #1 succeeded at 73. [2021-01-13T19:55:31.792Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-13T19:55:31.792Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-13T19:55:31.792Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-13T19:55:31.792Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-13T19:55:31.792Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-13T19:55:31.792Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-13T19:55:31.792Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-13T19:55:31.792Z] Hmm... Ignoring the trailing garbage. [2021-01-13T19:55:31.792Z] done [2021-01-13T19:55:31.792Z] + sudo snapcraft prime --use-lxd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T19:55:32.368Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-13T19:55:32.368Z] 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-13T19:55:32.368Z] - README.md [2021-01-13T19:55:32.368Z] - snapcraft.yaml.orig [2021-01-13T19:55:32.368Z] [2021-01-13T19:55:32.368Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-13T19:55:32.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T19:55:32.463Z] . [Pipeline] withDockerContainer [2021-01-13T19:55:32.739Z] prd-ubuntu18.04-docker-arm64-4c-16g-20025 does not seem to be running inside a container [2021-01-13T19:55:32.957Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-13T19:55:32.939Z] Launching a container. [2021-01-13T19:55:34.632Z] $ docker top 522fbf13eb648dd58fc84105be06b2107087b0daad4adb3344c51dc1b0453162 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T19:55:35.636Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T19:55:39.007Z] Building docker-core-command-go ... [2021-01-13T19:55:39.007Z] Building docker-core-data-go ... [2021-01-13T19:55:39.007Z] Building docker-core-metadata-go ... [2021-01-13T19:55:39.007Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T19:55:39.007Z] Building docker-security-proxy-setup-go ... [2021-01-13T19:55:39.007Z] Building docker-security-secretstore-setup-go ... [2021-01-13T19:55:39.007Z] Building docker-support-notifications-go ... [2021-01-13T19:55:39.007Z] Building docker-support-scheduler-go ... [2021-01-13T19:55:39.007Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T19:55:39.007Z] Building docker-support-notifications-go [2021-01-13T19:55:39.007Z] Building docker-core-command-go [2021-01-13T19:55:39.007Z] Building docker-core-data-go [2021-01-13T19:55:39.007Z] Building docker-support-scheduler-go [2021-01-13T19:55:39.007Z] Building docker-security-bootstrap-redis-go [2021-01-13T19:55:45.183Z] Waiting for container to be ready [2021-01-13T19:55:45.183Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-13T19:55:45.183Z] [2021-01-13T19:55:48.495Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-13T19:55:48.495Z] Waiting for network to be ready... [2021-01-13T19:55:48.757Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-13T19:55:48.757Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-13T19:55:49.018Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-13T19:55:49.018Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-13T19:55:49.018Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-13T19:55:49.018Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-13T19:55:49.018Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-13T19:55:49.018Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-13T19:55:49.018Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-13T19:55:49.018Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-13T19:55:49.280Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-13T19:55:49.542Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-13T19:55:49.803Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-13T19:55:49.803Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-13T19:55:49.803Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-13T19:55:49.803Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-13T19:55:49.803Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-13T19:55:49.803Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-13T19:55:50.064Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-13T19:55:50.636Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-13T19:55:50.636Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-13T19:55:50.636Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-13T19:55:50.636Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-13T19:55:50.636Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-13T19:55:50.636Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-13T19:55:50.636Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-13T19:55:50.636Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-13T19:55:52.553Z] Fetched 23.7 MB in 4s (5898 kB/s) [2021-01-13T19:55:53.496Z] Reading package lists... [2021-01-13T19:55:53.756Z] Reading package lists... [2021-01-13T19:55:53.756Z] Building dependency tree... [2021-01-13T19:55:53.756Z] Reading state information... [2021-01-13T19:55:54.017Z] The following additional packages will be installed: [2021-01-13T19:55:54.017Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-13T19:55:54.017Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-13T19:55:54.017Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-13T19:55:54.017Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-13T19:55:54.017Z] Suggested packages: [2021-01-13T19:55:54.017Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-13T19:55:54.017Z] Recommended packages: [2021-01-13T19:55:54.017Z] gnupg libsasl2-modules [2021-01-13T19:55:54.017Z] The following NEW packages will be installed: [2021-01-13T19:55:54.017Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-13T19:55:54.017Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-13T19:55:54.017Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-13T19:55:54.017Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-13T19:55:54.017Z] The following packages will be upgraded: [2021-01-13T19:55:54.017Z] gpg gpg-agent gpgconf libudev1 [2021-01-13T19:55:54.017Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-13T19:55:54.017Z] Need to get 3532 kB of archives. [2021-01-13T19:55:54.018Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-13T19:55:54.018Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-13T19:55:54.279Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-13T19:55:54.279Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-13T19:55:54.279Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-13T19:55:54.279Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-13T19:55:54.279Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-13T19:55:54.279Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-13T19:55:54.540Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-13T19:55:54.801Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-13T19:55:54.802Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-13T19:55:54.802Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-13T19:55:54.802Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-13T19:55:54.802Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-13T19:55:54.802Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-13T19:55:55.064Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-13T19:55:55.064Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-13T19:55:55.064Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-13T19:55:55.064Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-13T19:55:55.064Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-13T19:55:55.064Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-13T19:55:55.064Z] 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-13T19:55:55.064Z] 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-13T19:55:55.064Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T19:55:55.326Z] Fetched 3532 kB in 1s (3229 kB/s) [2021-01-13T19:55:55.326Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-13T19:55:55.326Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-13T19:55:55.326Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T19:55:55.326Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-13T19:55:55.588Z] Selecting previously unselected package udev. [2021-01-13T19:55:55.588Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-13T19:55:55.588Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-13T19:55:55.588Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-13T19:55:55.850Z] Selecting previously unselected package libfuse2:amd64. [2021-01-13T19:55:55.850Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-13T19:55:55.850Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-13T19:55:55.850Z] Selecting previously unselected package fuse. [2021-01-13T19:55:55.850Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-13T19:55:55.850Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-13T19:55:56.111Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T19:55:56.111Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T19:55:56.111Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T19:55:56.111Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T19:55:56.373Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T19:55:56.373Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T19:55:56.634Z] Selecting previously unselected package libksba8:amd64. [2021-01-13T19:55:56.634Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-13T19:55:56.634Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-13T19:55:56.634Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-13T19:55:56.634Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:56.634Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:56.634Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-13T19:55:56.634Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:56.634Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:56.896Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-13T19:55:56.896Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:56.896Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:56.896Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-13T19:55:56.896Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:56.896Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:57.157Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-13T19:55:57.157Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:57.157Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:57.157Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-13T19:55:57.157Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:57.157Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:57.157Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-13T19:55:57.157Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:57.157Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:57.419Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-13T19:55:57.419Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:57.419Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:57.419Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-13T19:55:57.419Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T19:55:57.419Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:57.681Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-13T19:55:57.681Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-13T19:55:57.681Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T19:55:57.681Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-13T19:55:57.681Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-13T19:55:57.681Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T19:55:57.681Z] Selecting previously unselected package libldap-common. [2021-01-13T19:55:57.681Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-13T19:55:57.681Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T19:55:57.942Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-13T19:55:57.942Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-13T19:55:57.942Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T19:55:57.942Z] Selecting previously unselected package dirmngr. [2021-01-13T19:55:57.942Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T19:55:57.942Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-13T19:55:58.203Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T19:55:58.203Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-13T19:55:58.203Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-13T19:55:58.203Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T19:55:58.203Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T19:55:58.203Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-13T19:55:58.465Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:58.465Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-13T19:55:58.465Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T19:55:58.465Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-13T19:55:59.040Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-13T19:55:59.040Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:59.303Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-13T19:55:59.303Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-13T19:55:59.303Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-13T19:55:59.303Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:59.303Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:59.303Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:59.303Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:59.567Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:59.567Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:59.567Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T19:55:59.567Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T19:55:59.567Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-13T19:55:59.567Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T19:56:00.141Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-13T19:56:00.141Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-13T19:56:00.141Z] This means they are not meant to be enabled using systemctl. [2021-01-13T19:56:00.141Z] Possible reasons for having this kind of units are: [2021-01-13T19:56:00.141Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-13T19:56:00.141Z] .wants/ or .requires/ directory. [2021-01-13T19:56:00.141Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-13T19:56:00.141Z] a requirement dependency on it. [2021-01-13T19:56:00.141Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-13T19:56:00.141Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-13T19:56:00.141Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-13T19:56:00.141Z] instance name specified. [2021-01-13T19:56:00.402Z] Reading package lists... [2021-01-13T19:56:00.663Z] Building dependency tree... [2021-01-13T19:56:00.663Z] Reading state information... [2021-01-13T19:56:00.663Z] The following additional packages will be installed: [2021-01-13T19:56:00.663Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-13T19:56:00.663Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-13T19:56:00.663Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-13T19:56:00.663Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-13T19:56:00.663Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-13T19:56:00.663Z] Suggested packages: [2021-01-13T19:56:00.663Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-13T19:56:00.663Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-13T19:56:00.663Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-13T19:56:00.663Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-13T19:56:00.663Z] systemd-container policykit-1 [2021-01-13T19:56:00.663Z] Recommended packages: [2021-01-13T19:56:00.663Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-13T19:56:00.663Z] The following NEW packages will be installed: [2021-01-13T19:56:00.663Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-13T19:56:00.663Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-13T19:56:00.663Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-13T19:56:00.663Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-13T19:56:00.663Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-13T19:56:00.663Z] The following packages will be upgraded: [2021-01-13T19:56:00.663Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-13T19:56:00.663Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-13T19:56:00.663Z] Need to get 35.2 MB of archives. [2021-01-13T19:56:00.663Z] After this operation, 141 MB of additional disk space will be used. [2021-01-13T19:56:00.663Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-13T19:56:00.923Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-13T19:56:00.923Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-13T19:56:00.923Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-13T19:56:00.923Z] 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-13T19:56:00.923Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-13T19:56:00.923Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-13T19:56:00.923Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-13T19:56:00.923Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-13T19:56:00.923Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-13T19:56:00.923Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-13T19:56:00.923Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-13T19:56:00.923Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-13T19:56:00.923Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-13T19:56:00.923Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-13T19:56:00.923Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-13T19:56:00.923Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-13T19:56:01.876Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-13T19:56:01.876Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-13T19:56:01.876Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-13T19:56:01.877Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-13T19:56:01.877Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-13T19:56:01.877Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-13T19:56:01.877Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-13T19:56:01.877Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-13T19:56:01.877Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-13T19:56:01.877Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-13T19:56:02.137Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-13T19:56:02.137Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-13T19:56:02.137Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-13T19:56:03.524Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T19:56:03.524Z] Fetched 35.2 MB in 2s (14.8 MB/s) [2021-01-13T19:56:03.524Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T19:56:03.524Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-13T19:56:03.524Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T19:56:04.097Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-13T19:56:04.097Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T19:56:04.370Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-13T19:56:04.370Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T19:56:04.370Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-13T19:56:04.370Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-13T19:56:04.631Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-13T19:56:04.631Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T19:56:04.631Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-13T19:56:04.893Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-13T19:56:05.154Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-13T19:56:05.154Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-13T19:56:05.727Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-13T19:56:05.727Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-13T19:56:05.727Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-13T19:56:05.727Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-13T19:56:05.990Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-13T19:56:05.990Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T19:56:05.990Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T19:56:06.253Z] Selecting previously unselected package libexpat1:amd64. [2021-01-13T19:56:06.253Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-13T19:56:06.253Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-13T19:56:06.253Z] Selecting previously unselected package python3.6-minimal. [2021-01-13T19:56:06.253Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T19:56:06.253Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T19:56:06.521Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-13T19:56:06.787Z] Checking for services that may need to be restarted...done. [2021-01-13T19:56:06.787Z] Checking for services that may need to be restarted...done. [2021-01-13T19:56:07.050Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T19:56:07.050Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-13T19:56:07.050Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T19:56:07.624Z] Selecting previously unselected package python3-minimal. [2021-01-13T19:56:07.624Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-13T19:56:07.624Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-13T19:56:07.624Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-13T19:56:07.624Z] Selecting previously unselected package mime-support. [2021-01-13T19:56:07.624Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-13T19:56:07.624Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-13T19:56:07.886Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-13T19:56:07.886Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-13T19:56:07.886Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-13T19:56:07.886Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-13T19:56:07.886Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T19:56:07.886Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T19:56:08.148Z] Selecting previously unselected package python3.6. [2021-01-13T19:56:08.148Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T19:56:08.148Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T19:56:08.409Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-13T19:56:08.409Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-13T19:56:08.409Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-13T19:56:08.409Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-13T19:56:08.672Z] Selecting previously unselected package python3. [2021-01-13T19:56:08.672Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-13T19:56:08.672Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-13T19:56:08.672Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-13T19:56:08.672Z] Selecting previously unselected package multiarch-support. [2021-01-13T19:56:08.672Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T19:56:08.672Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-13T19:56:08.934Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-13T19:56:08.934Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-13T19:56:08.934Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-13T19:56:08.934Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-13T19:56:08.934Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-13T19:56:09.196Z] Selecting previously unselected package libbsd0:amd64. [2021-01-13T19:56:09.196Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-13T19:56:09.196Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-13T19:56:09.196Z] Selecting previously unselected package sudo. [2021-01-13T19:56:09.196Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-13T19:56:09.196Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-13T19:56:09.456Z] Selecting previously unselected package apparmor. [2021-01-13T19:56:09.456Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-13T19:56:09.456Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-13T19:56:09.456Z] Selecting previously unselected package libedit2:amd64. [2021-01-13T19:56:09.456Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-13T19:56:09.456Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-13T19:56:09.716Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-13T19:56:09.716Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T19:56:09.716Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T19:56:09.716Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-13T19:56:09.716Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T19:56:09.716Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T19:56:09.977Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-13T19:56:09.977Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-13T19:56:09.977Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-13T19:56:09.977Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-13T19:56:09.977Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T19:56:09.977Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T19:56:10.239Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-13T19:56:10.239Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T19:56:10.239Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T19:56:10.239Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-13T19:56:10.239Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-13T19:56:10.500Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-13T19:56:10.500Z] Selecting previously unselected package openssh-client. [2021-01-13T19:56:10.500Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-13T19:56:10.500Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-13T19:56:10.761Z] Selecting previously unselected package squashfs-tools. [2021-01-13T19:56:10.761Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-13T19:56:10.761Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-13T19:56:10.761Z] Selecting previously unselected package snapd. [2021-01-13T19:56:10.761Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-13T19:56:10.761Z] Unpacking snapd (2.48+18.04) ... [2021-01-13T19:56:13.320Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-13T19:56:13.320Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-13T19:56:13.320Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-13T19:56:13.320Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-13T19:56:13.320Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-13T19:56:13.320Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T19:56:13.320Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T19:56:13.320Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-13T19:56:13.320Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-13T19:56:13.898Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-13T19:56:14.161Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-13T19:56:14.161Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-13T19:56:14.161Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T19:56:14.161Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T19:56:14.161Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T19:56:14.735Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-13T19:56:14.735Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T19:56:14.735Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-13T19:56:14.735Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-13T19:56:14.998Z] running python rtupdate hooks for python3.6... [2021-01-13T19:56:14.998Z] running python post-rtupdate hooks for python3.6... [2021-01-13T19:56:14.998Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-13T19:56:16.390Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-13T19:56:16.652Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T19:56:16.652Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-13T19:56:16.652Z] Setting up snapd (2.48+18.04) ... [2021-01-13T19:56:17.224Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-13T19:56:17.486Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-13T19:56:17.486Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-13T19:56:17.748Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-13T19:56:18.009Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-13T19:56:18.009Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-13T19:56:18.009Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-13T19:56:18.270Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-13T19:56:18.531Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-13T19:56:18.531Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-13T19:56:18.792Z] /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-13T19:56:18.792Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T19:56:18.792Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-13T19:56:19.739Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T19:56:19.739Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T19:56:20.001Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T19:56:21.204Z] Reading package lists... [2021-01-13T19:56:21.465Z] Reading package lists... [2021-01-13T19:56:21.726Z] Building dependency tree... [2021-01-13T19:56:21.726Z] Reading state information... [2021-01-13T19:56:21.726Z] Calculating upgrade... [2021-01-13T19:56:21.726Z] The following packages will be upgraded: [2021-01-13T19:56:21.726Z] advancecomp base-files bash binutils binutils-common [2021-01-13T19:56:21.726Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-13T19:56:21.726Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-13T19:56:21.726Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-13T19:56:21.726Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-13T19:56:21.726Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-13T19:56:21.726Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-13T19:56:21.726Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-13T19:56:21.726Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-13T19:56:21.726Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-13T19:56:21.726Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-13T19:56:21.726Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-13T19:56:21.726Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-13T19:56:21.726Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-13T19:56:21.726Z] ubuntu-keyring util-linux [2021-01-13T19:56:21.988Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T19:56:21.988Z] Need to get 63.7 MB of archives. [2021-01-13T19:56:21.988Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-13T19:56:21.988Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-13T19:56:21.988Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-13T19:56:22.562Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-13T19:56:22.825Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-13T19:56:22.825Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-13T19:56:22.825Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-13T19:56:22.825Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-13T19:56:22.825Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-13T19:56:22.825Z] 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-13T19:56:22.825Z] 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-13T19:56:22.825Z] 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-13T19:56:22.825Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-13T19:56:22.825Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-13T19:56:22.825Z] 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-13T19:56:22.825Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-13T19:56:22.825Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-13T19:56:22.825Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-13T19:56:22.825Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-13T19:56:22.825Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-13T19:56:22.825Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-13T19:56:23.088Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-13T19:56:23.088Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-13T19:56:23.088Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-13T19:56:23.088Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-13T19:56:23.088Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-13T19:56:23.088Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-13T19:56:23.088Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-13T19:56:23.088Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-13T19:56:23.351Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-13T19:56:23.351Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-13T19:56:23.351Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-13T19:56:23.351Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-13T19:56:23.351Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-13T19:56:23.351Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-13T19:56:23.351Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-13T19:56:23.351Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-13T19:56:23.351Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-13T19:56:23.351Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-13T19:56:23.351Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-13T19:56:23.351Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-13T19:56:23.351Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-13T19:56:23.351Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-13T19:56:23.351Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-13T19:56:23.351Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-13T19:56:23.351Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-13T19:56:23.351Z] Get:46 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-13T19:56:23.351Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-13T19:56:23.351Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-13T19:56:23.351Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-13T19:56:23.351Z] Get:50 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-13T19:56:23.351Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-13T19:56:23.613Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-13T19:56:23.613Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-13T19:56:23.613Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-13T19:56:23.613Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-13T19:56:23.613Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-13T19:56:23.613Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-13T19:56:23.613Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-13T19:56:23.613Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-13T19:56:23.613Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-13T19:56:23.613Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-13T19:56:23.613Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-13T19:56:23.613Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-13T19:56:23.613Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-13T19:56:23.613Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-13T19:56:23.613Z] Get:66 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-13T19:56:23.613Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-13T19:56:23.613Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-13T19:56:23.613Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-13T19:56:23.613Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-13T19:56:23.613Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-13T19:56:23.613Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-13T19:56:23.613Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-13T19:56:23.613Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-13T19:56:23.613Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-13T19:56:23.613Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-13T19:56:23.875Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-13T19:56:23.875Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-13T19:56:23.875Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-13T19:56:23.875Z] Get:80 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-13T19:56:23.875Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-13T19:56:23.875Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-13T19:56:23.875Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-13T19:56:23.875Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-13T19:56:23.875Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-13T19:56:23.875Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-13T19:56:23.875Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-13T19:56:23.875Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-13T19:56:24.821Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-13T19:56:25.084Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-13T19:56:25.084Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-13T19:56:25.084Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-13T19:56:25.346Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-13T19:56:25.346Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-13T19:56:25.346Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-13T19:56:25.346Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-13T19:56:25.346Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-13T19:56:25.607Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T19:56:25.608Z] Fetched 63.7 MB in 3s (18.2 MB/s) [2021-01-13T19:56:25.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:25.608Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T19:56:25.608Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T19:56:26.182Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T19:56:26.182Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T19:56:26.443Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-13T19:56:26.443Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-13T19:56:27.017Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:27.017Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:27.278Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:27.278Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:27.278Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:27.540Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:27.540Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:27.540Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:27.800Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:27.800Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:27.800Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:28.065Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:28.065Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:28.065Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:28.326Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:28.326Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T19:56:28.326Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:28.326Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-13T19:56:28.591Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:28.591Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T19:56:28.591Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:28.591Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:28.856Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:28.856Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:28.856Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:29.118Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T19:56:29.118Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:29.407Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T19:56:29.407Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T19:56:29.407Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T19:56:29.982Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-13T19:56:29.982Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T19:56:29.982Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-13T19:56:30.244Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-13T19:56:30.244Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-13T19:56:30.244Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-13T19:56:30.506Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-13T19:56:30.506Z] Installing new version of config file /etc/issue ... [2021-01-13T19:56:30.506Z] Installing new version of config file /etc/issue.net ... [2021-01-13T19:56:30.506Z] Installing new version of config file /etc/lsb-release ... [2021-01-13T19:56:30.506Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-13T19:56:30.769Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-13T19:56:31.030Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-13T19:56:31.030Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-13T19:56:31.030Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:31.030Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-13T19:56:31.030Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-13T19:56:31.291Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-13T19:56:31.291Z] 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-13T19:56:31.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:31.553Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:31.553Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:31.553Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:31.815Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:31.815Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-13T19:56:31.815Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-13T19:56:31.815Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-13T19:56:32.087Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:32.087Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-13T19:56:32.087Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T19:56:32.349Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-13T19:56:32.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:32.349Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T19:56:32.349Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T19:56:32.612Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T19:56:32.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:32.612Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T19:56:32.612Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T19:56:32.873Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-13T19:56:32.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:32.873Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-13T19:56:32.873Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-13T19:56:32.873Z] Setting up grep (3.1-2build1) ... [2021-01-13T19:56:33.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:33.135Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-13T19:56:33.135Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-13T19:56:33.396Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-13T19:56:33.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:33.396Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T19:56:33.396Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T19:56:33.657Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-13T19:56:33.657Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:33.657Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T19:56:33.657Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T19:56:34.230Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T19:56:34.230Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T19:56:34.492Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T19:56:34.492Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T19:56:35.065Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-13T19:56:35.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:35.065Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-13T19:56:35.065Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T19:56:36.010Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-13T19:56:36.010Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-13T19:56:36.282Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-13T19:56:36.282Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-13T19:56:36.282Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-13T19:56:36.545Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:36.545Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-13T19:56:36.545Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-13T19:56:36.545Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-13T19:56:36.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:36.807Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:36.807Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:36.807Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:37.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:37.069Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:37.069Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:37.069Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:37.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:37.329Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:37.329Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:37.329Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:37.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:37.591Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:37.591Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:37.591Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:37.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:37.852Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T19:56:37.852Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T19:56:37.852Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T19:56:37.852Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T19:56:38.113Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T19:56:38.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:38.113Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T19:56:38.113Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T19:56:38.376Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T19:56:38.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:38.376Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:38.376Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:38.376Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:38.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:38.641Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:38.641Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:38.904Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:38.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:38.904Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:38.904Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:39.476Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:39.737Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-13T19:56:39.999Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-13T19:56:39.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:39.999Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T19:56:39.999Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T19:56:40.263Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T19:56:40.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T19:56:40.525Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-13T19:56:40.525Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T19:56:40.789Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-13T19:56:40.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:40.789Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-13T19:56:41.050Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-13T19:56:41.050Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-13T19:56:41.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:41.312Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T19:56:41.312Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T19:56:41.574Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T19:56:41.575Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:41.575Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T19:56:41.575Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T19:56:41.837Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T19:56:41.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:41.837Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T19:56:42.098Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T19:56:42.098Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T19:56:42.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:42.360Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T19:56:42.360Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T19:56:42.621Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-13T19:56:42.621Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T19:56:42.621Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T19:56:42.621Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T19:56:42.882Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T19:56:42.882Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:42.882Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-13T19:56:42.882Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-13T19:56:43.143Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-13T19:56:43.143Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:43.143Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-13T19:56:43.405Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T19:56:43.405Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T19:56:43.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:43.667Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T19:56:43.667Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T19:56:43.667Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T19:56:43.929Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:43.929Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-13T19:56:43.929Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-13T19:56:44.190Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-13T19:56:44.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:44.190Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-13T19:56:44.190Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-13T19:56:44.451Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-13T19:56:44.713Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:44.713Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T19:56:44.713Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T19:56:44.976Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-13T19:56:44.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:44.976Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-13T19:56:44.976Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-13T19:56:45.237Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-13T19:56:45.237Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:45.237Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-13T19:56:45.498Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-13T19:56:45.498Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-13T19:56:45.498Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:45.498Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-13T19:56:45.759Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-13T19:56:45.759Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-13T19:56:46.022Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:46.022Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-13T19:56:46.022Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-13T19:56:46.022Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-13T19:56:46.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:46.283Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-13T19:56:46.283Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-13T19:56:46.283Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-13T19:56:46.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T19:56:46.283Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-13T19:56:46.544Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-13T19:56:46.544Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-13T19:56:46.544Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-13T19:56:46.544Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-13T19:56:46.544Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-13T19:56:46.806Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-13T19:56:46.806Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-13T19:56:47.040Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:56:47.040Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:56:47.040Z] ---> 67bee48d1394 [2021-01-13T19:56:47.040Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T19:56:47.070Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-13T19:56:47.070Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-13T19:56:47.070Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-13T19:56:47.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:56:47.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:56:47.315Z] ---> 67bee48d1394 [2021-01-13T19:56:47.315Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:56:47.330Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-13T19:56:47.330Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-13T19:56:47.585Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:56:47.585Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:56:47.585Z] ---> 67bee48d1394 [2021-01-13T19:56:47.585Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T19:56:47.585Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:56:47.585Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:56:47.585Z] ---> 67bee48d1394 [2021-01-13T19:56:47.585Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T19:56:47.595Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-13T19:56:47.595Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-13T19:56:47.595Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-13T19:56:47.856Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-13T19:56:47.856Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-13T19:56:47.856Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-13T19:56:47.856Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-13T19:56:47.859Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T19:56:47.859Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T19:56:47.859Z] ---> 67bee48d1394 [2021-01-13T19:56:47.859Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T19:56:48.118Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-13T19:56:48.118Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-13T19:56:48.118Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-13T19:56:48.118Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-13T19:56:48.379Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-13T19:56:48.379Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-13T19:56:48.640Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-13T19:56:48.640Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-13T19:56:50.075Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-13T19:56:50.075Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-13T19:56:50.075Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-13T19:56:50.075Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-13T19:56:50.075Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T19:56:50.075Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T19:56:50.366Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T19:56:50.366Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T19:56:50.682Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T19:56:50.682Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T19:56:50.682Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T19:56:50.682Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T19:56:51.016Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:51.016Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:51.016Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:51.016Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:51.315Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:51.315Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:51.315Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:51.315Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:52.159Z] ---> Running in ebdd82f49f5e [2021-01-13T19:56:52.159Z] ---> Running in 17d20b056744 [2021-01-13T19:56:52.159Z] ---> Running in a07807c37e87 [2021-01-13T19:56:52.159Z] ---> Running in bca1908fcf98 [2021-01-13T19:56:52.159Z] ---> Running in 3d29f6cfc333 [2021-01-13T19:56:52.159Z] Removing intermediate container 17d20b056744 [2021-01-13T19:56:52.159Z] ---> b311e1e1166c [2021-01-13T19:56:52.159Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:56:52.159Z] Removing intermediate container ebdd82f49f5e [2021-01-13T19:56:52.159Z] ---> 56564686622d [2021-01-13T19:56:52.276Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:52.276Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:52.432Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:56:52.432Z] Removing intermediate container 3d29f6cfc333 [2021-01-13T19:56:52.432Z] Removing intermediate container bca1908fcf98 [2021-01-13T19:56:52.432Z] ---> d221bf8a0610 [2021-01-13T19:56:52.432Z] ---> 3c1c3fd75c4f [2021-01-13T19:56:52.432Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:56:52.432Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:56:52.432Z] Removing intermediate container a07807c37e87 [2021-01-13T19:56:52.432Z] ---> 9a79cd5932bc [2021-01-13T19:56:52.432Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:56:52.432Z] ---> Running in c92e7270a5a8 [2021-01-13T19:56:52.710Z] ---> Running in 0f569c6b72fc [2021-01-13T19:56:52.710Z] ---> Running in 657ca38cd3aa [2021-01-13T19:56:52.710Z] ---> Running in fdefdd59c1f9 [2021-01-13T19:56:52.710Z] ---> Running in 033e46be8cbe [2021-01-13T19:56:53.218Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:53.218Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:54.159Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:54.159Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:54.420Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:54.420Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:55.364Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T19:56:55.364Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T19:56:55.364Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T19:56:55.364Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T19:56:55.364Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-13T19:56:55.629Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T19:56:55.629Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-13T19:56:55.629Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T19:56:55.892Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-13T19:56:55.892Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-13T19:56:55.892Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T19:56:56.114Z] Removing intermediate container c92e7270a5a8 [2021-01-13T19:56:56.114Z] ---> 90193e3df160 [2021-01-13T19:56:56.114Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:56:56.154Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T19:56:56.154Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T19:56:56.154Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T19:56:56.154Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-13T19:56:56.393Z] ---> Running in 10cd707e1103 [2021-01-13T19:56:56.393Z] Removing intermediate container 0f569c6b72fc [2021-01-13T19:56:56.393Z] ---> 5c9e71b8d6c1 [2021-01-13T19:56:56.393Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T19:56:56.414Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-13T19:56:56.414Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:56.414Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T19:56:56.414Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:56.670Z] Removing intermediate container 657ca38cd3aa [2021-01-13T19:56:56.670Z] ---> 8345c7a5d9a2 [2021-01-13T19:56:56.671Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T19:56:56.671Z] ---> Running in 6690c9dfd784 [2021-01-13T19:56:56.677Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:56.677Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:56.677Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-13T19:56:56.677Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-13T19:56:56.677Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-13T19:56:56.953Z] [2021-01-13T19:56:56.953Z] Current default time zone: 'Etc/UTC' [2021-01-13T19:56:56.953Z] Local time is now: Wed Jan 13 19:56:56 UTC 2021. [2021-01-13T19:56:56.953Z] Universal Time is now: Wed Jan 13 19:56:56 UTC 2021. [2021-01-13T19:56:56.953Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-13T19:56:56.953Z] [2021-01-13T19:56:56.953Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-13T19:56:56.953Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:56.953Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-13T19:56:56.953Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-13T19:56:56.953Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-13T19:56:56.953Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-13T19:56:56.954Z] ---> Running in f4090827ba06 [2021-01-13T19:56:56.954Z] Removing intermediate container 033e46be8cbe [2021-01-13T19:56:56.954Z] ---> 063e80d44294 [2021-01-13T19:56:56.954Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T19:56:56.954Z] Removing intermediate container fdefdd59c1f9 [2021-01-13T19:56:56.954Z] ---> 1498ab92bb44 [2021-01-13T19:56:56.954Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T19:56:57.217Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-13T19:56:57.217Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-13T19:56:57.217Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-13T19:56:57.217Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-13T19:56:57.217Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:57.217Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-13T19:56:57.227Z] ---> Running in f27132639208 [2021-01-13T19:56:57.227Z] ---> Running in 02996a919247 [2021-01-13T19:56:57.478Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:56:57.478Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-13T19:56:57.739Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:56:57.739Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-13T19:56:57.739Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-13T19:56:57.739Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-13T19:56:57.739Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-13T19:56:57.739Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-13T19:56:57.739Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-13T19:56:57.739Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-13T19:56:57.739Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-13T19:56:58.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:58.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:58.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:58.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:59.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:59.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:59.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:59.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:59.603Z] OK: 217 MiB in 51 packages [2021-01-13T19:56:59.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:59.655Z] Updating certificates in /etc/ssl/certs... [2021-01-13T19:56:59.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:56:59.877Z] OK: 217 MiB in 51 packages [2021-01-13T19:57:00.486Z] OK: 217 MiB in 51 packages [2021-01-13T19:57:00.486Z] OK: 217 MiB in 51 packages [2021-01-13T19:57:00.600Z] 22 added, 17 removed; done. [2021-01-13T19:57:00.600Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-13T19:57:00.760Z] OK: 217 MiB in 51 packages [2021-01-13T19:57:00.862Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T19:57:00.862Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-13T19:57:00.862Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-13T19:57:00.862Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-13T19:57:00.862Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:57:00.862Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-13T19:57:01.123Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:57:01.124Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:57:01.124Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:57:01.124Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:57:01.124Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:57:01.124Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-13T19:57:01.124Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-13T19:57:01.124Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-13T19:57:01.390Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-13T19:57:01.390Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-13T19:57:01.390Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:57:01.390Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T19:57:01.390Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-13T19:57:01.390Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-13T19:57:01.390Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-13T19:57:01.651Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T19:57:01.651Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-13T19:57:01.651Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-13T19:57:01.651Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-13T19:57:01.651Z] Updating certificates in /etc/ssl/certs... [2021-01-13T19:57:01.745Z] Removing intermediate container 10cd707e1103 [2021-01-13T19:57:01.745Z] ---> 69c3b4f94b35 [2021-01-13T19:57:01.745Z] Step 6/22 : COPY go.mod . [2021-01-13T19:57:01.745Z] Removing intermediate container 6690c9dfd784 [2021-01-13T19:57:01.745Z] ---> 14957191a58b [2021-01-13T19:57:01.745Z] Step 6/21 : COPY go.mod . [2021-01-13T19:57:02.348Z] Removing intermediate container f4090827ba06 [2021-01-13T19:57:02.348Z] ---> 409f03778d34 [2021-01-13T19:57:02.348Z] Step 6/24 : COPY go.mod . [2021-01-13T19:57:02.595Z] 0 added, 0 removed; done. [2021-01-13T19:57:02.595Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-13T19:57:02.595Z] done. [2021-01-13T19:57:02.626Z] Removing intermediate container 02996a919247 [2021-01-13T19:57:02.626Z] ---> a8dc55332259 [2021-01-13T19:57:02.626Z] Step 6/22 : COPY go.mod . [2021-01-13T19:57:02.626Z] Removing intermediate container f27132639208 [2021-01-13T19:57:02.626Z] ---> df09afdf6c1e [2021-01-13T19:57:02.626Z] Step 6/23 : COPY go.mod . [2021-01-13T19:57:02.857Z] Reading package lists... [2021-01-13T19:57:02.857Z] Building dependency tree... [2021-01-13T19:57:02.857Z] Reading state information... [2021-01-13T19:57:02.902Z] ---> d609099b7f60 [2021-01-13T19:57:02.902Z] Step 7/21 : RUN go mod download [2021-01-13T19:57:02.902Z] ---> a0eb398afa3b [2021-01-13T19:57:02.902Z] Step 7/22 : RUN go mod download [2021-01-13T19:57:03.119Z] The following NEW packages will be installed: [2021-01-13T19:57:03.119Z] apt-transport-https [2021-01-13T19:57:03.175Z] ---> Running in aa153a73f2ad [2021-01-13T19:57:03.175Z] ---> c86f2bafdbf5 [2021-01-13T19:57:03.175Z] Step 7/24 : RUN go mod download [2021-01-13T19:57:03.175Z] ---> Running in d3bd5e2f0561 [2021-01-13T19:57:03.381Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T19:57:03.381Z] Need to get 1696 B of archives. [2021-01-13T19:57:03.381Z] After this operation, 153 kB of additional disk space will be used. [2021-01-13T19:57:03.381Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-13T19:57:03.381Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T19:57:03.381Z] Fetched 1696 B in 0s (8400 B/s) [2021-01-13T19:57:03.643Z] Selecting previously unselected package apt-transport-https. [2021-01-13T19:57:03.643Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-13T19:57:03.643Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-13T19:57:03.643Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-13T19:57:03.643Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-13T19:57:03.779Z] ---> Running in 6a8a1ead27d4 [2021-01-13T19:57:03.779Z] ---> 1bb71470fe80 [2021-01-13T19:57:03.779Z] Step 7/22 : RUN go mod download [2021-01-13T19:57:03.779Z] ---> 531a85fa297b [2021-01-13T19:57:03.779Z] Step 7/23 : RUN go mod download [2021-01-13T19:57:03.905Z] Waiting for network to be ready... [2021-01-13T19:57:04.054Z] ---> Running in 388a6d140b0d [2021-01-13T19:57:04.054Z] ---> Running in b8b032cabbcb [2021-01-13T19:57:07.458Z] Removing intermediate container aa153a73f2ad [2021-01-13T19:57:07.458Z] ---> bdad6a209737 [2021-01-13T19:57:07.458Z] Step 8/21 : COPY . . [2021-01-13T19:57:07.731Z] Removing intermediate container d3bd5e2f0561 [2021-01-13T19:57:07.731Z] ---> 02ba3e47ce13 [2021-01-13T19:57:07.731Z] Step 8/22 : COPY . . [2021-01-13T19:57:08.009Z] Removing intermediate container 6a8a1ead27d4 [2021-01-13T19:57:08.009Z] ---> 87c759fa5a38 [2021-01-13T19:57:08.009Z] Step 8/24 : COPY . . [2021-01-13T19:57:08.284Z] Removing intermediate container b8b032cabbcb [2021-01-13T19:57:08.284Z] ---> e5ece05c466c [2021-01-13T19:57:08.284Z] Step 8/23 : COPY . . [2021-01-13T19:57:08.284Z] Removing intermediate container 388a6d140b0d [2021-01-13T19:57:08.284Z] ---> 29738dd6f3e4 [2021-01-13T19:57:08.284Z] Step 8/22 : COPY . . [2021-01-13T19:57:09.197Z] 2021-01-13T19:57:07Z INFO Waiting for automatic snapd restart... [2021-01-13T19:57:09.458Z] snapd 2.48.2 from Canonical* installed [2021-01-13T19:57:10.398Z] "snapd" switched to the "latest/stable" channel [2021-01-13T19:57:10.399Z] [2021-01-13T19:57:12.943Z] core18 20201210 from Canonical* installed [2021-01-13T19:57:13.204Z] "core18" switched to the "latest/stable" channel [2021-01-13T19:57:13.204Z] [2021-01-13T19:57:16.499Z] snapcraft 4.4.4 from Canonical* installed [2021-01-13T19:57:16.499Z] "snapcraft" switched to the "latest/stable" channel [2021-01-13T19:57:16.499Z] [2021-01-13T19:57:19.805Z] 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-13T19:57:19.805Z] - README.md [2021-01-13T19:57:19.805Z] - snapcraft.yaml.orig [2021-01-13T19:57:19.805Z] [2021-01-13T19:57:19.805Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-13T19:57:26.396Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T19:57:26.396Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T19:57:26.396Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T19:57:26.657Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T19:57:27.862Z] Reading package lists... [2021-01-13T19:57:28.123Z] 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-13T19:57:34.727Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T19:57:34.727Z] Reading package lists... [2021-01-13T19:57:34.727Z] Building dependency tree... [2021-01-13T19:57:34.727Z] Reading state information... [2021-01-13T19:57:34.727Z] Suggested packages: [2021-01-13T19:57:34.727Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-13T19:57:34.727Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-13T19:57:34.727Z] Recommended packages: [2021-01-13T19:57:34.727Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-13T19:57:34.727Z] The following NEW packages will be installed: [2021-01-13T19:57:34.727Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-13T19:57:34.727Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-13T19:57:34.727Z] pkg-config zip [2021-01-13T19:57:34.727Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T19:57:34.727Z] Need to get 7655 kB of archives. [2021-01-13T19:57:34.727Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-13T19:57:34.727Z] 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-13T19:57:34.727Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-13T19:57:34.727Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-13T19:57:34.987Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-13T19:57:34.987Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-13T19:57:34.987Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-13T19:57:34.987Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-13T19:57:35.103Z] ---> 639c6498f4bb [2021-01-13T19:57:35.103Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T19:57:35.103Z] ---> ac16b1348ace [2021-01-13T19:57:35.103Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T19:57:35.103Z] ---> cf448af51f8b [2021-01-13T19:57:35.103Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T19:57:35.103Z] ---> ec1380944f60 [2021-01-13T19:57:35.103Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T19:57:35.103Z] ---> Running in 345154ee99b6 [2021-01-13T19:57:35.103Z] ---> Running in 51721c327a5f [2021-01-13T19:57:35.103Z] ---> Running in 2128245e5f12 [2021-01-13T19:57:35.103Z] ---> Running in f09f2b0d57a8 [2021-01-13T19:57:35.103Z] ---> 8c8b34e51480 [2021-01-13T19:57:35.103Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T19:57:35.103Z] ---> Running in a2596bb74f2c [2021-01-13T19:57:35.103Z] 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-13T19:57:35.103Z] 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-13T19:57:35.103Z] 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-13T19:57:35.103Z] 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-13T19:57:35.103Z] 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-13T19:57:35.249Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-13T19:57:35.249Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-13T19:57:35.249Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-13T19:57:35.249Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-13T19:57:35.249Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-13T19:57:35.510Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-13T19:57:35.510Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-13T19:57:35.510Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-13T19:57:35.771Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T19:57:35.771Z] Fetched 7655 kB in 1s (6926 kB/s) [2021-01-13T19:57:35.771Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-13T19:57:35.771Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-13T19:57:35.771Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-13T19:57:35.771Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-13T19:57:36.032Z] Selecting previously unselected package libpsl5:amd64. [2021-01-13T19:57:36.032Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-13T19:57:36.032Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-13T19:57:36.032Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-13T19:57:36.032Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-13T19:57:36.032Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-13T19:57:36.293Z] Selecting previously unselected package librtmp1:amd64. [2021-01-13T19:57:36.293Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-13T19:57:36.293Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-13T19:57:36.293Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-13T19:57:36.293Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-13T19:57:36.293Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-13T19:57:36.293Z] Selecting previously unselected package liberror-perl. [2021-01-13T19:57:36.293Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-13T19:57:36.553Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-13T19:57:36.553Z] Selecting previously unselected package git-man. [2021-01-13T19:57:36.553Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-13T19:57:36.553Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-13T19:57:36.813Z] Selecting previously unselected package git. [2021-01-13T19:57:36.813Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-13T19:57:36.813Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-13T19:57:37.389Z] Selecting previously unselected package libnorm1:amd64. [2021-01-13T19:57:37.389Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-13T19:57:37.389Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-13T19:57:37.652Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-13T19:57:37.653Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-13T19:57:37.653Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-13T19:57:37.653Z] Selecting previously unselected package libsodium23:amd64. [2021-01-13T19:57:37.653Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-13T19:57:37.653Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-13T19:57:37.914Z] Selecting previously unselected package libzmq5:amd64. [2021-01-13T19:57:37.914Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-13T19:57:37.914Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T19:57:37.914Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-13T19:57:37.914Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-13T19:57:37.914Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T19:57:38.175Z] Selecting previously unselected package pkg-config. [2021-01-13T19:57:38.175Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-13T19:57:38.175Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-13T19:57:38.175Z] Selecting previously unselected package zip. [2021-01-13T19:57:38.175Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-13T19:57:38.175Z] Unpacking zip (3.0-11build1) ... [2021-01-13T19:57:38.437Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-13T19:57:38.438Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-13T19:57:38.438Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-13T19:57:38.438Z] Setting up liberror-perl (0.17025-1) ... [2021-01-13T19:57:38.438Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-13T19:57:38.438Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-13T19:57:38.698Z] No schema files found: doing nothing. [2021-01-13T19:57:38.698Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-13T19:57:38.698Z] Setting up zip (3.0-11build1) ... [2021-01-13T19:57:38.698Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-13T19:57:38.698Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-13T19:57:38.698Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-13T19:57:38.698Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T19:57:38.698Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-13T19:57:38.960Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T19:57:38.960Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-13T19:57:38.960Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T19:57:45.553Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T19:57:45.553Z] git set to automatically installed. [2021-01-13T19:57:45.553Z] git-man set to automatically installed. [2021-01-13T19:57:45.553Z] libcurl3-gnutls set to automatically installed. [2021-01-13T19:57:45.553Z] liberror-perl set to automatically installed. [2021-01-13T19:57:45.553Z] libglib2.0-0 set to automatically installed. [2021-01-13T19:57:45.553Z] libnghttp2-14 set to automatically installed. [2021-01-13T19:57:45.553Z] libnorm1 set to automatically installed. [2021-01-13T19:57:45.553Z] libpgm-5.2-0 set to automatically installed. [2021-01-13T19:57:45.553Z] libpsl5 set to automatically installed. [2021-01-13T19:57:45.553Z] librtmp1 set to automatically installed. [2021-01-13T19:57:45.553Z] libsodium23 set to automatically installed. [2021-01-13T19:57:45.553Z] libzmq3-dev set to automatically installed. [2021-01-13T19:57:45.553Z] libzmq5 set to automatically installed. [2021-01-13T19:57:45.553Z] pkg-config set to automatically installed. [2021-01-13T19:57:45.553Z] zip set to automatically installed. [2021-01-13T19:57:47.470Z] snapd is not logged in, snap install commands will use sudo [2021-01-13T19:57:54.064Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T19:57:54.324Z] snap "core18" has no updates available [2021-01-13T19:57:54.897Z] Pulling config-common [2021-01-13T19:57:55.838Z] Pulling go-build-helper [2021-01-13T19:58:18.047Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-13T19:58:18.047Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-13T19:58:18.047Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-13T19:58:18.047Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-13T19:58:18.047Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-13T19:58:18.047Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-13T19:58:18.047Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-13T19:58:18.047Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-13T19:58:18.047Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-13T19:58:18.047Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-13T19:58:18.047Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-13T19:58:18.047Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-13T19:58:18.047Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-13T19:58:18.047Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-13T19:58:18.047Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-13T19:58:18.047Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-13T19:58:18.047Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-13T19:58:18.047Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-13T19:58:18.047Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-13T19:58:18.047Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-13T19:58:18.047Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-13T19:58:18.047Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-13T19:58:18.047Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-13T19:58:18.047Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-13T19:58:18.047Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-13T19:58:18.047Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-13T19:58:18.047Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-13T19:58:18.047Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-13T19:58:18.047Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-13T19:58:18.047Z] Fetched 279 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-13T19:58:18.047Z] Fetched 122 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-13T19:58:18.047Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-13T19:58:18.047Z] Fetched 8848 B in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-13T19:58:18.047Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-13T19:58:18.047Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-13T19:58:18.047Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-13T19:58:18.047Z] Fetched 214 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-13T19:58:18.047Z] Fetched 155 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-13T19:58:18.047Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-13T19:58:18.047Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-13T19:58:18.047Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-13T19:58:18.047Z] Fetched 499 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-13T19:58:18.047Z] Fetched 111 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-13T19:58:18.047Z] Fetched 240 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-13T19:58:18.047Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-13T19:58:18.047Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-13T19:58:18.047Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-13T19:58:18.047Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-13T19:58:18.047Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-13T19:58:18.047Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-13T19:58:18.047Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-13T19:58:18.047Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-13T19:58:18.048Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-13T19:58:18.048Z] Fetched 8720 B in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-13T19:58:18.048Z] Fetched 137 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-13T19:58:18.048Z] Fetched 119 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-13T19:58:18.048Z] Fetched 109 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-13T19:58:18.048Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-13T19:58:18.048Z] Fetched 645 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-13T19:58:18.048Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-13T19:58:18.048Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-13T19:58:18.048Z] Fetched 368 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-13T19:58:18.048Z] Fetched 187 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-13T19:58:18.048Z] Fetched 175 kB in 0s (0 B/s) [2021-01-13T19:58:18.048Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-13T19:58:20.599Z] Fetched 206 kB in 0s (0 B/s) [2021-01-13T19:58:20.599Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-13T19:58:20.599Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-13T19:58:20.599Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-13T19:58:20.599Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-13T19:58:20.599Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-13T19:58:20.599Z] Fetched 159 kB in 0s (0 B/s) [2021-01-13T19:58:20.599Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-13T19:58:20.599Z] Fetched 107 kB in 0s (0 B/s) [2021-01-13T19:58:20.599Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-13T19:58:20.599Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-13T19:58:20.599Z] Pulling static-packages [2021-01-13T19:58:21.543Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-13T19:58:21.543Z] Skipping pull go-build-helper (already ran) [2021-01-13T19:58:21.543Z] Skipping pull static-packages (already ran) [2021-01-13T19:58:21.543Z] Building go-build-helper [2021-01-13T19:58:25.748Z] Building static-packages [2021-01-13T19:58:27.138Z] Staging go-build-helper [2021-01-13T19:58:28.082Z] Staging static-packages [2021-01-13T19:58:29.025Z] Pulling go115 [2021-01-13T19:58:29.968Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-13T19:58:29.968Z] Skipping pull go115 (already ran) [2021-01-13T19:58:29.968Z] Building go115 [2021-01-13T19:58:29.968Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T19:58:29.968Z] Dload Upload Total Spent Left Speed [2021-01-13T19:58:33.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 1084k 0 0 2539k 0 0:00:46 --:--:-- 0:00:46 2533k 30 115M 30 35.6M 0 0 24.9M 0 0:00:04 0:00:01 0:00:03 24.9M 59 115M 59 69.2M 0 0 28.5M 0 0:00:04 0:00:02 0:00:02 28.5M 94 115M 94 109M 0 0 31.9M 0 0:00:03 0:00:03 --:--:-- 31.9M 100 115M 100 115M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M [2021-01-13T19:58:33.945Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-13T19:58:38.169Z] Staging go115 [2021-01-13T19:58:43.489Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T19:58:43.489Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T19:58:43.489Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T19:58:43.489Z] Fetched 0 B in 0s (0 B/s) [2021-01-13T19:58:43.489Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-13T19:58:43.489Z] Fetched 224 kB in 0s (0 B/s) [2021-01-13T19:58:43.489Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-13T19:58:43.489Z] Fetched 157 kB in 0s (0 B/s) [2021-01-13T19:58:43.489Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-13T19:58:43.489Z] Fetched 221 kB in 0s (0 B/s) [2021-01-13T19:58:43.489Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-13T19:58:43.489Z] Fetched 143 kB in 0s (0 B/s) [2021-01-13T19:58:43.489Z] Pulling edgex-go [2021-01-13T19:58:44.448Z] Pulling version [2021-01-13T19:58:45.401Z] Building config-common [2021-01-13T19:58:47.322Z] Skipping build go-build-helper (already ran) [2021-01-13T19:58:47.322Z] Skipping build static-packages (already ran) [2021-01-13T19:58:47.322Z] Skipping build go115 (already ran) [2021-01-13T19:58:47.322Z] Building edgex-go [2021-01-13T19:58:47.584Z] 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-13T19:58:48.972Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-13T19:58:48.972Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 [2021-01-13T19:58:48.972Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-13T19:58:48.972Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-13T19:58:48.972Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-13T19:58:48.972Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-13T19:58:48.972Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-13T19:58:48.972Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-13T19:58:48.972Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-13T19:58:48.972Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-13T19:58:48.972Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-13T19:58:48.972Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-13T19:58:48.972Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-13T19:58:48.972Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-13T19:58:48.972Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-13T19:58:48.972Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-13T19:58:48.972Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-13T19:58:48.972Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-13T19:58:48.972Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-13T19:58:48.972Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-13T19:58:48.972Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-13T19:58:48.972Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-13T19:58:48.972Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-13T19:58:48.972Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-13T19:58:49.239Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-13T19:58:49.239Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-13T19:58:49.239Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-13T19:58:49.239Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-13T19:58:49.239Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-13T19:58:49.239Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-13T19:58:49.239Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-13T19:58:49.239Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-13T19:58:49.239Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-13T19:58:49.239Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-13T19:58:49.239Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-13T19:58:49.239Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-13T19:58:49.501Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-13T19:58:49.501Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-13T19:58:49.501Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-13T19:58:49.501Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-13T19:58:56.084Z] 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-13T19:59:01.368Z] 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-13T19:59:01.628Z] 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-13T19:59:02.580Z] 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-13T19:59:03.152Z] 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-13T19:59:03.152Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-13T19:59:03.412Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-13T19:59:03.412Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-13T19:59:03.412Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-13T19:59:05.341Z] 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-13T19:59:05.341Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-13T19:59:05.341Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-13T19:59:06.285Z] 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-13T19:59:06.285Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-13T19:59:07.226Z] 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-13T19:59:07.487Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-13T19:59:08.872Z] 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-13T19:59:09.814Z] 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-13T19:59:10.756Z] 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-13T19:59:11.927Z] Removing intermediate container f09f2b0d57a8 [2021-01-13T19:59:11.928Z] ---> 6b62328aba29 [2021-01-13T19:59:11.928Z] [2021-01-13T19:59:11.928Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T19:59:11.928Z] 3.12: Pulling from library/alpine [2021-01-13T19:59:11.928Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T19:59:11.928Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T19:59:11.928Z] ---> afeebe901d6b [2021-01-13T19:59:11.928Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T19:59:11.928Z] Removing intermediate container a2596bb74f2c [2021-01-13T19:59:11.928Z] ---> 576cb437e3e9 [2021-01-13T19:59:11.928Z] [2021-01-13T19:59:11.928Z] Step 10/24 : FROM scratch [2021-01-13T19:59:11.928Z] ---> [2021-01-13T19:59:11.928Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T19:59:11.928Z] ---> Running in 85efcd7401e3 [2021-01-13T19:59:11.928Z] ---> Running in ce541325c1ba [2021-01-13T19:59:11.928Z] Removing intermediate container ce541325c1ba [2021-01-13T19:59:11.928Z] ---> 1db2182c23c5 [2021-01-13T19:59:11.928Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T19:59:11.928Z] Removing intermediate container 345154ee99b6 [2021-01-13T19:59:11.928Z] ---> ffa5ad2db569 [2021-01-13T19:59:11.928Z] [2021-01-13T19:59:11.928Z] Step 10/21 : FROM scratch [2021-01-13T19:59:11.928Z] ---> [2021-01-13T19:59:11.928Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:59:11.928Z] Removing intermediate container 51721c327a5f [2021-01-13T19:59:11.928Z] ---> 0b8d606ec301 [2021-01-13T19:59:11.928Z] [2021-01-13T19:59:11.928Z] Step 10/22 : FROM scratch [2021-01-13T19:59:11.928Z] ---> [2021-01-13T19:59:11.928Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:59:11.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:59:11.928Z] ---> Running in 5c10e7225da6 [2021-01-13T19:59:11.928Z] ---> Running in 57392ab1e426 [2021-01-13T19:59:11.928Z] ---> Running in fea6d4249920 [2021-01-13T19:59:11.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:59:12.202Z] Removing intermediate container 5c10e7225da6 [2021-01-13T19:59:12.202Z] ---> ae61093fcef7 [2021-01-13T19:59:12.202Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T19:59:12.477Z] ---> Running in 12deca8d5e86 [2021-01-13T19:59:12.477Z] Removing intermediate container fea6d4249920 [2021-01-13T19:59:12.477Z] ---> 66e4b562ec56 [2021-01-13T19:59:12.477Z] Removing intermediate container 57392ab1e426 [2021-01-13T19:59:12.477Z] ---> c769b2e1b863 [2021-01-13T19:59:12.477Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T19:59:12.477Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T19:59:12.477Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T19:59:12.477Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T19:59:12.477Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T19:59:12.477Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T19:59:12.671Z] Building version [2021-01-13T19:59:12.751Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T19:59:12.751Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:59:12.751Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T19:59:12.751Z] ---> Running in e17499496ccb [2021-01-13T19:59:12.751Z] ---> Running in 964748efe65e [2021-01-13T19:59:13.033Z] OK: 7 MiB in 19 packages [2021-01-13T19:59:13.033Z] Removing intermediate container 12deca8d5e86 [2021-01-13T19:59:13.033Z] ---> 3f2e443566bf [2021-01-13T19:59:13.033Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T19:59:13.310Z] Removing intermediate container e17499496ccb [2021-01-13T19:59:13.310Z] ---> 2b380bb34c1b [2021-01-13T19:59:13.310Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T19:59:13.591Z] Removing intermediate container 964748efe65e [2021-01-13T19:59:13.591Z] ---> 5ca9f6829f6a [2021-01-13T19:59:13.591Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T19:59:13.591Z] ---> Running in 8d56ca5aa47d [2021-01-13T19:59:13.868Z] ---> Running in 957ed05cb5be [2021-01-13T19:59:14.466Z] Removing intermediate container 8d56ca5aa47d [2021-01-13T19:59:14.466Z] ---> b36e4dfa0f0c [2021-01-13T19:59:14.466Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:59:14.466Z] ---> 77973b3e5da2 [2021-01-13T19:59:14.466Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T19:59:14.466Z] Removing intermediate container 957ed05cb5be [2021-01-13T19:59:14.466Z] ---> 0bf90d53bebb [2021-01-13T19:59:14.466Z] Step 14/22 : WORKDIR / [2021-01-13T19:59:14.586Z] Staging config-common [2021-01-13T19:59:14.740Z] ---> Running in dc8b1829b374 [2021-01-13T19:59:15.340Z] Removing intermediate container 85efcd7401e3 [2021-01-13T19:59:15.340Z] ---> 7397a0125120 [2021-01-13T19:59:15.340Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T19:59:15.533Z] Skipping stage go-build-helper (already ran) [2021-01-13T19:59:15.533Z] Skipping stage static-packages (already ran) [2021-01-13T19:59:15.533Z] Skipping stage go115 (already ran) [2021-01-13T19:59:15.533Z] Staging edgex-go [2021-01-13T19:59:15.614Z] ---> bbb985e4b607 [2021-01-13T19:59:15.615Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T19:59:15.615Z] ---> Running in dc300f3dfffa [2021-01-13T19:59:15.891Z] Removing intermediate container dc8b1829b374 [2021-01-13T19:59:15.891Z] ---> e8caed4b21ed [2021-01-13T19:59:15.891Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:59:16.174Z] ---> 76e6af9c31dd [2021-01-13T19:59:16.174Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T19:59:16.464Z] Removing intermediate container dc300f3dfffa [2021-01-13T19:59:16.464Z] ---> 18f81858b770 [2021-01-13T19:59:16.464Z] Step 13/22 : WORKDIR / [2021-01-13T19:59:16.479Z] Staging version [2021-01-13T19:59:17.056Z] ---> Running in 3c3827299eb5 [2021-01-13T19:59:17.056Z] ---> cd348cfe2de4 [2021-01-13T19:59:17.056Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T19:59:17.421Z] Priming config-common [2021-01-13T19:59:18.044Z] ---> 174fa399377e [2021-01-13T19:59:18.044Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T19:59:18.322Z] Removing intermediate container 3c3827299eb5 [2021-01-13T19:59:18.322Z] ---> 022f28598f08 [2021-01-13T19:59:18.322Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:59:18.366Z] Priming go-build-helper [2021-01-13T19:59:18.599Z] ---> 4535f69aca38 [2021-01-13T19:59:18.599Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:59:18.873Z] ---> dba18a7722d1 [2021-01-13T19:59:18.873Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T19:59:19.148Z] ---> 037f50c59cdc [2021-01-13T19:59:19.148Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T19:59:19.324Z] Priming static-packages [2021-01-13T19:59:19.431Z] ---> Running in 535f8ff5e082 [2021-01-13T19:59:19.712Z] ---> 51f270bdeaea [2021-01-13T19:59:19.712Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T19:59:19.994Z] ---> f217eea81ba7 [2021-01-13T19:59:19.994Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T19:59:19.994Z] ---> 4922c757676e [2021-01-13T19:59:19.994Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T19:59:20.268Z] Removing intermediate container 535f8ff5e082 [2021-01-13T19:59:20.268Z] ---> 0c03136d0ef8 [2021-01-13T19:59:20.268Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:59:20.543Z] ---> Running in 03793878401a [2021-01-13T19:59:20.831Z] ---> Running in 5e3f2c8c9c21 [2021-01-13T19:59:21.238Z] Priming go115 [2021-01-13T19:59:21.500Z] Removing intermediate container 03793878401a [2021-01-13T19:59:21.501Z] ---> eacb86c61e0d [2021-01-13T19:59:21.501Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:59:21.501Z] ---> e53c349e91a3 [2021-01-13T19:59:21.501Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T19:59:21.791Z] ---> 3a07f59f0772 [2021-01-13T19:59:21.791Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T19:59:21.791Z] ---> Running in 4ae4c9a3178a [2021-01-13T19:59:21.791Z] Removing intermediate container 5e3f2c8c9c21 [2021-01-13T19:59:21.791Z] ---> 19926fb8790b [2021-01-13T19:59:21.791Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T19:59:22.089Z] ---> Running in cf46ac69ab96 [2021-01-13T19:59:22.181Z] Priming edgex-go [2021-01-13T19:59:22.730Z] Removing intermediate container 4ae4c9a3178a [2021-01-13T19:59:22.730Z] ---> ee815f2dca69 [2021-01-13T19:59:22.730Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T19:59:23.017Z] ---> Running in b9e2e09477f5 [2021-01-13T19:59:23.017Z] ---> 93c7158bfd48 [2021-01-13T19:59:23.017Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T19:59:23.017Z] Removing intermediate container cf46ac69ab96 [2021-01-13T19:59:23.017Z] ---> 845f9c4df1da [2021-01-13T19:59:23.017Z] Step 20/21 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:59:23.360Z] ---> 1616890f35fc [2021-01-13T19:59:23.360Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T19:59:23.360Z] ---> Running in 5d1175d5fd1a [2021-01-13T19:59:23.570Z] Priming version [2021-01-13T19:59:23.630Z] ---> Running in 7d403a1e7f99 [2021-01-13T19:59:23.908Z] Removing intermediate container b9e2e09477f5 [2021-01-13T19:59:23.908Z] ---> 5f4311bf478f [2021-01-13T19:59:23.908Z] Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:59:24.177Z] Removing intermediate container 5d1175d5fd1a [2021-01-13T19:59:24.177Z] ---> 71858ae78a23 [2021-01-13T19:59:24.177Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T19:59:24.177Z] ---> ec6e2c781097 [2021-01-13T19:59:24.177Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T19:59:24.177Z] ---> Running in a8a1bd8f0b35 [2021-01-13T19:59:24.454Z] ---> Running in 16e99d711610 [2021-01-13T19:59:24.454Z] Removing intermediate container 7d403a1e7f99 [2021-01-13T19:59:24.454Z] ---> c85001795290 [2021-01-13T19:59:24.454Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:59:24.454Z] ---> Running in a3124860ae8b [2021-01-13T19:59:24.526Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-13T19:59:24.734Z] ---> Running in 074de06efce0 [2021-01-13T19:59:25.008Z] Removing intermediate container a8a1bd8f0b35 [2021-01-13T19:59:25.008Z] Removing intermediate container 16e99d711610 [2021-01-13T19:59:25.008Z] ---> a15bf7d5c4b1 [2021-01-13T19:59:25.008Z] ---> 0491133d9f08 [2021-01-13T19:59:25.008Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T19:59:25.008Z] [2021-01-13T19:59:25.297Z] ---> Running in 1d010f055aa7 [2021-01-13T19:59:25.574Z] Successfully built a15bf7d5c4b1 [2021-01-13T19:59:25.574Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-13T19:59:25.574Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-13T19:59:25.854Z] Removing intermediate container 074de06efce0 [2021-01-13T19:59:25.854Z] ---> 3865088247ef [2021-01-13T19:59:25.854Z] Step 22/24 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-13T19:59:26.129Z] Removing intermediate container 1d010f055aa7 [2021-01-13T19:59:26.129Z] ---> a214963f5571 [2021-01-13T19:59:26.129Z] [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-13T19:59:26.403Z] ---> Running in 1673ca579e3a [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-13T19:59:27.016Z] Successfully built a214963f5571 [2021-01-13T19:59:27.016Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-13T19:59:27.016Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-13T19:59:27.651Z] Removing intermediate container 1673ca579e3a [2021-01-13T19:59:27.651Z] ---> 5a46433ec146 [2021-01-13T19:59:27.651Z] Step 23/24 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:59:28.250Z] ---> Running in 932fbd574a98 [2021-01-13T19:59:28.525Z] Removing intermediate container 2128245e5f12 [2021-01-13T19:59:28.525Z] ---> b303c4b4fddb [2021-01-13T19:59:28.525Z] [2021-01-13T19:59:28.525Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T19:59:28.525Z] ---> afeebe901d6b [2021-01-13T19:59:28.525Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T19:59:29.122Z] Removing intermediate container a3124860ae8b [2021-01-13T19:59:29.122Z] ---> 3d51d442fdfe [2021-01-13T19:59:29.122Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T19:59:29.720Z] ---> Running in 1400eab3e5b0 [2021-01-13T19:59:30.313Z] ---> Running in d432bd54e0cd [2021-01-13T19:59:30.313Z] Removing intermediate container 932fbd574a98 [2021-01-13T19:59:30.313Z] ---> 3fcc09092269 [2021-01-13T19:59:30.313Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T19:59:30.950Z] Removing intermediate container 1400eab3e5b0 [2021-01-13T19:59:30.950Z] ---> 4c21001f28e6 [2021-01-13T19:59:30.950Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T19:59:31.553Z] ---> Running in 15d358759012 [2021-01-13T19:59:31.553Z] Removing intermediate container d432bd54e0cd [2021-01-13T19:59:31.553Z] ---> d609fc59d410 [2021-01-13T19:59:31.553Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T19:59:31.840Z] ---> Running in 4b85f92bf12c [2021-01-13T19:59:32.119Z] ---> Running in 80cb4f779991 [2021-01-13T19:59:32.401Z] Removing intermediate container 15d358759012 [2021-01-13T19:59:32.401Z] ---> f45134e0241c [2021-01-13T19:59:32.401Z] [2021-01-13T19:59:32.999Z] Successfully built f45134e0241c [2021-01-13T19:59:32.999Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-13T19:59:32.999Z] Building docker-sys-mgmt-agent-go [2021-01-13T19:59:33.000Z]  Building docker-support-notifications-go ... done Removing intermediate container 4b85f92bf12c [2021-01-13T19:59:33.000Z] ---> 5a3684e2cdbc [2021-01-13T19:59:33.000Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T19:59:33.606Z] Removing intermediate container 80cb4f779991 [2021-01-13T19:59:33.606Z] ---> eb8038ded0ac [2021-01-13T19:59:33.606Z] Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:59:33.606Z] ---> Running in 675ed2935772 [2021-01-13T19:59:33.606Z] ---> Running in 92a8c41dee6d [2021-01-13T19:59:34.210Z] Removing intermediate container 675ed2935772 [2021-01-13T19:59:34.210Z] ---> db32800ff9cd [2021-01-13T19:59:34.210Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T19:59:34.805Z] Removing intermediate container 92a8c41dee6d [2021-01-13T19:59:34.805Z] ---> a10628d18ef7 [2021-01-13T19:59:34.805Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T19:59:35.081Z] ---> Running in fa42190d6f0b [2021-01-13T19:59:35.081Z] ---> Running in e97873fc0e45 [2021-01-13T19:59:36.067Z] Removing intermediate container e97873fc0e45 [2021-01-13T19:59:36.067Z] ---> 049cf9ea2df1 [2021-01-13T19:59:36.067Z] [2021-01-13T19:59:36.341Z] Successfully built 049cf9ea2df1 [2021-01-13T19:59:36.616Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-13T19:59:36.616Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-13T19:59:38.047Z] Removing intermediate container fa42190d6f0b [2021-01-13T19:59:38.047Z] ---> 98d9d608f611 [2021-01-13T19:59:38.047Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T19:59:38.321Z] ---> Running in 91edb1c9e2a5 [2021-01-13T19:59:39.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T19:59:40.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T19:59:41.338Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T19:59:41.338Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T19:59:41.338Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T19:59:41.612Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T19:59:41.612Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T19:59:41.890Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T19:59:41.890Z] OK: 8 MiB in 19 packages [2021-01-13T19:59:45.294Z] Removing intermediate container 91edb1c9e2a5 [2021-01-13T19:59:45.294Z] ---> 0c06a109a4f8 [2021-01-13T19:59:45.294Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T19:59:46.736Z] ---> fb1087d7a49e [2021-01-13T19:59:46.736Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T19:59:49.368Z] ---> ffb11d861aca [2021-01-13T19:59:49.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T19:59:49.967Z] ---> 75ba3320e5e7 [2021-01-13T19:59:49.967Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T19:59:50.583Z] ---> Running in 54682df7d053 [2021-01-13T19:59:51.568Z] Removing intermediate container 54682df7d053 [2021-01-13T19:59:51.568Z] ---> 51c3eda64c5a [2021-01-13T19:59:51.568Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T19:59:51.850Z] ---> Running in eae1a918ee09 [2021-01-13T19:59:52.453Z] Removing intermediate container eae1a918ee09 [2021-01-13T19:59:52.453Z] ---> 02c2afebd551 [2021-01-13T19:59:52.453Z] Step 21/23 : LABEL arch=arm64 [2021-01-13T19:59:53.048Z] ---> Running in 85f419663ec9 [2021-01-13T19:59:54.040Z] Removing intermediate container 85f419663ec9 [2021-01-13T19:59:54.040Z] ---> 955a4d91863a [2021-01-13T19:59:54.040Z] Step 22/23 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T19:59:54.314Z] ---> Running in e90219960318 [2021-01-13T19:59:54.921Z] Removing intermediate container e90219960318 [2021-01-13T19:59:54.921Z] ---> dc07442ae991 [2021-01-13T19:59:54.921Z] Step 23/23 : LABEL version=0.0.0 [2021-01-13T19:59:55.201Z] ---> Running in 545748aa9f0e [2021-01-13T19:59:55.799Z] Removing intermediate container 545748aa9f0e [2021-01-13T19:59:55.799Z] ---> c3c0b2023bfb [2021-01-13T19:59:55.799Z] [2021-01-13T19:59:56.074Z] Successfully built c3c0b2023bfb [2021-01-13T19:59:56.348Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-13T20:00:14.668Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T20:00:14.669Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T20:00:14.669Z] ---> 67bee48d1394 [2021-01-13T20:00:14.669Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T20:00:14.669Z] ---> Using cache [2021-01-13T20:00:14.669Z] ---> 9a79cd5932bc [2021-01-13T20:00:14.669Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T20:00:14.669Z] ---> Using cache [2021-01-13T20:00:14.669Z] ---> 1498ab92bb44 [2021-01-13T20:00:14.669Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T20:00:14.669Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T20:00:14.669Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T20:00:14.669Z] ---> 67bee48d1394 [2021-01-13T20:00:14.669Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T20:00:14.669Z] ---> Using cache [2021-01-13T20:00:14.669Z] ---> 9a79cd5932bc [2021-01-13T20:00:14.669Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T20:00:14.669Z] ---> Using cache [2021-01-13T20:00:14.669Z] ---> 1498ab92bb44 [2021-01-13T20:00:14.669Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T20:00:16.648Z] ---> Running in c4471ccb272f [2021-01-13T20:00:16.648Z] ---> Running in f7d149b9a5fd [2021-01-13T20:00:18.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T20:00:18.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T20:00:19.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T20:00:19.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T20:00:19.835Z] OK: 217 MiB in 51 packages [2021-01-13T20:00:19.835Z] OK: 217 MiB in 51 packages [2021-01-13T20:00:20.448Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T20:00:20.448Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T20:00:20.448Z] ---> 67bee48d1394 [2021-01-13T20:00:20.448Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T20:00:20.448Z] ---> Using cache [2021-01-13T20:00:20.448Z] ---> 9a79cd5932bc [2021-01-13T20:00:20.448Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T20:00:20.448Z] ---> Using cache [2021-01-13T20:00:20.448Z] ---> 1498ab92bb44 [2021-01-13T20:00:20.448Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T20:00:21.045Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T20:00:21.045Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T20:00:21.045Z] ---> 67bee48d1394 [2021-01-13T20:00:21.045Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T20:00:21.045Z] ---> Using cache [2021-01-13T20:00:21.045Z] ---> 9a79cd5932bc [2021-01-13T20:00:21.045Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T20:00:21.045Z] ---> Using cache [2021-01-13T20:00:21.045Z] ---> 1498ab92bb44 [2021-01-13T20:00:21.045Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T20:00:22.487Z] ---> Running in b3799a3d8148 [2021-01-13T20:00:22.487Z] ---> Running in 2d0ac52b8b22 [2021-01-13T20:00:23.093Z] Removing intermediate container f7d149b9a5fd [2021-01-13T20:00:23.093Z] ---> 219fcde0f2af [2021-01-13T20:00:23.093Z] Step 6/21 : COPY go.mod . [2021-01-13T20:00:23.368Z] Removing intermediate container c4471ccb272f [2021-01-13T20:00:23.368Z] ---> f7064995440b [2021-01-13T20:00:23.368Z] Step 6/24 : COPY go.mod . [2021-01-13T20:00:23.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T20:00:23.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T20:00:23.973Z] ---> b44160984fd9 [2021-01-13T20:00:23.973Z] Step 7/21 : RUN go mod download [2021-01-13T20:00:24.244Z] ---> Running in b8af0ae7f257 [2021-01-13T20:00:24.244Z] ---> 223c6e3bb54a [2021-01-13T20:00:24.244Z] Step 7/24 : RUN go mod download [2021-01-13T20:00:24.519Z] ---> Running in a3315573cf20 [2021-01-13T20:00:24.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T20:00:24.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T20:00:25.405Z] OK: 217 MiB in 51 packages [2021-01-13T20:00:25.405Z] OK: 217 MiB in 51 packages [2021-01-13T20:00:26.857Z] Removing intermediate container b3799a3d8148 [2021-01-13T20:00:26.857Z] ---> 8b85e2787138 [2021-01-13T20:00:26.857Z] Step 6/22 : COPY go.mod . [2021-01-13T20:00:27.132Z] Removing intermediate container 2d0ac52b8b22 [2021-01-13T20:00:27.132Z] ---> e3ac42cea0c2 [2021-01-13T20:00:27.132Z] Step 6/26 : COPY go.mod . [2021-01-13T20:00:27.752Z] Removing intermediate container b8af0ae7f257 [2021-01-13T20:00:27.752Z] ---> 118bd1e81677 [2021-01-13T20:00:27.752Z] Step 8/21 : COPY . . [2021-01-13T20:00:28.033Z] ---> a1948d5a122e [2021-01-13T20:00:28.033Z] Step 7/22 : RUN go mod download [2021-01-13T20:00:28.033Z] ---> Running in f1f364d4c05f [2021-01-13T20:00:28.310Z] ---> 88b1481e788c [2021-01-13T20:00:28.310Z] Step 7/26 : RUN go mod download [2021-01-13T20:00:28.310Z] Removing intermediate container a3315573cf20 [2021-01-13T20:00:28.310Z] ---> 9eda3db0eafb [2021-01-13T20:00:28.310Z] Step 8/24 : COPY . . [2021-01-13T20:00:28.584Z] ---> Running in 508ca71bf77a [2021-01-13T20:00:36.914Z] Removing intermediate container f1f364d4c05f [2021-01-13T20:00:36.914Z] ---> 12de19adb645 [2021-01-13T20:00:36.914Z] Step 8/22 : COPY . . [2021-01-13T20:00:36.914Z] Removing intermediate container 508ca71bf77a [2021-01-13T20:00:36.914Z] ---> 216cc979a874 [2021-01-13T20:00:36.914Z] Step 8/26 : COPY . . [2021-01-13T20:00:47.242Z] ---> c5ee0e3a0505 [2021-01-13T20:00:47.242Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T20:00:47.242Z] ---> 43b88b42d315 [2021-01-13T20:00:47.242Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T20:00:47.242Z] ---> Running in d0a0dc8d024a [2021-01-13T20:00:47.242Z] ---> Running in 35be3379dab4 [2021-01-13T20:00:49.237Z] 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-13T20:00:49.237Z] 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-13T20:00:57.556Z] ---> b9934936b994 [2021-01-13T20:00:57.556Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T20:00:57.556Z] ---> cb2142a93c11 [2021-01-13T20:00:57.556Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T20:00:57.556Z] ---> Running in 14a57d759ece [2021-01-13T20:00:57.556Z] ---> Running in 295cefa606ef [2021-01-13T20:00:59.011Z] 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-13T20:00:59.011Z] 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-13T20:01:46.079Z] 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-13T20:01:48.062Z] 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-13T20:02:00.497Z] Removing intermediate container 35be3379dab4 [2021-01-13T20:02:00.497Z] ---> 872cb62f2317 [2021-01-13T20:02:00.497Z] [2021-01-13T20:02:00.497Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T20:02:00.497Z] ---> afeebe901d6b [2021-01-13T20:02:00.497Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T20:02:00.497Z] ---> Using cache [2021-01-13T20:02:00.497Z] ---> 7397a0125120 [2021-01-13T20:02:00.497Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T20:02:00.497Z] ---> Running in 77e12613da16 [2021-01-13T20:02:00.781Z] Removing intermediate container 77e12613da16 [2021-01-13T20:02:00.781Z] ---> f5aa803f7902 [2021-01-13T20:02:00.781Z] Step 13/24 : WORKDIR / [2021-01-13T20:02:01.390Z] ---> Running in b97c48f985d4 [2021-01-13T20:02:02.849Z] Removing intermediate container d0a0dc8d024a [2021-01-13T20:02:02.849Z] ---> 4cbb79b67891 [2021-01-13T20:02:02.849Z] [2021-01-13T20:02:02.849Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T20:02:02.849Z] ---> afeebe901d6b [2021-01-13T20:02:02.849Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T20:02:02.849Z] Removing intermediate container b97c48f985d4 [2021-01-13T20:02:02.849Z] ---> 5c1f9ec6ac28 [2021-01-13T20:02:02.849Z] 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-13T20:02:03.138Z] ---> Running in ec9bfcf893cf [2021-01-13T20:02:04.608Z] ---> 564ea66d663f [2021-01-13T20:02:04.608Z] 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-13T20:02:05.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T20:02:05.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T20:02:05.778Z] ---> 94ccc80fa27c [2021-01-13T20:02:05.778Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T20:02:06.055Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T20:02:06.055Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T20:02:06.055Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T20:02:06.055Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T20:02:06.055Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T20:02:06.331Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T20:02:06.608Z] OK: 7 MiB in 18 packages [2021-01-13T20:02:07.601Z] ---> 7d875d0db370 [2021-01-13T20:02:07.601Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T20:02:10.254Z] Removing intermediate container ec9bfcf893cf [2021-01-13T20:02:10.254Z] ---> a9a44bfbd7c7 [2021-01-13T20:02:10.254Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T20:02:10.862Z] ---> e7c597c7cce9 [2021-01-13T20:02:10.862Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T20:02:10.862Z] ---> Running in a633c589fe76 [2021-01-13T20:02:11.462Z] Removing intermediate container 14a57d759ece [2021-01-13T20:02:11.462Z] ---> 7903f633714d [2021-01-13T20:02:11.462Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T20:02:11.736Z] ---> Running in 5251ac63962b [2021-01-13T20:02:12.019Z] Removing intermediate container a633c589fe76 [2021-01-13T20:02:12.019Z] ---> 14d0949d6630 [2021-01-13T20:02:12.019Z] Step 13/21 : WORKDIR /edgex [2021-01-13T20:02:12.295Z] ---> Running in fb4acd02947f [2021-01-13T20:02:12.571Z] ---> dd80aa0e5ead [2021-01-13T20:02:12.571Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T20:02:13.174Z] Removing intermediate container fb4acd02947f [2021-01-13T20:02:13.174Z] ---> ddaa75cf640b [2021-01-13T20:02:13.174Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T20:02:13.770Z] ---> 38034a0aca12 [2021-01-13T20:02:13.770Z] 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-13T20:02:13.770Z] 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-13T20:02:14.045Z] ---> Running in 34d6d05cec5c [2021-01-13T20:02:14.321Z] ---> cb7ab2b31d2d [2021-01-13T20:02:14.321Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T20:02:15.770Z] ---> 20d6a701279b [2021-01-13T20:02:15.770Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T20:02:18.391Z] Removing intermediate container 34d6d05cec5c [2021-01-13T20:02:18.391Z] ---> 841a59bf9f7b [2021-01-13T20:02:18.391Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T20:02:18.391Z] ---> 89ae0fb7ee54 [2021-01-13T20:02:18.391Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T20:02:18.391Z] ---> Running in 4d6c8939a4a2 [2021-01-13T20:02:18.391Z] ---> Running in 2d7e4a4a4bb6 [2021-01-13T20:02:18.391Z] Removing intermediate container 5251ac63962b [2021-01-13T20:02:18.391Z] ---> 66a4b6d83543 [2021-01-13T20:02:18.391Z] [2021-01-13T20:02:18.391Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T20:02:18.391Z] 20.10.0: Pulling from library/docker [2021-01-13T20:02:18.985Z] Removing intermediate container 4d6c8939a4a2 [2021-01-13T20:02:18.985Z] ---> cf96da3685d9 [2021-01-13T20:02:18.985Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T20:02:19.257Z] Removing intermediate container 2d7e4a4a4bb6 [2021-01-13T20:02:19.257Z] ---> e211aa138bc8 [2021-01-13T20:02:19.257Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T20:02:19.853Z] ---> Running in 6f8ddb57520f [2021-01-13T20:02:20.127Z] ---> Running in 17757bc4a4cf [2021-01-13T20:02:21.113Z] Removing intermediate container 6f8ddb57520f [2021-01-13T20:02:21.113Z] ---> 6f53fc1b8025 [2021-01-13T20:02:21.113Z] Step 23/24 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T20:02:21.388Z] Removing intermediate container 17757bc4a4cf [2021-01-13T20:02:21.388Z] ---> 597754e0b039 [2021-01-13T20:02:21.388Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T20:02:21.667Z] ---> Running in d0898d791644 [2021-01-13T20:02:21.667Z] Removing intermediate container 295cefa606ef [2021-01-13T20:02:21.667Z] ---> 755178d46c30 [2021-01-13T20:02:21.667Z] [2021-01-13T20:02:21.667Z] Step 10/22 : FROM scratch [2021-01-13T20:02:21.667Z] ---> [2021-01-13T20:02:21.667Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T20:02:21.943Z] ---> Running in eedbc72afde5 [2021-01-13T20:02:21.943Z] ---> Using cache [2021-01-13T20:02:21.943Z] ---> 66e4b562ec56 [2021-01-13T20:02:21.943Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T20:02:22.217Z] Removing intermediate container d0898d791644 [2021-01-13T20:02:22.217Z] ---> 107d5f31f471 [2021-01-13T20:02:22.217Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T20:02:22.217Z] ---> Running in 3add3f271cac [2021-01-13T20:02:22.489Z] ---> Running in dc7e0a7b6873 [2021-01-13T20:02:22.489Z] Removing intermediate container eedbc72afde5 [2021-01-13T20:02:22.489Z] ---> 68140b55bb74 [2021-01-13T20:02:22.489Z] Step 20/21 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T20:02:22.762Z] Removing intermediate container 3add3f271cac [2021-01-13T20:02:22.762Z] ---> 66985002db14 [2021-01-13T20:02:22.762Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T20:02:23.034Z] ---> Running in 88cb3f6b426d [2021-01-13T20:02:23.320Z] ---> Running in 7086dbecf67c [2021-01-13T20:02:23.601Z] Removing intermediate container dc7e0a7b6873 [2021-01-13T20:02:23.601Z] ---> 0d669f10757c [2021-01-13T20:02:23.601Z] [2021-01-13T20:02:23.876Z] Successfully built 0d669f10757c [2021-01-13T20:02:23.876Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-13T20:02:23.876Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 88cb3f6b426d [2021-01-13T20:02:23.876Z] ---> 2125f470a446 [2021-01-13T20:02:23.876Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T20:02:24.471Z] Removing intermediate container 7086dbecf67c [2021-01-13T20:02:24.471Z] ---> 9f4fd666b7ec [2021-01-13T20:02:24.471Z] Step 14/22 : WORKDIR / [2021-01-13T20:02:24.743Z] ---> Running in 2c71cd4e68cb [2021-01-13T20:02:24.743Z] ---> Running in 2019467a5dba [2021-01-13T20:02:25.337Z] Removing intermediate container 2c71cd4e68cb [2021-01-13T20:02:25.337Z] ---> f02d9645662c [2021-01-13T20:02:25.337Z] [2021-01-13T20:02:25.609Z] Removing intermediate container 2019467a5dba [2021-01-13T20:02:25.609Z] ---> 7c6834b3146f [2021-01-13T20:02:25.609Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T20:02:25.880Z] Successfully built f02d9645662c [2021-01-13T20:02:25.880Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-13T20:02:27.307Z]  Building docker-security-proxy-setup-go ... done  ---> 0298ae40f643 [2021-01-13T20:02:27.307Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T20:02:28.736Z] ---> 6b5a22f3a533 [2021-01-13T20:02:28.736Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T20:02:28.736Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T20:02:28.737Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T20:02:28.737Z] ---> eeaf43b92773 [2021-01-13T20:02:28.737Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T20:02:28.737Z] ---> Running in dbe58b6d390a [2021-01-13T20:02:29.335Z] ---> 2da29c5b2168 [2021-01-13T20:02:29.335Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T20:02:29.608Z] ---> Running in 82898c4e7d2f [2021-01-13T20:02:29.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T20:02:29.882Z] Removing intermediate container 82898c4e7d2f [2021-01-13T20:02:29.882Z] ---> f42b27c35795 [2021-01-13T20:02:29.882Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T20:02:30.156Z] ---> Running in 51e3c5e6fef3 [2021-01-13T20:02:30.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T20:02:30.440Z] Removing intermediate container 51e3c5e6fef3 [2021-01-13T20:02:30.440Z] ---> 577e75bda26f [2021-01-13T20:02:30.440Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T20:02:30.714Z] ---> Running in 7e7bb2689836 [2021-01-13T20:02:30.714Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T20:02:30.714Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T20:02:30.991Z] Executing bash-5.0.17-r0.post-install [2021-01-13T20:02:30.991Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T20:02:30.991Z] OK: 12 MiB in 22 packages [2021-01-13T20:02:31.267Z] Removing intermediate container 7e7bb2689836 [2021-01-13T20:02:31.267Z] ---> 036e313e3808 [2021-01-13T20:02:31.267Z] Step 21/22 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T20:02:31.267Z] ---> Running in b550cdca354a [2021-01-13T20:02:31.862Z] Removing intermediate container b550cdca354a [2021-01-13T20:02:31.862Z] ---> e4ba4de5bb11 [2021-01-13T20:02:31.862Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T20:02:31.862Z] ---> Running in 9305c576782a [2021-01-13T20:02:32.136Z] Removing intermediate container dbe58b6d390a [2021-01-13T20:02:32.136Z] ---> d22f568d083e [2021-01-13T20:02:32.137Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T20:02:32.410Z] ---> Running in 43d3c40b2661 [2021-01-13T20:02:32.682Z] Removing intermediate container 9305c576782a [2021-01-13T20:02:32.682Z] ---> d83e46b3146e [2021-01-13T20:02:32.682Z] [2021-01-13T20:02:32.953Z] Successfully built d83e46b3146e [2021-01-13T20:02:32.953Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-13T20:02:32.953Z]  Building docker-core-metadata-go ... done Removing intermediate container 43d3c40b2661 [2021-01-13T20:02:32.953Z] ---> 656ed6c7cea8 [2021-01-13T20:02:32.953Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T20:02:33.227Z] ---> Running in 8d48fd241042 [2021-01-13T20:02:33.509Z] Removing intermediate container 8d48fd241042 [2021-01-13T20:02:33.509Z] ---> 575c2219872a [2021-01-13T20:02:33.509Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T20:02:33.792Z] ---> Running in 1462fa65b9bc [2021-01-13T20:02:34.390Z] Removing intermediate container 1462fa65b9bc [2021-01-13T20:02:34.390Z] ---> 6ee4dec6fc42 [2021-01-13T20:02:34.390Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T20:02:35.387Z] ---> 59c9a1736f1c [2021-01-13T20:02:35.387Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T20:02:36.365Z] ---> c13a260dcb3b [2021-01-13T20:02:36.365Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T20:02:36.959Z] ---> a642d60eeade [2021-01-13T20:02:36.959Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T20:02:36.959Z] ---> Running in 5130f3ce2dac [2021-01-13T20:02:37.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T20:02:38.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T20:02:38.793Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T20:02:38.793Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T20:02:38.793Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T20:02:38.793Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T20:02:38.793Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T20:02:38.793Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T20:02:38.793Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T20:02:40.753Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T20:02:40.753Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T20:02:40.753Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T20:02:40.753Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T20:02:40.753Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T20:02:40.753Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T20:02:40.753Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T20:02:40.753Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T20:02:40.753Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T20:02:40.753Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T20:02:40.753Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T20:02:40.753Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T20:02:40.753Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T20:02:40.753Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T20:02:40.753Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T20:02:40.753Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T20:02:40.753Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T20:02:40.753Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T20:02:41.025Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T20:02:41.025Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T20:02:41.025Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T20:02:41.025Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T20:02:41.025Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T20:02:41.025Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T20:02:41.025Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T20:02:41.025Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T20:02:41.297Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T20:02:41.297Z] OK: 71 MiB in 55 packages [2021-01-13T20:02:48.015Z] Removing intermediate container 5130f3ce2dac [2021-01-13T20:02:48.015Z] ---> d6d85a667323 [2021-01-13T20:02:48.015Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T20:02:48.015Z] ---> Running in e367e8702bee [2021-01-13T20:02:52.303Z] Collecting docker-compose==1.23.2 [2021-01-13T20:02:52.303Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T20:02:52.894Z] Collecting PyYAML<4,>=3.10 [2021-01-13T20:02:52.894Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T20:02:56.267Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T20:02:56.267Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T20:02:56.267Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T20:02:56.267Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T20:02:58.235Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T20:02:58.235Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T20:02:58.235Z] 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-13T20:02:58.508Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T20:02:58.508Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T20:03:00.476Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T20:03:00.476Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T20:03:01.901Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T20:03:01.901Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T20:03:02.500Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T20:03:02.500Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T20:03:03.093Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T20:03:03.093Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T20:03:05.069Z] Collecting idna<2.8,>=2.5 [2021-01-13T20:03:05.069Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T20:03:05.069Z] 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-13T20:03:05.339Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T20:03:05.339Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T20:03:05.610Z] 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-13T20:03:05.880Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T20:03:05.880Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T20:03:05.880Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T20:03:05.880Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T20:03:05.880Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T20:03:05.880Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T20:03:06.854Z] Installing collected packages: PyYAML, jsonschema, dockerpty, cached-property, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docker-compose [2021-01-13T20:03:06.854Z] Running setup.py install for PyYAML: started [2021-01-13T20:03:08.816Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T20:03:09.087Z] Running setup.py install for dockerpty: started [2021-01-13T20:03:11.047Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T20:03:11.047Z] Running setup.py install for docopt: started [2021-01-13T20:03:13.013Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T20:03:13.013Z] Attempting uninstall: idna [2021-01-13T20:03:13.013Z] Found existing installation: idna 2.9 [2021-01-13T20:03:13.013Z] Uninstalling idna-2.9: [2021-01-13T20:03:13.013Z] Successfully uninstalled idna-2.9 [2021-01-13T20:03:13.603Z] Attempting uninstall: urllib3 [2021-01-13T20:03:13.604Z] Found existing installation: urllib3 1.25.9 [2021-01-13T20:03:13.604Z] Uninstalling urllib3-1.25.9: [2021-01-13T20:03:13.873Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T20:03:14.462Z] Attempting uninstall: requests [2021-01-13T20:03:14.462Z] Found existing installation: requests 2.23.0 [2021-01-13T20:03:14.462Z] Uninstalling requests-2.23.0: [2021-01-13T20:03:14.462Z] Successfully uninstalled requests-2.23.0 [2021-01-13T20:03:15.885Z] Running setup.py install for texttable: started [2021-01-13T20:03:17.309Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T20:03:18.278Z] 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-13T20:03:21.668Z] Removing intermediate container e367e8702bee [2021-01-13T20:03:21.668Z] ---> 69fd547c3fa0 [2021-01-13T20:03:21.668Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T20:03:21.940Z] ---> Running in 91ded0a18e4d [2021-01-13T20:03:22.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T20:03:23.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T20:03:23.791Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T20:03:23.791Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T20:03:23.791Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T20:03:23.791Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T20:03:23.791Z] OK: 71 MiB in 58 packages [2021-01-13T20:03:25.228Z] Removing intermediate container 91ded0a18e4d [2021-01-13T20:03:25.228Z] ---> 2f75f19e42de [2021-01-13T20:03:25.228Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T20:03:25.228Z] ---> Running in a0ab3c29e5f8 [2021-01-13T20:03:25.503Z] Removing intermediate container a0ab3c29e5f8 [2021-01-13T20:03:25.503Z] ---> 205646845d21 [2021-01-13T20:03:25.503Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T20:03:25.778Z] ---> Running in 7c443a8f2213 [2021-01-13T20:03:26.379Z] Removing intermediate container 7c443a8f2213 [2021-01-13T20:03:26.379Z] ---> 119db21e126e [2021-01-13T20:03:26.379Z] Step 24/26 : LABEL arch=arm64 [2021-01-13T20:03:26.379Z] ---> Running in 72cc480c6d06 [2021-01-13T20:03:26.976Z] Removing intermediate container 72cc480c6d06 [2021-01-13T20:03:26.976Z] ---> 0269af87724d [2021-01-13T20:03:26.976Z] Step 25/26 : LABEL git_sha=a0fb6c254a114b1db360e5fc9edf4f7571956386 [2021-01-13T20:03:26.976Z] ---> Running in 436fff8b6ae1 [2021-01-13T20:03:27.576Z] Removing intermediate container 436fff8b6ae1 [2021-01-13T20:03:27.576Z] ---> f4029a16f3f2 [2021-01-13T20:03:27.576Z] Step 26/26 : LABEL version=0.0.0 [2021-01-13T20:03:27.850Z] ---> Running in 6487add538db [2021-01-13T20:03:28.126Z] Removing intermediate container 6487add538db [2021-01-13T20:03:28.126Z] ---> 4d583643defc [2021-01-13T20:03:28.126Z] [2021-01-13T20:03:28.726Z] Successfully built 4d583643defc [2021-01-13T20:03:28.726Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-13T20:03:29.019Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-13T20:03:29.193Z] $ docker stop --time=1 522fbf13eb648dd58fc84105be06b2107087b0daad4adb3344c51dc1b0453162 [2021-01-13T20:03:31.103Z] $ docker rm -f 522fbf13eb648dd58fc84105be06b2107087b0daad4adb3344c51dc1b0453162 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T20:03:31.663Z] + + docker images [2021-01-13T20:03:31.663Z] grep docker [2021-01-13T20:03:31.934Z] docker-sys-mgmt-agent-go-arm64 latest 4d583643defc 3 seconds ago 300MB [2021-01-13T20:03:31.934Z] docker-core-metadata-go-arm64 latest d83e46b3146e 59 seconds ago 12.3MB [2021-01-13T20:03:31.934Z] docker-security-proxy-setup-go-arm64 latest f02d9645662c About a minute ago 23.3MB [2021-01-13T20:03:31.934Z] docker-security-secretstore-setup-go-arm64 latest 0d669f10757c About a minute ago 23.4MB [2021-01-13T20:03:31.934Z] docker-core-data-go-arm64 latest c3c0b2023bfb 3 minutes ago 21MB [2021-01-13T20:03:31.934Z] docker-security-bootstrap-redis-go-arm64 latest 049cf9ea2df1 3 minutes ago 15.1MB [2021-01-13T20:03:31.934Z] docker-support-notifications-go-arm64 latest f45134e0241c 3 minutes ago 11.4MB [2021-01-13T20:03:31.934Z] docker-core-command-go-arm64 latest a214963f5571 4 minutes ago 9.98MB [2021-01-13T20:03:31.934Z] docker-support-scheduler-go-arm64 latest a15bf7d5c4b1 4 minutes ago 10MB [2021-01-13T20:03:31.934Z] 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-13T20:03:34.700Z] provisioning config files... [2021-01-13T20:03:34.713Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config121905234460930046tmp [Pipeline] { [Pipeline] sh [2021-01-13T20:03:35.122Z] + set +x [2021-01-13T20:03:35.122Z] + curl -s https://codecov.io/bash [2021-01-13T20:03:35.122Z] + bash -s -- [2021-01-13T20:03:35.702Z] [2021-01-13T20:03:35.702Z] _____ _ [2021-01-13T20:03:35.702Z] / ____| | | [2021-01-13T20:03:35.702Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T20:03:35.702Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T20:03:35.702Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T20:03:35.702Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T20:03:35.702Z] Bash-20201231-23d4836 [2021-01-13T20:03:35.702Z] [2021-01-13T20:03:35.702Z] [2021-01-13T20:03:35.702Z] ==> git version 2.24.3 found [2021-01-13T20:03:35.702Z] ==> 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-13T20:03:35.702Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T20:03:35.702Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T20:03:35.702Z] ==> Jenkins CI detected. [2021-01-13T20:03:35.702Z] project root: . [2021-01-13T20:03:35.702Z] --> token set from env [2021-01-13T20:03:35.702Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T20:03:35.702Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T20:03:35.702Z] ==> Python coveragepy not found [2021-01-13T20:03:35.702Z] ==> Searching for coverage reports in: [2021-01-13T20:03:35.702Z] + . [2021-01-13T20:03:35.702Z] -> Found 1 reports [2021-01-13T20:03:35.702Z] ==> Detecting git/mercurial file structure [2021-01-13T20:03:35.702Z] ==> Reading reports [2021-01-13T20:03:35.702Z] + ./coverage.out bytes=552842 [2021-01-13T20:03:35.702Z] ==> Appending adjustments [2021-01-13T20:03:35.702Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T20:03:39.027Z] + Found adjustments [2021-01-13T20:03:39.027Z] ==> Gzipping contents [2021-01-13T20:03:39.027Z] 84K /tmp/codecov.zqx0VS.gz [2021-01-13T20:03:39.027Z] ==> Uploading reports [2021-01-13T20:03:39.027Z] url: https://codecov.io [2021-01-13T20:03:39.027Z] query: branch=PR-3025&commit=a0fb6c254a114b1db360e5fc9edf4f7571956386&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3025%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3025&job=&cmd_args= [2021-01-13T20:03:39.027Z] -> Pinging Codecov [2021-01-13T20:03:39.027Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3025&commit=a0fb6c254a114b1db360e5fc9edf4f7571956386&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3025%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3025&job=&cmd_args= [2021-01-13T20:03:39.602Z] -> Uploading to [2021-01-13T20:03:39.602Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/a0fb6c254a114b1db360e5fc9edf4f7571956386/d44fd2e1-2473-4305-b823-de8e732b3bb1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T200339Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb20c86a522702ae2bc80859bc612d5c775dfecbd6345a23126a4221985737d5 [2021-01-13T20:03:39.602Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T20:03:39.602Z] Dload Upload Total Spent Left Speed [2021-01-13T20:03:40.174Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83598 0 0 100 83598 0 130k --:--:-- --:--:-- --:--:-- 130k 100 83598 0 0 100 83598 0 130k --:--:-- --:--:-- --:--:-- 130k [2021-01-13T20:03:40.174Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a0fb6c254a114b1db360e5fc9edf4f7571956386 [Pipeline] } [2021-01-13T20:03:40.184Z] 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-13T20:03:42.719Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T20:03:43.669Z] ---> package-listing.sh [2021-01-13T20:03:43.669Z] ++ facter osfamily [2021-01-13T20:03:43.669Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T20:03:43.669Z] + OS_FAMILY=redhat [2021-01-13T20:03:43.669Z] + workspace=/w/workspace/edgex-go/3 [2021-01-13T20:03:43.669Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T20:03:43.669Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T20:03:43.669Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T20:03:43.669Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T20:03:43.669Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-13T20:03:43.669Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T20:03:43.669Z] + case "${OS_FAMILY}" in [2021-01-13T20:03:43.669Z] + rpm -qa [2021-01-13T20:03:43.669Z] + sort [2021-01-13T20:03:49.068Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T20:03:49.069Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T20:03:49.069Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T20:03:49.069Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-13T20:03:49.069Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-13T20:03:49.069Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-13T20:03:49.085Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-13T20:03:49.380Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T20:03:49.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T20:03:49.688Z] [2021-01-13T20:03:49.688Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T20:03:50.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T20:03:50.048Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T20:03:50.048Z] df20fa9351a1: Pulling fs layer [2021-01-13T20:03:50.048Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T20:03:50.048Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T20:03:50.048Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T20:03:50.048Z] 93b61091891f: Pulling fs layer [2021-01-13T20:03:50.048Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T20:03:50.048Z] 5e14af77c1be: Pulling fs layer [2021-01-13T20:03:50.048Z] 01666e4c0597: Pulling fs layer [2021-01-13T20:03:50.048Z] aa168da1d23b: Pulling fs layer [2021-01-13T20:03:50.048Z] 46f8f816bc3b: Waiting [2021-01-13T20:03:50.048Z] 5e14af77c1be: Waiting [2021-01-13T20:03:50.048Z] 01666e4c0597: Waiting [2021-01-13T20:03:50.048Z] 93b61091891f: Waiting [2021-01-13T20:03:50.048Z] 93b9cdb0e59b: Waiting [2021-01-13T20:03:50.048Z] aa168da1d23b: Waiting [2021-01-13T20:03:50.048Z] 36b3adc4ff6f: Verifying Checksum [2021-01-13T20:03:50.048Z] 36b3adc4ff6f: Download complete [2021-01-13T20:03:50.310Z] 46f8f816bc3b: Verifying Checksum [2021-01-13T20:03:50.310Z] 46f8f816bc3b: Download complete [2021-01-13T20:03:50.310Z] df20fa9351a1: Download complete [2021-01-13T20:03:50.310Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T20:03:50.310Z] 93b9cdb0e59b: Download complete [2021-01-13T20:03:50.310Z] 5e14af77c1be: Verifying Checksum [2021-01-13T20:03:50.310Z] 5e14af77c1be: Download complete [2021-01-13T20:03:50.310Z] 93b61091891f: Verifying Checksum [2021-01-13T20:03:50.310Z] 93b61091891f: Download complete [2021-01-13T20:03:50.310Z] 01666e4c0597: Verifying Checksum [2021-01-13T20:03:50.310Z] 01666e4c0597: Download complete [2021-01-13T20:03:50.573Z] df20fa9351a1: Pull complete [2021-01-13T20:03:50.834Z] 36b3adc4ff6f: Pull complete [2021-01-13T20:03:51.100Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T20:03:51.100Z] 8ad3a11d3b57: Download complete [2021-01-13T20:03:51.679Z] 8ad3a11d3b57: Pull complete [2021-01-13T20:03:51.943Z] 46f8f816bc3b: Pull complete [2021-01-13T20:03:52.897Z] aa168da1d23b: Verifying Checksum [2021-01-13T20:03:52.897Z] aa168da1d23b: Download complete [2021-01-13T20:03:54.290Z] 93b61091891f: Pull complete [2021-01-13T20:03:54.552Z] 93b9cdb0e59b: Pull complete [2021-01-13T20:03:54.817Z] 5e14af77c1be: Pull complete [2021-01-13T20:03:54.817Z] 01666e4c0597: Pull complete [2021-01-13T20:04:03.013Z] aa168da1d23b: Pull complete [2021-01-13T20:04:03.013Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T20:04:03.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T20:04:03.013Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T20:04:03.210Z] prd-centos7-docker-4c-2g-20024 does not seem to be running inside a container [2021-01-13T20:04:03.260Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-13T20:04:11.874Z] $ docker top ed870c0a4269da56851be27ee507db360a0263e6bfb55210a729bfa83920b245 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T20:04:12.512Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T20:04:12.814Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T20:04:13.116Z] + ls /var/log/sa-host [2021-01-13T20:04:13.116Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T20:04:13.116Z] file_magic: OK [2021-01-13T20:04:13.116Z] HZ: Using current value: 100 [2021-01-13T20:04:13.116Z] file_header: OK [2021-01-13T20:04:13.116Z] 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-13T20:04:13.116Z] Statistics: [2021-01-13T20:04:13.116Z] 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-13T20:04:13.116Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T20:04:13.116Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T20:04:13.116Z] file_magic: OK [2021-01-13T20:04:13.116Z] HZ: Using current value: 100 [2021-01-13T20:04:13.116Z] file_header: OK [2021-01-13T20:04:13.116Z] 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-13T20:04:13.116Z] Statistics: [2021-01-13T20:04:13.116Z] Hnuu...uuuununununu... [2021-01-13T20:04:13.116Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T20:04:13.763Z] provisioning config files... [2021-01-13T20:04:13.786Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5581577829249466672tmp [Pipeline] { [Pipeline] echo [2021-01-13T20:04:13.906Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T20:04:14.203Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T20:04:14.212Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T20:04:14.330Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T20:04:14.628Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T20:04:14.638Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T20:04:14.937Z] ---> sudo-logs.sh [2021-01-13T20:04:14.937Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T20:04:14.949Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T20:04:15.249Z] ---> job-cost.sh [2021-01-13T20:04:15.249Z] lf-activate-venv: SKIPPING [2021-01-13T20:04:15.249Z] INFO: No Stack... [2021-01-13T20:04:16.192Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T20:04:16.768Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T20:04:16.782Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T20:04:17.084Z] ---> logs-deploy.sh [2021-01-13T20:04:17.085Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3025/3 [2021-01-13T20:04:17.085Z] INFO: archiving workspace using pattern(s): [2021-01-13T20:04:18.473Z] Archives upload complete. [2021-01-13T20:04:18.745Z] INFO: archiving logs to Nexus [2021-01-13T20:04:19.693Z] ---> uname -a: [2021-01-13T20:04:19.693Z] Linux prd-centos7-docker-4c-2g-20024.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-13T20:04:19.693Z] [2021-01-13T20:04:19.693Z] [2021-01-13T20:04:19.693Z] ---> lscpu: [2021-01-13T20:04:19.693Z] Architecture: x86_64 [2021-01-13T20:04:19.693Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-13T20:04:19.693Z] Byte Order: Little Endian [2021-01-13T20:04:19.693Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-13T20:04:19.693Z] CPU(s): 4 [2021-01-13T20:04:19.693Z] On-line CPU(s) list: 0-3 [2021-01-13T20:04:19.693Z] Thread(s) per core: 1 [2021-01-13T20:04:19.693Z] Core(s) per socket: 1 [2021-01-13T20:04:19.693Z] Socket(s): 4 [2021-01-13T20:04:19.693Z] NUMA node(s): 1 [2021-01-13T20:04:19.693Z] Vendor ID: GenuineIntel [2021-01-13T20:04:19.693Z] CPU family: 6 [2021-01-13T20:04:19.693Z] Model: 44 [2021-01-13T20:04:19.693Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-13T20:04:19.693Z] Stepping: 1 [2021-01-13T20:04:19.693Z] CPU MHz: 2933.442 [2021-01-13T20:04:19.693Z] BogoMIPS: 5866.88 [2021-01-13T20:04:19.693Z] Virtualization: VT-x [2021-01-13T20:04:19.693Z] Hypervisor vendor: KVM [2021-01-13T20:04:19.693Z] Virtualization type: full [2021-01-13T20:04:19.693Z] L1d cache: 128 KiB [2021-01-13T20:04:19.693Z] L1i cache: 128 KiB [2021-01-13T20:04:19.693Z] L2 cache: 16 MiB [2021-01-13T20:04:19.693Z] L3 cache: 64 MiB [2021-01-13T20:04:19.693Z] NUMA node0 CPU(s): 0-3 [2021-01-13T20:04:19.693Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-13T20:04:19.693Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-13T20:04:19.693Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-13T20:04:19.693Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-13T20:04:19.693Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-13T20:04:19.693Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-13T20:04:19.693Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-13T20:04:19.693Z] Vulnerability Srbds: Not affected [2021-01-13T20:04:19.693Z] Vulnerability Tsx async abort: Not affected [2021-01-13T20:04:19.694Z] 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-13T20:04:19.694Z] [2021-01-13T20:04:19.694Z] [2021-01-13T20:04:19.694Z] ---> nproc: [2021-01-13T20:04:19.694Z] 4 [2021-01-13T20:04:19.694Z] [2021-01-13T20:04:19.694Z] [2021-01-13T20:04:19.694Z] ---> df -h: [2021-01-13T20:04:19.694Z] Filesystem Size Used Available Use% Mounted on [2021-01-13T20:04:19.694Z] overlay 50.0G 11.2G 38.8G 22% / [2021-01-13T20:04:19.694Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-13T20:04:19.694Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-13T20:04:19.694Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/3 [2021-01-13T20:04:19.694Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/3@tmp [2021-01-13T20:04:19.694Z] [2021-01-13T20:04:19.694Z]