Pull request #3001 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 6aacc02e765899b5f00a422c0b56178915ca79e6 rather than c5d4f56aecd1b435a7b33b7684dcf103eece7a8f Obtained Jenkinsfile from 6aacc02e765899b5f00a422c0b56178915ca79e6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19085 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit c5d4f56aecd1b435a7b33b7684dcf103eece7a8f Merge succeeded, producing c5d4f56aecd1b435a7b33b7684dcf103eece7a8f Checking out Revision c5d4f56aecd1b435a7b33b7684dcf103eece7a8f (PR-3001) > 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/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 Commit message: "feat(meta): add POST /provisionwatcher V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-08T09:08:47.187Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk d72252c4acd011e7e2d980babbb235a3a52a00ae # timeout=10 [Pipeline] withCredentials [2021-01-08T09:08:47.486Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-08T09:08:47.594Z] ========================================================= [2021-01-08T09:08:47.594Z] EdgeX Global Pipelines Version Info [2021-01-08T09:08:47.594Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:08:49.112Z] ------------------- [2021-01-08T09:08:49.112Z] stable info: [2021-01-08T09:08:49.112Z] ------------------- [2021-01-08T09:08:49.112Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-08T09:08:49.112Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T09:08:49.112Z] Message: update stable to v1.0.173 [2021-01-08T09:08:50.053Z] ------------------- [2021-01-08T09:08:50.053Z] experimental info: [2021-01-08T09:08:50.053Z] ------------------- [2021-01-08T09:08:50.053Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-08T09:08:50.053Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-08T09:08:50.053Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-08T09:08:50.438Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-08T09:08:50.571Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-08T09:08:50.696Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-08T09:08:50.789Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-08T09:08:50.914Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-08T09:08:51.053Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-08T09:08:51.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-08T09:08:51.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-08T09:08:51.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-08T09:08:51.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-08T09:08:51.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-08T09:08:51.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-08T09:08:51.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-08T09:08:51.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-08T09:08:51.930Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-08T09:08:52.026Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-08T09:08:52.183Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-08T09:08:52.343Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-08T09:08:52.433Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-08T09:08:52.563Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-08T09:08:52.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-08T09:08:52.749Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-08T09:08:52.853Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-08T09:08:52.946Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3001 [Pipeline] echo [2021-01-08T09:08:53.038Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3001 [Pipeline] echo [2021-01-08T09:08:53.129Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3001 [Pipeline] echo [2021-01-08T09:08:53.236Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [Pipeline] echo [2021-01-08T09:08:53.325Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c5d4f56 [Pipeline] echo [2021-01-08T09:08:53.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-08T09:08:53.608Z] provisioning config files... [2021-01-08T09:08:53.643Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5039804991394036098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:08:54.004Z] ---> docker-login.sh [2021-01-08T09:08:54.004Z] nexus3.edgexfoundry.org:10001 [2021-01-08T09:08:54.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:08:54.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:08:54.532Z] Configure a credential helper to remove this warning. See [2021-01-08T09:08:54.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:08:54.532Z] [2021-01-08T09:08:54.532Z] Login Succeeded [2021-01-08T09:08:54.532Z] nexus3.edgexfoundry.org:10002 [2021-01-08T09:08:54.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:08:54.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:08:54.532Z] Configure a credential helper to remove this warning. See [2021-01-08T09:08:54.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:08:54.532Z] [2021-01-08T09:08:54.532Z] Login Succeeded [2021-01-08T09:08:54.532Z] nexus3.edgexfoundry.org:10003 [2021-01-08T09:08:54.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:08:54.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:08:54.797Z] Configure a credential helper to remove this warning. See [2021-01-08T09:08:54.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:08:54.797Z] [2021-01-08T09:08:54.797Z] Login Succeeded [2021-01-08T09:08:54.797Z] nexus3.edgexfoundry.org:10004 [2021-01-08T09:08:54.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:08:55.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:08:55.060Z] Configure a credential helper to remove this warning. See [2021-01-08T09:08:55.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:08:55.060Z] [2021-01-08T09:08:55.060Z] Login Succeeded [2021-01-08T09:08:55.060Z] docker.io [2021-01-08T09:08:55.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:08:55.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:08:55.330Z] Configure a credential helper to remove this warning. See [2021-01-08T09:08:55.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:08:55.330Z] [2021-01-08T09:08:55.330Z] Login Succeeded [2021-01-08T09:08:55.330Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T09:08:55.342Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T09:08:55.837Z] ++ 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-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/core-command/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/core-data/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-08T09:08:55.838Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-08T09:08:55.838Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-08T09:08:55.838Z] ++ cut -d/ -f2 [2021-01-08T09:08:55.838Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-08T09:08:55.924Z] 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-08T09:08:57.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T09:08:57.562Z] [2021-01-08T09:08:57.562Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:08:57.920Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T09:08:57.921Z] latest: Pulling from edgex-devops/git-semver [2021-01-08T09:08:57.921Z] 31603596830f: Pulling fs layer [2021-01-08T09:08:57.921Z] 2a8b12db71e7: Pulling fs layer [2021-01-08T09:08:57.921Z] 6ca5941a6612: Pulling fs layer [2021-01-08T09:08:57.921Z] ecc8261a40a4: Pulling fs layer [2021-01-08T09:08:57.921Z] ecc8261a40a4: Waiting [2021-01-08T09:08:57.921Z] 2a8b12db71e7: Verifying Checksum [2021-01-08T09:08:57.921Z] 2a8b12db71e7: Download complete [2021-01-08T09:08:58.187Z] 31603596830f: Verifying Checksum [2021-01-08T09:08:58.187Z] 31603596830f: Download complete [2021-01-08T09:08:58.187Z] ecc8261a40a4: Download complete [2021-01-08T09:08:58.187Z] 6ca5941a6612: Verifying Checksum [2021-01-08T09:08:58.187Z] 6ca5941a6612: Download complete [2021-01-08T09:08:58.449Z] 31603596830f: Pull complete [2021-01-08T09:08:58.711Z] 2a8b12db71e7: Pull complete [2021-01-08T09:08:59.303Z] 6ca5941a6612: Pull complete [2021-01-08T09:08:59.566Z] ecc8261a40a4: Pull complete [2021-01-08T09:08:59.566Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-08T09:08:59.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-08T09:08:59.566Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-08T09:08:59.699Z] prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container [2021-01-08T09:08:59.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-08T09:09:02.183Z] $ docker top fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-08T09:09:02.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T09:09:02.493Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T09:09:02.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T09:09:02.708Z] $ docker exec fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 ssh-agent [2021-01-08T09:09:02.874Z] SSH_AUTH_SOCK=/tmp/ssh-kI11EWFDXiY5/agent.11 [2021-01-08T09:09:02.874Z] SSH_AGENT_PID=16 [2021-01-08T09:09:02.979Z] Running ssh-add (command line suppressed) [2021-01-08T09:09:03.116Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1431760286991505927.key (/w/workspace/edgex-go/2@tmp/private_key_1431760286991505927.key) [2021-01-08T09:09:03.163Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T09:09:03.513Z] + git tag --points-at HEAD [Pipeline] } [2021-01-08T09:09:03.544Z] $ docker exec --env ******** --env ******** fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 ssh-agent -k [2021-01-08T09:09:03.650Z] unset SSH_AUTH_SOCK; [2021-01-08T09:09:03.651Z] unset SSH_AGENT_PID; [2021-01-08T09:09:03.651Z] echo Agent pid 16 killed; [2021-01-08T09:09:03.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-08T09:09:03.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-08T09:09:03.845Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-08T09:09:04.023Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-08T09:09:04.031Z] $ docker exec fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 ssh-agent [2021-01-08T09:09:04.180Z] SSH_AUTH_SOCK=/tmp/ssh-FAGih9HRNZI2/agent.45 [2021-01-08T09:09:04.180Z] SSH_AGENT_PID=51 [2021-01-08T09:09:04.187Z] Running ssh-add (command line suppressed) [2021-01-08T09:09:04.310Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3457565390574858549.key (/w/workspace/edgex-go/2@tmp/private_key_3457565390574858549.key) [2021-01-08T09:09:04.358Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-08T09:09:04.707Z] + git semver init [2021-01-08T09:09:04.707Z] # -> Open(): unable to determine branch for HEAD [2021-01-08T09:09:04.707Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-08T09:09:04.707Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-08T09:09:04.707Z] # $SEMVER_REMOTE_NAME = origin [2021-01-08T09:09:04.707Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-08T09:09:04.707Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-08T09:09:04.707Z] # $SEMVER_BRANCH = PR-3001 [2021-01-08T09:09:04.707Z] # $SEMVER_TEMP = /tmp/semver-221139836 [2021-01-08T09:09:04.707Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-08T09:09:22.897Z] # '/tmp/semver-221139836' -> '/w/workspace/edgex-go/2/.semver' [2021-01-08T09:09:22.897Z] # -> Force: false [2021-01-08T09:09:22.897Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-08T09:09:22.916Z] $ docker exec --env ******** --env ******** fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 ssh-agent -k [2021-01-08T09:09:23.112Z] unset SSH_AUTH_SOCK; [2021-01-08T09:09:23.113Z] unset SSH_AGENT_PID; [2021-01-08T09:09:23.113Z] echo Agent pid 51 killed; [2021-01-08T09:09:23.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-08T09:09:23.719Z] + git semver [Pipeline] } [2021-01-08T09:09:23.741Z] $ docker stop --time=1 fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 [2021-01-08T09:09:25.377Z] $ docker rm -f fc681adbc7503009044a9e0b014616dea61bd38ba59f86aab67113241b23ef55 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T09:09:25.936Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-08T09:09:26.476Z] Stashed 1 file(s) [Pipeline] echo [2021-01-08T09:09:26.480Z] [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-08T09:09:27.398Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-08T09:09:27.698Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-08T09:09:28.003Z] + sudo service docker restart [2021-01-08T09:09:28.003Z] + true [2021-01-08T09:09:28.003Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-08T09:09:28.595Z] ========================================================= [2021-01-08T09:09:28.595Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-08T09:09:28.595Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:09:28.989Z] + 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-08T09:09:33.228Z] Sending build context to Docker daemon 326.5MB [2021-01-08T09:09:33.228Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T09:09:33.228Z] Step 2/6 : FROM ${BASE} [2021-01-08T09:09:33.228Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-08T09:09:33.228Z] 188c0c94c7c5: Pulling fs layer [2021-01-08T09:09:33.228Z] 0ef7d3d256c8: Pulling fs layer [2021-01-08T09:09:33.228Z] de9db76c5a1d: Pulling fs layer [2021-01-08T09:09:33.228Z] bca2f99d35d6: Pulling fs layer [2021-01-08T09:09:33.228Z] 93359f2a8cfa: Pulling fs layer [2021-01-08T09:09:33.228Z] 7c6f9722023f: Pulling fs layer [2021-01-08T09:09:33.228Z] a35cf1a2eb13: Pulling fs layer [2021-01-08T09:09:33.228Z] bca2f99d35d6: Waiting [2021-01-08T09:09:33.228Z] 7c6f9722023f: Waiting [2021-01-08T09:09:33.228Z] 93359f2a8cfa: Waiting [2021-01-08T09:09:33.228Z] a35cf1a2eb13: Waiting [2021-01-08T09:09:33.228Z] de9db76c5a1d: Verifying Checksum [2021-01-08T09:09:33.228Z] de9db76c5a1d: Download complete [2021-01-08T09:09:33.228Z] 0ef7d3d256c8: Verifying Checksum [2021-01-08T09:09:33.228Z] 0ef7d3d256c8: Download complete [2021-01-08T09:09:33.228Z] 93359f2a8cfa: Verifying Checksum [2021-01-08T09:09:33.228Z] 93359f2a8cfa: Download complete [2021-01-08T09:09:33.228Z] 7c6f9722023f: Verifying Checksum [2021-01-08T09:09:33.228Z] 7c6f9722023f: Download complete [2021-01-08T09:09:33.228Z] 188c0c94c7c5: Verifying Checksum [2021-01-08T09:09:33.228Z] 188c0c94c7c5: Download complete [2021-01-08T09:09:33.228Z] 188c0c94c7c5: Pull complete [2021-01-08T09:09:33.228Z] 0ef7d3d256c8: Pull complete [2021-01-08T09:09:33.491Z] de9db76c5a1d: Pull complete [2021-01-08T09:09:34.885Z] a35cf1a2eb13: Verifying Checksum [2021-01-08T09:09:34.885Z] a35cf1a2eb13: Download complete [2021-01-08T09:09:35.836Z] bca2f99d35d6: Verifying Checksum [2021-01-08T09:09:35.836Z] bca2f99d35d6: Download complete [2021-01-08T09:09:41.167Z] bca2f99d35d6: Pull complete [2021-01-08T09:09:41.167Z] 93359f2a8cfa: Pull complete [2021-01-08T09:09:41.167Z] 7c6f9722023f: Pull complete [2021-01-08T09:09:41.855Z] Still waiting to schedule task [2021-01-08T09:09:41.855Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-08T09:09:45.399Z] a35cf1a2eb13: Pull complete [2021-01-08T09:09:45.399Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-08T09:09:45.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-08T09:09:45.399Z] ---> a62c8e92a672 [2021-01-08T09:09:45.399Z] 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-08T09:09:45.662Z] ---> Running in 8b95c7586f7e [2021-01-08T09:09:46.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:09:46.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:09:47.390Z] (1/12) Installing libmagic (5.38-r0) [2021-01-08T09:09:47.653Z] (2/12) Installing file (5.38-r0) [2021-01-08T09:09:47.653Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-08T09:09:47.916Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-08T09:09:51.228Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-08T09:09:51.228Z] (6/12) Installing patch (2.7.6-r6) [2021-01-08T09:09:51.492Z] (7/12) Installing build-base (0.5-r2) [2021-01-08T09:09:51.492Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-08T09:09:51.492Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-08T09:09:51.755Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-08T09:09:51.755Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-08T09:09:51.755Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-08T09:09:52.018Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:09:52.018Z] OK: 233 MiB in 51 packages [2021-01-08T09:09:56.263Z] Removing intermediate container 8b95c7586f7e [2021-01-08T09:09:56.263Z] ---> c5d046df4b26 [2021-01-08T09:09:56.263Z] Step 4/6 : WORKDIR /edgex-go [2021-01-08T09:09:56.263Z] ---> Running in 797328c23bc5 [2021-01-08T09:09:56.263Z] Removing intermediate container 797328c23bc5 [2021-01-08T09:09:56.263Z] ---> 58f3ae0a5613 [2021-01-08T09:09:56.263Z] Step 5/6 : COPY go.mod . [2021-01-08T09:09:56.263Z] ---> ea58cd06edcf [2021-01-08T09:09:56.263Z] Step 6/6 : RUN go mod download [2021-01-08T09:09:56.263Z] ---> Running in e7b5af8ce04e [2021-01-08T09:10:18.281Z] Removing intermediate container e7b5af8ce04e [2021-01-08T09:10:18.281Z] ---> df3702a83852 [2021-01-08T09:10:18.281Z] Successfully built df3702a83852 [2021-01-08T09:10:18.281Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:10:18.605Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T09:10:18.605Z] . [Pipeline] withDockerContainer [2021-01-08T09:10:18.711Z] prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container [2021-01-08T09:10:18.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-08T09:10:19.661Z] $ docker top 383b25ebb7c235977c4551c2e5472109040ad49031d7c45f518e15dade4f8c59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T09:10:20.170Z] + go version [2021-01-08T09:10:20.171Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-08T09:10:20.191Z] $ docker stop --time=1 383b25ebb7c235977c4551c2e5472109040ad49031d7c45f518e15dade4f8c59 [2021-01-08T09:10:22.240Z] $ docker rm -f 383b25ebb7c235977c4551c2e5472109040ad49031d7c45f518e15dade4f8c59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:10:23.010Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-08T09:10:23.010Z] . [Pipeline] withDockerContainer [2021-01-08T09:10:23.112Z] prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container [2021-01-08T09:10:23.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-08T09:10:23.839Z] $ docker top 0f8556b4bc7e0a4a3fc06b3e9e1813cf74e2b1251168527a721883e3a2e8f08c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T09:10:24.063Z] ========================================================= [2021-01-08T09:10:24.064Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-08T09:10:24.064Z] ========================================================= [Pipeline] sh [2021-01-08T09:10:24.358Z] + make test [2021-01-08T09:10:24.358Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-08T09:10:32.554Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-08T09:10:44.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-08T09:10:53.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-08T09:10:53.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-08T09:10:53.166Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-08T09:10:53.166Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-08T09:10:53.166Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-08T09:10:53.167Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-08T09:10:53.167Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-08T09:10:53.439Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-08T09:10:54.023Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-08T09:10:56.624Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-08T09:10:56.624Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-08T09:10:56.624Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-08T09:10:58.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements [2021-01-08T09:10:58.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-08T09:10:58.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-08T09:10:58.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-08T09:10:58.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-08T09:10:58.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-08T09:11:02.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.0% of statements [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-08T09:11:02.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-08T09:11:02.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-08T09:11:02.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 77.1% of statements [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-08T09:11:02.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-08T09:11:02.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.416s coverage: 82.4% of statements [2021-01-08T09:11:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-08T09:11:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T09:11:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-08T09:11:02.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-08T09:11:04.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements [2021-01-08T09:11:04.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-08T09:11:04.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-08T09:11:04.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-08T09:11:04.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-08T09:11:04.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-08T09:11:04.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-01-08T09:11:04.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-08T09:11:04.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-01-08T09:11:04.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-08T09:11:04.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-01-08T09:11:04.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-08T09:11:05.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements [2021-01-08T09:11:05.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-08T09:11:05.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2021-01-08T09:11:05.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-08T09:11:05.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-08T09:11:05.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-08T09:11:05.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-08T09:11:07.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.285s coverage: 94.1% of statements [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-08T09:11:07.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-08T09:11:07.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-08T09:11:07.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-08T09:11:07.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2021-01-08T09:11:07.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-08T09:11:07.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-01-08T09:11:07.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-01-08T09:11:07.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-01-08T09:11:08.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements [2021-01-08T09:11:08.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-08T09:11:08.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-01-08T09:11:08.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-08T09:11:08.746Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-08T09:11:08.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-08T09:11:08.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-01-08T09:11:09.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-01-08T09:11:09.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-01-08T09:11:09.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-01-08T09:11:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 55.9% of statements [2021-01-08T09:11:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-08T09:11:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-08T09:11:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-08T09:11:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-08T09:11:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-08T09:11:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-08T09:11:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-08T09:11:10.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-08T09:11:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements [2021-01-08T09:11:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-01-08T09:11:12.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.122s coverage: 47.1% of statements [2021-01-08T09:11:12.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-08T09:11:12.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-08T09:11:12.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-08T09:11:12.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-08T09:11:12.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-08T09:11:12.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-01-08T09:11:12.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-08T09:11:12.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements [2021-01-08T09:11:12.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-08T09:11:14.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.692s coverage: 29.1% of statements [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-08T09:11:14.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-08T09:11:14.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-08T09:11:14.366Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-08T09:11:14.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-08T09:11:14.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-08T09:11:14.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-08T09:11:14.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-08T09:11:14.628Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-08T09:11:14.891Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-08T09:11:15.156Z] GO111MODULE=on go vet ./... [2021-01-08T09:11:32.415Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19086 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws [2021-01-08T09:11:32.475Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-08T09:11:37.257Z] gofmt -l . [2021-01-08T09:11:37.257Z] [ "`gofmt -l .`" = "" ] [2021-01-08T09:11:37.520Z] ./bin/test-go-mod-tidy.sh [2021-01-08T09:11:37.593Z] using credential edgex-jenkins-ssh [2021-01-08T09:11:37.662Z] Cloning the remote Git repository [2021-01-08T09:11:38.102Z] ./bin/test-attribution-txt.sh [2021-01-08T09:11:37.741Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-08T09:11:37.855Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-08T09:11:37.926Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T09:11:37.927Z] > git --version # timeout=10 [2021-01-08T09:11:37.947Z] > git --version # 'git version 2.17.1' [2021-01-08T09:11:37.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T09:11:38.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh [2021-01-08T09:11:39.807Z] + ls -al . [2021-01-08T09:11:39.807Z] total 644 [2021-01-08T09:11:39.807Z] drwxrwxr-x 10 1001 1001 4096 Jan 8 09:11 . [2021-01-08T09:11:39.807Z] drwxr-xr-x 4 root root 28 Jan 8 09:10 .. [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 11 Jan 8 09:08 .dockerignore [2021-01-08T09:11:39.807Z] drwxrwxr-x 8 1001 1001 179 Jan 8 09:08 .git [2021-01-08T09:11:39.807Z] drwxrwxr-x 3 1001 1001 125 Jan 8 09:08 .github [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 824 Jan 8 09:08 .gitignore [2021-01-08T09:11:39.807Z] drwx------ 3 1001 1001 47 Jan 8 09:09 .semver [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 166 Jan 8 09:08 .sonarcloud.properties [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 3804 Jan 8 09:08 CONTRIBUTING.md [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 931 Jan 8 09:08 Dockerfile.build [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 863 Jan 8 09:08 Jenkinsfile [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 10775 Jan 8 09:08 LICENSE [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 5750 Jan 8 09:08 Makefile [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 6524 Jan 8 09:08 README.md [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 6744 Jan 8 09:08 SECURITY.md [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 5 Jan 8 09:09 VERSION [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 4131 Jan 8 09:08 ZMQWindows.md [2021-01-08T09:11:39.807Z] drwxrwxr-x 2 1001 1001 117 Jan 8 09:08 bin [2021-01-08T09:11:39.807Z] drwxrwxr-x 14 1001 1001 4096 Jan 8 09:08 cmd [2021-01-08T09:11:39.807Z] -rw-r--r-- 1 root root 545099 Jan 8 09:11 coverage.out [2021-01-08T09:11:39.807Z] -rw-r--r-- 1 root root 979 Jan 8 09:11 go.mod [2021-01-08T09:11:39.807Z] -rw-r--r-- 1 root root 19019 Jan 8 09:11 go.sum [2021-01-08T09:11:39.807Z] drwxrwxr-x 8 1001 1001 127 Jan 8 09:08 internal [2021-01-08T09:11:39.807Z] drwxrwxr-x 4 1001 1001 26 Jan 8 09:08 openapi [2021-01-08T09:11:39.807Z] drwxrwxr-x 4 1001 1001 71 Jan 8 09:08 snap [2021-01-08T09:11:39.807Z] -rw-rw-r-- 1 1001 1001 168 Jan 8 09:08 version.go [Pipeline] sh [2021-01-08T09:11:40.107Z] + '[' -e coverage.out ] [2021-01-08T09:11:40.107Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-08T09:11:40.348Z] Stashed 1 file(s) [Pipeline] sh [2021-01-08T09:11:40.646Z] + make build [2021-01-08T09:11:40.646Z] 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-08T09:11:44.890Z] 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-08T09:11:51.577Z] 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-08T09:11:52.973Z] 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-08T09:11:54.371Z] 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-08T09:11:54.514Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:11:54.638Z] 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-08T09:11:53.642Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T09:11:53.661Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T09:11:53.687Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T09:11:53.721Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T09:11:53.721Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T09:11:53.733Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T09:11:54.538Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T09:11:54.566Z] > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 [2021-01-08T09:11:55.066Z] Merge succeeded, producing c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:11:55.067Z] Checking out Revision c5d4f56aecd1b435a7b33b7684dcf103eece7a8f (PR-3001) [2021-01-08T09:11:56.046Z] 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-08T09:11:54.907Z] > git remote # timeout=10 [2021-01-08T09:11:54.933Z] > git config --get remote.origin.url # timeout=10 [2021-01-08T09:11:54.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T09:11:54.987Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-08T09:11:55.029Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-08T09:11:55.078Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T09:11:55.125Z] > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 [2021-01-08T09:11:57.448Z] 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-08T09:11:58.404Z] 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-08T09:11:59.633Z] Commit message: "feat(meta): add POST /provisionwatcher V2 API" [2021-01-08T09:11:59.798Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-08T09:12:00.751Z] 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-08T09:12:01.263Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-08T09:12:01.710Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-01-08T09:12:01.715Z] 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] sh [2021-01-08T09:12:02.141Z] + sudo service docker restart [2021-01-08T09:12:02.141Z] + true [Pipeline] } [2021-01-08T09:12:02.681Z] $ docker stop --time=1 0f8556b4bc7e0a4a3fc06b3e9e1813cf74e2b1251168527a721883e3a2e8f08c [2021-01-08T09:12:04.694Z] $ docker rm -f 0f8556b4bc7e0a4a3fc06b3e9e1813cf74e2b1251168527a721883e3a2e8f08c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-01-08T09:12:05.435Z] provisioning config files... [2021-01-08T09:12:05.479Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config952036608619877441tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-08T09:12:05.866Z] ---> docker-login.sh [2021-01-08T09:12:05.866Z] nexus3.edgexfoundry.org:10001 [2021-01-08T09:12:06.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:12:07.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:12:07.138Z] Configure a credential helper to remove this warning. See [2021-01-08T09:12:07.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:12:07.138Z] [2021-01-08T09:12:07.138Z] Login Succeeded [2021-01-08T09:12:07.138Z] nexus3.edgexfoundry.org:10002 [2021-01-08T09:12:07.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:12:07.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:12:07.739Z] Configure a credential helper to remove this warning. See [2021-01-08T09:12:07.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:12:07.739Z] [2021-01-08T09:12:07.739Z] Login Succeeded [2021-01-08T09:12:07.739Z] nexus3.edgexfoundry.org:10003 [2021-01-08T09:12:08.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:12:08.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:12:08.302Z] Configure a credential helper to remove this warning. See [2021-01-08T09:12:08.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:12:08.302Z] [2021-01-08T09:12:08.302Z] Login Succeeded [2021-01-08T09:12:08.302Z] nexus3.edgexfoundry.org:10004 [2021-01-08T09:12:08.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T09:12:08.376Z] [2021-01-08T09:12:08.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:12:08.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:12:08.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:12:08.576Z] Configure a credential helper to remove this warning. See [2021-01-08T09:12:08.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:12:08.576Z] [2021-01-08T09:12:08.576Z] Login Succeeded [2021-01-08T09:12:08.576Z] docker.io [2021-01-08T09:12:08.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T09:12:08.724Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-08T09:12:08.724Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-08T09:12:08.724Z] ca9280d653b3: Pulling fs layer [2021-01-08T09:12:08.724Z] 7e9c9ca2126c: Pulling fs layer [2021-01-08T09:12:08.724Z] cbdbe7a5bc2a: Download complete [2021-01-08T09:12:09.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-08T09:12:09.303Z] cbdbe7a5bc2a: Pull complete [2021-01-08T09:12:09.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-08T09:12:09.443Z] Configure a credential helper to remove this warning. See [2021-01-08T09:12:09.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-08T09:12:09.443Z] [2021-01-08T09:12:09.443Z] Login Succeeded [2021-01-08T09:12:09.443Z] ---> docker-login.sh ends [Pipeline] } [2021-01-08T09:12:09.460Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-08T09:12:09.567Z] ca9280d653b3: Verifying Checksum [2021-01-08T09:12:09.567Z] ca9280d653b3: Download complete [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-08T09:12:09.904Z] ========================================================= [2021-01-08T09:12:09.904Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-08T09:12:09.904Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:12:10.343Z] + 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-08T09:12:10.519Z] 7e9c9ca2126c: Verifying Checksum [2021-01-08T09:12:10.519Z] 7e9c9ca2126c: Download complete [2021-01-08T09:12:10.781Z] ca9280d653b3: Pull complete [2021-01-08T09:12:12.979Z] Sending build context to Docker daemon 165.5MB [2021-01-08T09:12:12.979Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-08T09:12:12.979Z] Step 2/6 : FROM ${BASE} [2021-01-08T09:12:12.979Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-08T09:12:12.979Z] 5f621e34cdf4: Pulling fs layer [2021-01-08T09:12:12.979Z] a4357932f1b6: Pulling fs layer [2021-01-08T09:12:12.979Z] 18c013af1878: Pulling fs layer [2021-01-08T09:12:12.979Z] 00ac8860ef70: Pulling fs layer [2021-01-08T09:12:12.979Z] 63d7cb157983: Pulling fs layer [2021-01-08T09:12:12.979Z] b116817d02f9: Pulling fs layer [2021-01-08T09:12:12.979Z] 745a02a5169b: Pulling fs layer [2021-01-08T09:12:12.979Z] 00ac8860ef70: Waiting [2021-01-08T09:12:12.979Z] b116817d02f9: Waiting [2021-01-08T09:12:12.979Z] 745a02a5169b: Waiting [2021-01-08T09:12:12.979Z] 18c013af1878: Verifying Checksum [2021-01-08T09:12:12.979Z] 18c013af1878: Download complete [2021-01-08T09:12:12.979Z] a4357932f1b6: Verifying Checksum [2021-01-08T09:12:12.979Z] a4357932f1b6: Download complete [2021-01-08T09:12:12.979Z] 63d7cb157983: Download complete [2021-01-08T09:12:12.979Z] 5f621e34cdf4: Download complete [2021-01-08T09:12:12.979Z] b116817d02f9: Verifying Checksum [2021-01-08T09:12:12.979Z] b116817d02f9: Download complete [2021-01-08T09:12:13.577Z] 5f621e34cdf4: Pull complete [2021-01-08T09:12:14.174Z] a4357932f1b6: Pull complete [2021-01-08T09:12:14.455Z] 18c013af1878: Pull complete [2021-01-08T09:12:15.433Z] 745a02a5169b: Verifying Checksum [2021-01-08T09:12:15.433Z] 745a02a5169b: Download complete [2021-01-08T09:12:16.408Z] 00ac8860ef70: Verifying Checksum [2021-01-08T09:12:16.408Z] 00ac8860ef70: Download complete [2021-01-08T09:12:17.388Z] 7e9c9ca2126c: Pull complete [2021-01-08T09:12:17.388Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-08T09:12:17.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T09:12:17.388Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-08T09:12:17.528Z] prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container [2021-01-08T09:12:17.579Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-08T09:12:20.837Z] $ docker top 5a246dd55d99d3f1bcf97209e76f91542fc0e822e257dc40f12c9fa9c6fe7469 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T09:12:21.425Z] + docker-compose build --help [2021-01-08T09:12:21.425Z] + grep parallel [2021-01-08T09:12:22.372Z] --parallel Build images in parallel. [Pipeline] } [2021-01-08T09:12:22.392Z] $ docker stop --time=1 5a246dd55d99d3f1bcf97209e76f91542fc0e822e257dc40f12c9fa9c6fe7469 [2021-01-08T09:12:23.749Z] $ docker rm -f 5a246dd55d99d3f1bcf97209e76f91542fc0e822e257dc40f12c9fa9c6fe7469 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:12:24.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-08T09:12:24.385Z] . [Pipeline] withDockerContainer [2021-01-08T09:12:24.544Z] prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container [2021-01-08T09:12:24.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-08T09:12:25.381Z] $ docker top 2dc59e386ba887701a7c3e1d3ee1022721f48d1ae4d144eb3eb98a16248d7b47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T09:12:25.900Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-08T09:12:26.573Z] 00ac8860ef70: Pull complete [2021-01-08T09:12:26.573Z] 63d7cb157983: Pull complete [2021-01-08T09:12:26.845Z] Building docker-core-command-go ... [2021-01-08T09:12:26.845Z] Building docker-core-data-go ... [2021-01-08T09:12:26.845Z] Building docker-core-metadata-go ... [2021-01-08T09:12:26.845Z] Building docker-security-bootstrap-redis-go ... [2021-01-08T09:12:26.845Z] Building docker-security-proxy-setup-go ... [2021-01-08T09:12:26.845Z] Building docker-security-secretstore-setup-go ... [2021-01-08T09:12:26.845Z] Building docker-support-notifications-go ... [2021-01-08T09:12:26.845Z] Building docker-support-scheduler-go ... [2021-01-08T09:12:26.845Z] Building docker-sys-mgmt-agent-go ... [2021-01-08T09:12:26.845Z] Building docker-core-data-go [2021-01-08T09:12:26.845Z] Building docker-security-bootstrap-redis-go [2021-01-08T09:12:26.845Z] Building docker-security-secretstore-setup-go [2021-01-08T09:12:26.845Z] Building docker-security-proxy-setup-go [2021-01-08T09:12:26.845Z] Building docker-core-metadata-go [2021-01-08T09:12:27.175Z] b116817d02f9: Pull complete [2021-01-08T09:12:30.581Z] 745a02a5169b: Pull complete [2021-01-08T09:12:30.856Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-08T09:12:30.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-08T09:12:30.856Z] ---> b7e6874047d6 [2021-01-08T09:12:30.856Z] 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-08T09:12:34.274Z] ---> Running in d9364c649539 [2021-01-08T09:12:35.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:12:35.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:12:36.868Z] (1/12) Installing libmagic (5.38-r0) [2021-01-08T09:12:36.868Z] (2/12) Installing file (5.38-r0) [2021-01-08T09:12:37.150Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-08T09:12:37.150Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-08T09:12:42.542Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-08T09:12:42.542Z] (6/12) Installing patch (2.7.6-r6) [2021-01-08T09:12:42.542Z] (7/12) Installing build-base (0.5-r2) [2021-01-08T09:12:42.813Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-08T09:12:42.813Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-08T09:12:42.813Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-08T09:12:43.082Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-08T09:12:43.082Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-08T09:12:43.359Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:12:43.359Z] OK: 217 MiB in 51 packages [2021-01-08T09:12:47.658Z] Removing intermediate container d9364c649539 [2021-01-08T09:12:47.658Z] ---> 923dc4b221e7 [2021-01-08T09:12:47.658Z] Step 4/6 : WORKDIR /edgex-go [2021-01-08T09:12:47.658Z] ---> Running in a44ed13f2ebc [2021-01-08T09:12:47.658Z] Removing intermediate container a44ed13f2ebc [2021-01-08T09:12:47.658Z] ---> 5a6a772ef156 [2021-01-08T09:12:47.658Z] Step 5/6 : COPY go.mod . [2021-01-08T09:12:48.251Z] ---> 4295b7936631 [2021-01-08T09:12:48.251Z] Step 6/6 : RUN go mod download [2021-01-08T09:12:48.251Z] ---> Running in d89be55fc5b0 [2021-01-08T09:12:53.616Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:12:53.616Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:12:53.616Z] ---> df3702a83852 [2021-01-08T09:12:53.616Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T09:12:53.616Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:12:53.616Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:12:53.616Z] ---> df3702a83852 [2021-01-08T09:12:53.616Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T09:12:53.898Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:12:53.898Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:12:53.898Z] ---> df3702a83852 [2021-01-08T09:12:53.898Z] Step 3/23 : WORKDIR /edgex-go [2021-01-08T09:12:54.164Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:12:54.164Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:12:54.164Z] ---> df3702a83852 [2021-01-08T09:12:54.164Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T09:12:54.426Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:12:54.427Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:12:54.427Z] ---> df3702a83852 [2021-01-08T09:12:54.427Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T09:12:55.378Z] ---> Running in 5d46b5788922 [2021-01-08T09:12:55.378Z] ---> Running in cca5c3649f7b [2021-01-08T09:12:55.378Z] ---> Running in 4f5041d11cb3 [2021-01-08T09:12:55.378Z] ---> Running in 75de545a9894 [2021-01-08T09:12:55.378Z] ---> Running in fd9b0d1d54db [2021-01-08T09:12:55.644Z] Removing intermediate container 75de545a9894 [2021-01-08T09:12:55.644Z] ---> 4e705ef13691 [2021-01-08T09:12:55.644Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:12:55.644Z] Removing intermediate container 5d46b5788922 [2021-01-08T09:12:55.644Z] ---> 870d03ee9b99 [2021-01-08T09:12:55.644Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:12:55.644Z] Removing intermediate container cca5c3649f7b [2021-01-08T09:12:55.644Z] ---> afff2f1eef7b [2021-01-08T09:12:55.644Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:12:55.644Z] Removing intermediate container 4f5041d11cb3 [2021-01-08T09:12:55.644Z] ---> 4d081d01c303 [2021-01-08T09:12:55.644Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:12:55.644Z] Removing intermediate container fd9b0d1d54db [2021-01-08T09:12:55.644Z] ---> 13ea42346c1d [2021-01-08T09:12:55.644Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:12:55.921Z] ---> Running in bc3dd7a3f9a2 [2021-01-08T09:12:55.921Z] ---> Running in 90a50d232ae1 [2021-01-08T09:12:55.921Z] ---> Running in 4a217f168d53 [2021-01-08T09:12:55.921Z] ---> Running in 80636624f8a1 [2021-01-08T09:12:55.921Z] ---> Running in 0b3311aa2c74 [2021-01-08T09:12:57.866Z] Removing intermediate container bc3dd7a3f9a2 [2021-01-08T09:12:57.866Z] ---> 638be564fd27 [2021-01-08T09:12:57.866Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T09:12:57.866Z] Removing intermediate container 90a50d232ae1 [2021-01-08T09:12:57.866Z] ---> 0d2b51b29802 [2021-01-08T09:12:57.866Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-08T09:12:58.129Z] ---> Running in 7a55bc7dcc9d [2021-01-08T09:12:58.129Z] ---> Running in c2e3fc3bd39b [2021-01-08T09:12:58.390Z] Removing intermediate container 4a217f168d53 [2021-01-08T09:12:58.390Z] ---> 0d5dd0cf94d4 [2021-01-08T09:12:58.390Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-08T09:12:58.655Z] ---> Running in dd5f1bf777b4 [2021-01-08T09:12:58.655Z] Removing intermediate container 0b3311aa2c74 [2021-01-08T09:12:58.655Z] ---> 0a2d466709a7 [2021-01-08T09:12:58.655Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T09:12:58.923Z] Removing intermediate container 80636624f8a1 [2021-01-08T09:12:58.923Z] ---> 635007c6c3a3 [2021-01-08T09:12:58.923Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T09:12:58.923Z] ---> Running in 62f1a7a62f3d [2021-01-08T09:12:58.923Z] ---> Running in 0ef83791e665 [2021-01-08T09:12:59.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:12:59.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:12:59.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:12:59.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:12:59.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:13:00.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:13:00.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:13:00.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:13:00.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:13:00.550Z] OK: 233 MiB in 51 packages [2021-01-08T09:13:00.821Z] OK: 233 MiB in 51 packages [2021-01-08T09:13:00.821Z] OK: 233 MiB in 51 packages [2021-01-08T09:13:01.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:13:01.094Z] OK: 233 MiB in 51 packages [2021-01-08T09:13:01.094Z] Removing intermediate container 7a55bc7dcc9d [2021-01-08T09:13:01.094Z] ---> a9fe481387c5 [2021-01-08T09:13:01.094Z] Step 6/21 : COPY go.mod . [2021-01-08T09:13:01.358Z] Removing intermediate container 62f1a7a62f3d [2021-01-08T09:13:01.358Z] ---> 4ec89c8956aa [2021-01-08T09:13:01.358Z] Step 6/22 : COPY go.mod . [2021-01-08T09:13:01.358Z] ---> d2ff7935d1be [2021-01-08T09:13:01.358Z] Step 7/21 : RUN go mod download [2021-01-08T09:13:01.622Z] ---> Running in 42fa2bb23e47 [2021-01-08T09:13:01.622Z] OK: 233 MiB in 51 packages [2021-01-08T09:13:01.622Z] ---> cf0e2bf8df39 [2021-01-08T09:13:01.622Z] Step 7/22 : RUN go mod download [2021-01-08T09:13:01.623Z] Removing intermediate container c2e3fc3bd39b [2021-01-08T09:13:01.623Z] ---> f819ba560a27 [2021-01-08T09:13:01.623Z] Step 6/24 : COPY go.mod . [2021-01-08T09:13:01.893Z] ---> Running in 44e97a1e1793 [2021-01-08T09:13:02.159Z] Removing intermediate container dd5f1bf777b4 [2021-01-08T09:13:02.159Z] ---> 6d78d4383459 [2021-01-08T09:13:02.159Z] Step 6/23 : COPY go.mod . [2021-01-08T09:13:02.159Z] ---> 4880cd571832 [2021-01-08T09:13:02.159Z] Step 7/24 : RUN go mod download [2021-01-08T09:13:02.422Z] ---> Running in 02067fa3f057 [2021-01-08T09:13:02.684Z] ---> b66d01d26e2a [2021-01-08T09:13:02.684Z] Step 7/23 : RUN go mod download [2021-01-08T09:13:02.948Z] Removing intermediate container 0ef83791e665 [2021-01-08T09:13:02.949Z] ---> 290171a71a96 [2021-01-08T09:13:02.949Z] Step 6/22 : COPY go.mod . [2021-01-08T09:13:02.949Z] ---> Running in 75049d839d24 [2021-01-08T09:13:03.223Z] ---> f7634d6de844 [2021-01-08T09:13:03.223Z] Step 7/22 : RUN go mod download [2021-01-08T09:13:03.506Z] ---> Running in 8b47e1fa60c3 [2021-01-08T09:13:04.109Z] Removing intermediate container 42fa2bb23e47 [2021-01-08T09:13:04.109Z] ---> ab8cc42a0d78 [2021-01-08T09:13:04.109Z] Step 8/21 : COPY . . [2021-01-08T09:13:04.376Z] Removing intermediate container 44e97a1e1793 [2021-01-08T09:13:04.376Z] ---> 4c5e4a475a63 [2021-01-08T09:13:04.376Z] Step 8/22 : COPY . . [2021-01-08T09:13:04.376Z] Removing intermediate container 02067fa3f057 [2021-01-08T09:13:04.376Z] ---> 1e00f53837b9 [2021-01-08T09:13:04.376Z] Step 8/24 : COPY . . [2021-01-08T09:13:04.376Z] Removing intermediate container 75049d839d24 [2021-01-08T09:13:04.376Z] ---> 5650ac980b7f [2021-01-08T09:13:04.376Z] Step 8/23 : COPY . . [2021-01-08T09:13:11.026Z] Removing intermediate container 8b47e1fa60c3 [2021-01-08T09:13:11.026Z] ---> 9e598e1ddda5 [2021-01-08T09:13:11.026Z] Step 8/22 : COPY . . [2021-01-08T09:13:15.084Z] Removing intermediate container d89be55fc5b0 [2021-01-08T09:13:15.085Z] ---> 0a2f2b7a8c88 [2021-01-08T09:13:15.085Z] Successfully built 0a2f2b7a8c88 [2021-01-08T09:13:15.085Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:13:15.423Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T09:13:15.423Z] . [Pipeline] withDockerContainer [2021-01-08T09:13:15.694Z] prd-ubuntu18.04-docker-arm64-4c-16g-19086 does not seem to be running inside a container [2021-01-08T09:13:15.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-08T09:13:17.282Z] $ docker top 521a06a270ad67d3bec757ea27fdd403920efb08c8c1fb33ac7b27c3e2723853 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T09:13:18.309Z] + go version [2021-01-08T09:13:18.309Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-08T09:13:18.337Z] $ docker stop --time=1 521a06a270ad67d3bec757ea27fdd403920efb08c8c1fb33ac7b27c3e2723853 [2021-01-08T09:13:20.193Z] $ docker rm -f 521a06a270ad67d3bec757ea27fdd403920efb08c8c1fb33ac7b27c3e2723853 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:13:21.285Z] + docker inspect -f . ci-base-image-arm64 [2021-01-08T09:13:21.285Z] . [Pipeline] withDockerContainer [2021-01-08T09:13:21.544Z] prd-ubuntu18.04-docker-arm64-4c-16g-19086 does not seem to be running inside a container [2021-01-08T09:13:21.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-08T09:13:23.082Z] $ docker top 45bd6425f2f8fc6b10e536c5c5767414dd725541edfc701708557f5fcee19597 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-08T09:13:23.470Z] ========================================================= [2021-01-08T09:13:23.470Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-08T09:13:23.470Z] ========================================================= [Pipeline] sh [2021-01-08T09:13:24.116Z] + make test [2021-01-08T09:13:24.116Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-08T09:13:43.399Z] ---> 0964e60891d7 [2021-01-08T09:13:43.399Z] ---> 96995d05350f [2021-01-08T09:13:43.399Z] Step 9/22 : RUN make cmd/core-metadata/core-metadataStep 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis ---> 86e609e2e4b9 [2021-01-08T09:13:43.399Z] [2021-01-08T09:13:43.399Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-08T09:13:43.399Z] [2021-01-08T09:13:43.399Z] ---> 57979c803e0c [2021-01-08T09:13:43.399Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-08T09:13:43.399Z] ---> Running in a55a27d915ff [2021-01-08T09:13:43.399Z] ---> Running in ebb36ff2d817 [2021-01-08T09:13:43.399Z] ---> Running in 06a19d44cf06 [2021-01-08T09:13:43.399Z] ---> 6e7053b0bf82 [2021-01-08T09:13:43.399Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-08T09:13:43.399Z] ---> Running in 2defaa7075ae [2021-01-08T09:13:43.399Z] ---> Running in 7b5b126613a6 [2021-01-08T09:13:43.399Z] 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-08T09:13:43.399Z] 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-08T09:13:43.399Z] 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-08T09:13:43.399Z] 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-08T09:13:43.399Z] 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-08T09:13:46.281Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-08T09:14:10.124Z] 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-08T09:14:10.125Z] 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-08T09:14:13.505Z] Removing intermediate container ebb36ff2d817 [2021-01-08T09:14:13.505Z] ---> a59e834b181e [2021-01-08T09:14:13.505Z] [2021-01-08T09:14:13.505Z] Step 10/22 : FROM alpine:3.12 [2021-01-08T09:14:13.505Z] 3.12: Pulling from library/alpine [2021-01-08T09:14:14.486Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T09:14:14.486Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T09:14:14.486Z] ---> 389fef711851 [2021-01-08T09:14:14.486Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T09:14:18.725Z] ---> Running in 91e561624d9b [2021-01-08T09:14:18.989Z] Removing intermediate container a55a27d915ff [2021-01-08T09:14:18.989Z] ---> 15db4dddfe17 [2021-01-08T09:14:18.989Z] [2021-01-08T09:14:18.989Z] Step 10/24 : FROM alpine:3.12 [2021-01-08T09:14:18.989Z] ---> 389fef711851 [2021-01-08T09:14:18.989Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T09:14:18.989Z] Removing intermediate container 2defaa7075ae [2021-01-08T09:14:18.989Z] ---> ef186fddbc41 [2021-01-08T09:14:18.989Z] [2021-01-08T09:14:18.989Z] Step 10/21 : FROM alpine:3.12 [2021-01-08T09:14:18.989Z] ---> 389fef711851 [2021-01-08T09:14:18.989Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-08T09:14:19.251Z] ---> Running in 8ec707e75ccc [2021-01-08T09:14:19.251Z] ---> Running in 59339a3d94b8 [2021-01-08T09:14:19.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:14:19.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:14:19.788Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-08T09:14:19.788Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T09:14:20.063Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-08T09:14:20.064Z] (4/5) Installing curl (7.69.1-r3) [2021-01-08T09:14:20.064Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-08T09:14:20.064Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:14:20.064Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T09:14:20.064Z] OK: 7 MiB in 19 packages [2021-01-08T09:14:20.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:14:20.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:14:20.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:14:20.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:14:20.351Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-08T09:14:20.351Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-08T09:14:20.351Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T09:14:20.351Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-08T09:14:20.621Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T09:14:20.621Z] (4/4) Installing curl (7.69.1-r3) [2021-01-08T09:14:20.621Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-08T09:14:20.621Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:14:20.621Z] (4/5) Installing curl (7.69.1-r3) [2021-01-08T09:14:20.621Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T09:14:20.621Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-08T09:14:20.621Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:14:20.621Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T09:14:20.621Z] OK: 7 MiB in 18 packages [2021-01-08T09:14:20.621Z] OK: 7 MiB in 19 packages [2021-01-08T09:14:24.855Z] Removing intermediate container 06a19d44cf06 [2021-01-08T09:14:24.855Z] ---> 3e3f6ca48b18 [2021-01-08T09:14:24.855Z] [2021-01-08T09:14:24.855Z] Step 10/22 : FROM scratch [2021-01-08T09:14:24.855Z] ---> [2021-01-08T09:14:24.855Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T09:14:24.855Z] Removing intermediate container 7b5b126613a6 [2021-01-08T09:14:24.855Z] ---> ecda956d2a35 [2021-01-08T09:14:24.855Z] [2021-01-08T09:14:24.855Z] Step 10/23 : FROM alpine:3.12 [2021-01-08T09:14:24.855Z] ---> 389fef711851 [2021-01-08T09:14:24.855Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T09:14:25.435Z] ---> Running in 6b460f0a6891 [2021-01-08T09:14:25.435Z] ---> Running in c15f83d9c160 [2021-01-08T09:14:25.699Z] Removing intermediate container 91e561624d9b [2021-01-08T09:14:25.699Z] ---> 26468347778c [2021-01-08T09:14:25.699Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-08T09:14:25.699Z] ---> Running in 7846467bbb5d [2021-01-08T09:14:26.272Z] Removing intermediate container 6b460f0a6891 [2021-01-08T09:14:26.272Z] ---> 1ec487328ea3 [2021-01-08T09:14:26.272Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-08T09:14:26.535Z] Removing intermediate container c15f83d9c160 [2021-01-08T09:14:26.535Z] ---> 9556aeab3907 [2021-01-08T09:14:26.535Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-08T09:14:26.535Z] ---> Running in 2a8bcff41b5b [2021-01-08T09:14:26.535Z] Removing intermediate container 7846467bbb5d [2021-01-08T09:14:26.535Z] ---> cdf65f6fb2e0 [2021-01-08T09:14:26.535Z] Step 13/22 : WORKDIR / [2021-01-08T09:14:26.804Z] Removing intermediate container 8ec707e75ccc [2021-01-08T09:14:26.804Z] ---> 2ad8e1c06d91 [2021-01-08T09:14:26.804Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T09:14:26.804Z] Removing intermediate container 59339a3d94b8 [2021-01-08T09:14:26.804Z] ---> c8bcfcd76c2a [2021-01-08T09:14:26.804Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T09:14:26.804Z] ---> Running in f7581dcfc771 [2021-01-08T09:14:26.804Z] ---> Running in 223ed27a0b3d [2021-01-08T09:14:26.804Z] ---> Running in e9b1174524ac [2021-01-08T09:14:26.804Z] ---> Running in d4e5712b7c06 [2021-01-08T09:14:26.804Z] Removing intermediate container 2a8bcff41b5b [2021-01-08T09:14:26.804Z] ---> 28ebb9cd23a1 [2021-01-08T09:14:26.804Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T09:14:27.066Z] ---> Running in 5ccd67ba67f8 [2021-01-08T09:14:27.066Z] Removing intermediate container f7581dcfc771 [2021-01-08T09:14:27.066Z] ---> 677185e1986f [2021-01-08T09:14:27.066Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-08T09:14:27.329Z] Removing intermediate container 223ed27a0b3d [2021-01-08T09:14:27.329Z] ---> 078286c9ddd8 [2021-01-08T09:14:27.329Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-08T09:14:27.329Z] Removing intermediate container e9b1174524ac [2021-01-08T09:14:27.329Z] ---> 1364dd4ff538 [2021-01-08T09:14:27.329Z] Step 13/24 : WORKDIR / [2021-01-08T09:14:27.329Z] Removing intermediate container d4e5712b7c06 [2021-01-08T09:14:27.329Z] ---> 6f9e1e0e65d2 [2021-01-08T09:14:27.329Z] Step 13/21 : WORKDIR /edgex [2021-01-08T09:14:27.329Z] ---> Running in adca4367a22b [2021-01-08T09:14:27.329Z] ---> Running in 472773b93735 [2021-01-08T09:14:27.595Z] ---> Running in b611290d4021 [2021-01-08T09:14:27.595Z] Removing intermediate container 5ccd67ba67f8 [2021-01-08T09:14:27.595Z] ---> 451a21921172 [2021-01-08T09:14:27.595Z] Step 14/22 : WORKDIR / [2021-01-08T09:14:27.595Z] ---> Running in 0081675d027e [2021-01-08T09:14:27.595Z] ---> ecef55f65744 [2021-01-08T09:14:27.595Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-08T09:14:27.864Z] Removing intermediate container adca4367a22b [2021-01-08T09:14:27.864Z] ---> 04e2ac9fac6d [2021-01-08T09:14:27.864Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:14:27.864Z] Removing intermediate container 472773b93735 [2021-01-08T09:14:27.864Z] ---> 67b5e1c608a6 [2021-01-08T09:14:27.864Z] 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-08T09:14:27.864Z] Removing intermediate container b611290d4021 [2021-01-08T09:14:27.864Z] ---> cd5cbd738702 [2021-01-08T09:14:27.864Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-08T09:14:28.132Z] Removing intermediate container 0081675d027e [2021-01-08T09:14:28.132Z] ---> f11f916273b9 [2021-01-08T09:14:28.132Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-08T09:14:28.132Z] ---> Running in 81bf3b7b3030 [2021-01-08T09:14:28.392Z] ---> 1b7301fd80fd [2021-01-08T09:14:28.392Z] 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-08T09:14:28.392Z] ---> c6ad35d644b0 [2021-01-08T09:14:28.392Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-08T09:14:28.392Z] ---> 5097b707e0c5 [2021-01-08T09:14:28.392Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-08T09:14:28.660Z] ---> b62c1885d109 [2021-01-08T09:14:28.660Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-08T09:14:28.661Z] ---> 2a5e6a6eb425 [2021-01-08T09:14:28.661Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-08T09:14:28.926Z] ---> a97528313186 [2021-01-08T09:14:28.926Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-08T09:14:29.192Z] ---> a5c78b7321ec [2021-01-08T09:14:29.192Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-08T09:14:29.192Z] ---> ccc04425f23c [2021-01-08T09:14:29.192Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-08T09:14:29.460Z] ---> cce48e715a41 [2021-01-08T09:14:29.461Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-08T09:14:29.461Z] ---> 71282cf2814f [2021-01-08T09:14:29.461Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-08T09:14:29.461Z] ---> Running in 6a8a1f564e7c [2021-01-08T09:14:30.409Z] Removing intermediate container 81bf3b7b3030 [2021-01-08T09:14:30.409Z] ---> 9bc0bc114746 [2021-01-08T09:14:30.409Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-08T09:14:30.677Z] ---> Running in 5fecf80abc99 [2021-01-08T09:14:30.677Z] ---> 88f0b12e4d3a [2021-01-08T09:14:30.677Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-08T09:14:30.677Z] ---> 5d23e47becff [2021-01-08T09:14:30.677Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-08T09:14:30.677Z] ---> ace134b9eebe [2021-01-08T09:14:30.677Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-08T09:14:30.947Z] ---> Running in b05a56cf3830 [2021-01-08T09:14:30.947Z] ---> Running in 70d6f0871df6 [2021-01-08T09:14:31.215Z] Removing intermediate container b05a56cf3830 [2021-01-08T09:14:31.215Z] ---> 0212eb1865d4 [2021-01-08T09:14:31.215Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:14:31.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:14:31.479Z] Removing intermediate container 70d6f0871df6 [2021-01-08T09:14:31.479Z] ---> 5ac50b5910a1 [2021-01-08T09:14:31.479Z] Step 18/21 : CMD ["--init=true"] [2021-01-08T09:14:31.479Z] ---> Running in 455b0bdfc4bb [2021-01-08T09:14:31.479Z] ---> c629e2ab9d14 [2021-01-08T09:14:31.479Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-08T09:14:31.740Z] ---> Running in a84493eef6a3 [2021-01-08T09:14:31.740Z] Removing intermediate container 455b0bdfc4bb [2021-01-08T09:14:31.740Z] ---> 26b3745b32bd [2021-01-08T09:14:31.740Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T09:14:32.002Z] ---> Running in eba6d449ff1e [2021-01-08T09:14:32.002Z] ---> 37b41560f125 [2021-01-08T09:14:32.002Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-08T09:14:32.002Z] Removing intermediate container 6a8a1f564e7c [2021-01-08T09:14:32.002Z] ---> a6b43b241b55 [2021-01-08T09:14:32.002Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-08T09:14:32.002Z] Removing intermediate container a84493eef6a3 [2021-01-08T09:14:32.002Z] ---> 29bf369ba181 [2021-01-08T09:14:32.002Z] Step 19/21 : LABEL arch=x86_64 [2021-01-08T09:14:32.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:14:32.263Z] ---> Running in 9cadb8c53c00 [2021-01-08T09:14:32.263Z] ---> Running in 9ac1a2b3eb0e [2021-01-08T09:14:32.263Z] ---> Running in 5e5a08ae0d68 [2021-01-08T09:14:32.263Z] Removing intermediate container eba6d449ff1e [2021-01-08T09:14:32.263Z] ---> 733e46caea49 [2021-01-08T09:14:32.263Z] Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:14:32.541Z] ---> Running in 9ba8b89b7bb4 [2021-01-08T09:14:32.541Z] Removing intermediate container 9ac1a2b3eb0e [2021-01-08T09:14:32.541Z] ---> 91b7343c67c0 [2021-01-08T09:14:32.541Z] Step 20/21 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:14:32.541Z] Removing intermediate container 5e5a08ae0d68 [2021-01-08T09:14:32.541Z] ---> c7a340d9e4e1 [2021-01-08T09:14:32.541Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T09:14:32.804Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-08T09:14:32.804Z] ---> Running in 09627a6af77a [2021-01-08T09:14:32.804Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-08T09:14:32.804Z] ---> Running in 931ad9deba8a [2021-01-08T09:14:32.804Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-08T09:14:33.067Z] Removing intermediate container 9ba8b89b7bb4 [2021-01-08T09:14:33.067Z] ---> 6f6b5a8d3c05 [2021-01-08T09:14:33.067Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T09:14:33.067Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-08T09:14:33.067Z] Removing intermediate container 09627a6af77a [2021-01-08T09:14:33.067Z] ---> edbc05b05b22 [2021-01-08T09:14:33.067Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T09:14:33.301Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-08T09:14:33.332Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-08T09:14:33.332Z] ---> Running in 31fcd394c44a [2021-01-08T09:14:33.332Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:14:33.332Z] OK: 8 MiB in 19 packages [2021-01-08T09:14:33.332Z] Removing intermediate container 931ad9deba8a [2021-01-08T09:14:33.332Z] ---> 61f3a59a16d6 [2021-01-08T09:14:33.332Z] Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:14:33.332Z] ---> Running in ae619b387cfe [2021-01-08T09:14:33.597Z] ---> Running in 4453510896d1 [2021-01-08T09:14:33.597Z] Removing intermediate container 31fcd394c44a [2021-01-08T09:14:33.597Z] ---> c320c6f0c954 [2021-01-08T09:14:33.597Z] [2021-01-08T09:14:33.860Z] Removing intermediate container ae619b387cfe [2021-01-08T09:14:33.860Z] ---> 7d2bad05b208 [2021-01-08T09:14:33.860Z] [2021-01-08T09:14:33.860Z] Successfully built c320c6f0c954 [2021-01-08T09:14:34.123Z] Successfully built 7d2bad05b208 [2021-01-08T09:14:34.123Z] Successfully tagged docker-core-metadata-go:latest [2021-01-08T09:14:34.123Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-08T09:14:34.123Z] Removing intermediate container 4453510896d1 [2021-01-08T09:14:34.123Z] ---> a4317f637923 [2021-01-08T09:14:34.123Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T09:14:34.123Z] Removing intermediate container 9cadb8c53c00 [2021-01-08T09:14:34.123Z] ---> e608e7714471 [2021-01-08T09:14:34.123Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-08T09:14:34.123Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-08T09:14:34.123Z] Building docker-support-notifications-go [2021-01-08T09:14:34.388Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 011d40133b4d [2021-01-08T09:14:34.388Z] ---> Running in a2ead6586c43 [2021-01-08T09:14:34.388Z] Removing intermediate container 5fecf80abc99 [2021-01-08T09:14:34.388Z] ---> 878299b197fa [2021-01-08T09:14:34.388Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-08T09:14:34.658Z] Removing intermediate container 011d40133b4d [2021-01-08T09:14:34.658Z] ---> 7442d02b9674 [2021-01-08T09:14:34.658Z] [2021-01-08T09:14:34.658Z] Removing intermediate container a2ead6586c43 [2021-01-08T09:14:34.658Z] ---> fce16d3df430 [2021-01-08T09:14:34.658Z] Step 22/24 : LABEL arch=x86_64 [2021-01-08T09:14:34.658Z] ---> Running in 929f8d88ef1e [2021-01-08T09:14:34.658Z] Successfully built 7442d02b9674 [2021-01-08T09:14:34.658Z] ---> 512cf714c8bf [2021-01-08T09:14:34.658Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-08T09:14:34.658Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-08T09:14:34.658Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-08T09:14:34.923Z] Removing intermediate container 929f8d88ef1e [2021-01-08T09:14:34.923Z] ---> a5b2db2407ab [2021-01-08T09:14:34.923Z] Step 23/24 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:14:35.195Z] ---> Running in a78f4045ac39 [2021-01-08T09:14:35.777Z] Removing intermediate container a78f4045ac39 [2021-01-08T09:14:35.777Z] ---> ee6767452538 [2021-01-08T09:14:35.777Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T09:14:36.732Z] ---> ac5751ffbbfc [2021-01-08T09:14:36.732Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-08T09:14:37.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-08T09:14:39.301Z] ---> Running in 7a5c51c5361c [2021-01-08T09:14:40.302Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-08T09:14:40.302Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-08T09:14:40.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-08T09:14:40.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-08T09:14:40.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-08T09:14:40.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-08T09:14:41.229Z] ---> e1daf43350d3 [2021-01-08T09:14:41.229Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-08T09:14:41.229Z] Removing intermediate container 7a5c51c5361c [2021-01-08T09:14:41.229Z] ---> 9fbf6c7390a0 [2021-01-08T09:14:41.229Z] [2021-01-08T09:14:43.153Z] Successfully built 9fbf6c7390a0 [2021-01-08T09:14:43.415Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-08T09:14:43.415Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-08T09:14:44.368Z] ---> Running in 3c5ae4c88e43 [2021-01-08T09:14:44.661Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-08T09:14:44.956Z] Removing intermediate container 3c5ae4c88e43 [2021-01-08T09:14:44.956Z] ---> 2c1ebb6bd772 [2021-01-08T09:14:44.956Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:14:45.293Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-08T09:14:49.196Z] ---> Running in e95691b3977a [2021-01-08T09:14:52.020Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-08T09:14:52.020Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-08T09:14:52.020Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-08T09:14:56.077Z] Removing intermediate container e95691b3977a [2021-01-08T09:14:56.077Z] ---> d02145060ee4 [2021-01-08T09:14:56.077Z] Step 21/23 : LABEL arch=x86_64 [2021-01-08T09:14:56.077Z] ---> Running in bccbfffb552e [2021-01-08T09:14:57.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.234s coverage: 46.6% of statements [2021-01-08T09:14:57.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-08T09:14:57.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-08T09:14:57.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-08T09:14:57.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-08T09:14:57.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-08T09:14:57.483Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:14:57.484Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:14:57.484Z] ---> df3702a83852 [2021-01-08T09:14:57.484Z] Step 3/26 : WORKDIR /edgex-go [2021-01-08T09:14:57.484Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:14:57.484Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:14:57.484Z] ---> df3702a83852 [2021-01-08T09:14:57.484Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 13ea42346c1d [2021-01-08T09:14:57.484Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 13ea42346c1d [2021-01-08T09:14:57.484Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 0a2d466709a7 [2021-01-08T09:14:57.484Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 0a2d466709a7 [2021-01-08T09:14:57.484Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 4ec89c8956aa [2021-01-08T09:14:57.484Z] Step 6/21 : COPY go.mod . [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> cf0e2bf8df39 [2021-01-08T09:14:57.484Z] Step 7/21 : RUN go mod download [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 4c5e4a475a63 [2021-01-08T09:14:57.484Z] Step 8/21 : COPY . . [2021-01-08T09:14:57.484Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:14:57.484Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:14:57.484Z] ---> df3702a83852 [2021-01-08T09:14:57.484Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 13ea42346c1d [2021-01-08T09:14:57.484Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 0a2d466709a7 [2021-01-08T09:14:57.484Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-08T09:14:57.484Z] ---> Using cache [2021-01-08T09:14:57.484Z] ---> 0964e60891d7 [2021-01-08T09:14:57.484Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-08T09:14:58.884Z] Removing intermediate container bccbfffb552e [2021-01-08T09:14:58.884Z] ---> 432075cf86bc [2021-01-08T09:14:58.885Z] Step 22/23 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:14:58.885Z] ---> Running in 5f4d2e152a82 [2021-01-08T09:14:58.885Z] ---> Running in 90c758d72d8b [2021-01-08T09:14:58.885Z] ---> Running in 47697f5f3902 [2021-01-08T09:14:59.152Z] ---> Running in fa153edee160 [2021-01-08T09:14:59.732Z] Removing intermediate container fa153edee160 [2021-01-08T09:14:59.732Z] ---> 4e368f590835 [2021-01-08T09:14:59.732Z] Step 23/23 : LABEL version=0.0.0 [2021-01-08T09:15:00.000Z] ---> Running in 16f30e4a83c3 [2021-01-08T09:15:00.966Z] 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-08T09:15:01.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:15:01.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:15:01.245Z] Removing intermediate container 16f30e4a83c3 [2021-01-08T09:15:01.245Z] ---> 45591f40e09b [2021-01-08T09:15:01.245Z] [2021-01-08T09:15:01.532Z] Successfully built 45591f40e09b [2021-01-08T09:15:01.532Z] Successfully tagged docker-core-data-go:latest [2021-01-08T09:15:01.799Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:15:01.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:15:02.420Z] OK: 233 MiB in 51 packages [2021-01-08T09:15:02.420Z] OK: 233 MiB in 51 packages [2021-01-08T09:15:04.414Z] Removing intermediate container 5f4d2e152a82 [2021-01-08T09:15:04.414Z] ---> d139f06addd2 [2021-01-08T09:15:04.414Z] Step 6/24 : COPY go.mod . [2021-01-08T09:15:04.414Z] Removing intermediate container 90c758d72d8b [2021-01-08T09:15:04.414Z] ---> 597c7a1bbcb9 [2021-01-08T09:15:04.414Z] Step 6/26 : COPY go.mod . [2021-01-08T09:15:05.399Z] ---> 801629b6a60b [2021-01-08T09:15:05.399Z] Step 7/24 : RUN go mod download [2021-01-08T09:15:05.674Z] ---> 72e0686f21a7 [2021-01-08T09:15:05.674Z] Step 7/26 : RUN go mod download [2021-01-08T09:15:05.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.0% of statements [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-08T09:15:05.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-08T09:15:05.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-08T09:15:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-08T09:15:05.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.578s coverage: 77.8% of statements [2021-01-08T09:15:05.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-08T09:15:05.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-08T09:15:05.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.337s coverage: 82.4% of statements [2021-01-08T09:15:05.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-08T09:15:05.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T09:15:05.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-08T09:15:05.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-08T09:15:06.018Z] ---> Running in ee2b6c1ef293 [2021-01-08T09:15:06.286Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:15:06.286Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:15:06.286Z] ---> df3702a83852 [2021-01-08T09:15:06.286Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T09:15:06.286Z] ---> Using cache [2021-01-08T09:15:06.286Z] ---> 13ea42346c1d [2021-01-08T09:15:06.286Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:15:06.286Z] ---> Using cache [2021-01-08T09:15:06.286Z] ---> 0a2d466709a7 [2021-01-08T09:15:06.286Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T09:15:06.286Z] ---> Using cache [2021-01-08T09:15:06.286Z] ---> 4ec89c8956aa [2021-01-08T09:15:06.286Z] Step 6/22 : COPY go.mod . [2021-01-08T09:15:06.286Z] ---> Using cache [2021-01-08T09:15:06.286Z] ---> cf0e2bf8df39 [2021-01-08T09:15:06.286Z] Step 7/22 : RUN go mod download [2021-01-08T09:15:06.286Z] ---> Using cache [2021-01-08T09:15:06.286Z] ---> 4c5e4a475a63 [2021-01-08T09:15:06.286Z] Step 8/22 : COPY . . [2021-01-08T09:15:06.286Z] ---> Using cache [2021-01-08T09:15:06.286Z] ---> 0964e60891d7 [2021-01-08T09:15:06.286Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-08T09:15:06.872Z] ---> Running in c82f78880513 [2021-01-08T09:15:06.872Z] ---> Running in a560bf0d83b5 [2021-01-08T09:15:08.294Z] 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-08T09:15:09.291Z] Removing intermediate container c82f78880513 [2021-01-08T09:15:09.291Z] ---> 5ed66a709fd6 [2021-01-08T09:15:09.291Z] Step 8/26 : COPY . . [2021-01-08T09:15:09.291Z] Removing intermediate container ee2b6c1ef293 [2021-01-08T09:15:09.291Z] ---> 7ec0f08cf4b1 [2021-01-08T09:15:09.291Z] Step 8/24 : COPY . . [2021-01-08T09:15:12.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.335s coverage: 28.6% of statements [2021-01-08T09:15:12.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-08T09:15:12.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-08T09:15:12.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-08T09:15:12.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-08T09:15:12.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-08T09:15:12.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2021-01-08T09:15:12.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-08T09:15:12.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-01-08T09:15:12.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-08T09:15:12.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements [2021-01-08T09:15:12.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-08T09:15:13.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.297s coverage: 97.5% of statements [2021-01-08T09:15:13.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-08T09:15:14.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-01-08T09:15:14.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-08T09:15:14.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-08T09:15:14.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-08T09:15:14.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-08T09:15:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.041s coverage: 94.1% of statements [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-08T09:15:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-08T09:15:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-08T09:15:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-08T09:15:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.121s coverage: 75.5% of statements [2021-01-08T09:15:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-08T09:15:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements [2021-01-08T09:15:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements [2021-01-08T09:15:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements [2021-01-08T09:15:25.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-01-08T09:15:25.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-08T09:15:26.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.566s coverage: 63.5% of statements [2021-01-08T09:15:26.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-08T09:15:26.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-08T09:15:26.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-01-08T09:15:26.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements [2021-01-08T09:15:27.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-01-08T09:15:27.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-01-08T09:15:27.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-01-08T09:15:33.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 55.9% of statements [2021-01-08T09:15:33.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-08T09:15:33.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-08T09:15:33.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-08T09:15:33.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-08T09:15:33.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-08T09:15:34.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 37.0% of statements [2021-01-08T09:15:34.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-08T09:15:34.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-08T09:15:34.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.596s coverage: 84.0% of statements [2021-01-08T09:15:34.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements [2021-01-08T09:15:36.171Z] Removing intermediate container 47697f5f3902 [2021-01-08T09:15:36.171Z] ---> 5d7add2a04e0 [2021-01-08T09:15:36.171Z] [2021-01-08T09:15:36.171Z] Step 10/21 : FROM scratch [2021-01-08T09:15:36.171Z] ---> [2021-01-08T09:15:36.171Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T09:15:36.171Z] ---> Using cache [2021-01-08T09:15:36.171Z] ---> 1ec487328ea3 [2021-01-08T09:15:36.171Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-08T09:15:36.749Z] ---> Running in 1190c69fd0a9 [2021-01-08T09:15:37.012Z] ---> 8a276918cbb1 [2021-01-08T09:15:37.013Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-08T09:15:37.600Z] ---> 4fea454a068b [2021-01-08T09:15:37.600Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-08T09:15:38.183Z] ---> Running in 9c0bfc4d1371 [2021-01-08T09:15:38.183Z] Removing intermediate container 1190c69fd0a9 [2021-01-08T09:15:38.183Z] ---> 9eef37d21f7e [2021-01-08T09:15:38.183Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-08T09:15:38.454Z] ---> Running in 0fdf9a8cace0 [2021-01-08T09:15:38.454Z] ---> Running in e5b1a708dfa3 [2021-01-08T09:15:38.454Z] Removing intermediate container a560bf0d83b5 [2021-01-08T09:15:38.454Z] ---> d563147ca280 [2021-01-08T09:15:38.454Z] [2021-01-08T09:15:38.454Z] Step 10/22 : FROM scratch [2021-01-08T09:15:38.454Z] ---> [2021-01-08T09:15:38.454Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T09:15:38.720Z] ---> Using cache [2021-01-08T09:15:38.720Z] ---> 1ec487328ea3 [2021-01-08T09:15:38.720Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-08T09:15:38.720Z] ---> Running in b309a4b4051a [2021-01-08T09:15:38.993Z] Removing intermediate container e5b1a708dfa3 [2021-01-08T09:15:38.993Z] ---> dac332314455 [2021-01-08T09:15:38.993Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-08T09:15:38.993Z] Removing intermediate container b309a4b4051a [2021-01-08T09:15:38.993Z] ---> 02c1e2e7f474 [2021-01-08T09:15:38.993Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T09:15:38.993Z] ---> Running in 01dea86722db [2021-01-08T09:15:38.993Z] 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-08T09:15:39.264Z] 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-08T09:15:39.264Z] ---> a3374225639f [2021-01-08T09:15:39.264Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-08T09:15:39.264Z] Removing intermediate container 01dea86722db [2021-01-08T09:15:39.264Z] ---> bd3c27808369 [2021-01-08T09:15:39.264Z] Step 14/22 : WORKDIR / [2021-01-08T09:15:39.264Z] ---> Running in 0069c8382c7b [2021-01-08T09:15:39.533Z] Removing intermediate container 0069c8382c7b [2021-01-08T09:15:39.533Z] ---> 1f34012623e2 [2021-01-08T09:15:39.533Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-08T09:15:39.801Z] ---> acecb18bf517 [2021-01-08T09:15:39.801Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-08T09:15:39.801Z] ---> acdb8d4227fe [2021-01-08T09:15:39.801Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-08T09:15:40.075Z] ---> 0fa44749981c [2021-01-08T09:15:40.075Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-08T09:15:40.349Z] ---> Running in 6491fe6dfb76 [2021-01-08T09:15:40.629Z] ---> 1f26c65b5411 [2021-01-08T09:15:40.629Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-08T09:15:40.897Z] Removing intermediate container 6491fe6dfb76 [2021-01-08T09:15:40.897Z] ---> 92bcaa6dc058 [2021-01-08T09:15:40.897Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:15:40.897Z] ---> Running in af2c8e97c806 [2021-01-08T09:15:41.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.317s coverage: 47.1% of statements [2021-01-08T09:15:41.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-08T09:15:41.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-08T09:15:41.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-08T09:15:41.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-08T09:15:41.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-08T09:15:41.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements [2021-01-08T09:15:41.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-08T09:15:41.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-01-08T09:15:41.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-08T09:15:41.862Z] Removing intermediate container af2c8e97c806 [2021-01-08T09:15:41.862Z] ---> feb29169a21d [2021-01-08T09:15:41.862Z] Step 19/21 : LABEL arch=x86_64 [2021-01-08T09:15:42.128Z] ---> cf71cc60e106 [2021-01-08T09:15:42.128Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-08T09:15:42.128Z] ---> Running in 3b5ad0f275a1 [2021-01-08T09:15:42.128Z] ---> Running in 24b8d1322ced [2021-01-08T09:15:42.724Z] Removing intermediate container 24b8d1322ced [2021-01-08T09:15:42.724Z] ---> 9292e33c8951 [2021-01-08T09:15:42.724Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:15:42.724Z] Removing intermediate container 3b5ad0f275a1 [2021-01-08T09:15:42.724Z] ---> ec35c7fbe5c7 [2021-01-08T09:15:42.724Z] Step 20/21 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:15:42.995Z] ---> Running in 0bb1a6cd96ec [2021-01-08T09:15:42.995Z] ---> Running in c69e731204f7 [2021-01-08T09:15:43.267Z] Removing intermediate container 0bb1a6cd96ec [2021-01-08T09:15:43.267Z] ---> 2b5ddb05c51e [2021-01-08T09:15:43.267Z] Step 20/22 : LABEL arch=x86_64 [2021-01-08T09:15:43.267Z] Removing intermediate container c69e731204f7 [2021-01-08T09:15:43.267Z] ---> 9359504ec6e7 [2021-01-08T09:15:43.267Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T09:15:43.267Z] ---> Running in e41df1b5cbfd [2021-01-08T09:15:43.542Z] ---> Running in 002e51d1e0b8 [2021-01-08T09:15:43.542Z] Removing intermediate container e41df1b5cbfd [2021-01-08T09:15:43.542Z] ---> 65c64961d43e [2021-01-08T09:15:43.542Z] Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:15:43.812Z] ---> Running in d4e5d35c2820 [2021-01-08T09:15:43.812Z] Removing intermediate container 002e51d1e0b8 [2021-01-08T09:15:43.812Z] ---> 4f669a72a12b [2021-01-08T09:15:43.812Z] [2021-01-08T09:15:44.394Z] Successfully built 4f669a72a12b [2021-01-08T09:15:44.394Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-08T09:15:44.394Z]  Building docker-support-scheduler-go ... done Removing intermediate container d4e5d35c2820 [2021-01-08T09:15:44.394Z] ---> 0d75a44cacbb [2021-01-08T09:15:44.394Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T09:15:44.661Z] ---> Running in 432f7e15b3c4 [2021-01-08T09:15:44.937Z] Removing intermediate container 432f7e15b3c4 [2021-01-08T09:15:44.937Z] ---> 63641b60437c [2021-01-08T09:15:44.937Z] [2021-01-08T09:15:45.210Z] Successfully built 63641b60437c [2021-01-08T09:15:45.210Z] Successfully tagged docker-core-command-go:latest [2021-01-08T09:15:46.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.028s coverage: 29.1% of statements [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-08T09:15:46.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.268s coverage: 99.0% of statements [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-08T09:15:46.457Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-08T09:15:46.457Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-08T09:15:46.457Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-08T09:15:46.457Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-08T09:15:46.457Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-01-08T09:15:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-08T09:15:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-08T09:15:46.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2021-01-08T09:15:47.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-08T09:15:47.329Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-08T09:15:47.923Z] GO111MODULE=on go vet ./... [2021-01-08T09:15:57.570Z]  Building docker-core-command-go ... done Removing intermediate container 0fdf9a8cace0 [2021-01-08T09:15:57.570Z] ---> c3e90a04730b [2021-01-08T09:15:57.570Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-08T09:15:57.570Z] Removing intermediate container 9c0bfc4d1371 [2021-01-08T09:15:57.570Z] ---> 603006618669 [2021-01-08T09:15:57.570Z] [2021-01-08T09:15:57.570Z] Step 10/24 : FROM scratch [2021-01-08T09:15:57.570Z] ---> [2021-01-08T09:15:57.570Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-08T09:15:57.570Z] ---> Running in 15c6ea1b4d92 [2021-01-08T09:15:57.570Z] ---> Running in c5f8146208e4 [2021-01-08T09:15:57.570Z] Removing intermediate container c5f8146208e4 [2021-01-08T09:15:57.570Z] ---> 1b3be4929252 [2021-01-08T09:15:57.570Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-08T09:15:57.570Z] ---> Running in f2e2fc4a3054 [2021-01-08T09:15:57.570Z] 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-08T09:15:57.570Z] Removing intermediate container f2e2fc4a3054 [2021-01-08T09:15:57.570Z] ---> e9ca0b31be10 [2021-01-08T09:15:57.570Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-08T09:15:57.570Z] ---> Running in 12c2f1b98f24 [2021-01-08T09:15:57.832Z] Removing intermediate container 12c2f1b98f24 [2021-01-08T09:15:57.832Z] ---> 157e4d6fe1d1 [2021-01-08T09:15:57.832Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-08T09:15:58.099Z] ---> 62707fca94db [2021-01-08T09:15:58.099Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-08T09:15:58.682Z] Removing intermediate container 15c6ea1b4d92 [2021-01-08T09:15:58.682Z] ---> e08051b047ec [2021-01-08T09:15:58.682Z] [2021-01-08T09:15:58.682Z] Step 11/26 : FROM docker:20.10.0 [2021-01-08T09:15:58.682Z] 20.10.0: Pulling from library/docker [2021-01-08T09:15:59.272Z] ---> e930a341cc92 [2021-01-08T09:15:59.272Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-08T09:16:00.230Z] ---> 20816e280c2d [2021-01-08T09:16:00.230Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-08T09:16:00.808Z] ---> 7b280ab47b1b [2021-01-08T09:16:00.808Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-08T09:16:01.399Z] ---> a5addd33cae1 [2021-01-08T09:16:01.399Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-08T09:16:01.978Z] ---> 4f443efda477 [2021-01-08T09:16:01.978Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-08T09:16:01.978Z] ---> Running in 6ab63fd24e3b [2021-01-08T09:16:02.558Z] Removing intermediate container 6ab63fd24e3b [2021-01-08T09:16:02.558Z] ---> ee70126280ee [2021-01-08T09:16:02.558Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:16:02.558Z] ---> Running in 43b4e7987556 [2021-01-08T09:16:02.819Z] Removing intermediate container 43b4e7987556 [2021-01-08T09:16:02.819Z] ---> 8fa250daa26e [2021-01-08T09:16:02.819Z] Step 22/24 : LABEL arch=x86_64 [2021-01-08T09:16:03.081Z] ---> Running in 4425e4d51d34 [2021-01-08T09:16:03.081Z] Removing intermediate container 4425e4d51d34 [2021-01-08T09:16:03.081Z] ---> 5093fb0c7d26 [2021-01-08T09:16:03.081Z] Step 23/24 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:16:03.343Z] ---> Running in 255e11c4945b [2021-01-08T09:16:03.343Z] Removing intermediate container 255e11c4945b [2021-01-08T09:16:03.343Z] ---> 3fc2f7d48207 [2021-01-08T09:16:03.343Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T09:16:03.343Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T09:16:03.343Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T09:16:03.343Z] ---> aefe523efa57 [2021-01-08T09:16:03.343Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-08T09:16:03.606Z] ---> Running in 8dc2b1254506 [2021-01-08T09:16:03.606Z] ---> Running in 414b35a145ff [2021-01-08T09:16:03.868Z] Removing intermediate container 8dc2b1254506 [2021-01-08T09:16:03.868Z] ---> 911a0b62cd19 [2021-01-08T09:16:03.868Z] [2021-01-08T09:16:03.868Z] Successfully built 911a0b62cd19 [2021-01-08T09:16:03.868Z] Successfully tagged docker-support-notifications-go:latest [2021-01-08T09:16:04.133Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:16:04.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:16:04.394Z] (1/2) Installing readline (8.0.4-r0) [2021-01-08T09:16:04.394Z] (2/2) Installing bash (5.0.17-r0) [2021-01-08T09:16:04.394Z] Executing bash-5.0.17-r0.post-install [2021-01-08T09:16:04.394Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:16:04.394Z] OK: 12 MiB in 22 packages [2021-01-08T09:16:04.969Z] Removing intermediate container 414b35a145ff [2021-01-08T09:16:04.969Z] ---> 4513c3eb841c [2021-01-08T09:16:04.969Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-08T09:16:04.969Z] ---> Running in c42efe808735 [2021-01-08T09:16:05.232Z] Removing intermediate container c42efe808735 [2021-01-08T09:16:05.232Z] ---> 6fd1b413db91 [2021-01-08T09:16:05.232Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-08T09:16:05.232Z] ---> Running in e23e49372681 [2021-01-08T09:16:05.496Z] Removing intermediate container e23e49372681 [2021-01-08T09:16:05.496Z] ---> 597f88e2bba8 [2021-01-08T09:16:05.496Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-08T09:16:05.496Z] ---> Running in f939ce5f3f4a [2021-01-08T09:16:05.762Z] Removing intermediate container f939ce5f3f4a [2021-01-08T09:16:05.762Z] ---> ff08b06ead30 [2021-01-08T09:16:05.762Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-08T09:16:06.340Z] ---> 1f3cb16b5f87 [2021-01-08T09:16:06.340Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-08T09:16:06.604Z] ---> b338d70d451e [2021-01-08T09:16:06.604Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-08T09:16:07.179Z] ---> c4f385fcbf04 [2021-01-08T09:16:07.179Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-08T09:16:07.179Z] ---> Running in 7516f662ab70 [2021-01-08T09:16:07.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:16:07.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:16:07.761Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-08T09:16:07.761Z] (2/33) Installing expat (2.2.9-r1) [2021-01-08T09:16:07.761Z] (3/33) Installing libffi (3.3-r2) [2021-01-08T09:16:07.761Z] (4/33) Installing gdbm (1.13-r1) [2021-01-08T09:16:07.761Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-08T09:16:07.761Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-08T09:16:08.023Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-08T09:16:08.968Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-08T09:16:08.968Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-08T09:16:08.968Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-08T09:16:08.968Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-08T09:16:08.968Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-08T09:16:08.968Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-08T09:16:08.968Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-08T09:16:08.968Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-08T09:16:08.968Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-08T09:16:09.228Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-08T09:16:09.229Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-08T09:16:09.229Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-08T09:16:09.229Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-08T09:16:09.229Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-08T09:16:09.229Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-08T09:16:09.229Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-08T09:16:09.229Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-08T09:16:09.229Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-08T09:16:09.229Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-08T09:16:09.489Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-08T09:16:09.489Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-08T09:16:09.489Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-08T09:16:09.489Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-08T09:16:09.489Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-08T09:16:09.489Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-08T09:16:09.489Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-08T09:16:09.489Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:16:09.489Z] OK: 71 MiB in 55 packages [2021-01-08T09:16:17.653Z] Removing intermediate container 7516f662ab70 [2021-01-08T09:16:17.653Z] ---> 80071ab3a6ab [2021-01-08T09:16:17.653Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-08T09:16:17.653Z] ---> Running in 4700b4fda022 [2021-01-08T09:16:19.047Z] Collecting docker-compose==1.23.2 [2021-01-08T09:16:19.047Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-08T09:16:19.047Z] 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-08T09:16:19.308Z] Collecting docker<4.0,>=3.6.0 [2021-01-08T09:16:19.308Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-08T09:16:19.570Z] Collecting docopt<0.7,>=0.6.1 [2021-01-08T09:16:19.570Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-08T09:16:20.145Z] Collecting jsonschema<3,>=2.5.1 [2021-01-08T09:16:20.145Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-08T09:16:20.145Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-08T09:16:20.145Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-08T09:16:20.411Z] Collecting PyYAML<4,>=3.10 [2021-01-08T09:16:20.411Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-08T09:16:21.378Z] Collecting texttable<0.10,>=0.9.0 [2021-01-08T09:16:21.378Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-08T09:16:21.646Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-08T09:16:21.646Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-08T09:16:21.916Z] Collecting cached-property<2,>=1.2.0 [2021-01-08T09:16:21.916Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-08T09:16:21.916Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-08T09:16:21.916Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-08T09:16:22.503Z] Collecting docker-pycreds>=0.4.0 [2021-01-08T09:16:22.503Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-08T09:16:22.503Z] Collecting idna<2.8,>=2.5 [2021-01-08T09:16:22.503Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-08T09:16:22.503Z] 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-08T09:16:22.503Z] 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-08T09:16:22.772Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-08T09:16:22.772Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-08T09:16:22.772Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-08T09:16:22.772Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-08T09:16:22.772Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-08T09:16:22.772Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-08T09:16:23.041Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, jsonschema, PyYAML, texttable, cached-property, dockerpty, docker-compose [2021-01-08T09:16:23.041Z] Attempting uninstall: idna [2021-01-08T09:16:23.041Z] Found existing installation: idna 2.9 [2021-01-08T09:16:23.041Z] Uninstalling idna-2.9: [2021-01-08T09:16:23.041Z] Successfully uninstalled idna-2.9 [2021-01-08T09:16:23.305Z] Attempting uninstall: urllib3 [2021-01-08T09:16:23.305Z] Found existing installation: urllib3 1.25.9 [2021-01-08T09:16:23.305Z] Uninstalling urllib3-1.25.9: [2021-01-08T09:16:23.305Z] Successfully uninstalled urllib3-1.25.9 [2021-01-08T09:16:23.305Z] Attempting uninstall: requests [2021-01-08T09:16:23.567Z] Found existing installation: requests 2.23.0 [2021-01-08T09:16:23.567Z] Uninstalling requests-2.23.0: [2021-01-08T09:16:23.567Z] Successfully uninstalled requests-2.23.0 [2021-01-08T09:16:23.834Z] Running setup.py install for docopt: started [2021-01-08T09:16:24.804Z] Running setup.py install for docopt: finished with status 'done' [2021-01-08T09:16:25.395Z] Running setup.py install for PyYAML: started [2021-01-08T09:16:26.081Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-08T09:16:26.081Z] Running setup.py install for texttable: started [2021-01-08T09:16:26.350Z] Running setup.py install for texttable: finished with status 'done' [2021-01-08T09:16:26.350Z] Running setup.py install for dockerpty: started [2021-01-08T09:16:26.614Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-08T09:16:26.903Z] 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-08T09:16:29.621Z] Removing intermediate container 4700b4fda022 [2021-01-08T09:16:29.621Z] ---> cefe374d91b7 [2021-01-08T09:16:29.621Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-08T09:16:29.889Z] ---> Running in aae77ec7a5fd [2021-01-08T09:16:30.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-08T09:16:30.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-08T09:16:30.727Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T09:16:30.727Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-08T09:16:30.727Z] (3/3) Installing curl (7.69.1-r3) [2021-01-08T09:16:30.727Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:16:30.727Z] OK: 72 MiB in 58 packages [2021-01-08T09:16:31.301Z] Removing intermediate container aae77ec7a5fd [2021-01-08T09:16:31.301Z] ---> d40586d260f2 [2021-01-08T09:16:31.301Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-08T09:16:31.301Z] ---> Running in 3ae8eb11d946 [2021-01-08T09:16:31.563Z] Removing intermediate container 3ae8eb11d946 [2021-01-08T09:16:31.563Z] ---> 54684da361dd [2021-01-08T09:16:31.563Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:16:31.563Z] ---> Running in 3b62ee210449 [2021-01-08T09:16:31.563Z] Removing intermediate container 3b62ee210449 [2021-01-08T09:16:31.563Z] ---> 070013e25b1d [2021-01-08T09:16:31.563Z] Step 24/26 : LABEL arch=x86_64 [2021-01-08T09:16:31.826Z] ---> Running in a099aa8dfed0 [2021-01-08T09:16:31.826Z] Removing intermediate container a099aa8dfed0 [2021-01-08T09:16:31.826Z] ---> c141e995d967 [2021-01-08T09:16:31.826Z] Step 25/26 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:16:32.092Z] ---> Running in a5951c0bdd83 [2021-01-08T09:16:32.092Z] Removing intermediate container a5951c0bdd83 [2021-01-08T09:16:32.092Z] ---> f4aed14cb583 [2021-01-08T09:16:32.092Z] Step 26/26 : LABEL version=0.0.0 [2021-01-08T09:16:32.354Z] ---> Running in 86f7fed16d81 [2021-01-08T09:16:32.354Z] Removing intermediate container 86f7fed16d81 [2021-01-08T09:16:32.354Z] ---> faf432ea3501 [2021-01-08T09:16:32.354Z] [2021-01-08T09:16:32.622Z] Successfully built faf432ea3501 [2021-01-08T09:16:32.622Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-08T09:16:32.894Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-08T09:16:32.916Z] $ docker stop --time=1 2dc59e386ba887701a7c3e1d3ee1022721f48d1ae4d144eb3eb98a16248d7b47 [2021-01-08T09:16:34.503Z] $ docker rm -f 2dc59e386ba887701a7c3e1d3ee1022721f48d1ae4d144eb3eb98a16248d7b47 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T09:16:35.090Z] + docker images [2021-01-08T09:16:35.090Z] + grep docker [2021-01-08T09:16:35.090Z] docker-sys-mgmt-agent-go latest faf432ea3501 2 seconds ago 313MB [2021-01-08T09:16:35.090Z] docker-support-notifications-go latest 911a0b62cd19 31 seconds ago 12MB [2021-01-08T09:16:35.090Z] docker-core-command-go latest 63641b60437c 50 seconds ago 10.6MB [2021-01-08T09:16:35.090Z] docker-support-scheduler-go latest 4f669a72a12b 51 seconds ago 10.7MB [2021-01-08T09:16:35.090Z] docker-core-data-go latest 45591f40e09b About a minute ago 22.3MB [2021-01-08T09:16:35.090Z] docker-security-secretstore-setup-go latest 9fbf6c7390a0 About a minute ago 24.6MB [2021-01-08T09:16:35.090Z] docker-security-bootstrap-redis-go latest 7442d02b9674 2 minutes ago 15.8MB [2021-01-08T09:16:35.090Z] docker-security-proxy-setup-go latest 7d2bad05b208 2 minutes ago 24.5MB [2021-01-08T09:16:35.090Z] docker-core-metadata-go latest c320c6f0c954 2 minutes ago 13MB [2021-01-08T09:16:35.090Z] 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-08T09:16:50.904Z] Still waiting to schedule task [2021-01-08T09:16:50.904Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-08T09:16:56.019Z] gofmt -l . [2021-01-08T09:16:56.020Z] [ "`gofmt -l .`" = "" ] [2021-01-08T09:16:56.020Z] ./bin/test-go-mod-tidy.sh [2021-01-08T09:16:56.020Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-08T09:16:59.074Z] + ls -al . [2021-01-08T09:16:59.075Z] total 672 [2021-01-08T09:16:59.075Z] drwxrwxr-x 9 1001 1001 4096 Jan 8 09:16 . [2021-01-08T09:16:59.075Z] drwxr-xr-x 4 root root 4096 Jan 8 09:13 .. [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 11 Jan 8 09:11 .dockerignore [2021-01-08T09:16:59.075Z] drwxrwxr-x 8 1001 1001 4096 Jan 8 09:11 .git [2021-01-08T09:16:59.075Z] drwxrwxr-x 3 1001 1001 4096 Jan 8 09:11 .github [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 824 Jan 8 09:11 .gitignore [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 166 Jan 8 09:11 .sonarcloud.properties [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 3804 Jan 8 09:11 CONTRIBUTING.md [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 931 Jan 8 09:11 Dockerfile.build [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 863 Jan 8 09:11 Jenkinsfile [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 10775 Jan 8 09:11 LICENSE [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 5750 Jan 8 09:11 Makefile [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 6524 Jan 8 09:11 README.md [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 6744 Jan 8 09:11 SECURITY.md [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 5 Jan 8 09:09 VERSION [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 4131 Jan 8 09:11 ZMQWindows.md [2021-01-08T09:16:59.075Z] drwxrwxr-x 2 1001 1001 4096 Jan 8 09:11 bin [2021-01-08T09:16:59.075Z] drwxrwxr-x 14 1001 1001 4096 Jan 8 09:11 cmd [2021-01-08T09:16:59.075Z] -rw-r--r-- 1 root root 545099 Jan 8 09:15 coverage.out [2021-01-08T09:16:59.075Z] -rw-r--r-- 1 root root 979 Jan 8 09:16 go.mod [2021-01-08T09:16:59.075Z] -rw-r--r-- 1 root root 19019 Jan 8 09:16 go.sum [2021-01-08T09:16:59.075Z] drwxrwxr-x 8 1001 1001 4096 Jan 8 09:11 internal [2021-01-08T09:16:59.075Z] drwxrwxr-x 4 1001 1001 4096 Jan 8 09:11 openapi [2021-01-08T09:16:59.075Z] drwxrwxr-x 4 1001 1001 4096 Jan 8 09:11 snap [2021-01-08T09:16:59.075Z] -rw-rw-r-- 1 1001 1001 168 Jan 8 09:11 version.go [Pipeline] sh [2021-01-08T09:16:59.857Z] + '[' -e coverage.out ] [2021-01-08T09:16:59.857Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-08T09:16:59.933Z] Warning: overwriting stash ‘coverage-report’ [2021-01-08T09:17:01.040Z] Stashed 1 file(s) [Pipeline] sh [2021-01-08T09:17:01.756Z] + make build [2021-01-08T09:17:01.756Z] 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-08T09:17:14.233Z] 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-08T09:17:36.439Z] 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-08T09:17:37.910Z] 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-08T09:17:41.218Z] Running on prd-ubuntu18.04-docker-8c-8g-19087 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws [2021-01-08T09:17:41.284Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-08T09:17:43.318Z] 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-08T09:17:43.521Z] using credential edgex-jenkins-ssh [2021-01-08T09:17:43.581Z] Cloning the remote Git repository [2021-01-08T09:17:43.615Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-08T09:17:43.680Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-08T09:17:43.714Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T09:17:43.714Z] > git --version # timeout=10 [2021-01-08T09:17:43.722Z] > git --version # 'git version 2.17.1' [2021-01-08T09:17:43.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T09:17:43.746Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T09:17:44.309Z] 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-08T09:17:49.717Z] 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-08T09:17:49.782Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:17:49.181Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T09:17:49.191Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-08T09:17:49.202Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-08T09:17:49.213Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-08T09:17:49.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T09:17:49.218Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-08T09:17:49.817Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T09:17:49.823Z] > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 [2021-01-08T09:17:49.917Z] Merge succeeded, producing c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:17:49.918Z] Checking out Revision c5d4f56aecd1b435a7b33b7684dcf103eece7a8f (PR-3001) [2021-01-08T09:17:49.914Z] > git remote # timeout=10 [2021-01-08T09:17:49.922Z] > git config --get remote.origin.url # timeout=10 [2021-01-08T09:17:49.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-08T09:17:49.930Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-08T09:17:49.939Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-08T09:17:49.949Z] > git config core.sparsecheckout # timeout=10 [2021-01-08T09:17:49.955Z] > git checkout -f c5d4f56aecd1b435a7b33b7684dcf103eece7a8f # timeout=10 [2021-01-08T09:17:53.591Z] Commit message: "feat(meta): add POST /provisionwatcher V2 API" [2021-01-08T09:17:54.038Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:17:54.852Z] + echo snap-build.sh [2021-01-08T09:17:54.852Z] snap-build.sh [2021-01-08T09:17:54.852Z] + SNAP_BASE_DIR=. [2021-01-08T09:17:54.852Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-08T09:17:54.852Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-08T09:17:54.852Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-08T09:17:54.852Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-08T09:17:54.852Z] + cd /w/workspace/edgex-go/2 [2021-01-08T09:17:54.852Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-08T09:17:54.852Z] Reading package lists... [2021-01-08T09:17:54.852Z] Building dependency tree... [2021-01-08T09:17:54.852Z] Reading state information... [2021-01-08T09:17:55.115Z] The following packages were automatically installed and are no longer required: [2021-01-08T09:17:55.115Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-08T09:17:55.115Z] uidmap xdelta3 [2021-01-08T09:17:55.115Z] Use 'sudo apt autoremove' to remove them. [2021-01-08T09:17:55.115Z] The following packages will be REMOVED: [2021-01-08T09:17:55.115Z] lxd* lxd-client* [2021-01-08T09:17:55.377Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-08T09:17:55.377Z] After this operation, 31.7 MB disk space will be freed. [2021-01-08T09:17:56.424Z] (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-08T09:17:56.424Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T09:17:57.365Z] Removing lxd dnsmasq configuration [2021-01-08T09:17:57.365Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T09:17:57.626Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-08T09:17:58.353Z] 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-08T09:17:58.569Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-08T09:17:58.829Z] (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-08T09:17:58.829Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-08T09:18:00.216Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-08T09:18:00.216Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-08T09:18:01.160Z] + sudo snap remove --purge lxd [2021-01-08T09:18:01.421Z] snap "lxd" is not installed [2021-01-08T09:18:01.421Z] + sudo groupadd --force --system lxd [2021-01-08T09:18:01.421Z] ++ whoami [2021-01-08T09:18:01.421Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-08T09:18:01.421Z] + newgrp - lxd [2021-01-08T09:18:01.421Z] + sudo snap install lxd [2021-01-08T09:18:01.738Z] 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-08T09:18:05.126Z] 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-08T09:18:09.425Z] 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-08T09:18:09.565Z] 2021-01-08T09:18:07Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-01-08T09:18:13.750Z] $ docker stop --time=1 45bd6425f2f8fc6b10e536c5c5767414dd725541edfc701708557f5fcee19597 [2021-01-08T09:18:16.261Z] $ docker rm -f 45bd6425f2f8fc6b10e536c5c5767414dd725541edfc701708557f5fcee19597 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:18:18.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T09:18:18.106Z] [2021-01-08T09:18:18.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:18:18.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T09:18:18.497Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-08T09:18:18.497Z] 29e5d40040c1: Pulling fs layer [2021-01-08T09:18:18.497Z] 1ce36da41761: Pulling fs layer [2021-01-08T09:18:18.497Z] 25b303627fd3: Pulling fs layer [2021-01-08T09:18:18.767Z] 29e5d40040c1: Verifying Checksum [2021-01-08T09:18:18.767Z] 29e5d40040c1: Download complete [2021-01-08T09:18:19.752Z] 29e5d40040c1: Pull complete [2021-01-08T09:18:19.752Z] 1ce36da41761: Verifying Checksum [2021-01-08T09:18:19.752Z] 1ce36da41761: Download complete [2021-01-08T09:18:20.729Z] 1ce36da41761: Pull complete [2021-01-08T09:18:21.002Z] 25b303627fd3: Verifying Checksum [2021-01-08T09:18:21.002Z] 25b303627fd3: Download complete [2021-01-08T09:18:27.688Z] lxd 4.9 from Canonical* installed [2021-01-08T09:18:27.688Z] + sudo lxd init --auto [2021-01-08T09:18:31.141Z] 25b303627fd3: Pull complete [2021-01-08T09:18:31.141Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-08T09:18:31.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T09:18:31.141Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-08T09:18:31.401Z] prd-ubuntu18.04-docker-arm64-4c-16g-19086 does not seem to be running inside a container [2021-01-08T09:18:31.482Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-08T09:18:34.699Z] $ docker top 480753b9a42a1b4f8fa93edef1b728fbaca452f13801aaf16c84a85820807c1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T09:18:35.835Z] + sudo snap install --classic snapcraft [2021-01-08T09:18:35.835Z] + docker-compose build --help [2021-01-08T09:18:35.836Z] + grep parallel [2021-01-08T09:18:39.200Z] --parallel Build images in parallel. [Pipeline] } [2021-01-08T09:18:39.225Z] $ docker stop --time=1 480753b9a42a1b4f8fa93edef1b728fbaca452f13801aaf16c84a85820807c1a [2021-01-08T09:18:41.049Z] $ docker rm -f 480753b9a42a1b4f8fa93edef1b728fbaca452f13801aaf16c84a85820807c1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:18:41.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-08T09:18:41.837Z] . [Pipeline] withDockerContainer [2021-01-08T09:18:42.085Z] prd-ubuntu18.04-docker-arm64-4c-16g-19086 does not seem to be running inside a container [2021-01-08T09:18:42.192Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-08T09:18:43.660Z] $ docker top f251897990c0bbce7a1c065c6f29630a7da0b5f058d95318d5cd6affd0ebcd3f -eo pid,comm [2021-01-08T09:18:43.979Z] snapcraft 4.4.4 from Canonical* installed [2021-01-08T09:18:43.979Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-08T09:18:43.979Z] + patch --verbose -p1 [2021-01-08T09:18:43.979Z] Hmm... Looks like a unified diff to me... [2021-01-08T09:18:43.979Z] The text leading up to this was: [2021-01-08T09:18:43.979Z] -------------------------- [2021-01-08T09:18:43.979Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-08T09:18:43.979Z] |From: Tony Espy [2021-01-08T09:18:43.979Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-08T09:18:43.979Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-08T09:18:43.979Z] | [2021-01-08T09:18:43.979Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-08T09:18:43.979Z] |optimize the snap CI check run for pull requests. When [2021-01-08T09:18:43.979Z] |applied, it essentially strips out everything (apps and [2021-01-08T09:18:43.979Z] |parts) from the snapcraft.yaml file except those required [2021-01-08T09:18:43.979Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-08T09:18:43.979Z] |catch changes to edgex-go that break the snap build. [2021-01-08T09:18:43.979Z] | [2021-01-08T09:18:43.979Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-08T09:18:43.979Z] |to update this patch file, otherwise it may fail to apply, [2021-01-08T09:18:43.979Z] |resulting in a failed snap build CI check in the associated [2021-01-08T09:18:43.979Z] |pull request. [2021-01-08T09:18:43.979Z] | [2021-01-08T09:18:43.979Z] |Note - in addition to applying this patch, the pipeline also [2021-01-08T09:18:43.979Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-08T09:18:43.979Z] |need to build the finally binary .snap file (and it won't [2021-01-08T09:18:43.979Z] |work with the patch applied). This further reduces the build [2021-01-08T09:18:43.979Z] |time. [2021-01-08T09:18:43.979Z] |--- [2021-01-08T09:18:43.979Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-08T09:18:43.979Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-08T09:18:43.979Z] | [2021-01-08T09:18:43.979Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-08T09:18:43.979Z] |index 1e537489..faf42425 100644 [2021-01-08T09:18:43.979Z] |--- a/snap/snapcraft.yaml [2021-01-08T09:18:43.979Z] |+++ b/snap/snapcraft.yaml [2021-01-08T09:18:43.979Z] -------------------------- [2021-01-08T09:18:43.979Z] patching file snap/snapcraft.yaml [2021-01-08T09:18:43.979Z] Using Plan A... [2021-01-08T09:18:43.979Z] Hunk #1 succeeded at 73. [2021-01-08T09:18:43.979Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-08T09:18:43.979Z] Hunk #3 succeeded at 214. [2021-01-08T09:18:43.979Z] Hunk #4 succeeded at 222. [2021-01-08T09:18:43.979Z] Hunk #5 succeeded at 229. [2021-01-08T09:18:43.979Z] Hunk #6 succeeded at 256. [2021-01-08T09:18:43.979Z] Hunk #7 succeeded at 290. [2021-01-08T09:18:43.979Z] Hunk #8 succeeded at 341. [2021-01-08T09:18:43.979Z] Hmm... Ignoring the trailing garbage. [2021-01-08T09:18:43.979Z] done [2021-01-08T09:18:43.979Z] + sudo snapcraft prime --use-lxd [2021-01-08T09:18:43.979Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [Pipeline] { [Pipeline] sh [2021-01-08T09:18:44.239Z] 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-08T09:18:44.239Z] - README.md [2021-01-08T09:18:44.239Z] - snapcraft.yaml.orig [2021-01-08T09:18:44.239Z] [2021-01-08T09:18:44.239Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-08T09:18:44.766Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-08T09:18:44.811Z] Launching a container. [2021-01-08T09:18:49.063Z] Building docker-core-command-go ... [2021-01-08T09:18:49.063Z] Building docker-core-data-go ... [2021-01-08T09:18:49.063Z] Building docker-core-metadata-go ... [2021-01-08T09:18:49.063Z] Building docker-security-bootstrap-redis-go ... [2021-01-08T09:18:49.063Z] Building docker-security-proxy-setup-go ... [2021-01-08T09:18:49.063Z] Building docker-security-secretstore-setup-go ... [2021-01-08T09:18:49.063Z] Building docker-support-notifications-go ... [2021-01-08T09:18:49.063Z] Building docker-support-scheduler-go ... [2021-01-08T09:18:49.063Z] Building docker-sys-mgmt-agent-go ... [2021-01-08T09:18:49.063Z] Building docker-support-notifications-go [2021-01-08T09:18:49.063Z] Building docker-core-command-go [2021-01-08T09:18:49.063Z] Building docker-core-data-go [2021-01-08T09:18:49.063Z] Building docker-support-scheduler-go [2021-01-08T09:18:49.063Z] Building docker-sys-mgmt-agent-go [2021-01-08T09:18:57.063Z] Waiting for container to be ready [2021-01-08T09:18:57.063Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-08T09:18:57.063Z] [2021-01-08T09:18:58.975Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-08T09:18:59.550Z] Waiting for network to be ready... [2021-01-08T09:18:59.811Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-08T09:19:00.072Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-08T09:19:00.072Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-08T09:19:00.072Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-08T09:19:00.072Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-08T09:19:00.072Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-08T09:19:00.072Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-08T09:19:00.072Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-08T09:19:00.072Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-08T09:19:00.072Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-08T09:19:00.644Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-08T09:19:00.644Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-08T09:19:00.904Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-08T09:19:00.904Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-08T09:19:00.904Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-08T09:19:00.904Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-08T09:19:00.904Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-08T09:19:00.904Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-08T09:19:01.164Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-08T09:19:01.425Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] [2021-01-08T09:19:01.686Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-08T09:19:01.686Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-08T09:19:01.686Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-08T09:19:01.686Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [225 kB] [2021-01-08T09:19:01.686Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [30.6 kB] [2021-01-08T09:19:01.686Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-08T09:19:01.686Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-08T09:19:03.601Z] Fetched 23.7 MB in 4s (6092 kB/s) [2021-01-08T09:19:04.542Z] Reading package lists... [2021-01-08T09:19:04.542Z] Reading package lists... [2021-01-08T09:19:04.803Z] Building dependency tree... [2021-01-08T09:19:04.803Z] Reading state information... [2021-01-08T09:19:04.803Z] The following additional packages will be installed: [2021-01-08T09:19:04.803Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-08T09:19:04.803Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-08T09:19:04.803Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-08T09:19:04.803Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-08T09:19:04.803Z] Suggested packages: [2021-01-08T09:19:04.803Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-08T09:19:04.803Z] Recommended packages: [2021-01-08T09:19:04.803Z] gnupg libsasl2-modules [2021-01-08T09:19:05.064Z] The following NEW packages will be installed: [2021-01-08T09:19:05.064Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-08T09:19:05.064Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-08T09:19:05.064Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-08T09:19:05.064Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-08T09:19:05.064Z] The following packages will be upgraded: [2021-01-08T09:19:05.064Z] gpg gpg-agent gpgconf libudev1 [2021-01-08T09:19:05.064Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-08T09:19:05.064Z] Need to get 3532 kB of archives. [2021-01-08T09:19:05.064Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-08T09:19:05.064Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-08T09:19:05.064Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-08T09:19:05.064Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-08T09:19:05.064Z] 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-08T09:19:05.064Z] 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-08T09:19:05.064Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-08T09:19:05.326Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-08T09:19:05.586Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-08T09:19:05.848Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-08T09:19:05.848Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-08T09:19:05.848Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-08T09:19:05.848Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-08T09:19:05.848Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-08T09:19:05.848Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-08T09:19:05.848Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-08T09:19:05.848Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-08T09:19:05.848Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-08T09:19:06.109Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-08T09:19:06.109Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-08T09:19:06.109Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-08T09:19:06.109Z] 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-08T09:19:06.109Z] 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-08T09:19:06.109Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T09:19:06.109Z] Fetched 3532 kB in 1s (3166 kB/s) [2021-01-08T09:19:06.370Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-08T09:19:06.370Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-08T09:19:06.371Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T09:19:06.371Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-08T09:19:06.631Z] Selecting previously unselected package udev. [2021-01-08T09:19:06.631Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-08T09:19:06.631Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-08T09:19:06.631Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-08T09:19:06.892Z] Selecting previously unselected package libfuse2:amd64. [2021-01-08T09:19:06.892Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-08T09:19:06.892Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-08T09:19:06.892Z] Selecting previously unselected package fuse. [2021-01-08T09:19:06.892Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-08T09:19:06.892Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-08T09:19:07.153Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:07.153Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T09:19:07.153Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:07.153Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T09:19:07.413Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:07.413Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T09:19:07.413Z] Selecting previously unselected package libksba8:amd64. [2021-01-08T09:19:07.413Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-08T09:19:07.413Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-08T09:19:07.686Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-08T09:19:07.686Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:07.686Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:07.686Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-08T09:19:07.686Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:07.686Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:07.947Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-08T09:19:07.948Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:07.948Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:07.948Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-08T09:19:07.948Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:07.948Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:07.948Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-08T09:19:07.948Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:07.948Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:08.211Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-08T09:19:08.211Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:08.211Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:08.211Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-08T09:19:08.211Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:08.211Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:08.474Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-08T09:19:08.474Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:08.474Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:08.474Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-08T09:19:08.474Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-08T09:19:08.474Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:08.474Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-08T09:19:08.736Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-08T09:19:08.736Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T09:19:08.736Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-08T09:19:08.736Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-08T09:19:08.736Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T09:19:08.736Z] Selecting previously unselected package libldap-common. [2021-01-08T09:19:08.736Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-08T09:19:08.736Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T09:19:08.997Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-08T09:19:08.997Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-08T09:19:08.997Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T09:19:08.997Z] Selecting previously unselected package dirmngr. [2021-01-08T09:19:08.997Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:08.997Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-08T09:19:09.259Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T09:19:09.259Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-08T09:19:09.259Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-08T09:19:09.259Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T09:19:09.259Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-08T09:19:09.259Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-08T09:19:09.520Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:09.520Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-08T09:19:09.520Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T09:19:09.520Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-08T09:19:09.782Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-08T09:19:10.043Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:10.043Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-08T09:19:10.043Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-08T09:19:10.043Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-08T09:19:10.303Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:10.303Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:10.303Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:10.303Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:10.303Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:10.303Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:10.303Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-08T09:19:10.303Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-08T09:19:10.303Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-08T09:19:10.570Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T09:19:10.833Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-08T09:19:10.833Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-08T09:19:10.833Z] This means they are not meant to be enabled using systemctl. [2021-01-08T09:19:10.833Z] Possible reasons for having this kind of units are: [2021-01-08T09:19:10.833Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-08T09:19:10.833Z] .wants/ or .requires/ directory. [2021-01-08T09:19:10.833Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-08T09:19:10.833Z] a requirement dependency on it. [2021-01-08T09:19:10.833Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-08T09:19:10.833Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-08T09:19:10.833Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-08T09:19:10.833Z] instance name specified. [2021-01-08T09:19:11.094Z] Reading package lists... [2021-01-08T09:19:11.355Z] Building dependency tree... [2021-01-08T09:19:11.355Z] Reading state information... [2021-01-08T09:19:11.355Z] The following additional packages will be installed: [2021-01-08T09:19:11.355Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-08T09:19:11.355Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-08T09:19:11.355Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-08T09:19:11.355Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-08T09:19:11.355Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-08T09:19:11.355Z] Suggested packages: [2021-01-08T09:19:11.355Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-08T09:19:11.355Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-08T09:19:11.355Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-08T09:19:11.355Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-08T09:19:11.355Z] systemd-container policykit-1 [2021-01-08T09:19:11.355Z] Recommended packages: [2021-01-08T09:19:11.355Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-08T09:19:11.355Z] The following NEW packages will be installed: [2021-01-08T09:19:11.355Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-08T09:19:11.355Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-08T09:19:11.355Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-08T09:19:11.355Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-08T09:19:11.355Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-08T09:19:11.355Z] The following packages will be upgraded: [2021-01-08T09:19:11.355Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-08T09:19:11.620Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-08T09:19:11.620Z] Need to get 35.2 MB of archives. [2021-01-08T09:19:11.620Z] After this operation, 141 MB of additional disk space will be used. [2021-01-08T09:19:11.620Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-08T09:19:11.620Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-08T09:19:11.620Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-08T09:19:11.620Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-08T09:19:11.620Z] 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-08T09:19:11.620Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-08T09:19:11.620Z] 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-08T09:19:11.620Z] 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-08T09:19:11.885Z] 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-08T09:19:11.885Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-08T09:19:11.885Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-08T09:19:11.885Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-08T09:19:11.885Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-08T09:19:11.885Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-08T09:19:11.885Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-08T09:19:11.885Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-08T09:19:11.885Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-08T09:19:12.456Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-08T09:19:12.456Z] 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-08T09:19:12.456Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-08T09:19:12.456Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-08T09:19:12.456Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-08T09:19:12.456Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-08T09:19:12.456Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-08T09:19:12.456Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-08T09:19:12.456Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-08T09:19:12.717Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-08T09:19:12.717Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-08T09:19:12.717Z] 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-08T09:19:12.717Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-08T09:19:14.108Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T09:19:14.108Z] Fetched 35.2 MB in 2s (15.5 MB/s) [2021-01-08T09:19:14.108Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T09:19:14.108Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-08T09:19:14.108Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T09:19:14.681Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-08T09:19:14.681Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T09:19:14.681Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-08T09:19:14.942Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T09:19:14.942Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-08T09:19:14.942Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-08T09:19:15.203Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-08T09:19:15.203Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-08T09:19:15.203Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-08T09:19:15.203Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-08T09:19:15.463Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-08T09:19:15.724Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-08T09:19:16.004Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-08T09:19:16.266Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-08T09:19:16.266Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-08T09:19:16.527Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-08T09:19:16.527Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-08T09:19:16.527Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T09:19:16.527Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T09:19:16.788Z] Selecting previously unselected package libexpat1:amd64. [2021-01-08T09:19:16.788Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-08T09:19:16.788Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-08T09:19:17.050Z] Selecting previously unselected package python3.6-minimal. [2021-01-08T09:19:17.050Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T09:19:17.050Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T09:19:17.311Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-08T09:19:17.311Z] Checking for services that may need to be restarted...done. [2021-01-08T09:19:17.311Z] Checking for services that may need to be restarted...done. [2021-01-08T09:19:17.311Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T09:19:17.311Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-08T09:19:17.311Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T09:19:17.893Z] Selecting previously unselected package python3-minimal. [2021-01-08T09:19:17.893Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-08T09:19:17.893Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-08T09:19:17.893Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-08T09:19:17.893Z] Selecting previously unselected package mime-support. [2021-01-08T09:19:17.893Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-08T09:19:17.893Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-08T09:19:18.180Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-08T09:19:18.180Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-08T09:19:18.180Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-08T09:19:18.180Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-08T09:19:18.180Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T09:19:18.180Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T09:19:18.447Z] Selecting previously unselected package python3.6. [2021-01-08T09:19:18.447Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-08T09:19:18.447Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T09:19:18.447Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-08T09:19:18.447Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-08T09:19:18.447Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-08T09:19:18.715Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-08T09:19:18.980Z] Selecting previously unselected package python3. [2021-01-08T09:19:18.981Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-08T09:19:18.981Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-08T09:19:18.981Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-08T09:19:18.981Z] Selecting previously unselected package multiarch-support. [2021-01-08T09:19:18.981Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T09:19:18.981Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-08T09:19:19.261Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-08T09:19:19.261Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-08T09:19:19.261Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-08T09:19:19.261Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-08T09:19:19.261Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-08T09:19:19.261Z] Selecting previously unselected package libbsd0:amd64. [2021-01-08T09:19:19.261Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-08T09:19:19.261Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-08T09:19:19.523Z] Selecting previously unselected package sudo. [2021-01-08T09:19:19.523Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-08T09:19:19.523Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-08T09:19:19.523Z] Selecting previously unselected package apparmor. [2021-01-08T09:19:19.523Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-08T09:19:19.523Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-08T09:19:19.786Z] Selecting previously unselected package libedit2:amd64. [2021-01-08T09:19:19.786Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-08T09:19:19.786Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-08T09:19:19.786Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-08T09:19:19.786Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T09:19:19.786Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T09:19:20.047Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-08T09:19:20.047Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T09:19:20.047Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T09:19:20.047Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-08T09:19:20.047Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-08T09:19:20.047Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-08T09:19:20.047Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-08T09:19:20.047Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T09:19:20.047Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T09:19:20.309Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-08T09:19:20.309Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-08T09:19:20.309Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T09:19:20.309Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-08T09:19:20.309Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-08T09:19:20.309Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-08T09:19:20.569Z] Selecting previously unselected package openssh-client. [2021-01-08T09:19:20.569Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-08T09:19:20.569Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-08T09:19:20.830Z] Selecting previously unselected package squashfs-tools. [2021-01-08T09:19:20.830Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-08T09:19:20.830Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-08T09:19:20.830Z] Selecting previously unselected package snapd. [2021-01-08T09:19:20.830Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-08T09:19:21.100Z] Unpacking snapd (2.48+18.04) ... [2021-01-08T09:19:23.060Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-08T09:19:23.060Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-08T09:19:23.060Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-08T09:19:23.060Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-08T09:19:23.060Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-08T09:19:23.060Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T09:19:23.060Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T09:19:23.323Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-08T09:19:23.323Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-08T09:19:23.897Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-08T09:19:23.897Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-08T09:19:23.897Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-08T09:19:23.897Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T09:19:23.897Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T09:19:23.897Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-08T09:19:24.469Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-08T09:19:24.730Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T09:19:24.730Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-08T09:19:24.730Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-08T09:19:24.730Z] running python rtupdate hooks for python3.6... [2021-01-08T09:19:24.730Z] running python post-rtupdate hooks for python3.6... [2021-01-08T09:19:24.730Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-08T09:19:26.648Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-08T09:19:26.649Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-08T09:19:27.249Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-08T09:19:27.821Z] Setting up snapd (2.48+18.04) ... [2021-01-08T09:19:28.082Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-08T09:19:28.082Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-08T09:19:28.343Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-08T09:19:28.605Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-08T09:19:28.605Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-08T09:19:28.605Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-08T09:19:28.865Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-08T09:19:29.126Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-08T09:19:29.126Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-08T09:19:29.388Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-08T09:19:29.388Z] /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-08T09:19:29.388Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-08T09:19:29.649Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-08T09:19:30.591Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T09:19:30.591Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T09:19:30.591Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T09:19:31.804Z] Reading package lists... [2021-01-08T09:19:31.804Z] Reading package lists... [2021-01-08T09:19:32.064Z] Building dependency tree... [2021-01-08T09:19:32.064Z] Reading state information... [2021-01-08T09:19:32.064Z] Calculating upgrade... [2021-01-08T09:19:32.326Z] The following packages will be upgraded: [2021-01-08T09:19:32.326Z] advancecomp base-files bash binutils binutils-common [2021-01-08T09:19:32.326Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-08T09:19:32.326Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-08T09:19:32.326Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-08T09:19:32.326Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-08T09:19:32.326Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-08T09:19:32.326Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-08T09:19:32.326Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-08T09:19:32.326Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-08T09:19:32.326Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-08T09:19:32.326Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-08T09:19:32.326Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-08T09:19:32.326Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-08T09:19:32.326Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-08T09:19:32.326Z] ubuntu-keyring util-linux [2021-01-08T09:19:32.326Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T09:19:32.326Z] Need to get 63.7 MB of archives. [2021-01-08T09:19:32.326Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-08T09:19:32.326Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-08T09:19:32.326Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-08T09:19:33.271Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-08T09:19:33.271Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-08T09:19:33.271Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-08T09:19:33.271Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-08T09:19:33.271Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-08T09:19:33.271Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-08T09:19:33.271Z] 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-08T09:19:33.271Z] 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-08T09:19:33.271Z] 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-08T09:19:33.271Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-08T09:19:33.271Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-08T09:19:33.271Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-08T09:19:33.271Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-08T09:19:33.271Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-08T09:19:33.271Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-08T09:19:33.271Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-08T09:19:33.271Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-08T09:19:33.271Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-08T09:19:33.271Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-08T09:19:33.532Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-08T09:19:33.533Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-08T09:19:33.533Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-08T09:19:33.533Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-08T09:19:33.533Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-08T09:19:33.533Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-08T09:19:33.533Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-08T09:19:33.533Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-08T09:19:33.533Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-08T09:19:33.533Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-08T09:19:33.533Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-08T09:19:33.533Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-08T09:19:33.533Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-08T09:19:33.793Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-08T09:19:33.793Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-08T09:19:33.793Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-08T09:19:33.793Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-08T09:19:33.793Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-08T09:19:33.793Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-08T09:19:33.793Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-08T09:19:33.793Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-08T09:19:33.793Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-08T09:19:33.793Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-08T09:19:33.793Z] 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-08T09:19:33.793Z] 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-08T09:19:33.793Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-08T09:19:33.793Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-08T09:19:33.793Z] Get:49 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-08T09:19:33.793Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-08T09:19:33.793Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-08T09:19:33.793Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-08T09:19:33.793Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-08T09:19:33.793Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-08T09:19:33.793Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-08T09:19:33.793Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-08T09:19:33.793Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-08T09:19:33.793Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-08T09:19:33.793Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-08T09:19:33.793Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-08T09:19:33.793Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-08T09:19:33.793Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-08T09:19:33.793Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-08T09:19:33.793Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-08T09:19:33.793Z] Get:65 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-08T09:19:33.793Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-08T09:19:33.793Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-08T09:19:33.793Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-08T09:19:33.793Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-08T09:19:33.793Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-08T09:19:34.053Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-08T09:19:34.053Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-08T09:19:34.053Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-08T09:19:34.053Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-08T09:19:34.053Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-08T09:19:34.053Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-08T09:19:34.053Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-08T09:19:34.053Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-08T09:19:34.053Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-08T09:19:34.053Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-08T09:19:34.053Z] Get:81 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-08T09:19:34.053Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-08T09:19:34.053Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-08T09:19:34.313Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-08T09:19:34.313Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-08T09:19:34.313Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-08T09:19:34.313Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-08T09:19:34.313Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-08T09:19:34.575Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-08T09:19:34.836Z] 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-08T09:19:35.098Z] 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-08T09:19:35.098Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-08T09:19:35.359Z] 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-08T09:19:35.359Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-08T09:19:35.359Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-08T09:19:35.359Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-08T09:19:35.359Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-08T09:19:35.621Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T09:19:35.621Z] Fetched 63.7 MB in 3s (20.0 MB/s) [2021-01-08T09:19:35.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:35.621Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T09:19:35.621Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T09:19:36.193Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T09:19:36.193Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T09:19:36.454Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-08T09:19:36.454Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-08T09:19:37.397Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:37.397Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:37.397Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:37.397Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:37.659Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:37.659Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:37.659Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:37.976Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:37.976Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:38.238Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:38.238Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:38.238Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:38.500Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:38.500Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:38.500Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:19:38.500Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T09:19:38.500Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:38.761Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-08T09:19:38.761Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:19:38.761Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T09:19:38.761Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:39.023Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:39.023Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:39.023Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:39.023Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-08T09:19:39.285Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-08T09:19:39.285Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:19:39.545Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T09:19:39.545Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T09:19:39.545Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T09:19:40.118Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-08T09:19:40.381Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-08T09:19:40.381Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-08T09:19:40.381Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-08T09:19:40.381Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-08T09:19:40.381Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-08T09:19:40.643Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-08T09:19:40.643Z] Installing new version of config file /etc/issue ... [2021-01-08T09:19:40.643Z] Installing new version of config file /etc/issue.net ... [2021-01-08T09:19:40.643Z] Installing new version of config file /etc/lsb-release ... [2021-01-08T09:19:40.643Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-08T09:19:40.908Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-08T09:19:40.908Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-08T09:19:40.908Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-08T09:19:41.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:41.171Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-08T09:19:41.171Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-08T09:19:41.171Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-08T09:19:41.440Z] 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-08T09:19:41.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:41.440Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:41.440Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:41.440Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:19:41.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:41.711Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-08T09:19:41.711Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-08T09:19:41.711Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-08T09:19:41.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:41.985Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-08T09:19:41.985Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T09:19:42.252Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-08T09:19:42.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:42.514Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:42.514Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T09:19:42.514Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T09:19:42.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:42.514Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:42.775Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T09:19:42.775Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-08T09:19:42.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:42.775Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-08T09:19:42.775Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-08T09:19:43.036Z] Setting up grep (3.1-2build1) ... [2021-01-08T09:19:43.036Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:43.036Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-08T09:19:43.297Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-08T09:19:43.297Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-08T09:19:43.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:43.558Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T09:19:43.558Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T09:19:43.558Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-08T09:19:43.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:43.819Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T09:19:43.819Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T09:19:44.150Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T09:19:44.150Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T09:19:44.150Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-08T09:19:44.410Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T09:19:44.982Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-08T09:19:44.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:44.982Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-08T09:19:44.982Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-08T09:19:45.924Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-08T09:19:45.924Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-08T09:19:45.924Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-08T09:19:46.186Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-08T09:19:46.186Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-08T09:19:46.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:46.186Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-08T09:19:46.186Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-08T09:19:46.445Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-08T09:19:46.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:46.445Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:46.445Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:46.705Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:19:46.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:46.705Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:46.705Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:46.705Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:19:46.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:46.965Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:46.965Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:46.965Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:19:47.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:47.227Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:47.227Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:47.227Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:19:47.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:47.490Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T09:19:47.490Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T09:19:47.490Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T09:19:47.753Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T09:19:47.753Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T09:19:47.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:47.753Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-08T09:19:48.020Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T09:19:48.020Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T09:19:48.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:48.020Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:48.020Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:48.282Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:19:48.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:48.282Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:48.282Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:48.544Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:19:48.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:48.544Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:48.805Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:49.066Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:19:49.327Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-08T09:19:49.589Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-08T09:19:49.851Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:49.851Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-08T09:19:49.851Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-08T09:19:50.112Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T09:19:50.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-08T09:19:50.112Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-08T09:19:50.112Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-08T09:19:50.373Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-08T09:19:50.373Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:50.373Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-08T09:19:50.373Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-08T09:19:50.635Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-08T09:19:50.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:50.896Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T09:19:50.896Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T09:19:51.159Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T09:19:51.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:51.159Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T09:19:51.159Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T09:19:51.421Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T09:19:51.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:51.421Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-08T09:19:51.682Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T09:19:51.682Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T09:19:51.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:51.948Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-08T09:19:51.948Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-08T09:19:52.209Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-08T09:19:52.209Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-08T09:19:52.209Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:52.209Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T09:19:52.471Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T09:19:52.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:52.471Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-08T09:19:52.471Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-08T09:19:52.733Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-08T09:19:52.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:52.733Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-08T09:19:52.733Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-08T09:19:52.994Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-08T09:19:53.255Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:53.255Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:53.255Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-08T09:19:53.255Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-08T09:19:53.516Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:53.516Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-08T09:19:53.516Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-08T09:19:53.516Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-08T09:19:53.777Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:53.777Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-08T09:19:53.777Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-08T09:19:54.038Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-08T09:19:54.298Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:54.298Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-08T09:19:54.298Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-08T09:19:54.559Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-08T09:19:54.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:54.559Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-08T09:19:54.559Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-08T09:19:54.820Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-08T09:19:54.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:54.820Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-08T09:19:54.820Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-08T09:19:55.081Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-08T09:19:55.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:55.082Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-08T09:19:55.082Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-08T09:19:55.348Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-08T09:19:55.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:55.348Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-08T09:19:55.348Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-08T09:19:55.614Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-08T09:19:55.614Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:55.614Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-08T09:19:55.875Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-08T09:19:55.875Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-08T09:19:55.875Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-08T09:19:55.875Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-08T09:19:55.875Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-08T09:19:56.137Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-08T09:19:56.137Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-08T09:19:56.137Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-08T09:19:56.137Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-08T09:19:56.406Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-08T09:19:56.406Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-08T09:19:56.406Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-08T09:19:56.700Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-08T09:19:56.700Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-08T09:19:57.042Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-08T09:19:57.042Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-08T09:19:57.042Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-08T09:19:57.071Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:19:57.071Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:19:57.071Z] ---> 0a2f2b7a8c88 [2021-01-08T09:19:57.071Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T09:19:57.071Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:19:57.071Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:19:57.071Z] ---> 0a2f2b7a8c88 [2021-01-08T09:19:57.071Z] Step 3/23 : WORKDIR /edgex-go [2021-01-08T09:19:57.071Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:19:57.072Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:19:57.072Z] ---> 0a2f2b7a8c88 [2021-01-08T09:19:57.072Z] Step 3/26 : WORKDIR /edgex-go [2021-01-08T09:19:57.072Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:19:57.072Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:19:57.072Z] ---> 0a2f2b7a8c88 [2021-01-08T09:19:57.072Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T09:19:57.072Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:19:57.072Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:19:57.072Z] ---> 0a2f2b7a8c88 [2021-01-08T09:19:57.072Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T09:19:57.368Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-08T09:19:57.368Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-08T09:19:57.368Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-08T09:19:57.368Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-08T09:19:57.368Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-08T09:19:57.368Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-08T09:19:57.662Z] ---> Running in f782338f30c7 [2021-01-08T09:19:57.662Z] ---> Running in 92eb3acd2d50 [2021-01-08T09:19:57.662Z] ---> Running in ed42e911e971 [2021-01-08T09:19:57.662Z] ---> Running in 284c5d1d7466 [2021-01-08T09:19:57.662Z] ---> Running in 5b818b4304d0 [2021-01-08T09:19:57.688Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-08T09:19:57.688Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-08T09:19:57.688Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-08T09:19:57.688Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-08T09:19:57.688Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-08T09:19:57.688Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-08T09:19:58.044Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-08T09:19:58.044Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-08T09:19:58.255Z] Removing intermediate container f782338f30c7 [2021-01-08T09:19:58.255Z] ---> 2c5f9c3274e7 [2021-01-08T09:19:58.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:19:58.255Z] Removing intermediate container 284c5d1d7466 [2021-01-08T09:19:58.255Z] ---> 99e5bf96759a [2021-01-08T09:19:58.255Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:19:58.255Z] Removing intermediate container ed42e911e971 [2021-01-08T09:19:58.255Z] ---> e75076df9663 [2021-01-08T09:19:58.255Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:19:58.255Z] Removing intermediate container 5b818b4304d0 [2021-01-08T09:19:58.255Z] ---> db7e2ce4c527 [2021-01-08T09:19:58.255Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:19:58.531Z] Removing intermediate container 92eb3acd2d50 [2021-01-08T09:19:58.531Z] ---> 297da4847791 [2021-01-08T09:19:58.531Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:19:58.531Z] ---> Running in 94047b2fa0ec [2021-01-08T09:19:58.531Z] ---> Running in b166d8f32312 [2021-01-08T09:19:58.531Z] ---> Running in 4e4de4fe5766 [2021-01-08T09:19:58.531Z] ---> Running in 26a13057c8d9 [2021-01-08T09:19:58.800Z] ---> Running in 81c56ab54685 [2021-01-08T09:19:59.437Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-08T09:19:59.438Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-08T09:19:59.438Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-08T09:19:59.438Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-08T09:19:59.438Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T09:19:59.438Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T09:19:59.699Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T09:19:59.961Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T09:19:59.961Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T09:19:59.961Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T09:19:59.961Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-08T09:20:00.225Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-08T09:20:00.226Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:00.226Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:00.487Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:00.487Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:00.487Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:00.487Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:00.748Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:00.748Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:01.698Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:01.698Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:02.193Z] Removing intermediate container 94047b2fa0ec [2021-01-08T09:20:02.193Z] ---> cf1377df74ac [2021-01-08T09:20:02.193Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-08T09:20:02.465Z] Removing intermediate container b166d8f32312 [2021-01-08T09:20:02.465Z] ---> 2d9e28179343 [2021-01-08T09:20:02.465Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T09:20:02.465Z] ---> Running in ade9becafaf0 [2021-01-08T09:20:02.650Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:02.650Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:02.738Z] ---> Running in 18b6a8529289 [2021-01-08T09:20:02.738Z] Removing intermediate container 4e4de4fe5766 [2021-01-08T09:20:02.738Z] ---> fa667d6ef649 [2021-01-08T09:20:02.738Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T09:20:02.738Z] Removing intermediate container 26a13057c8d9 [2021-01-08T09:20:02.738Z] ---> ff89b260ad52 [2021-01-08T09:20:02.738Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-08T09:20:03.012Z] ---> Running in ebe39a5e7eec [2021-01-08T09:20:03.012Z] ---> Running in 4e2d1a2b3190 [2021-01-08T09:20:03.222Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:03.222Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:03.289Z] Removing intermediate container 81c56ab54685 [2021-01-08T09:20:03.289Z] ---> 4eaa3bac70b2 [2021-01-08T09:20:03.289Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-08T09:20:03.567Z] ---> Running in ddb5081c2805 [2021-01-08T09:20:03.793Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:03.793Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:04.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:04.738Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-08T09:20:04.738Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-08T09:20:04.738Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T09:20:04.738Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T09:20:04.738Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-08T09:20:04.738Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T09:20:04.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:04.999Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-08T09:20:04.999Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-08T09:20:04.999Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-08T09:20:04.999Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-08T09:20:05.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:05.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:05.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:05.261Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T09:20:05.261Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T09:20:05.261Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-08T09:20:05.261Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-08T09:20:05.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:05.522Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-08T09:20:05.522Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-08T09:20:05.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:05.783Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:20:05.783Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-08T09:20:05.783Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:20:05.783Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:20:05.783Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:20:05.783Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-08T09:20:05.783Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-08T09:20:05.783Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-08T09:20:05.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:05.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:05.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:20:06.044Z] [2021-01-08T09:20:06.044Z] Current default time zone: 'Etc/UTC' [2021-01-08T09:20:06.044Z] Local time is now: Fri Jan 8 09:20:05 UTC 2021. [2021-01-08T09:20:06.044Z] Universal Time is now: Fri Jan 8 09:20:05 UTC 2021. [2021-01-08T09:20:06.044Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-08T09:20:06.044Z] [2021-01-08T09:20:06.044Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-08T09:20:06.044Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:20:06.044Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-08T09:20:06.044Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-08T09:20:06.209Z] OK: 217 MiB in 51 packages [2021-01-08T09:20:06.314Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-08T09:20:06.314Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-08T09:20:06.314Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-08T09:20:06.314Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-08T09:20:06.314Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-08T09:20:06.314Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-08T09:20:06.314Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:20:06.314Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-08T09:20:06.495Z] OK: 217 MiB in 51 packages [2021-01-08T09:20:06.575Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:06.575Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-08T09:20:06.774Z] OK: 217 MiB in 51 packages [2021-01-08T09:20:06.774Z] OK: 217 MiB in 51 packages [2021-01-08T09:20:06.774Z] OK: 217 MiB in 51 packages [2021-01-08T09:20:06.836Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:20:06.836Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-08T09:20:06.836Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-08T09:20:06.836Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-08T09:20:06.836Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-08T09:20:06.836Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-08T09:20:06.836Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-08T09:20:06.836Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-08T09:20:06.836Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-08T09:20:07.757Z] Removing intermediate container ade9becafaf0 [2021-01-08T09:20:07.758Z] ---> a3a647d3fbaf [2021-01-08T09:20:07.758Z] Step 6/23 : COPY go.mod . [2021-01-08T09:20:08.363Z] Removing intermediate container 4e2d1a2b3190 [2021-01-08T09:20:08.364Z] ---> bf8bf85f98d0 [2021-01-08T09:20:08.364Z] Step 6/21 : COPY go.mod . [2021-01-08T09:20:08.640Z] Removing intermediate container 18b6a8529289 [2021-01-08T09:20:08.640Z] ---> 2d37a2be31c1 [2021-01-08T09:20:08.640Z] Step 6/22 : COPY go.mod . [2021-01-08T09:20:08.640Z] Removing intermediate container ebe39a5e7eec [2021-01-08T09:20:08.641Z] ---> e970e7058e11 [2021-01-08T09:20:08.641Z] Step 6/24 : COPY go.mod . [2021-01-08T09:20:08.750Z] Updating certificates in /etc/ssl/certs... [2021-01-08T09:20:08.947Z] Removing intermediate container ddb5081c2805 [2021-01-08T09:20:08.947Z] ---> 5df185d4b998 [2021-01-08T09:20:08.947Z] Step 6/26 : COPY go.mod . [2021-01-08T09:20:08.947Z] ---> c5c23e189153 [2021-01-08T09:20:08.947Z] Step 7/23 : RUN go mod download [2021-01-08T09:20:09.228Z] ---> Running in 09de71844a07 [2021-01-08T09:20:09.499Z] ---> 99b80bbf1a45 [2021-01-08T09:20:09.499Z] Step 7/21 : RUN go mod download [2021-01-08T09:20:09.693Z] 22 added, 17 removed; done. [2021-01-08T09:20:09.693Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-08T09:20:09.694Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-08T09:20:09.694Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-08T09:20:09.694Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-08T09:20:09.694Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-08T09:20:09.771Z] ---> Running in d792bddbafc6 [2021-01-08T09:20:09.771Z] ---> e89933b06a6a [2021-01-08T09:20:09.771Z] Step 7/22 : RUN go mod download [2021-01-08T09:20:09.955Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:09.955Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-08T09:20:09.955Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:09.955Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:09.955Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:09.955Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:09.955Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:10.043Z] ---> bb3571a18b4c [2021-01-08T09:20:10.043Z] Step 7/24 : RUN go mod download [2021-01-08T09:20:10.043Z] ---> Running in be6308c41794 [2021-01-08T09:20:10.216Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-08T09:20:10.216Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-08T09:20:10.216Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-08T09:20:10.216Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-08T09:20:10.216Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-08T09:20:10.216Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:10.216Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-08T09:20:10.316Z] ---> 4ba78e3cca46 [2021-01-08T09:20:10.316Z] Step 7/26 : RUN go mod download [2021-01-08T09:20:10.316Z] ---> Running in 9f23fc558b6f [2021-01-08T09:20:10.477Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-08T09:20:10.477Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-08T09:20:10.477Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-08T09:20:10.477Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T09:20:10.477Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-08T09:20:10.603Z] ---> Running in 0d5d5558c165 [2021-01-08T09:20:10.738Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-08T09:20:10.738Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-08T09:20:10.738Z] Updating certificates in /etc/ssl/certs... [2021-01-08T09:20:11.310Z] 0 added, 0 removed; done. [2021-01-08T09:20:11.310Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-08T09:20:11.310Z] done. [2021-01-08T09:20:11.832Z] Reading package lists... [2021-01-08T09:20:11.832Z] Building dependency tree... [2021-01-08T09:20:11.832Z] Reading state information... [2021-01-08T09:20:12.093Z] The following NEW packages will be installed: [2021-01-08T09:20:12.093Z] apt-transport-https [2021-01-08T09:20:12.093Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T09:20:12.093Z] Need to get 1696 B of archives. [2021-01-08T09:20:12.093Z] After this operation, 153 kB of additional disk space will be used. [2021-01-08T09:20:12.093Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-08T09:20:12.354Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T09:20:12.354Z] Fetched 1696 B in 0s (13.0 kB/s) [2021-01-08T09:20:12.354Z] Selecting previously unselected package apt-transport-https. [2021-01-08T09:20:12.354Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-08T09:20:12.354Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-08T09:20:12.354Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-08T09:20:12.354Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-08T09:20:12.616Z] Waiting for network to be ready... [2021-01-08T09:20:14.010Z] Removing intermediate container 09de71844a07 [2021-01-08T09:20:14.010Z] ---> 1a9bfe135c01 [2021-01-08T09:20:14.010Z] Step 8/23 : COPY . . [2021-01-08T09:20:14.010Z] Removing intermediate container d792bddbafc6 [2021-01-08T09:20:14.010Z] ---> 5a39d46c2593 [2021-01-08T09:20:14.010Z] Step 8/21 : COPY . . [2021-01-08T09:20:14.608Z] Removing intermediate container be6308c41794 [2021-01-08T09:20:14.608Z] ---> bba2254b83be [2021-01-08T09:20:14.608Z] Step 8/22 : COPY . . [2021-01-08T09:20:15.590Z] Removing intermediate container 0d5d5558c165 [2021-01-08T09:20:15.590Z] ---> f8789624c617 [2021-01-08T09:20:15.590Z] Step 8/26 : COPY . . [2021-01-08T09:20:15.590Z] Removing intermediate container 9f23fc558b6f [2021-01-08T09:20:15.590Z] ---> e37a3a76f55c [2021-01-08T09:20:15.590Z] Step 8/24 : COPY . . [2021-01-08T09:20:19.195Z] 2021-01-08T09:20:15Z INFO Waiting for automatic snapd restart... [2021-01-08T09:20:19.196Z] snapd 2.48.2 from Canonical* installed [2021-01-08T09:20:19.456Z] "snapd" switched to the "latest/stable" channel [2021-01-08T09:20:19.456Z] [2021-01-08T09:20:22.001Z] core18 20201210 from Canonical* installed [2021-01-08T09:20:22.262Z] "core18" switched to the "latest/stable" channel [2021-01-08T09:20:22.262Z] [2021-01-08T09:20:25.561Z] snapcraft 4.4.4 from Canonical* installed [2021-01-08T09:20:25.561Z] "snapcraft" switched to the "latest/stable" channel [2021-01-08T09:20:25.561Z] [2021-01-08T09:20:28.866Z] 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-08T09:20:28.866Z] - README.md [2021-01-08T09:20:28.866Z] - snapcraft.yaml.orig [2021-01-08T09:20:28.866Z] [2021-01-08T09:20:28.866Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-08T09:20:35.455Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T09:20:35.455Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T09:20:35.456Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T09:20:35.456Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T09:20:36.399Z] Reading package lists... [2021-01-08T09:20:36.662Z] 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-08T09:20:37.822Z] ---> 28d4d2d0f883 [2021-01-08T09:20:37.822Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-08T09:20:37.822Z] ---> d5b2caed7210 [2021-01-08T09:20:37.822Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-08T09:20:37.822Z] ---> Running in 1dfa4eb1de3e [2021-01-08T09:20:37.822Z] ---> 41c79e970af4 [2021-01-08T09:20:37.822Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-08T09:20:37.822Z] ---> 54e6cadc2129 [2021-01-08T09:20:37.822Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-08T09:20:37.822Z] ---> 90adee551605 [2021-01-08T09:20:37.822Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-08T09:20:37.822Z] ---> Running in 3cc634b8ce94 [2021-01-08T09:20:37.822Z] ---> Running in 768e20991fd9 [2021-01-08T09:20:37.822Z] ---> Running in 24806967bd12 [2021-01-08T09:20:37.822Z] ---> Running in 3b63618f0019 [2021-01-08T09:20:39.272Z] 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-08T09:20:39.552Z] 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-08T09:20:40.160Z] 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-08T09:20:40.160Z] 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-08T09:20:40.160Z] 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-08T09:20:43.250Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T09:20:43.250Z] Reading package lists... [2021-01-08T09:20:43.250Z] Building dependency tree... [2021-01-08T09:20:43.250Z] Reading state information... [2021-01-08T09:20:43.250Z] Suggested packages: [2021-01-08T09:20:43.250Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-08T09:20:43.250Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-08T09:20:43.250Z] Recommended packages: [2021-01-08T09:20:43.250Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-08T09:20:43.250Z] The following NEW packages will be installed: [2021-01-08T09:20:43.250Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-08T09:20:43.250Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-08T09:20:43.250Z] pkg-config zip [2021-01-08T09:20:43.250Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-08T09:20:43.250Z] Need to get 7655 kB of archives. [2021-01-08T09:20:43.250Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-08T09:20:43.250Z] 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-08T09:20:43.250Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-08T09:20:43.250Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-08T09:20:43.250Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-08T09:20:43.250Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-08T09:20:43.250Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-08T09:20:43.250Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-08T09:20:43.511Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-08T09:20:43.511Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-08T09:20:43.511Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-08T09:20:43.511Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-08T09:20:43.772Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-08T09:20:43.772Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-08T09:20:43.772Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-08T09:20:43.772Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-08T09:20:43.772Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-08T09:20:44.034Z] Fetched 7655 kB in 1s (9926 kB/s) [2021-01-08T09:20:44.034Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-08T09:20:44.034Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-08T09:20:44.034Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-08T09:20:44.034Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-08T09:20:44.297Z] Selecting previously unselected package libpsl5:amd64. [2021-01-08T09:20:44.297Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-08T09:20:44.297Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-08T09:20:44.297Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-08T09:20:44.297Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-08T09:20:44.297Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-08T09:20:44.297Z] Selecting previously unselected package librtmp1:amd64. [2021-01-08T09:20:44.297Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-08T09:20:44.297Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-08T09:20:44.557Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-08T09:20:44.557Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-08T09:20:44.557Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-08T09:20:44.557Z] Selecting previously unselected package liberror-perl. [2021-01-08T09:20:44.557Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-08T09:20:44.557Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-08T09:20:44.557Z] Selecting previously unselected package git-man. [2021-01-08T09:20:44.557Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-08T09:20:44.557Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-08T09:20:44.822Z] Selecting previously unselected package git. [2021-01-08T09:20:44.822Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-08T09:20:44.822Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-08T09:20:45.764Z] Selecting previously unselected package libnorm1:amd64. [2021-01-08T09:20:45.764Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-08T09:20:45.764Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-08T09:20:45.764Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-08T09:20:45.764Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-08T09:20:45.764Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-08T09:20:45.764Z] Selecting previously unselected package libsodium23:amd64. [2021-01-08T09:20:45.764Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-08T09:20:45.764Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-08T09:20:46.025Z] Selecting previously unselected package libzmq5:amd64. [2021-01-08T09:20:46.025Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-08T09:20:46.026Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T09:20:46.026Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-08T09:20:46.026Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-08T09:20:46.026Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T09:20:46.287Z] Selecting previously unselected package pkg-config. [2021-01-08T09:20:46.287Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-08T09:20:46.287Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-08T09:20:46.287Z] Selecting previously unselected package zip. [2021-01-08T09:20:46.287Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-08T09:20:46.287Z] Unpacking zip (3.0-11build1) ... [2021-01-08T09:20:46.287Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-08T09:20:46.287Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-08T09:20:46.548Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-08T09:20:46.548Z] Setting up liberror-perl (0.17025-1) ... [2021-01-08T09:20:46.548Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-08T09:20:46.548Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-08T09:20:46.548Z] No schema files found: doing nothing. [2021-01-08T09:20:46.548Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-08T09:20:46.548Z] Setting up zip (3.0-11build1) ... [2021-01-08T09:20:46.548Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-08T09:20:46.548Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-08T09:20:46.548Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-08T09:20:46.548Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T09:20:46.548Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-08T09:20:46.809Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-08T09:20:46.809Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-08T09:20:46.809Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-08T09:20:53.401Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T09:20:53.401Z] git set to automatically installed. [2021-01-08T09:20:53.401Z] git-man set to automatically installed. [2021-01-08T09:20:53.401Z] libcurl3-gnutls set to automatically installed. [2021-01-08T09:20:53.401Z] liberror-perl set to automatically installed. [2021-01-08T09:20:53.401Z] libglib2.0-0 set to automatically installed. [2021-01-08T09:20:53.401Z] libnghttp2-14 set to automatically installed. [2021-01-08T09:20:53.401Z] libnorm1 set to automatically installed. [2021-01-08T09:20:53.401Z] libpgm-5.2-0 set to automatically installed. [2021-01-08T09:20:53.401Z] libpsl5 set to automatically installed. [2021-01-08T09:20:53.401Z] librtmp1 set to automatically installed. [2021-01-08T09:20:53.401Z] libsodium23 set to automatically installed. [2021-01-08T09:20:53.401Z] libzmq3-dev set to automatically installed. [2021-01-08T09:20:53.401Z] libzmq5 set to automatically installed. [2021-01-08T09:20:53.401Z] pkg-config set to automatically installed. [2021-01-08T09:20:53.401Z] zip set to automatically installed. [2021-01-08T09:20:55.317Z] snapd is not logged in, snap install commands will use sudo [2021-01-08T09:21:01.910Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-08T09:21:01.910Z] snap "core18" has no updates available [2021-01-08T09:21:02.852Z] Pulling config-common [2021-01-08T09:21:03.796Z] Pulling go-build-helper [2021-01-08T09:21:26.121Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-08T09:21:26.121Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-08T09:21:26.121Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-08T09:21:26.121Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-08T09:21:26.121Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-08T09:21:26.121Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-08T09:21:26.121Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-08T09:21:26.121Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-08T09:21:26.121Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-08T09:21:26.121Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-08T09:21:26.121Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-08T09:21:26.121Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-08T09:21:26.121Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-08T09:21:26.121Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-08T09:21:26.121Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-08T09:21:26.121Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-08T09:21:26.121Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-08T09:21:26.121Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-08T09:21:26.121Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-08T09:21:26.121Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] [2021-01-08T09:21:26.121Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-08T09:21:26.121Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-08T09:21:26.121Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-08T09:21:26.121Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [225 kB] [2021-01-08T09:21:26.121Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [30.6 kB] [2021-01-08T09:21:26.121Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-08T09:21:26.121Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-08T09:21:26.121Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-08T09:21:26.121Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-08T09:21:26.121Z] Fetched 279 kB in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-08T09:21:26.121Z] Fetched 122 kB in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-08T09:21:26.121Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-08T09:21:26.121Z] Fetched 8848 B in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-08T09:21:26.121Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-08T09:21:26.121Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-08T09:21:26.121Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-08T09:21:26.121Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-08T09:21:26.122Z] Fetched 214 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-08T09:21:26.122Z] Fetched 155 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-08T09:21:26.122Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-08T09:21:26.122Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-08T09:21:26.122Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-08T09:21:26.122Z] Fetched 499 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-08T09:21:26.122Z] Fetched 111 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-08T09:21:26.122Z] Fetched 240 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-08T09:21:26.122Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-08T09:21:26.122Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-08T09:21:26.122Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-08T09:21:26.122Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-08T09:21:26.122Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-08T09:21:26.122Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-08T09:21:26.122Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-08T09:21:26.122Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-08T09:21:26.122Z] Fetched 8720 B in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-08T09:21:26.122Z] Fetched 137 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-08T09:21:26.122Z] Fetched 119 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-08T09:21:26.122Z] Fetched 109 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-08T09:21:26.122Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-08T09:21:26.122Z] Fetched 645 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-08T09:21:26.122Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-08T09:21:26.122Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-08T09:21:26.122Z] Fetched 368 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-08T09:21:26.122Z] Fetched 187 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-08T09:21:26.122Z] Fetched 175 kB in 0s (0 B/s) [2021-01-08T09:21:26.122Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-08T09:21:28.034Z] Fetched 206 kB in 0s (0 B/s) [2021-01-08T09:21:28.034Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-08T09:21:28.034Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-08T09:21:28.034Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-08T09:21:28.034Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-08T09:21:28.034Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-08T09:21:28.034Z] Fetched 159 kB in 0s (0 B/s) [2021-01-08T09:21:28.034Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-08T09:21:28.034Z] Fetched 107 kB in 0s (0 B/s) [2021-01-08T09:21:28.034Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-08T09:21:28.034Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-08T09:21:28.034Z] Pulling static-packages [2021-01-08T09:21:28.977Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-08T09:21:28.977Z] Skipping pull go-build-helper (already ran) [2021-01-08T09:21:28.977Z] Skipping pull static-packages (already ran) [2021-01-08T09:21:28.977Z] Building go-build-helper [2021-01-08T09:21:32.283Z] Building static-packages [2021-01-08T09:21:34.197Z] Staging go-build-helper [2021-01-08T09:21:35.140Z] Staging static-packages [2021-01-08T09:21:36.089Z] Pulling go115 [2021-01-08T09:21:37.030Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-08T09:21:37.030Z] Skipping pull go115 (already ran) [2021-01-08T09:21:37.030Z] Building go115 [2021-01-08T09:21:37.030Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T09:21:37.030Z] Dload Upload Total Spent Left Speed [2021-01-08T09:21:40.162Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 26.2M 0 0 23.0M 0 0:00:05 0:00:01 0:00:04 23.0M 55 115M 55 63.9M 0 0 30.4M 0 0:00:03 0:00:02 0:00:01 30.4M 91 115M 91 106M 0 0 34.1M 0 0:00:03 0:00:03 --:--:-- 34.1M 100 115M 100 115M 0 0 35.0M 0 0:00:03 0:00:03 --:--:-- 35.0M [2021-01-08T09:21:40.733Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-08T09:21:44.940Z] Staging go115 [2021-01-08T09:21:50.232Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-08T09:21:50.232Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-08T09:21:50.232Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-08T09:21:50.232Z] Fetched 0 B in 0s (0 B/s) [2021-01-08T09:21:50.232Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-08T09:21:50.232Z] Fetched 224 kB in 0s (0 B/s) [2021-01-08T09:21:50.232Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-08T09:21:50.232Z] Fetched 157 kB in 0s (0 B/s) [2021-01-08T09:21:50.232Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-08T09:21:50.232Z] Fetched 221 kB in 0s (0 B/s) [2021-01-08T09:21:50.232Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-08T09:21:50.232Z] Fetched 143 kB in 0s (0 B/s) [2021-01-08T09:21:50.232Z] Pulling edgex-go [2021-01-08T09:21:50.804Z] Pulling version [2021-01-08T09:21:51.745Z] Building config-common [2021-01-08T09:21:53.660Z] Skipping build go-build-helper (already ran) [2021-01-08T09:21:53.660Z] Skipping build static-packages (already ran) [2021-01-08T09:21:53.660Z] Skipping build go115 (already ran) [2021-01-08T09:21:53.660Z] Building edgex-go [2021-01-08T09:21:53.660Z] 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-08T09:21:55.047Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-08T09:21:55.047Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-08T09:21:55.047Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-08T09:21:55.047Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-08T09:21:55.047Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-08T09:21:55.047Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-08T09:21:55.308Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-08T09:21:55.308Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-08T09:21:55.308Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-08T09:21:55.308Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-08T09:21:55.308Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-08T09:21:55.308Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-08T09:21:55.308Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-08T09:21:55.308Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-08T09:21:55.308Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-08T09:21:55.308Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-08T09:21:55.308Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-08T09:21:55.308Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-08T09:21:55.308Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-08T09:21:55.308Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-08T09:21:55.308Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-08T09:21:55.308Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-08T09:21:55.308Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-08T09:21:55.308Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-08T09:21:55.569Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-08T09:21:55.569Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-08T09:21:55.569Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-08T09:21:55.569Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-08T09:21:55.831Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-08T09:22:02.411Z] 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-08T09:22:05.715Z] 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-08T09:22:06.658Z] 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-08T09:22:07.602Z] 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-08T09:22:08.172Z] 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-08T09:22:08.173Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-08T09:22:08.173Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-08T09:22:08.173Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-08T09:22:08.173Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-08T09:22:09.557Z] 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-08T09:22:09.557Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-08T09:22:09.816Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-08T09:22:11.199Z] 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-08T09:22:11.199Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-08T09:22:12.140Z] 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-08T09:22:12.140Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-08T09:22:13.524Z] 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-08T09:22:14.096Z] 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-08T09:22:14.668Z] 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-08T09:22:16.582Z] Building version [2021-01-08T09:22:18.497Z] Staging config-common [2021-01-08T09:22:19.440Z] Skipping stage go-build-helper (already ran) [2021-01-08T09:22:19.440Z] Skipping stage static-packages (already ran) [2021-01-08T09:22:19.440Z] Skipping stage go115 (already ran) [2021-01-08T09:22:19.440Z] Staging edgex-go [2021-01-08T09:22:20.380Z] Staging version [2021-01-08T09:22:21.323Z] Priming config-common [2021-01-08T09:22:22.264Z] Priming go-build-helper [2021-01-08T09:22:23.205Z] Priming static-packages [2021-01-08T09:22:25.119Z] Priming go115 [2021-01-08T09:22:26.060Z] Priming edgex-go [2021-01-08T09:22:27.002Z] Priming version [2021-01-08T09:22:27.959Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-08T09:22:32.087Z] Removing intermediate container 24806967bd12 [2021-01-08T09:22:32.087Z] ---> cd640d229f68 [2021-01-08T09:22:32.087Z] [2021-01-08T09:22:32.087Z] Step 10/24 : FROM scratch [2021-01-08T09:22:32.087Z] ---> [2021-01-08T09:22:32.087Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-08T09:22:32.087Z] ---> Running in e90f9135a7a8 [2021-01-08T09:22:32.087Z] Removing intermediate container 768e20991fd9 [2021-01-08T09:22:32.087Z] ---> 4b841b63e948 [2021-01-08T09:22:32.087Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-08T09:22:32.087Z] Removing intermediate container 3cc634b8ce94 [2021-01-08T09:22:32.087Z] ---> 457fdc4c2461 [2021-01-08T09:22:32.087Z] [2021-01-08T09:22:32.087Z] Step 10/21 : FROM scratch [2021-01-08T09:22:32.087Z] ---> [2021-01-08T09:22:32.087Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T09:22:32.087Z] Removing intermediate container 3b63618f0019 [2021-01-08T09:22:32.087Z] ---> f9c280492a9a [2021-01-08T09:22:32.087Z] [2021-01-08T09:22:32.087Z] Step 10/22 : FROM scratch [2021-01-08T09:22:32.087Z] ---> [2021-01-08T09:22:32.087Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T09:22:32.087Z] ---> Running in 1ca45848c8db [2021-01-08T09:22:32.087Z] ---> Running in 6219f378cbd3 [2021-01-08T09:22:32.087Z] ---> Running in 6dc1e8a67fd7 [2021-01-08T09:22:32.087Z] Removing intermediate container e90f9135a7a8 [2021-01-08T09:22:32.087Z] ---> 11b4f2924843 [2021-01-08T09:22:32.087Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-08T09:22:32.087Z] ---> Running in b2ee722d8da8 [2021-01-08T09:22:32.087Z] Removing intermediate container 6219f378cbd3 [2021-01-08T09:22:32.087Z] ---> a2c736ebe08e [2021-01-08T09:22:32.087Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-08T09:22:32.087Z] ---> Running in 42c71796e2f2 [2021-01-08T09:22:32.087Z] Removing intermediate container 6dc1e8a67fd7 [2021-01-08T09:22:32.087Z] ---> 4f670b68d14a [2021-01-08T09:22:32.087Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-08T09:22:32.087Z] Removing intermediate container b2ee722d8da8 [2021-01-08T09:22:32.087Z] ---> 0b946242a2cd [2021-01-08T09:22:32.087Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-08T09:22:32.087Z] ---> Running in 36adbd071509 [2021-01-08T09:22:32.087Z] Removing intermediate container 42c71796e2f2 [2021-01-08T09:22:32.087Z] ---> 189196dbfe54 [2021-01-08T09:22:32.087Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-08T09:22:32.087Z] ---> Running in be61e6c0b0dd [2021-01-08T09:22:32.087Z] 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-08T09:22:32.087Z] ---> Running in 06536ee93b03 [2021-01-08T09:22:32.087Z] Removing intermediate container 36adbd071509 [2021-01-08T09:22:32.087Z] ---> ce711ccae373 [2021-01-08T09:22:32.087Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T09:22:32.087Z] ---> Running in 75025696b07d [2021-01-08T09:22:32.087Z] Removing intermediate container be61e6c0b0dd [2021-01-08T09:22:32.087Z] ---> 33e4f800d8f7 [2021-01-08T09:22:32.087Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-08T09:22:32.087Z] Removing intermediate container 06536ee93b03 [2021-01-08T09:22:32.087Z] ---> aa6292e8daa4 [2021-01-08T09:22:32.087Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-08T09:22:32.087Z] Removing intermediate container 75025696b07d [2021-01-08T09:22:32.087Z] ---> 17ff7e09c9b4 [2021-01-08T09:22:32.087Z] Step 14/22 : WORKDIR / [2021-01-08T09:22:32.087Z] ---> Running in 835b916c1f62 [2021-01-08T09:22:32.087Z] ---> 990c447c67ec [2021-01-08T09:22:32.087Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-08T09:22:32.087Z] ---> aa6fc07bb705 [2021-01-08T09:22:32.087Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-08T09:22:32.087Z] Removing intermediate container 835b916c1f62 [2021-01-08T09:22:32.087Z] ---> 5358378ebb66 [2021-01-08T09:22:32.087Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-08T09:22:32.087Z] ---> 5f2e8fdc27ca [2021-01-08T09:22:32.087Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-08T09:22:32.087Z] ---> 2a26bcf673c7 [2021-01-08T09:22:32.087Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-08T09:22:32.087Z] ---> c44a206f7e1f [2021-01-08T09:22:32.087Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-08T09:22:32.087Z] Removing intermediate container 1ca45848c8db [2021-01-08T09:22:32.087Z] ---> ac3b951b2f5f [2021-01-08T09:22:32.087Z] [2021-01-08T09:22:32.087Z] Step 11/26 : FROM docker:20.10.0 [2021-01-08T09:22:32.087Z] 20.10.0: Pulling from library/docker [2021-01-08T09:22:32.087Z] ---> e7645ec111e5 [2021-01-08T09:22:32.087Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-08T09:22:32.087Z] ---> 02375ca169e8 [2021-01-08T09:22:32.087Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-08T09:22:32.087Z] ---> 1a505fe7d9d1 [2021-01-08T09:22:32.087Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-08T09:22:32.087Z] ---> Running in acca87beffc0 [2021-01-08T09:22:32.087Z] Removing intermediate container acca87beffc0 [2021-01-08T09:22:32.087Z] ---> 779ed7ff19d3 [2021-01-08T09:22:32.087Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:22:32.087Z] ---> a26c4ed78dea [2021-01-08T09:22:32.087Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-08T09:22:32.087Z] ---> Running in b83e9189cda9 [2021-01-08T09:22:32.087Z] ---> f2c6c37730dd [2021-01-08T09:22:32.087Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-08T09:22:32.087Z] ---> Running in c83d4271043d [2021-01-08T09:22:32.087Z] Removing intermediate container b83e9189cda9 [2021-01-08T09:22:32.087Z] ---> d14e6e9e35bf [2021-01-08T09:22:32.087Z] Step 19/21 : LABEL arch=arm64 [2021-01-08T09:22:32.087Z] ---> Running in 020a34dde456 [2021-01-08T09:22:32.087Z] Removing intermediate container c83d4271043d [2021-01-08T09:22:32.087Z] ---> 0a9369dce625 [2021-01-08T09:22:32.087Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:22:32.087Z] ---> Running in e22f7fcb5fa4 [2021-01-08T09:22:32.087Z] ---> 9509dd2c1ede [2021-01-08T09:22:32.087Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-08T09:22:32.087Z] Removing intermediate container 020a34dde456 [2021-01-08T09:22:32.087Z] ---> ae9db460278b [2021-01-08T09:22:32.087Z] Step 20/21 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:22:32.087Z] Removing intermediate container e22f7fcb5fa4 [2021-01-08T09:22:32.087Z] ---> 615f3472160d [2021-01-08T09:22:32.087Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T09:22:32.358Z] ---> Running in 2c8829718745 [2021-01-08T09:22:32.632Z] ---> Running in ff96d878439e [2021-01-08T09:22:32.904Z] ---> 935c2f747324 [2021-01-08T09:22:32.904Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-08T09:22:33.883Z] Removing intermediate container ff96d878439e [2021-01-08T09:22:33.883Z] ---> 62ee050124c2 [2021-01-08T09:22:33.883Z] Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:22:34.158Z] ---> Running in 1388e48f98c5 [2021-01-08T09:22:34.158Z] Removing intermediate container 2c8829718745 [2021-01-08T09:22:34.158Z] ---> e79ee46fb55c [2021-01-08T09:22:34.158Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T09:22:34.439Z] ---> Running in 1251ecfb22e0 [2021-01-08T09:22:35.075Z] ---> Running in 585047ff5a54 [2021-01-08T09:22:35.075Z] Removing intermediate container 1388e48f98c5 [2021-01-08T09:22:35.075Z] ---> 9d50ec95586e [2021-01-08T09:22:35.075Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:22:35.348Z] Removing intermediate container 1251ecfb22e0 [2021-01-08T09:22:35.348Z] ---> 31a8dc1edb2a [2021-01-08T09:22:35.348Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T09:22:35.627Z] ---> Running in 463feb8517c8 [2021-01-08T09:22:35.627Z] Removing intermediate container 1dfa4eb1de3e [2021-01-08T09:22:35.627Z] ---> 21cdd3df2086 [2021-01-08T09:22:35.627Z] [2021-01-08T09:22:35.627Z] Step 10/23 : FROM alpine:3.12 [2021-01-08T09:22:35.904Z] 3.12: Pulling from library/alpine [2021-01-08T09:22:36.185Z] ---> Running in bd3aa7df167a [2021-01-08T09:22:36.186Z] Removing intermediate container 585047ff5a54 [2021-01-08T09:22:36.186Z] ---> dd893568635b [2021-01-08T09:22:36.186Z] [2021-01-08T09:22:36.463Z] Removing intermediate container 463feb8517c8 [2021-01-08T09:22:36.463Z] ---> 3d559f68f7ec [2021-01-08T09:22:36.463Z] Step 22/24 : LABEL arch=arm64 [2021-01-08T09:22:36.742Z] Successfully built dd893568635b [2021-01-08T09:22:37.031Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-08T09:22:37.031Z] Building docker-security-bootstrap-redis-go [2021-01-08T09:22:37.031Z] ---> Running in f066cd7ccaac [2021-01-08T09:22:37.031Z]  Building docker-support-scheduler-go ... done Removing intermediate container bd3aa7df167a [2021-01-08T09:22:37.031Z] ---> 813fd40c2afe [2021-01-08T09:22:37.031Z] [2021-01-08T09:22:37.306Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-08T09:22:37.306Z] Status: Downloaded newer image for alpine:3.12 [2021-01-08T09:22:37.306Z] ---> afeebe901d6b [2021-01-08T09:22:37.306Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T09:22:37.581Z] Successfully built 813fd40c2afe [2021-01-08T09:22:37.855Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-08T09:22:37.855Z]  Building docker-core-command-go ... done  ---> Running in f750cc06b9b9 [2021-01-08T09:22:37.855Z] Building docker-security-proxy-setup-go [2021-01-08T09:22:37.855Z] Removing intermediate container f066cd7ccaac [2021-01-08T09:22:37.855Z] ---> e2b0f123e53e [2021-01-08T09:22:37.855Z] Step 23/24 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:22:38.141Z] ---> Running in 796881b8b130 [2021-01-08T09:22:38.421Z] Removing intermediate container f750cc06b9b9 [2021-01-08T09:22:38.421Z] ---> 1cdda2223409 [2021-01-08T09:22:38.421Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-08T09:22:38.690Z] ---> Running in dc80d4dc72ee [2021-01-08T09:22:38.690Z] Removing intermediate container 796881b8b130 [2021-01-08T09:22:38.690Z] ---> 9e7a9293d7ed [2021-01-08T09:22:38.690Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T09:22:38.968Z] ---> Running in 55bc80f5f1c4 [2021-01-08T09:22:39.242Z] Removing intermediate container dc80d4dc72ee [2021-01-08T09:22:39.242Z] ---> c3ac43907372 [2021-01-08T09:22:39.242Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-08T09:22:39.242Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-08T09:22:39.242Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-08T09:22:39.242Z] ---> eeaf43b92773 [2021-01-08T09:22:39.242Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-08T09:22:39.514Z] ---> Running in 43aa489d02c9 [2021-01-08T09:22:39.786Z] ---> Running in c0d9e39ddfb0 [2021-01-08T09:22:39.786Z] Removing intermediate container 55bc80f5f1c4 [2021-01-08T09:22:39.786Z] ---> a6eb53eda694 [2021-01-08T09:22:39.786Z] [2021-01-08T09:22:40.386Z] Successfully built a6eb53eda694 [2021-01-08T09:22:40.386Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-08T09:22:40.386Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-08T09:22:40.386Z] Removing intermediate container 43aa489d02c9 [2021-01-08T09:22:40.386Z] ---> 312b81e31c4f [2021-01-08T09:22:40.386Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:22:40.989Z] ---> Running in 8f4d31321c28 [2021-01-08T09:22:41.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:22:42.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:22:42.886Z] (1/2) Installing readline (8.0.4-r0) [2021-01-08T09:22:42.886Z] (2/2) Installing bash (5.0.17-r0) [2021-01-08T09:22:42.886Z] Executing bash-5.0.17-r0.post-install [2021-01-08T09:22:42.886Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:22:42.886Z] OK: 12 MiB in 22 packages [2021-01-08T09:22:45.547Z] Removing intermediate container 8f4d31321c28 [2021-01-08T09:22:45.547Z] ---> 684076a715b1 [2021-01-08T09:22:45.547Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-08T09:22:45.817Z] Removing intermediate container c0d9e39ddfb0 [2021-01-08T09:22:45.817Z] ---> bcd30f3f01d6 [2021-01-08T09:22:45.817Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-08T09:22:46.090Z] ---> Running in 18c89fceb72f [2021-01-08T09:22:46.690Z] ---> Running in 71e450140caa [2021-01-08T09:22:47.673Z] Removing intermediate container 71e450140caa [2021-01-08T09:22:47.673Z] ---> 4a93b3f8e6dd [2021-01-08T09:22:47.673Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-08T09:22:47.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:22:47.946Z] ---> Running in 6868e88796f9 [2021-01-08T09:22:48.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:22:48.554Z] Removing intermediate container 6868e88796f9 [2021-01-08T09:22:48.554Z] ---> da882eaab2fb [2021-01-08T09:22:48.554Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-08T09:22:49.145Z] ---> Running in aec9844114e6 [2021-01-08T09:22:49.145Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-08T09:22:49.145Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-08T09:22:49.419Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-08T09:22:49.704Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-08T09:22:49.704Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-08T09:22:49.704Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:22:49.704Z] Removing intermediate container aec9844114e6 [2021-01-08T09:22:49.704Z] ---> 43a4fb32f0ad [2021-01-08T09:22:49.704Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-08T09:22:49.704Z] OK: 8 MiB in 19 packages [2021-01-08T09:22:51.145Z] ---> 18078ff7ac32 [2021-01-08T09:22:51.145Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-08T09:22:51.417Z] Removing intermediate container 18c89fceb72f [2021-01-08T09:22:51.417Z] ---> f8175db9a971 [2021-01-08T09:22:51.417Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-08T09:22:52.017Z] ---> 75ba23a9ec7a [2021-01-08T09:22:52.017Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-08T09:22:52.611Z] ---> 27f3af058816 [2021-01-08T09:22:52.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-08T09:22:53.592Z] ---> 11d5efe8a46f [2021-01-08T09:22:53.592Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-08T09:22:54.186Z] ---> Running in e31ef452394e [2021-01-08T09:22:54.796Z] ---> 4f4925daae9b [2021-01-08T09:22:54.796Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-08T09:22:56.234Z] ---> 4e6155e4dec4 [2021-01-08T09:22:56.235Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-08T09:22:56.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:22:56.235Z] ---> Running in e9b35960b02e [2021-01-08T09:22:56.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:22:56.778Z] Removing intermediate container e9b35960b02e [2021-01-08T09:22:56.778Z] ---> 449a47ff2000 [2021-01-08T09:22:56.778Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:22:57.053Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-08T09:22:57.053Z] (2/33) Installing expat (2.2.9-r1) [2021-01-08T09:22:57.053Z] (3/33) Installing libffi (3.3-r2) [2021-01-08T09:22:57.053Z] (4/33) Installing gdbm (1.13-r1) [2021-01-08T09:22:57.053Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-08T09:22:57.053Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-08T09:22:57.053Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-08T09:22:57.053Z] ---> Running in 38a5064a5ae5 [2021-01-08T09:22:58.034Z] Removing intermediate container 38a5064a5ae5 [2021-01-08T09:22:58.034Z] ---> e50f31e21922 [2021-01-08T09:22:58.034Z] Step 21/23 : LABEL arch=arm64 [2021-01-08T09:22:59.015Z] ---> Running in 3f9cb0bfaef9 [2021-01-08T09:22:59.015Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-08T09:22:59.015Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-08T09:22:59.015Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-08T09:22:59.015Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-08T09:22:59.015Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-08T09:22:59.289Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-08T09:22:59.289Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-08T09:22:59.289Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-08T09:22:59.289Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-08T09:22:59.289Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-08T09:22:59.564Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-08T09:22:59.564Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-08T09:22:59.564Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-08T09:22:59.564Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-08T09:22:59.564Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-08T09:22:59.564Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-08T09:22:59.564Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-08T09:22:59.564Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-08T09:22:59.564Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-08T09:22:59.840Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-08T09:22:59.840Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-08T09:22:59.840Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-08T09:22:59.840Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-08T09:22:59.840Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-08T09:22:59.840Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-08T09:22:59.840Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-08T09:22:59.840Z] Removing intermediate container 3f9cb0bfaef9 [2021-01-08T09:22:59.840Z] ---> d7592c0c7478 [2021-01-08T09:22:59.840Z] Step 22/23 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:23:00.116Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:23:00.116Z] OK: 71 MiB in 55 packages [2021-01-08T09:23:00.718Z] ---> Running in ab9b2a53d0f8 [2021-01-08T09:23:01.698Z] Removing intermediate container ab9b2a53d0f8 [2021-01-08T09:23:01.698Z] ---> d28a41d594d7 [2021-01-08T09:23:01.698Z] Step 23/23 : LABEL version=0.0.0 [2021-01-08T09:23:02.302Z] ---> Running in 52ec9f2cf4d2 [2021-01-08T09:23:03.739Z] Removing intermediate container 52ec9f2cf4d2 [2021-01-08T09:23:03.739Z] ---> ed1110f1f8a2 [2021-01-08T09:23:03.739Z] [2021-01-08T09:23:04.725Z] Successfully built ed1110f1f8a2 [2021-01-08T09:23:04.726Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-08T09:23:04.726Z] Building docker-core-metadata-go [2021-01-08T09:23:10.156Z]  Building docker-core-data-go ... done Removing intermediate container e31ef452394e [2021-01-08T09:23:10.156Z] ---> 7b260bc725dc [2021-01-08T09:23:10.156Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-08T09:23:11.143Z] ---> Running in 76f1d748fe79 [2021-01-08T09:23:13.765Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:23:13.765Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:23:13.765Z] ---> 0a2f2b7a8c88 [2021-01-08T09:23:13.765Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T09:23:13.765Z] ---> Using cache [2021-01-08T09:23:13.765Z] ---> 297da4847791 [2021-01-08T09:23:13.765Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:23:13.765Z] ---> Using cache [2021-01-08T09:23:13.765Z] ---> 4eaa3bac70b2 [2021-01-08T09:23:13.765Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T09:23:15.238Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:23:15.238Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:23:15.238Z] ---> 0a2f2b7a8c88 [2021-01-08T09:23:15.238Z] Step 3/21 : WORKDIR /edgex-go [2021-01-08T09:23:15.238Z] ---> Using cache [2021-01-08T09:23:15.238Z] ---> 297da4847791 [2021-01-08T09:23:15.238Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:23:15.238Z] ---> Using cache [2021-01-08T09:23:15.238Z] ---> 4eaa3bac70b2 [2021-01-08T09:23:15.238Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-08T09:23:15.517Z] ---> Running in 1e1254cbbc9a [2021-01-08T09:23:15.517Z] ---> Running in c7d250bb1b8b [2021-01-08T09:23:16.971Z] Collecting docker-compose==1.23.2 [2021-01-08T09:23:17.249Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-08T09:23:17.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:23:17.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:23:18.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:23:18.181Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-08T09:23:18.181Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-08T09:23:18.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:23:18.461Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:23:18.461Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:23:18.461Z] ---> 0a2f2b7a8c88 [2021-01-08T09:23:18.461Z] Step 3/24 : WORKDIR /edgex-go [2021-01-08T09:23:18.461Z] ---> Using cache [2021-01-08T09:23:18.461Z] ---> 297da4847791 [2021-01-08T09:23:18.461Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:23:18.461Z] ---> Using cache [2021-01-08T09:23:18.461Z] ---> 4eaa3bac70b2 [2021-01-08T09:23:18.461Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-08T09:23:18.752Z] OK: 217 MiB in 51 packages [2021-01-08T09:23:19.026Z] OK: 217 MiB in 51 packages [2021-01-08T09:23:19.300Z] Collecting docopt<0.7,>=0.6.1 [2021-01-08T09:23:19.300Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-08T09:23:19.580Z] ---> Running in 4a882b77066d [2021-01-08T09:23:20.568Z] Removing intermediate container c7d250bb1b8b [2021-01-08T09:23:20.568Z] ---> a694891053e6 [2021-01-08T09:23:20.568Z] Step 6/21 : COPY go.mod . [2021-01-08T09:23:20.844Z] Removing intermediate container 1e1254cbbc9a [2021-01-08T09:23:20.844Z] ---> 72922d6b65c2 [2021-01-08T09:23:20.844Z] Step 6/22 : COPY go.mod . [2021-01-08T09:23:21.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:23:22.040Z] ---> 7ef6685fe0c1 [2021-01-08T09:23:22.040Z] Step 7/21 : RUN go mod download [2021-01-08T09:23:22.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:23:22.318Z] ---> ae432d8cdda4 [2021-01-08T09:23:22.318Z] Step 7/22 : RUN go mod download [2021-01-08T09:23:22.318Z] ---> Running in 7c0b74f5f40f [2021-01-08T09:23:22.919Z] ---> Running in 079028a9061d [2021-01-08T09:23:22.919Z] Collecting docker<4.0,>=3.6.0 [2021-01-08T09:23:22.919Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-08T09:23:23.201Z] OK: 217 MiB in 51 packages [2021-01-08T09:23:24.660Z] Collecting PyYAML<4,>=3.10 [2021-01-08T09:23:24.660Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-08T09:23:26.105Z] Removing intermediate container 4a882b77066d [2021-01-08T09:23:26.105Z] ---> cdc56c34d0ab [2021-01-08T09:23:26.105Z] Step 6/24 : COPY go.mod . [2021-01-08T09:23:27.567Z] ---> 02dee37363e0 [2021-01-08T09:23:27.567Z] Step 7/24 : RUN go mod download [2021-01-08T09:23:28.547Z] Removing intermediate container 7c0b74f5f40f [2021-01-08T09:23:28.548Z] ---> 8481b3722fb2 [2021-01-08T09:23:28.548Z] Step 8/21 : COPY . . [2021-01-08T09:23:28.548Z] ---> Running in 33f414b74fee [2021-01-08T09:23:28.828Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-08T09:23:28.828Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-08T09:23:29.114Z] Removing intermediate container 079028a9061d [2021-01-08T09:23:29.114Z] ---> d836d9572ee5 [2021-01-08T09:23:29.114Z] Step 8/22 : COPY . . [2021-01-08T09:23:31.128Z] 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-08T09:23:31.405Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-08T09:23:31.405Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-08T09:23:31.405Z] ---> 0a2f2b7a8c88 [2021-01-08T09:23:31.405Z] Step 3/22 : WORKDIR /edgex-go [2021-01-08T09:23:31.405Z] ---> Using cache [2021-01-08T09:23:31.405Z] ---> 297da4847791 [2021-01-08T09:23:31.405Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-08T09:23:31.405Z] ---> Using cache [2021-01-08T09:23:31.405Z] ---> 4eaa3bac70b2 [2021-01-08T09:23:31.405Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-08T09:23:31.405Z] ---> Using cache [2021-01-08T09:23:31.405Z] ---> cdc56c34d0ab [2021-01-08T09:23:31.405Z] Step 6/22 : COPY go.mod . [2021-01-08T09:23:31.405Z] ---> Using cache [2021-01-08T09:23:31.405Z] ---> 02dee37363e0 [2021-01-08T09:23:31.405Z] Step 7/22 : RUN go mod download [2021-01-08T09:23:32.002Z] Collecting jsonschema<3,>=2.5.1 [2021-01-08T09:23:32.002Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-08T09:23:34.641Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-08T09:23:34.641Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-08T09:23:34.641Z] ---> Running in 6bf2e04ba0c0 [2021-01-08T09:23:35.240Z] Collecting cached-property<2,>=1.2.0 [2021-01-08T09:23:35.240Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-08T09:23:35.848Z] Collecting texttable<0.10,>=0.9.0 [2021-01-08T09:23:35.848Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-08T09:23:36.444Z] Removing intermediate container 33f414b74fee [2021-01-08T09:23:36.444Z] ---> a8027baba9a8 [2021-01-08T09:23:36.444Z] Step 8/24 : COPY . . [2021-01-08T09:23:39.096Z] Collecting docker-pycreds>=0.4.0 [2021-01-08T09:23:39.096Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-08T09:23:40.086Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-08T09:23:40.086Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-08T09:23:40.685Z] 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-08T09:23:40.685Z] 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-08T09:23:40.961Z] Removing intermediate container 6bf2e04ba0c0 [2021-01-08T09:23:40.961Z] ---> 3c68d90b137e [2021-01-08T09:23:40.962Z] Step 8/22 : COPY . . [2021-01-08T09:23:40.962Z] Collecting idna<2.8,>=2.5 [2021-01-08T09:23:40.962Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-08T09:23:41.236Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-08T09:23:41.236Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-08T09:23:41.236Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-08T09:23:41.236Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-08T09:23:42.226Z] Installing collected packages: websocket-client, docopt, docker-pycreds, urllib3, idna, requests, docker, PyYAML, dockerpty, jsonschema, cached-property, texttable, docker-compose [2021-01-08T09:23:42.498Z] Running setup.py install for docopt: started [2021-01-08T09:23:44.495Z] Running setup.py install for docopt: finished with status 'done' [2021-01-08T09:23:44.495Z] Attempting uninstall: urllib3 [2021-01-08T09:23:44.495Z] Found existing installation: urllib3 1.25.9 [2021-01-08T09:23:44.495Z] Uninstalling urllib3-1.25.9: [2021-01-08T09:23:44.789Z] Successfully uninstalled urllib3-1.25.9 [2021-01-08T09:23:45.399Z] Attempting uninstall: idna [2021-01-08T09:23:45.399Z] Found existing installation: idna 2.9 [2021-01-08T09:23:45.399Z] Uninstalling idna-2.9: [2021-01-08T09:23:45.942Z] Successfully uninstalled idna-2.9 [2021-01-08T09:23:47.497Z] Attempting uninstall: requests [2021-01-08T09:23:47.497Z] Found existing installation: requests 2.23.0 [2021-01-08T09:23:47.497Z] Uninstalling requests-2.23.0: [2021-01-08T09:23:47.792Z] Successfully uninstalled requests-2.23.0 [2021-01-08T09:23:49.289Z] ---> d04c2357bcc2 [2021-01-08T09:23:49.289Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-08T09:23:49.887Z] Running setup.py install for PyYAML: started [2021-01-08T09:23:50.164Z] ---> Running in c08c900e1fd7 [2021-01-08T09:23:50.441Z] ---> 020a39a534d8 [2021-01-08T09:23:50.441Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-08T09:23:51.048Z] ---> Running in 8bc42d4708eb [2021-01-08T09:23:52.030Z] 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-08T09:23:52.629Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-08T09:23:52.629Z] Running setup.py install for dockerpty: started [2021-01-08T09:23:53.234Z] 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-08T09:23:55.223Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-08T09:23:55.498Z] Running setup.py install for texttable: started [2021-01-08T09:23:58.151Z] Running setup.py install for texttable: finished with status 'done' [2021-01-08T09:23:59.612Z] 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-08T09:23:59.886Z] ---> 4f459e795f4b [2021-01-08T09:23:59.886Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-08T09:24:00.874Z] ---> Running in 396401851fce [2021-01-08T09:24:02.870Z] 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-08T09:24:05.519Z] ---> 470863b380dd [2021-01-08T09:24:05.519Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-08T09:24:05.794Z] ---> Running in 8e535a6f7642 [2021-01-08T09:24:06.395Z] Removing intermediate container 76f1d748fe79 [2021-01-08T09:24:06.395Z] ---> d2ac261bb124 [2021-01-08T09:24:06.395Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-08T09:24:06.670Z] ---> Running in dc05e264fb73 [2021-01-08T09:24:08.113Z] 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-08T09:24:08.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:24:08.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:24:09.979Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T09:24:09.979Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-08T09:24:09.979Z] (3/3) Installing curl (7.69.1-r3) [2021-01-08T09:24:09.979Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:24:09.979Z] OK: 71 MiB in 58 packages [2021-01-08T09:24:11.962Z] Removing intermediate container dc05e264fb73 [2021-01-08T09:24:11.962Z] ---> da081c63f616 [2021-01-08T09:24:11.962Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-08T09:24:11.962Z] ---> Running in 8e84d221fa26 [2021-01-08T09:24:12.567Z] Removing intermediate container 8e84d221fa26 [2021-01-08T09:24:12.567Z] ---> 3a3ace74a6fd [2021-01-08T09:24:12.567Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:24:12.567Z] ---> Running in 8e2d31a932b8 [2021-01-08T09:24:13.557Z] Removing intermediate container 8e2d31a932b8 [2021-01-08T09:24:13.557Z] ---> fafc6b69c01b [2021-01-08T09:24:13.557Z] Step 24/26 : LABEL arch=arm64 [2021-01-08T09:24:13.557Z] ---> Running in 0d08e947cd71 [2021-01-08T09:24:14.163Z] Removing intermediate container 0d08e947cd71 [2021-01-08T09:24:14.163Z] ---> 9680b68fd142 [2021-01-08T09:24:14.163Z] Step 25/26 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:24:14.441Z] ---> Running in d831b77739b6 [2021-01-08T09:24:15.041Z] Removing intermediate container d831b77739b6 [2021-01-08T09:24:15.041Z] ---> 08ff1ebc4d53 [2021-01-08T09:24:15.041Z] Step 26/26 : LABEL version=0.0.0 [2021-01-08T09:24:15.324Z] ---> Running in 6a0a877c27e3 [2021-01-08T09:24:15.926Z] Removing intermediate container 6a0a877c27e3 [2021-01-08T09:24:15.926Z] ---> a9da80c6bf31 [2021-01-08T09:24:15.926Z] [2021-01-08T09:24:16.530Z] Successfully built a9da80c6bf31 [2021-01-08T09:24:16.530Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-08T09:25:03.523Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-08T09:25:03.523Z] 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-08T09:25:10.256Z] Removing intermediate container 8bc42d4708eb [2021-01-08T09:25:10.256Z] ---> 83543b282291 [2021-01-08T09:25:10.256Z] [2021-01-08T09:25:10.256Z] Step 10/22 : FROM alpine:3.12 [2021-01-08T09:25:10.256Z] ---> afeebe901d6b [2021-01-08T09:25:10.256Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T09:25:10.256Z] ---> Running in eb7f461c9c0e [2021-01-08T09:25:11.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:25:12.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:25:12.626Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-08T09:25:12.626Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T09:25:12.935Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-08T09:25:12.935Z] (4/5) Installing curl (7.69.1-r3) [2021-01-08T09:25:12.935Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-08T09:25:12.935Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:25:12.935Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T09:25:13.223Z] OK: 7 MiB in 19 packages [2021-01-08T09:25:13.835Z] Removing intermediate container c08c900e1fd7 [2021-01-08T09:25:13.835Z] ---> 714a296d7a67 [2021-01-08T09:25:13.835Z] [2021-01-08T09:25:13.835Z] Step 10/21 : FROM alpine:3.12 [2021-01-08T09:25:13.835Z] ---> afeebe901d6b [2021-01-08T09:25:13.835Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-08T09:25:14.110Z] ---> Running in 13bd83d0f42b [2021-01-08T09:25:16.747Z] Removing intermediate container eb7f461c9c0e [2021-01-08T09:25:16.747Z] ---> 14fb793f8309 [2021-01-08T09:25:16.747Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-08T09:25:17.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-08T09:25:17.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-08T09:25:17.297Z] ---> Running in 26e33a58f307 [2021-01-08T09:25:17.577Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-08T09:25:17.855Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-08T09:25:17.855Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-08T09:25:17.855Z] (4/4) Installing curl (7.69.1-r3) [2021-01-08T09:25:17.855Z] Executing busybox-1.31.1-r19.trigger [2021-01-08T09:25:17.855Z] Executing ca-certificates-20191127-r4.trigger [2021-01-08T09:25:18.135Z] OK: 7 MiB in 18 packages [2021-01-08T09:25:18.412Z] Removing intermediate container 26e33a58f307 [2021-01-08T09:25:18.412Z] ---> e3055bf7b58a [2021-01-08T09:25:18.412Z] Step 13/22 : WORKDIR / [2021-01-08T09:25:18.691Z] ---> Running in d9ca880be354 [2021-01-08T09:25:18.691Z] Removing intermediate container 396401851fce [2021-01-08T09:25:18.691Z] ---> 18ffaf2b2681 [2021-01-08T09:25:18.691Z] [2021-01-08T09:25:18.691Z] Step 10/24 : FROM alpine:3.12 [2021-01-08T09:25:18.691Z] ---> afeebe901d6b [2021-01-08T09:25:18.691Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-08T09:25:18.691Z] ---> Using cache [2021-01-08T09:25:18.691Z] ---> 14fb793f8309 [2021-01-08T09:25:18.691Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T09:25:18.973Z] ---> Running in 1a12df81ba89 [2021-01-08T09:25:19.574Z] Removing intermediate container d9ca880be354 [2021-01-08T09:25:19.574Z] ---> fde54ac3a997 [2021-01-08T09:25:19.574Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-08T09:25:19.850Z] Removing intermediate container 1a12df81ba89 [2021-01-08T09:25:19.850Z] ---> d57405c20e05 [2021-01-08T09:25:19.850Z] Step 13/24 : WORKDIR / [2021-01-08T09:25:20.125Z] ---> Running in 65f7cdeea261 [2021-01-08T09:25:20.125Z] Removing intermediate container 13bd83d0f42b [2021-01-08T09:25:20.125Z] ---> 3a206e2bcdd8 [2021-01-08T09:25:20.125Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-08T09:25:20.401Z] ---> Running in 0f0cb6ad8161 [2021-01-08T09:25:20.401Z] ---> 1960cfef5851 [2021-01-08T09:25:20.401Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-08T09:25:21.002Z] Removing intermediate container 65f7cdeea261 [2021-01-08T09:25:21.002Z] ---> c6f8bdae1d4d [2021-01-08T09:25:21.002Z] 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-08T09:25:21.282Z] Removing intermediate container 0f0cb6ad8161 [2021-01-08T09:25:21.282Z] ---> f301c4a00d93 [2021-01-08T09:25:21.282Z] Step 13/21 : WORKDIR /edgex [2021-01-08T09:25:21.562Z] ---> Running in a21a748f788f [2021-01-08T09:25:22.556Z] ---> 1a982e1cbd34 [2021-01-08T09:25:22.556Z] 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-08T09:25:22.556Z] ---> 87608efad19f [2021-01-08T09:25:22.556Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-08T09:25:22.556Z] Removing intermediate container a21a748f788f [2021-01-08T09:25:22.556Z] ---> 42d2e3580c1e [2021-01-08T09:25:22.556Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-08T09:25:23.548Z] ---> dab4e9659ef3 [2021-01-08T09:25:23.548Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-08T09:25:23.548Z] ---> 890e3b63c35c [2021-01-08T09:25:23.548Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-08T09:25:23.548Z] ---> 7d83c515d41f [2021-01-08T09:25:23.548Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-08T09:25:24.540Z] ---> e4b9578db17d [2021-01-08T09:25:24.540Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-08T09:25:24.816Z] ---> 739907f1589d [2021-01-08T09:25:24.816Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-08T09:25:25.418Z] ---> Running in ff356f0e0e98 [2021-01-08T09:25:25.418Z] ---> d0ea54791df5 [2021-01-08T09:25:25.418Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-08T09:25:26.019Z] ---> 13ac6ef077b5 [2021-01-08T09:25:26.019Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-08T09:25:27.454Z] ---> b13cd08064f4 [2021-01-08T09:25:27.454Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-08T09:25:27.454Z] ---> e3bd182a9a60 [2021-01-08T09:25:27.454Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-08T09:25:27.728Z] ---> Running in ad05f6a628a9 [2021-01-08T09:25:28.823Z] Removing intermediate container ad05f6a628a9 [2021-01-08T09:25:28.823Z] ---> 05562fb10049 [2021-01-08T09:25:28.823Z] Step 18/21 : CMD ["--init=true"] [2021-01-08T09:25:28.823Z] ---> 6924cea196c7 [2021-01-08T09:25:28.823Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-08T09:25:29.114Z] ---> Running in da0b33112bc6 [2021-01-08T09:25:29.114Z] ---> Running in b078d50601a9 [2021-01-08T09:25:29.430Z] Removing intermediate container ff356f0e0e98 [2021-01-08T09:25:29.430Z] ---> 414db649ddb7 [2021-01-08T09:25:29.430Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-08T09:25:29.761Z] ---> Running in aa341a1d96dc [2021-01-08T09:25:30.046Z] Removing intermediate container da0b33112bc6 [2021-01-08T09:25:30.046Z] ---> cf935d888fa7 [2021-01-08T09:25:30.046Z] Step 19/21 : LABEL arch=arm64 [2021-01-08T09:25:30.338Z] ---> Running in b6d6073be3af [2021-01-08T09:25:30.624Z] Removing intermediate container aa341a1d96dc [2021-01-08T09:25:30.624Z] ---> d73e2aa5d4ab [2021-01-08T09:25:30.624Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T09:25:30.901Z] ---> Running in c1aa86a8323b [2021-01-08T09:25:31.180Z] Removing intermediate container b6d6073be3af [2021-01-08T09:25:31.180Z] ---> f29fb3b2e1a2 [2021-01-08T09:25:31.180Z] Step 20/21 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:25:31.180Z] Removing intermediate container 8e535a6f7642 [2021-01-08T09:25:31.180Z] ---> e41a9cd93c2f [2021-01-08T09:25:31.180Z] [2021-01-08T09:25:31.180Z] Step 10/22 : FROM scratch [2021-01-08T09:25:31.180Z] ---> [2021-01-08T09:25:31.180Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-08T09:25:31.456Z] ---> Using cache [2021-01-08T09:25:31.456Z] ---> 4f670b68d14a [2021-01-08T09:25:31.456Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-08T09:25:31.456Z] ---> Running in 485abef69081 [2021-01-08T09:25:31.456Z] ---> Running in b0c5d492b5b9 [2021-01-08T09:25:31.732Z] Removing intermediate container c1aa86a8323b [2021-01-08T09:25:31.732Z] ---> 0c1b5ccbf76b [2021-01-08T09:25:31.732Z] Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:25:31.732Z] ---> Running in f99a600a87ec [2021-01-08T09:25:32.007Z] Removing intermediate container 485abef69081 [2021-01-08T09:25:32.007Z] ---> 5d3452510501 [2021-01-08T09:25:32.007Z] Step 21/21 : LABEL version=0.0.0 [2021-01-08T09:25:32.283Z] Removing intermediate container b0c5d492b5b9 [2021-01-08T09:25:32.283Z] ---> bbaa4961e68d [2021-01-08T09:25:32.283Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-08T09:25:32.283Z] ---> Running in 85135ea46621 [2021-01-08T09:25:32.283Z] ---> Running in 0584a9747c74 [2021-01-08T09:25:32.564Z] Removing intermediate container f99a600a87ec [2021-01-08T09:25:32.564Z] ---> 1386754b298d [2021-01-08T09:25:32.564Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T09:25:32.564Z] Removing intermediate container b078d50601a9 [2021-01-08T09:25:32.564Z] ---> 705b297f8ad6 [2021-01-08T09:25:32.564Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-08T09:25:32.564Z] ---> Running in e9cd1b244dce [2021-01-08T09:25:32.839Z] Removing intermediate container 85135ea46621 [2021-01-08T09:25:32.839Z] ---> 57a0692ad902 [2021-01-08T09:25:32.839Z] [2021-01-08T09:25:32.839Z] ---> Running in f382be80101a [2021-01-08T09:25:32.839Z] Removing intermediate container 0584a9747c74 [2021-01-08T09:25:32.839Z] ---> ce74935daaa6 [2021-01-08T09:25:32.839Z] Step 14/22 : WORKDIR / [2021-01-08T09:25:33.113Z] Successfully built 57a0692ad902 [2021-01-08T09:25:33.113Z] ---> Running in cefe80d64dfd [2021-01-08T09:25:33.388Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-08T09:25:33.388Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e9cd1b244dce [2021-01-08T09:25:33.388Z] ---> b01aba9cd99b [2021-01-08T09:25:33.388Z] [2021-01-08T09:25:33.664Z] Removing intermediate container f382be80101a [2021-01-08T09:25:33.664Z] ---> 066797671a3c [2021-01-08T09:25:33.664Z] Step 22/24 : LABEL arch=arm64 [2021-01-08T09:25:33.664Z] Successfully built b01aba9cd99b [2021-01-08T09:25:33.664Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-08T09:25:33.937Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in edadb0dcd5a3 [2021-01-08T09:25:33.937Z] Removing intermediate container cefe80d64dfd [2021-01-08T09:25:33.937Z] ---> 9dc74f3cba84 [2021-01-08T09:25:33.937Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-08T09:25:34.534Z] Removing intermediate container edadb0dcd5a3 [2021-01-08T09:25:34.534Z] ---> 27cec8e2a8b3 [2021-01-08T09:25:34.534Z] Step 23/24 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:25:34.534Z] ---> Running in e9a93667c141 [2021-01-08T09:25:34.534Z] ---> 3276c9397951 [2021-01-08T09:25:34.534Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-08T09:25:35.129Z] Removing intermediate container e9a93667c141 [2021-01-08T09:25:35.129Z] ---> e2f8102c920d [2021-01-08T09:25:35.129Z] Step 24/24 : LABEL version=0.0.0 [2021-01-08T09:25:35.402Z] ---> Running in a9840511c91e [2021-01-08T09:25:35.999Z] ---> e09c86bc10b9 [2021-01-08T09:25:35.999Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-08T09:25:35.999Z] Removing intermediate container a9840511c91e [2021-01-08T09:25:35.999Z] ---> e1d7d9d0f871 [2021-01-08T09:25:35.999Z] [2021-01-08T09:25:36.596Z] Successfully built e1d7d9d0f871 [2021-01-08T09:25:36.596Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-08T09:25:36.596Z]  Building docker-security-secretstore-setup-go ... done  ---> 9f4b17b120fd [2021-01-08T09:25:36.596Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-08T09:25:36.871Z] ---> Running in 16bb9e6392a4 [2021-01-08T09:25:37.146Z] Removing intermediate container 16bb9e6392a4 [2021-01-08T09:25:37.146Z] ---> 9fa1fcbddaac [2021-01-08T09:25:37.146Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-08T09:25:37.422Z] ---> Running in 9168d152d913 [2021-01-08T09:25:37.694Z] Removing intermediate container 9168d152d913 [2021-01-08T09:25:37.694Z] ---> 1d50b5bb4ba7 [2021-01-08T09:25:37.694Z] Step 20/22 : LABEL arch=arm64 [2021-01-08T09:25:37.971Z] ---> Running in aa1da92df81f [2021-01-08T09:25:38.247Z] Removing intermediate container aa1da92df81f [2021-01-08T09:25:38.247Z] ---> be527587ce8e [2021-01-08T09:25:38.247Z] Step 21/22 : LABEL git_sha=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [2021-01-08T09:25:38.523Z] ---> Running in ccabc90c8361 [2021-01-08T09:25:38.798Z] Removing intermediate container ccabc90c8361 [2021-01-08T09:25:38.798Z] ---> 0e4d62398418 [2021-01-08T09:25:38.798Z] Step 22/22 : LABEL version=0.0.0 [2021-01-08T09:25:39.075Z] ---> Running in 66dbdabb9af3 [2021-01-08T09:25:39.347Z] Removing intermediate container 66dbdabb9af3 [2021-01-08T09:25:39.347Z] ---> 8cfd20177704 [2021-01-08T09:25:39.347Z] [2021-01-08T09:25:39.941Z] Successfully built 8cfd20177704 [2021-01-08T09:25:39.941Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-08T09:25:39.957Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-08T09:25:39.968Z] $ docker stop --time=1 f251897990c0bbce7a1c065c6f29630a7da0b5f058d95318d5cd6affd0ebcd3f [2021-01-08T09:25:41.861Z] $ docker rm -f f251897990c0bbce7a1c065c6f29630a7da0b5f058d95318d5cd6affd0ebcd3f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-08T09:25:42.566Z] + docker images [2021-01-08T09:25:42.566Z] + grep docker [2021-01-08T09:25:42.835Z] docker-core-metadata-go-arm64 latest 8cfd20177704 3 seconds ago 12.3MB [2021-01-08T09:25:42.835Z] docker-security-secretstore-setup-go-arm64 latest e1d7d9d0f871 7 seconds ago 23.4MB [2021-01-08T09:25:42.835Z] docker-security-bootstrap-redis-go-arm64 latest b01aba9cd99b 9 seconds ago 15.1MB [2021-01-08T09:25:42.835Z] docker-security-proxy-setup-go-arm64 latest 57a0692ad902 10 seconds ago 23.3MB [2021-01-08T09:25:42.835Z] docker-sys-mgmt-agent-go-arm64 latest a9da80c6bf31 About a minute ago 300MB [2021-01-08T09:25:42.835Z] docker-core-data-go-arm64 latest ed1110f1f8a2 2 minutes ago 21MB [2021-01-08T09:25:42.835Z] docker-support-notifications-go-arm64 latest a6eb53eda694 3 minutes ago 11.4MB [2021-01-08T09:25:42.835Z] docker-core-command-go-arm64 latest 813fd40c2afe 3 minutes ago 9.98MB [2021-01-08T09:25:42.835Z] docker-support-scheduler-go-arm64 latest dd893568635b 3 minutes ago 10MB [2021-01-08T09:25:42.836Z] 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-08T09:25:45.113Z] provisioning config files... [2021-01-08T09:25:45.130Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6823896634856429316tmp [Pipeline] { [Pipeline] sh [2021-01-08T09:25:45.541Z] + set +x [2021-01-08T09:25:45.541Z] + curl -s https://codecov.io/bash [2021-01-08T09:25:45.541Z] + bash -s -- [2021-01-08T09:25:46.122Z] [2021-01-08T09:25:46.122Z] _____ _ [2021-01-08T09:25:46.122Z] / ____| | | [2021-01-08T09:25:46.122Z] | | ___ __| | ___ ___ _____ __ [2021-01-08T09:25:46.122Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-08T09:25:46.122Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-08T09:25:46.122Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-08T09:25:46.122Z] Bash-20201231-23d4836 [2021-01-08T09:25:46.122Z] [2021-01-08T09:25:46.122Z] [2021-01-08T09:25:46.122Z] ==> git version 2.24.3 found [2021-01-08T09:25:46.122Z] ==> 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-08T09:25:46.122Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-08T09:25:46.122Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-08T09:25:46.122Z] ==> Jenkins CI detected. [2021-01-08T09:25:46.122Z] project root: . [2021-01-08T09:25:46.122Z] --> token set from env [2021-01-08T09:25:46.122Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-08T09:25:46.122Z] ==> Running gcov in . (disable via -X gcov) [2021-01-08T09:25:46.122Z] ==> Python coveragepy not found [2021-01-08T09:25:46.122Z] ==> Searching for coverage reports in: [2021-01-08T09:25:46.122Z] + . [2021-01-08T09:25:46.122Z] -> Found 1 reports [2021-01-08T09:25:46.122Z] ==> Detecting git/mercurial file structure [2021-01-08T09:25:46.122Z] ==> Reading reports [2021-01-08T09:25:46.122Z] + ./coverage.out bytes=545099 [2021-01-08T09:25:46.385Z] ==> Appending adjustments [2021-01-08T09:25:46.385Z] https://docs.codecov.io/docs/fixing-reports [2021-01-08T09:25:49.694Z] + Found adjustments [2021-01-08T09:25:49.694Z] ==> Gzipping contents [2021-01-08T09:25:49.694Z] 84K /tmp/codecov.ZKDSlP.gz [2021-01-08T09:25:49.694Z] ==> Uploading reports [2021-01-08T09:25:49.694Z] url: https://codecov.io [2021-01-08T09:25:49.694Z] query: branch=PR-3001&commit=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= [2021-01-08T09:25:49.694Z] -> Pinging Codecov [2021-01-08T09:25:49.694Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3001&commit=c5d4f56aecd1b435a7b33b7684dcf103eece7a8f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= [2021-01-08T09:25:49.694Z] -> Uploading to [2021-01-08T09:25:49.694Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-08/00271124DB129430A58F1EEE437C3FCB/c5d4f56aecd1b435a7b33b7684dcf103eece7a8f/9a2574d3-4472-4d10-b7e4-faf7bea98b87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T092549Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4007bc3810ab5b1c6a737d69da0e744727e91710df7c385cc2d21b7f10c57fb3 [2021-01-08T09:25:49.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-08T09:25:49.694Z] Dload Upload Total Spent Left Speed [2021-01-08T09:25:50.219Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82905 0 0 100 82905 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-01-08T09:25:50.219Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c5d4f56aecd1b435a7b33b7684dcf103eece7a8f [Pipeline] } [2021-01-08T09:25:50.229Z] 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-08T09:25:53.560Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:25:54.439Z] ---> package-listing.sh [2021-01-08T09:25:54.439Z] ++ facter osfamily [2021-01-08T09:25:54.439Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-08T09:25:54.439Z] + OS_FAMILY=redhat [2021-01-08T09:25:54.439Z] + workspace=/w/workspace/edgex-go/2 [2021-01-08T09:25:54.439Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-08T09:25:54.439Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-08T09:25:54.439Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-08T09:25:54.439Z] + PACKAGES=/tmp/packages_start.txt [2021-01-08T09:25:54.439Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-08T09:25:54.439Z] + PACKAGES=/tmp/packages_end.txt [2021-01-08T09:25:54.439Z] + case "${OS_FAMILY}" in [2021-01-08T09:25:54.439Z] + rpm -qa [2021-01-08T09:25:54.439Z] + sort [2021-01-08T09:25:59.766Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-08T09:25:59.766Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-08T09:25:59.766Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-08T09:25:59.766Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-08T09:25:59.766Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-08T09:25:59.766Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-08T09:25:59.779Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-08T09:26:00.073Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:26:00.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T09:26:00.382Z] [2021-01-08T09:26:00.382Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-08T09:26:00.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T09:26:00.744Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-08T09:26:00.744Z] df20fa9351a1: Pulling fs layer [2021-01-08T09:26:00.744Z] 36b3adc4ff6f: Pulling fs layer [2021-01-08T09:26:00.744Z] 8ad3a11d3b57: Pulling fs layer [2021-01-08T09:26:00.744Z] 46f8f816bc3b: Pulling fs layer [2021-01-08T09:26:00.744Z] 93b61091891f: Pulling fs layer [2021-01-08T09:26:00.744Z] 93b9cdb0e59b: Pulling fs layer [2021-01-08T09:26:00.744Z] 5e14af77c1be: Pulling fs layer [2021-01-08T09:26:00.744Z] 01666e4c0597: Pulling fs layer [2021-01-08T09:26:00.744Z] aa168da1d23b: Pulling fs layer [2021-01-08T09:26:00.744Z] 93b9cdb0e59b: Waiting [2021-01-08T09:26:00.744Z] 5e14af77c1be: Waiting [2021-01-08T09:26:00.744Z] aa168da1d23b: Waiting [2021-01-08T09:26:00.744Z] 46f8f816bc3b: Waiting [2021-01-08T09:26:00.744Z] 93b61091891f: Waiting [2021-01-08T09:26:00.744Z] 36b3adc4ff6f: Verifying Checksum [2021-01-08T09:26:00.744Z] 36b3adc4ff6f: Download complete [2021-01-08T09:26:00.744Z] 46f8f816bc3b: Verifying Checksum [2021-01-08T09:26:00.744Z] 46f8f816bc3b: Download complete [2021-01-08T09:26:00.744Z] df20fa9351a1: Verifying Checksum [2021-01-08T09:26:00.744Z] df20fa9351a1: Download complete [2021-01-08T09:26:01.010Z] 93b9cdb0e59b: Verifying Checksum [2021-01-08T09:26:01.010Z] 93b9cdb0e59b: Download complete [2021-01-08T09:26:01.010Z] 5e14af77c1be: Verifying Checksum [2021-01-08T09:26:01.010Z] 5e14af77c1be: Download complete [2021-01-08T09:26:01.010Z] 01666e4c0597: Verifying Checksum [2021-01-08T09:26:01.010Z] 01666e4c0597: Download complete [2021-01-08T09:26:01.010Z] 93b61091891f: Verifying Checksum [2021-01-08T09:26:01.010Z] 93b61091891f: Download complete [2021-01-08T09:26:01.274Z] df20fa9351a1: Pull complete [2021-01-08T09:26:01.537Z] 36b3adc4ff6f: Pull complete [2021-01-08T09:26:01.802Z] 8ad3a11d3b57: Verifying Checksum [2021-01-08T09:26:01.802Z] 8ad3a11d3b57: Download complete [2021-01-08T09:26:02.752Z] 8ad3a11d3b57: Pull complete [2021-01-08T09:26:02.752Z] 46f8f816bc3b: Pull complete [2021-01-08T09:26:03.700Z] aa168da1d23b: Verifying Checksum [2021-01-08T09:26:03.700Z] aa168da1d23b: Download complete [2021-01-08T09:26:04.646Z] 93b61091891f: Pull complete [2021-01-08T09:26:04.646Z] 93b9cdb0e59b: Pull complete [2021-01-08T09:26:04.907Z] 5e14af77c1be: Pull complete [2021-01-08T09:26:04.907Z] 01666e4c0597: Pull complete [2021-01-08T09:26:13.090Z] aa168da1d23b: Pull complete [2021-01-08T09:26:13.090Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-08T09:26:13.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-08T09:26:13.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-08T09:26:13.303Z] prd-centos7-docker-4c-2g-19085 does not seem to be running inside a container [2021-01-08T09:26:13.359Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-08T09:26:19.954Z] $ docker top d2788f2b1cb54615c4dd0363826b41bdbbc569bdf06d18a8b3f424d9d944111f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-08T09:26:20.569Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-08T09:26:20.885Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-08T09:26:21.183Z] + ls /var/log/sa-host [2021-01-08T09:26:21.183Z] + sadf -c /var/log/sa-host/sa08 [2021-01-08T09:26:21.183Z] file_magic: OK [2021-01-08T09:26:21.183Z] HZ: Using current value: 100 [2021-01-08T09:26:21.183Z] file_header: OK [2021-01-08T09:26:21.183Z] 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-08T09:26:21.183Z] Statistics: [2021-01-08T09:26:21.183Z] 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... [2021-01-08T09:26:21.183Z] File successfully converted to sysstat format version 12.2.1 [2021-01-08T09:26:21.183Z] + sadf -c /var/log/sa-host/sa23 [2021-01-08T09:26:21.183Z] file_magic: OK [2021-01-08T09:26:21.183Z] HZ: Using current value: 100 [2021-01-08T09:26:21.183Z] file_header: OK [2021-01-08T09:26:21.183Z] 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-08T09:26:21.183Z] Statistics: [2021-01-08T09:26:21.183Z] Hnuu...uuuununununu... [2021-01-08T09:26:21.183Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-08T09:26:21.849Z] provisioning config files... [2021-01-08T09:26:21.867Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config614751550505633552tmp [Pipeline] { [Pipeline] echo [2021-01-08T09:26:21.955Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:26:22.257Z] ---> create-netrc.sh [Pipeline] } [2021-01-08T09:26:22.266Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-08T09:26:22.371Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:26:22.669Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-08T09:26:22.679Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:26:22.975Z] ---> sudo-logs.sh [2021-01-08T09:26:22.975Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-08T09:26:22.985Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:26:23.281Z] ---> job-cost.sh [2021-01-08T09:26:23.281Z] lf-activate-venv: SKIPPING [2021-01-08T09:26:23.281Z] INFO: No Stack... [2021-01-08T09:26:24.296Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-08T09:26:24.570Z] INFO: Archiving Costs [Pipeline] echo [2021-01-08T09:26:24.599Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-08T09:26:24.904Z] ---> logs-deploy.sh [2021-01-08T09:26:24.904Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3001/2 [2021-01-08T09:26:24.904Z] INFO: archiving workspace using pattern(s): [2021-01-08T09:26:26.823Z] Archives upload complete. [2021-01-08T09:26:26.823Z] INFO: archiving logs to Nexus