Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 595ab995126c135fe63cd405ae42b5274b5528dd+c250855f865f8c62af0409146ed617a84f3308da (7928e72a814a0690b74a184bc5494a8e057ffa82) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24975 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 595ab995126c135fe63cd405ae42b5274b5528dd Merge succeeded, producing 595ab995126c135fe63cd405ae42b5274b5528dd Checking out Revision 595ab995126c135fe63cd405ae42b5274b5528dd (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # 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 c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 9c707fa5c9f2bb8b3675709372ae783111037035 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T10:49:46.325Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T10:49:46.701Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T10:49:46.857Z] ========================================================= [2021-02-04T10:49:46.857Z] EdgeX Global Pipelines Version Info [2021-02-04T10:49:46.857Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:49:48.407Z] ------------------- [2021-02-04T10:49:48.407Z] stable info: [2021-02-04T10:49:48.407Z] ------------------- [2021-02-04T10:49:48.407Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:49:48.407Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:49:48.407Z] Message: update stable to v1.0.179 [2021-02-04T10:49:49.371Z] ------------------- [2021-02-04T10:49:49.371Z] experimental info: [2021-02-04T10:49:49.371Z] ------------------- [2021-02-04T10:49:49.371Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:49:49.371Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:49:49.371Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T10:49:49.739Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T10:49:49.891Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T10:49:50.069Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T10:49:50.222Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T10:49:50.368Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T10:49:50.513Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T10:49:50.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T10:49:50.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T10:49:51.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T10:49:51.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T10:49:51.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T10:49:51.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T10:49:51.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T10:49:51.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T10:49:52.064Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:49:52.233Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:49:52.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T10:49:52.575Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T10:49:52.722Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T10:49:52.870Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T10:49:53.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T10:49:53.217Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T10:49:53.376Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T10:49:53.522Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-04T10:49:53.674Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-04T10:49:53.864Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-04T10:49:54.003Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 595ab995126c135fe63cd405ae42b5274b5528dd [Pipeline] echo [2021-02-04T10:49:54.177Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 595ab99 [Pipeline] echo [2021-02-04T10:49:54.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:49:54.564Z] provisioning config files... [2021-02-04T10:49:54.617Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config8596796620752689215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:49:55.017Z] ---> docker-login.sh [2021-02-04T10:49:55.017Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:49:55.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:55.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:55.554Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:55.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:55.554Z] [2021-02-04T10:49:55.554Z] Login Succeeded [2021-02-04T10:49:55.554Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:49:55.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:55.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:55.820Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:55.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:55.820Z] [2021-02-04T10:49:55.820Z] Login Succeeded [2021-02-04T10:49:55.820Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:49:55.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:55.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:55.820Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:55.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:55.820Z] [2021-02-04T10:49:55.820Z] Login Succeeded [2021-02-04T10:49:55.820Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:49:56.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:56.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:56.084Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:56.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:56.084Z] [2021-02-04T10:49:56.084Z] Login Succeeded [2021-02-04T10:49:56.084Z] docker.io [2021-02-04T10:49:56.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:49:56.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:49:56.933Z] Configure a credential helper to remove this warning. See [2021-02-04T10:49:56.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:49:56.933Z] [2021-02-04T10:49:56.933Z] Login Succeeded [2021-02-04T10:49:56.933Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:49:56.945Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:49:57.528Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T10:49:57.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:49:57.529Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:49:57.529Z] ++ cut -d/ -f2 [2021-02-04T10:49:57.529Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T10:49:57.610Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-02-04T10:49:58.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:49:58.575Z] [2021-02-04T10:49:58.575Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:49:58.981Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:49:58.981Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T10:49:58.981Z] 31603596830f: Pulling fs layer [2021-02-04T10:49:58.981Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T10:49:58.981Z] 6ca5941a6612: Pulling fs layer [2021-02-04T10:49:58.981Z] ecc8261a40a4: Pulling fs layer [2021-02-04T10:49:58.981Z] ecc8261a40a4: Waiting [2021-02-04T10:49:58.981Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T10:49:58.981Z] 2a8b12db71e7: Download complete [2021-02-04T10:49:58.981Z] 31603596830f: Verifying Checksum [2021-02-04T10:49:58.981Z] 31603596830f: Download complete [2021-02-04T10:49:59.254Z] ecc8261a40a4: Verifying Checksum [2021-02-04T10:49:59.254Z] ecc8261a40a4: Download complete [2021-02-04T10:49:59.254Z] 6ca5941a6612: Verifying Checksum [2021-02-04T10:49:59.254Z] 6ca5941a6612: Download complete [2021-02-04T10:49:59.518Z] 31603596830f: Pull complete [2021-02-04T10:49:59.785Z] 2a8b12db71e7: Pull complete [2021-02-04T10:50:00.741Z] 6ca5941a6612: Pull complete [2021-02-04T10:50:01.007Z] ecc8261a40a4: Pull complete [2021-02-04T10:50:01.007Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T10:50:01.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:50:01.007Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T10:50:01.150Z] prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container [2021-02-04T10:50:01.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:50:03.913Z] $ docker top cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:50:04.477Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:50:04.477Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:50:04.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:50:04.747Z] $ docker exec cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f ssh-agent [2021-02-04T10:50:04.934Z] SSH_AUTH_SOCK=/tmp/ssh-GefXghv7ppi0/agent.11 [2021-02-04T10:50:04.934Z] SSH_AGENT_PID=17 [2021-02-04T10:50:04.949Z] Running ssh-add (command line suppressed) [2021-02-04T10:50:05.076Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_2842593434062744422.key (/w/workspace/edgex-go/10@tmp/private_key_2842593434062744422.key) [2021-02-04T10:50:05.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:50:05.543Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T10:50:05.570Z] $ docker exec --env ******** --env ******** cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f ssh-agent -k [2021-02-04T10:50:05.695Z] unset SSH_AUTH_SOCK; [2021-02-04T10:50:05.696Z] unset SSH_AGENT_PID; [2021-02-04T10:50:05.696Z] echo Agent pid 17 killed; [2021-02-04T10:50:05.745Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T10:50:06.074Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:50:06.074Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:50:06.271Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:50:06.274Z] $ docker exec cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f ssh-agent [2021-02-04T10:50:06.449Z] SSH_AUTH_SOCK=/tmp/ssh-eDM1VWTv0QOE/agent.46 [2021-02-04T10:50:06.449Z] SSH_AGENT_PID=51 [2021-02-04T10:50:06.456Z] Running ssh-add (command line suppressed) [2021-02-04T10:50:06.582Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_1160660036904585805.key (/w/workspace/edgex-go/10@tmp/private_key_1160660036904585805.key) [2021-02-04T10:50:06.646Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:50:07.025Z] + git semver init [2021-02-04T10:50:07.026Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:50:07.026Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-02-04T10:50:07.026Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-02-04T10:50:07.026Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:50:07.026Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:50:07.026Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:50:07.026Z] # $SEMVER_BRANCH = PR-3109 [2021-02-04T10:50:07.026Z] # $SEMVER_TEMP = /tmp/semver-639389983 [2021-02-04T10:50:07.026Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T10:50:39.274Z] # '/tmp/semver-639389983' -> '/w/workspace/edgex-go/10/.semver' [2021-02-04T10:50:39.274Z] # -> Force: false [2021-02-04T10:50:39.274Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-02-04T10:50:39.295Z] $ docker exec --env ******** --env ******** cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f ssh-agent -k [2021-02-04T10:50:39.731Z] unset SSH_AUTH_SOCK; [2021-02-04T10:50:39.731Z] unset SSH_AGENT_PID; [2021-02-04T10:50:39.732Z] echo Agent pid 51 killed; [2021-02-04T10:50:39.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:50:40.732Z] + git semver [Pipeline] } [2021-02-04T10:50:40.753Z] $ docker stop --time=1 cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f [2021-02-04T10:50:42.768Z] $ docker rm -f cc9f24b1559e82b8e8f1894e3eb1fefbbff1763f7c985fab8299080c83e3b35f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:50:43.386Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T10:50:43.985Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T10:50:43.988Z] [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-02-04T10:50:45.466Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:50:45.777Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:50:46.085Z] + sudo service docker restart [2021-02-04T10:50:46.085Z] + true [2021-02-04T10:50:46.085Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T10:50:46.677Z] ========================================================= [2021-02-04T10:50:46.677Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T10:50:46.677Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:50:47.063Z] + 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-02-04T10:50:50.394Z] Sending build context to Docker daemon 327.5MB [2021-02-04T10:50:50.394Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:50:50.394Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:50:50.667Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T10:50:50.667Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T10:50:50.667Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T10:50:50.667Z] de9db76c5a1d: Pulling fs layer [2021-02-04T10:50:50.667Z] bca2f99d35d6: Pulling fs layer [2021-02-04T10:50:50.667Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T10:50:50.667Z] 7c6f9722023f: Pulling fs layer [2021-02-04T10:50:50.667Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T10:50:50.667Z] 93359f2a8cfa: Waiting [2021-02-04T10:50:50.667Z] 7c6f9722023f: Waiting [2021-02-04T10:50:50.667Z] a35cf1a2eb13: Waiting [2021-02-04T10:50:50.667Z] bca2f99d35d6: Waiting [2021-02-04T10:50:50.667Z] de9db76c5a1d: Verifying Checksum [2021-02-04T10:50:50.667Z] de9db76c5a1d: Download complete [2021-02-04T10:50:50.667Z] 0ef7d3d256c8: Download complete [2021-02-04T10:50:50.667Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T10:50:50.667Z] 93359f2a8cfa: Download complete [2021-02-04T10:50:50.667Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T10:50:50.667Z] 188c0c94c7c5: Download complete [2021-02-04T10:50:50.667Z] 7c6f9722023f: Verifying Checksum [2021-02-04T10:50:50.667Z] 7c6f9722023f: Download complete [2021-02-04T10:50:50.932Z] 188c0c94c7c5: Pull complete [2021-02-04T10:50:51.196Z] 0ef7d3d256c8: Pull complete [2021-02-04T10:50:51.196Z] de9db76c5a1d: Pull complete [2021-02-04T10:50:54.524Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T10:50:54.524Z] a35cf1a2eb13: Download complete [2021-02-04T10:50:55.102Z] bca2f99d35d6: Verifying Checksum [2021-02-04T10:50:55.102Z] bca2f99d35d6: Download complete [2021-02-04T10:50:59.753Z] Still waiting to schedule task [2021-02-04T10:50:59.753Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-04T10:51:01.742Z] bca2f99d35d6: Pull complete [2021-02-04T10:51:01.742Z] 93359f2a8cfa: Pull complete [2021-02-04T10:51:01.742Z] 7c6f9722023f: Pull complete [2021-02-04T10:51:06.004Z] a35cf1a2eb13: Pull complete [2021-02-04T10:51:06.004Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T10:51:06.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T10:51:06.004Z] ---> a62c8e92a672 [2021-02-04T10:51:06.004Z] 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-02-04T10:51:06.004Z] ---> Running in f1b6630b19fb [2021-02-04T10:51:06.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:51:07.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:51:08.118Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:51:08.385Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:51:08.386Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:51:08.386Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:51:12.616Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:51:12.616Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:51:12.616Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:51:12.616Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:51:12.616Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:51:12.880Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:51:12.880Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:51:12.880Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:51:13.144Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:51:13.144Z] OK: 233 MiB in 51 packages [2021-02-04T10:51:17.385Z] Removing intermediate container f1b6630b19fb [2021-02-04T10:51:17.385Z] ---> 1e9a1f530230 [2021-02-04T10:51:17.385Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:51:17.385Z] ---> Running in cbf8512f394f [2021-02-04T10:51:17.385Z] Removing intermediate container cbf8512f394f [2021-02-04T10:51:17.385Z] ---> 058df1dd14d3 [2021-02-04T10:51:17.385Z] Step 5/6 : COPY go.mod . [2021-02-04T10:51:17.385Z] ---> 995b178c3788 [2021-02-04T10:51:17.385Z] Step 6/6 : RUN go mod download [2021-02-04T10:51:17.385Z] ---> Running in fdf3a1cb4bff [2021-02-04T10:51:39.419Z] Removing intermediate container fdf3a1cb4bff [2021-02-04T10:51:39.419Z] ---> 94f82ae11e60 [2021-02-04T10:51:39.419Z] Successfully built 94f82ae11e60 [2021-02-04T10:51:39.419Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:51:39.740Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:51:39.740Z] . [Pipeline] withDockerContainer [2021-02-04T10:51:39.861Z] prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container [2021-02-04T10:51:39.917Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:51:41.535Z] $ docker top 0f5043a82b8e9433c2e78bb3a7552229502cec275b50eef84e961d588409ea5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:51:42.181Z] + go version [2021-02-04T10:51:42.182Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T10:51:42.197Z] $ docker stop --time=1 0f5043a82b8e9433c2e78bb3a7552229502cec275b50eef84e961d588409ea5a [2021-02-04T10:51:43.643Z] $ docker rm -f 0f5043a82b8e9433c2e78bb3a7552229502cec275b50eef84e961d588409ea5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:51:44.959Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:51:44.959Z] . [Pipeline] withDockerContainer [2021-02-04T10:51:45.070Z] prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container [2021-02-04T10:51:45.134Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:51:45.979Z] $ docker top a5fd2fb64018ae39a681ac1aebab931d952a6526c368d3f56b1268be14e7d3f2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:51:46.318Z] ========================================================= [2021-02-04T10:51:46.318Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:51:46.318Z] ========================================================= [Pipeline] sh [2021-02-04T10:51:46.620Z] + make test [2021-02-04T10:51:46.620Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:51:56.703Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:52:15.119Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:52:21.788Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:52:21.788Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:52:21.788Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:52:21.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:52:25.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:52:25.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:52:25.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:52:25.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:52:25.149Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:52:25.149Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:52:27.752Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:52:27.752Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:52:27.752Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:52:31.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.170s coverage: 46.0% of statements [2021-02-04T10:52:31.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:52:31.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:52:31.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:52:31.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:52:31.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:52:31.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:52:31.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:52:31.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-04T10:52:33.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:52:33.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:52:33.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:52:33.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:52:33.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.150s coverage: 82.3% of statements [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:52:33.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:52:37.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.460s coverage: 28.6% of statements [2021-02-04T10:52:37.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:52:37.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:52:37.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:52:37.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:52:37.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:52:37.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2021-02-04T10:52:37.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:52:37.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-02-04T10:52:37.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:52:37.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-02-04T10:52:37.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:52:37.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2021-02-04T10:52:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:52:37.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-02-04T10:52:37.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:52:37.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:52:37.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:52:37.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:52:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.514s coverage: 92.8% of statements [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:52:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:52:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:52:39.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:52:39.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements [2021-02-04T10:52:39.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements [2021-02-04T10:52:39.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-02-04T10:52:40.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements [2021-02-04T10:52:40.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-04T10:52:52.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.050s coverage: 94.4% of statements [2021-02-04T10:52:52.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.073s coverage: 92.9% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.2% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 68.9% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 37.0% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.423s coverage: 84.0% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:53:07.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:53:07.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.085s coverage: 90.4% of statements [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.725s coverage: 29.1% of statements [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:53:07.890Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-04T10:53:07.890Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-02-04T10:53:07.890Z] GO111MODULE=on go vet ./... [2021-02-04T10:53:41.187Z] gofmt -l . [2021-02-04T10:53:41.187Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:53:41.187Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:53:41.187Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:53:41.821Z] + ls -al . [2021-02-04T10:53:41.821Z] total 684 [2021-02-04T10:53:41.821Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 10:53 . [2021-02-04T10:53:41.821Z] drwxr-xr-x 4 root root 30 Feb 4 10:51 .. [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:49 .dockerignore [2021-02-04T10:53:41.821Z] drwxrwxr-x 8 1001 1001 179 Feb 4 10:49 .git [2021-02-04T10:53:41.821Z] drwxrwxr-x 3 1001 1001 125 Feb 4 10:49 .github [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:49 .gitignore [2021-02-04T10:53:41.821Z] drwx------ 3 1001 1001 60 Feb 4 10:50 .semver [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:49 .sonarcloud.properties [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:49 Attribution.txt [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:49 CONTRIBUTING.md [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:49 Dockerfile.build [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:49 Jenkinsfile [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:49 LICENSE [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:49 Makefile [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:49 README.md [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:49 SECURITY.md [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:50 VERSION [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:49 ZMQWindows.md [2021-02-04T10:53:41.821Z] drwxrwxr-x 2 1001 1001 117 Feb 4 10:49 bin [2021-02-04T10:53:41.821Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:49 cmd [2021-02-04T10:53:41.821Z] -rw-r--r-- 1 root root 580808 Feb 4 10:53 coverage.out [2021-02-04T10:53:41.821Z] -rw-r--r-- 1 root root 1054 Feb 4 10:53 go.mod [2021-02-04T10:53:41.821Z] -rw-r--r-- 1 root root 19518 Feb 4 10:53 go.sum [2021-02-04T10:53:41.821Z] drwxrwxr-x 8 1001 1001 127 Feb 4 10:49 internal [2021-02-04T10:53:41.821Z] drwxrwxr-x 4 1001 1001 26 Feb 4 10:49 openapi [2021-02-04T10:53:41.821Z] drwxrwxr-x 4 1001 1001 71 Feb 4 10:49 snap [2021-02-04T10:53:41.821Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:49 version.go [Pipeline] sh [2021-02-04T10:53:42.125Z] + '[' -e coverage.out ] [2021-02-04T10:53:42.125Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:53:42.347Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:53:42.655Z] + make build [2021-02-04T10:53:42.655Z] 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-02-04T10:53:46.922Z] 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-02-04T10:53:55.201Z] 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-02-04T10:53:55.468Z] 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-02-04T10:53:57.402Z] 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-02-04T10:53:57.665Z] 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-02-04T10:53:59.602Z] 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-02-04T10:54:01.529Z] 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-02-04T10:54:02.494Z] 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-02-04T10:54:03.905Z] 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-02-04T10:54:05.325Z] 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-02-04T10:54:06.281Z] 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-02-04T10:54:07.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T10:54:09.637Z] $ docker stop --time=1 a5fd2fb64018ae39a681ac1aebab931d952a6526c368d3f56b1268be14e7d3f2 [2021-02-04T10:54:12.295Z] $ docker rm -f a5fd2fb64018ae39a681ac1aebab931d952a6526c368d3f56b1268be14e7d3f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:54:14.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:54:14.690Z] [2021-02-04T10:54:14.690Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:54:15.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:54:15.085Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T10:54:15.085Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T10:54:15.085Z] ca9280d653b3: Pulling fs layer [2021-02-04T10:54:15.085Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T10:54:15.667Z] cbdbe7a5bc2a: Download complete [2021-02-04T10:54:16.274Z] ca9280d653b3: Verifying Checksum [2021-02-04T10:54:16.274Z] ca9280d653b3: Download complete [2021-02-04T10:54:16.274Z] cbdbe7a5bc2a: Pull complete [2021-02-04T10:54:17.250Z] 7e9c9ca2126c: Download complete [2021-02-04T10:54:17.250Z] ca9280d653b3: Pull complete [2021-02-04T10:54:17.306Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24981 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-04T10:54:17.416Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-02-04T10:54:23.662Z] using credential edgex-jenkins-ssh [2021-02-04T10:54:23.775Z] Cloning the remote Git repository [2021-02-04T10:54:23.859Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:54:24.004Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-02-04T10:54:24.119Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:54:24.120Z] > git --version # timeout=10 [2021-02-04T10:54:24.150Z] > git --version # 'git version 2.17.1' [2021-02-04T10:54:24.153Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:54:24.220Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:54:25.482Z] 7e9c9ca2126c: Pull complete [2021-02-04T10:54:25.482Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T10:54:25.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:54:25.482Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T10:54:25.760Z] prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container [2021-02-04T10:54:25.810Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:54:28.636Z] $ docker top 865a74288ecf408eb6314d8bf242da19e7fd0a986965eb7b8b27183fc6fdf18a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:54:29.396Z] + docker-compose build --help [2021-02-04T10:54:29.396Z] + grep parallel [2021-02-04T10:54:30.357Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:54:30.641Z] $ docker stop --time=1 865a74288ecf408eb6314d8bf242da19e7fd0a986965eb7b8b27183fc6fdf18a [2021-02-04T10:54:32.054Z] $ docker rm -f 865a74288ecf408eb6314d8bf242da19e7fd0a986965eb7b8b27183fc6fdf18a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:54:32.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:54:32.915Z] . [Pipeline] withDockerContainer [2021-02-04T10:54:33.021Z] prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container [2021-02-04T10:54:33.069Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:54:33.826Z] $ docker top 26cdd58d7103ad930604daeca6cc50241fd5c8078632fc70450fca6f9bba5e01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:54:34.462Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:54:35.410Z] Building docker-core-command-go ... [2021-02-04T10:54:35.410Z] Building docker-core-data-go ... [2021-02-04T10:54:35.410Z] Building docker-core-metadata-go ... [2021-02-04T10:54:35.410Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:54:35.410Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:54:35.410Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:54:35.410Z] Building docker-support-notifications-go ... [2021-02-04T10:54:35.410Z] Building docker-support-scheduler-go ... [2021-02-04T10:54:35.410Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:54:35.410Z] Building docker-security-secretstore-setup-go [2021-02-04T10:54:35.410Z] Building docker-core-command-go [2021-02-04T10:54:35.410Z] Building docker-support-scheduler-go [2021-02-04T10:54:35.675Z] Building docker-support-notifications-go [2021-02-04T10:54:35.675Z] Building docker-core-metadata-go [2021-02-04T10:54:48.786Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:54:49.742Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:54:50.223Z] Merge succeeded, producing 595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:54:50.223Z] Checking out Revision 595ab995126c135fe63cd405ae42b5274b5528dd (PR-3109) [2021-02-04T10:54:48.806Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:54:48.841Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:54:48.943Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:54:48.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:54:48.970Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:54:49.766Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:54:49.786Z] > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 [2021-02-04T10:54:50.136Z] > git remote # timeout=10 [2021-02-04T10:54:50.154Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:54:50.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:54:50.181Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T10:54:50.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:54:50.233Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:54:50.249Z] > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 [2021-02-04T10:54:54.716Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T10:54:56.381Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:54:56.811Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:54:57.177Z] + true [2021-02-04T10:54:57.178Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:54:59.927Z] provisioning config files... [2021-02-04T10:54:59.977Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4977282515916721921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:55:00.430Z] ---> docker-login.sh [2021-02-04T10:55:00.430Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:55:01.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:01.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:01.725Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:01.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:01.725Z] [2021-02-04T10:55:01.725Z] Login Succeeded [2021-02-04T10:55:01.725Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:55:02.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:02.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:02.353Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:02.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:02.353Z] [2021-02-04T10:55:02.353Z] Login Succeeded [2021-02-04T10:55:02.353Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:55:02.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:02.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:02.961Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:02.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:02.961Z] [2021-02-04T10:55:02.961Z] Login Succeeded [2021-02-04T10:55:02.961Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:55:03.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:03.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:03.563Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:03.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:03.563Z] [2021-02-04T10:55:03.563Z] Login Succeeded [2021-02-04T10:55:03.563Z] docker.io [2021-02-04T10:55:04.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:04.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:04.759Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:04.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:04.759Z] [2021-02-04T10:55:04.759Z] Login Succeeded [2021-02-04T10:55:05.031Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:55:05.049Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T10:55:05.730Z] ========================================================= [2021-02-04T10:55:05.731Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T10:55:05.731Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:55:06.174Z] + 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-02-04T10:55:08.828Z] Sending build context to Docker daemon 166.1MB [2021-02-04T10:55:08.828Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:08.828Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:55:08.828Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T10:55:08.828Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T10:55:08.828Z] a4357932f1b6: Pulling fs layer [2021-02-04T10:55:08.828Z] 18c013af1878: Pulling fs layer [2021-02-04T10:55:08.828Z] 00ac8860ef70: Pulling fs layer [2021-02-04T10:55:08.828Z] 63d7cb157983: Pulling fs layer [2021-02-04T10:55:08.828Z] b116817d02f9: Pulling fs layer [2021-02-04T10:55:08.828Z] 745a02a5169b: Pulling fs layer [2021-02-04T10:55:08.828Z] 63d7cb157983: Waiting [2021-02-04T10:55:08.828Z] b116817d02f9: Waiting [2021-02-04T10:55:08.828Z] 00ac8860ef70: Waiting [2021-02-04T10:55:08.828Z] 745a02a5169b: Waiting [2021-02-04T10:55:08.828Z] 18c013af1878: Verifying Checksum [2021-02-04T10:55:08.828Z] 18c013af1878: Download complete [2021-02-04T10:55:08.828Z] 63d7cb157983: Verifying Checksum [2021-02-04T10:55:08.828Z] 63d7cb157983: Download complete [2021-02-04T10:55:09.103Z] b116817d02f9: Verifying Checksum [2021-02-04T10:55:09.103Z] b116817d02f9: Download complete [2021-02-04T10:55:09.382Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T10:55:09.382Z] 5f621e34cdf4: Download complete [2021-02-04T10:55:10.378Z] 5f621e34cdf4: Pull complete [2021-02-04T10:55:10.995Z] a4357932f1b6: Pull complete [2021-02-04T10:55:11.274Z] 18c013af1878: Pull complete [2021-02-04T10:55:11.555Z] 745a02a5169b: Verifying Checksum [2021-02-04T10:55:11.555Z] 745a02a5169b: Download complete [2021-02-04T10:55:13.548Z] 00ac8860ef70: Verifying Checksum [2021-02-04T10:55:13.548Z] 00ac8860ef70: Download complete [2021-02-04T10:55:14.895Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:14.895Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:14.895Z] ---> 94f82ae11e60 [2021-02-04T10:55:14.895Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:55:14.895Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:14.895Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:14.895Z] ---> 94f82ae11e60 [2021-02-04T10:55:14.895Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:55:14.895Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:14.895Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:14.895Z] ---> 94f82ae11e60 [2021-02-04T10:55:14.895Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:55:14.895Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:14.895Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:14.895Z] ---> 94f82ae11e60 [2021-02-04T10:55:14.895Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:55:14.895Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:14.895Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:14.895Z] ---> 94f82ae11e60 [2021-02-04T10:55:14.895Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:55:14.895Z] ---> Running in 7974d84a3dcf [2021-02-04T10:55:14.895Z] ---> Running in fc03a77ba23e [2021-02-04T10:55:14.895Z] ---> Running in 63619749958b [2021-02-04T10:55:14.895Z] ---> Running in ac6a36474a87 [2021-02-04T10:55:14.895Z] ---> Running in a3f5993dfc16 [2021-02-04T10:55:14.895Z] Removing intermediate container 7974d84a3dcf [2021-02-04T10:55:14.895Z] ---> d44455c41bdd [2021-02-04T10:55:14.895Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:14.895Z] Removing intermediate container 63619749958b [2021-02-04T10:55:14.895Z] ---> eb0a2ac4691d [2021-02-04T10:55:14.895Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:14.895Z] Removing intermediate container fc03a77ba23e [2021-02-04T10:55:14.895Z] ---> 9e140a98ac22 [2021-02-04T10:55:14.895Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:14.895Z] Removing intermediate container ac6a36474a87 [2021-02-04T10:55:14.895Z] ---> a70298c84506 [2021-02-04T10:55:14.895Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:14.895Z] Removing intermediate container a3f5993dfc16 [2021-02-04T10:55:14.895Z] ---> dc55e1d42406 [2021-02-04T10:55:14.895Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:14.895Z] ---> Running in 13e7703a2838 [2021-02-04T10:55:14.895Z] ---> Running in 1282a89e5b74 [2021-02-04T10:55:14.895Z] ---> Running in 66889527a803 [2021-02-04T10:55:14.895Z] ---> Running in bd5920e3ee0c [2021-02-04T10:55:14.895Z] ---> Running in 95dbf19f5d48 [2021-02-04T10:55:16.905Z] Removing intermediate container 1282a89e5b74 [2021-02-04T10:55:16.905Z] ---> b547816d3881 [2021-02-04T10:55:16.905Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:55:16.905Z] Removing intermediate container 66889527a803 [2021-02-04T10:55:16.905Z] ---> df0123db8a81 [2021-02-04T10:55:16.905Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:55:16.905Z] Removing intermediate container 95dbf19f5d48 [2021-02-04T10:55:16.906Z] ---> 0873b85a9dbf [2021-02-04T10:55:16.906Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:55:16.906Z] ---> Running in b3b00e515840 [2021-02-04T10:55:16.906Z] ---> Running in 8d437f07c667 [2021-02-04T10:55:16.906Z] Removing intermediate container 13e7703a2838 [2021-02-04T10:55:16.906Z] ---> a03811eed1b3 [2021-02-04T10:55:16.906Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:55:16.906Z] Removing intermediate container bd5920e3ee0c [2021-02-04T10:55:16.906Z] ---> 494b1ee518b0 [2021-02-04T10:55:16.906Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:55:17.170Z] ---> Running in 9db76fa1399a [2021-02-04T10:55:17.170Z] ---> Running in 802e472caa54 [2021-02-04T10:55:17.170Z] ---> Running in a63f9c4167b2 [2021-02-04T10:55:18.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:18.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:19.613Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:19.613Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:19.880Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:19.880Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:19.880Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:20.455Z] Removing intermediate container b3b00e515840 [2021-02-04T10:55:20.455Z] ---> ab9f5eae015e [2021-02-04T10:55:20.455Z] Step 6/22 : COPY go.mod . [2021-02-04T10:55:20.455Z] Removing intermediate container 8d437f07c667 [2021-02-04T10:55:20.455Z] ---> 0bad118dc95b [2021-02-04T10:55:20.455Z] Step 6/23 : COPY go.mod . [2021-02-04T10:55:20.719Z] ---> ca6ffc3b4817 [2021-02-04T10:55:20.719Z] Step 7/22 : RUN go mod download [2021-02-04T10:55:20.719Z] Removing intermediate container 9db76fa1399a [2021-02-04T10:55:20.719Z] ---> e25019cca3d2 [2021-02-04T10:55:20.719Z] Step 6/23 : COPY go.mod . [2021-02-04T10:55:20.985Z] ---> Running in 1cd1d0b6e049 [2021-02-04T10:55:20.985Z] Removing intermediate container a63f9c4167b2 [2021-02-04T10:55:20.985Z] ---> 1ad84d6eaf61 [2021-02-04T10:55:20.985Z] Step 6/24 : COPY go.mod . [2021-02-04T10:55:20.985Z] Removing intermediate container 802e472caa54 [2021-02-04T10:55:20.985Z] ---> 22e484f8d86e [2021-02-04T10:55:20.985Z] Step 6/22 : COPY go.mod . [2021-02-04T10:55:20.985Z] ---> e8f9cc4a4130 [2021-02-04T10:55:20.985Z] Step 7/23 : RUN go mod download [2021-02-04T10:55:21.251Z] ---> Running in 5d01ff5ba59a [2021-02-04T10:55:21.251Z] ---> 5a46f99c36e9 [2021-02-04T10:55:21.251Z] Step 7/23 : RUN go mod download [2021-02-04T10:55:21.517Z] ---> Running in 976813054efe [2021-02-04T10:55:21.517Z] ---> 57eb30f2e65b [2021-02-04T10:55:21.517Z] Step 7/24 : RUN go mod download [2021-02-04T10:55:21.517Z] ---> a6c4f9eab470 [2021-02-04T10:55:21.517Z] Step 7/22 : RUN go mod download [2021-02-04T10:55:21.801Z] ---> Running in 0268bab94021 [2021-02-04T10:55:21.801Z] ---> Running in efdf380490bb [2021-02-04T10:55:23.710Z] 00ac8860ef70: Pull complete [2021-02-04T10:55:23.710Z] 63d7cb157983: Pull complete [2021-02-04T10:55:23.710Z] b116817d02f9: Pull complete [2021-02-04T10:55:23.768Z] Removing intermediate container 1cd1d0b6e049 [2021-02-04T10:55:23.768Z] ---> 8cc0be71f445 [2021-02-04T10:55:23.768Z] Step 8/22 : COPY . . [2021-02-04T10:55:23.768Z] Removing intermediate container 5d01ff5ba59a [2021-02-04T10:55:24.035Z] ---> 34284377018a [2021-02-04T10:55:24.035Z] Step 8/23 : COPY . . [2021-02-04T10:55:25.444Z] Removing intermediate container 976813054efe [2021-02-04T10:55:25.444Z] ---> 8166d1d9fdc5 [2021-02-04T10:55:25.444Z] Step 8/23 : COPY . . [2021-02-04T10:55:27.139Z] 745a02a5169b: Pull complete [2021-02-04T10:55:27.139Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T10:55:27.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T10:55:27.139Z] ---> b7e6874047d6 [2021-02-04T10:55:27.139Z] 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-02-04T10:55:30.825Z] Removing intermediate container 0268bab94021 [2021-02-04T10:55:30.825Z] ---> dec493661b63 [2021-02-04T10:55:30.825Z] Step 8/24 : COPY . . [2021-02-04T10:55:30.825Z] Removing intermediate container efdf380490bb [2021-02-04T10:55:30.825Z] ---> 58e71a32acf9 [2021-02-04T10:55:30.825Z] Step 8/22 : COPY . . [2021-02-04T10:55:31.480Z] ---> Running in 109bc20eb7a4 [2021-02-04T10:55:32.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:55:33.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:55:33.660Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:55:33.935Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:55:34.207Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:55:34.207Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:55:46.626Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:55:46.898Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:55:46.898Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:55:47.171Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:55:47.445Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:55:47.445Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:55:47.721Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:55:47.995Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:55:47.995Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:55:47.995Z] OK: 217 MiB in 51 packages [2021-02-04T10:55:52.337Z] Removing intermediate container 109bc20eb7a4 [2021-02-04T10:55:52.337Z] ---> 4e1311598477 [2021-02-04T10:55:52.337Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:55:52.337Z] ---> Running in 463e3c35dbee [2021-02-04T10:55:52.612Z] Removing intermediate container 463e3c35dbee [2021-02-04T10:55:52.612Z] ---> b3e81bdb6c94 [2021-02-04T10:55:52.612Z] Step 5/6 : COPY go.mod . [2021-02-04T10:55:53.608Z] ---> 7fbc97c315fb [2021-02-04T10:55:53.608Z] Step 6/6 : RUN go mod download [2021-02-04T10:55:53.608Z] ---> Running in e893add1792d [2021-02-04T10:56:03.379Z] ---> 4ffefeb13fb9 [2021-02-04T10:56:03.379Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:56:03.379Z] ---> 75db88882a92 [2021-02-04T10:56:03.379Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:56:03.379Z] ---> 093a2b06c95c [2021-02-04T10:56:03.379Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:56:03.379Z] ---> Running in 98be595e2e05 [2021-02-04T10:56:03.379Z] ---> Running in a933f1d9f7da [2021-02-04T10:56:03.379Z] ---> 0b5c6a155f4c [2021-02-04T10:56:03.379Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:56:03.379Z] ---> Running in d47a3a14f7b4 [2021-02-04T10:56:03.379Z] ---> 7101ed689142 [2021-02-04T10:56:03.379Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:56:03.379Z] ---> Running in 3d95a5257f11 [2021-02-04T10:56:03.379Z] ---> Running in bff27efbaaa4 [2021-02-04T10:56:04.814Z] 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-02-04T10:56:04.814Z] 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-02-04T10:56:04.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T10:56:04.814Z] 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-02-04T10:56:04.814Z] 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-02-04T10:56:20.427Z] Removing intermediate container e893add1792d [2021-02-04T10:56:20.427Z] ---> d8afff2bfd92 [2021-02-04T10:56:20.427Z] Successfully built d8afff2bfd92 [2021-02-04T10:56:20.427Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:56:20.773Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:56:20.773Z] . [Pipeline] withDockerContainer [2021-02-04T10:56:21.025Z] prd-ubuntu18.04-docker-arm64-4c-16g-24981 does not seem to be running inside a container [2021-02-04T10:56:21.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:56:22.516Z] $ docker top a984b96fe3410540ff93e72cbf42ba8b10b139dac146bd2b46d7fdc3fc6c7a3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:56:23.660Z] + go version [2021-02-04T10:56:23.660Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T10:56:23.688Z] $ docker stop --time=1 a984b96fe3410540ff93e72cbf42ba8b10b139dac146bd2b46d7fdc3fc6c7a3c [2021-02-04T10:56:25.607Z] $ docker rm -f a984b96fe3410540ff93e72cbf42ba8b10b139dac146bd2b46d7fdc3fc6c7a3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:56:27.025Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:56:27.025Z] . [Pipeline] withDockerContainer [2021-02-04T10:56:27.303Z] prd-ubuntu18.04-docker-arm64-4c-16g-24981 does not seem to be running inside a container [2021-02-04T10:56:27.396Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:56:28.815Z] $ docker top b955a768695f07fb7111489d887d4952615247c424c3d928f83fd11a32a537e3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:56:29.284Z] ========================================================= [2021-02-04T10:56:29.284Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:56:29.284Z] ========================================================= [Pipeline] sh [2021-02-04T10:56:29.929Z] + make test [2021-02-04T10:56:29.929Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:56:31.538Z] 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-02-04T10:56:41.663Z] Removing intermediate container bff27efbaaa4 [2021-02-04T10:56:41.663Z] ---> c5ca868e3ef7 [2021-02-04T10:56:41.663Z] [2021-02-04T10:56:41.663Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:56:41.663Z] 3.12: Pulling from library/alpine [2021-02-04T10:56:43.602Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:56:43.602Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:56:43.602Z] ---> 389fef711851 [2021-02-04T10:56:43.602Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:56:46.934Z] ---> Running in 9f18f5422ba2 [2021-02-04T10:56:46.934Z] Removing intermediate container 98be595e2e05 [2021-02-04T10:56:46.934Z] ---> 03261eab2b92 [2021-02-04T10:56:46.934Z] [2021-02-04T10:56:46.934Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:56:46.934Z] ---> 389fef711851 [2021-02-04T10:56:46.934Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:56:46.934Z] Removing intermediate container d47a3a14f7b4 [2021-02-04T10:56:46.934Z] ---> d3b7f526a332 [2021-02-04T10:56:46.934Z] [2021-02-04T10:56:46.934Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:56:46.934Z] ---> 389fef711851 [2021-02-04T10:56:46.934Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:56:46.934Z] Removing intermediate container 3d95a5257f11 [2021-02-04T10:56:46.934Z] ---> 6c00cdddf9bb [2021-02-04T10:56:46.934Z] [2021-02-04T10:56:46.934Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:56:46.934Z] ---> 389fef711851 [2021-02-04T10:56:46.934Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:56:46.934Z] ---> Running in 93c8fb6da05d [2021-02-04T10:56:46.934Z] ---> Running in 5e70f80dcd26 [2021-02-04T10:56:46.934Z] ---> Running in f23771d89a37 [2021-02-04T10:56:47.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:47.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:47.486Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:56:47.486Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:56:47.486Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:56:47.486Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:56:47.757Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:47.757Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:47.757Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:56:47.757Z] OK: 7 MiB in 19 packages [2021-02-04T10:56:48.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:48.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:48.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:48.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:48.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:48.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:48.307Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:48.307Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:48.307Z] OK: 6 MiB in 15 packages [2021-02-04T10:56:48.572Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:56:48.572Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:48.572Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:48.572Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:48.572Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:48.572Z] OK: 6 MiB in 15 packages [2021-02-04T10:56:48.572Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:56:48.572Z] OK: 6 MiB in 16 packages [2021-02-04T10:56:51.883Z] Removing intermediate container a933f1d9f7da [2021-02-04T10:56:51.883Z] ---> 7d5d291c1297 [2021-02-04T10:56:51.883Z] [2021-02-04T10:56:51.883Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:56:51.883Z] ---> 389fef711851 [2021-02-04T10:56:51.883Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:56:51.883Z] Removing intermediate container 9f18f5422ba2 [2021-02-04T10:56:51.883Z] ---> 9ead93884d4c [2021-02-04T10:56:51.883Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:56:52.150Z] ---> Running in 00bbf2aeb767 [2021-02-04T10:56:52.150Z] ---> Running in 50580ddae91e [2021-02-04T10:56:53.100Z] Removing intermediate container 5e70f80dcd26 [2021-02-04T10:56:53.100Z] ---> e51a3397951a [2021-02-04T10:56:53.100Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:56:53.100Z] Removing intermediate container f23771d89a37 [2021-02-04T10:56:53.100Z] ---> 2d1d4d4817f8 [2021-02-04T10:56:53.100Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:56:53.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:53.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:53.100Z] Removing intermediate container 50580ddae91e [2021-02-04T10:56:53.100Z] ---> 0a15e443ceba [2021-02-04T10:56:53.100Z] Step 13/24 : WORKDIR / [2021-02-04T10:56:53.100Z] Removing intermediate container 93c8fb6da05d [2021-02-04T10:56:53.100Z] ---> 7321f64f8608 [2021-02-04T10:56:53.100Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:56:53.366Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:53.366Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:53.366Z] OK: 6 MiB in 15 packages [2021-02-04T10:56:53.366Z] ---> Running in 4a9ffcb810b7 [2021-02-04T10:56:53.366Z] ---> Running in 4d57307fd9a0 [2021-02-04T10:56:53.366Z] ---> Running in 5a42a80011c9 [2021-02-04T10:56:53.366Z] ---> Running in 6972a88b1153 [2021-02-04T10:56:53.630Z] Removing intermediate container 4d57307fd9a0 [2021-02-04T10:56:53.630Z] ---> 2c9d54e6c5ca [2021-02-04T10:56:53.630Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:56:53.630Z] Removing intermediate container 4a9ffcb810b7 [2021-02-04T10:56:53.630Z] ---> 1911da7be2ba [2021-02-04T10:56:53.630Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:56:54.213Z] ---> Running in 9cc0e9d87151 [2021-02-04T10:56:54.213Z] Removing intermediate container 6972a88b1153 [2021-02-04T10:56:54.213Z] ---> 29446da6cbba [2021-02-04T10:56:54.213Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:56:54.213Z] ---> Running in b2a0f1bdc6dd [2021-02-04T10:56:54.213Z] Removing intermediate container 5a42a80011c9 [2021-02-04T10:56:54.213Z] ---> 1ca86743da41 [2021-02-04T10:56:54.213Z] 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-02-04T10:56:54.213Z] ---> Running in 1e09fb6a0187 [2021-02-04T10:56:54.213Z] Removing intermediate container 00bbf2aeb767 [2021-02-04T10:56:54.213Z] ---> 30dee6649952 [2021-02-04T10:56:54.213Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:56:54.483Z] Removing intermediate container 9cc0e9d87151 [2021-02-04T10:56:54.483Z] ---> cfa3c66a1400 [2021-02-04T10:56:54.483Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:56:54.483Z] Removing intermediate container b2a0f1bdc6dd [2021-02-04T10:56:54.483Z] ---> fa9d8c50767a [2021-02-04T10:56:54.483Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:56:54.483Z] ---> Running in a3b712b8e542 [2021-02-04T10:56:54.483Z] ---> Running in 611a7b5b76f4 [2021-02-04T10:56:54.747Z] Removing intermediate container 1e09fb6a0187 [2021-02-04T10:56:54.748Z] ---> 616a8abe837e [2021-02-04T10:56:54.748Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:56:54.748Z] ---> 0fae30920a42 [2021-02-04T10:56:54.748Z] 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-02-04T10:56:54.748Z] ---> Running in f5c4d6b997af [2021-02-04T10:56:54.748Z] ---> Running in 065b9db2f06a [2021-02-04T10:56:55.025Z] Removing intermediate container a3b712b8e542 [2021-02-04T10:56:55.025Z] ---> e01306461fe8 [2021-02-04T10:56:55.025Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:56:55.025Z] Removing intermediate container 611a7b5b76f4 [2021-02-04T10:56:55.025Z] ---> d9408ae8b5d3 [2021-02-04T10:56:55.025Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:56:55.601Z] Removing intermediate container f5c4d6b997af [2021-02-04T10:56:55.601Z] ---> 61b781926286 [2021-02-04T10:56:55.601Z] Step 15/23 : WORKDIR / [2021-02-04T10:56:55.862Z] ---> Running in 43af26f81b23 [2021-02-04T10:56:55.862Z] ---> 64a2fec392cf [2021-02-04T10:56:55.862Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:56:55.862Z] Removing intermediate container 065b9db2f06a [2021-02-04T10:56:55.862Z] ---> 8245928e86a6 [2021-02-04T10:56:55.862Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:56:55.862Z] ---> Running in f1d393f18c1c [2021-02-04T10:56:56.126Z] ---> 672bc13e86b3 [2021-02-04T10:56:56.126Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:56:56.126Z] Removing intermediate container 43af26f81b23 [2021-02-04T10:56:56.126Z] ---> bfff23a507e0 [2021-02-04T10:56:56.126Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:56:56.126Z] ---> 00df58f9b5b2 [2021-02-04T10:56:56.126Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:56:56.396Z] ---> 81bc3578225e [2021-02-04T10:56:56.396Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:56:56.396Z] ---> Running in 06882cdc5910 [2021-02-04T10:56:56.396Z] Removing intermediate container f1d393f18c1c [2021-02-04T10:56:56.396Z] ---> 126d74d5cbb5 [2021-02-04T10:56:56.396Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:56:56.666Z] Removing intermediate container 06882cdc5910 [2021-02-04T10:56:56.666Z] ---> 5a92d7b8a01e [2021-02-04T10:56:56.666Z] Step 15/23 : WORKDIR / [2021-02-04T10:56:56.740Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:56:56.935Z] ---> ca31a8a4b48c [2021-02-04T10:56:56.935Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:56:56.935Z] ---> Running in 8925fb237344 [2021-02-04T10:56:56.935Z] ---> 490ce7a02a3b [2021-02-04T10:56:56.935Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:56:56.935Z] ---> bde0844e81a4 [2021-02-04T10:56:56.935Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:56:57.203Z] ---> cc450a22ac2c [2021-02-04T10:56:57.203Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:56:57.203Z] Removing intermediate container 8925fb237344 [2021-02-04T10:56:57.203Z] ---> 84701341f2ce [2021-02-04T10:56:57.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:56:57.471Z] ---> 0c35c658f111 [2021-02-04T10:56:57.471Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:56:57.471Z] ---> 71fdbc2872d5 [2021-02-04T10:56:57.471Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:56:57.737Z] ---> Running in c024e310cfe4 [2021-02-04T10:56:57.737Z] ---> Running in 15e0369de374 [2021-02-04T10:56:58.008Z] ---> 27502b10da01 [2021-02-04T10:56:58.008Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:56:58.008Z] ---> 6e3c9b7891ad [2021-02-04T10:56:58.008Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:56:58.280Z] Removing intermediate container c024e310cfe4 [2021-02-04T10:56:58.280Z] ---> 496ebf47a1f8 [2021-02-04T10:56:58.280Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:56:58.280Z] ---> 79270b881d49 [2021-02-04T10:56:58.280Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:56:58.280Z] Removing intermediate container 15e0369de374 [2021-02-04T10:56:58.280Z] ---> 7332129adfd3 [2021-02-04T10:56:58.280Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:56:58.280Z] ---> Running in 24325f619751 [2021-02-04T10:56:58.280Z] ---> Running in 9a21c1ad43f5 [2021-02-04T10:56:58.856Z] ---> cbadf049bc79 [2021-02-04T10:56:58.856Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:56:58.856Z] ---> ed88851beff1 [2021-02-04T10:56:58.856Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T10:56:58.856Z] ---> Running in 9be9acf038de [2021-02-04T10:56:58.856Z] ---> Running in 45a15dc40258 [2021-02-04T10:56:58.856Z] Removing intermediate container 9a21c1ad43f5 [2021-02-04T10:56:58.856Z] ---> 8a1078b4a3b5 [2021-02-04T10:56:58.856Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:56:58.856Z] Removing intermediate container 24325f619751 [2021-02-04T10:56:58.856Z] ---> a56b8d2df87f [2021-02-04T10:56:58.856Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:56:59.118Z] ---> 4386e856a210 [2021-02-04T10:56:59.118Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:56:59.118Z] ---> Running in 0693d0c0beb4 [2021-02-04T10:56:59.381Z] ---> Running in 41c7c7f49441 [2021-02-04T10:56:59.381Z] Removing intermediate container 9be9acf038de [2021-02-04T10:56:59.381Z] ---> 8bee3609461e [2021-02-04T10:56:59.381Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:56:59.381Z] ---> c573cf3a2e43 [2021-02-04T10:56:59.381Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:56:59.643Z] ---> Running in 778c616178af [2021-02-04T10:56:59.643Z] Removing intermediate container 0693d0c0beb4 [2021-02-04T10:56:59.643Z] ---> 774ea166d5d1 [2021-02-04T10:56:59.643Z] Step 21/22 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:56:59.643Z] Removing intermediate container 41c7c7f49441 [2021-02-04T10:56:59.643Z] ---> 02fb52944ad1 [2021-02-04T10:56:59.643Z] Step 21/22 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:56:59.906Z] ---> Running in 41ed2ddc8ffe [2021-02-04T10:56:59.906Z] ---> Running in 5b596fd18926 [2021-02-04T10:56:59.906Z] ---> Running in b7fd03990c2b [2021-02-04T10:57:00.168Z] Removing intermediate container 778c616178af [2021-02-04T10:57:00.168Z] ---> 00882cbcf505 [2021-02-04T10:57:00.168Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:57:00.431Z] Removing intermediate container 41ed2ddc8ffe [2021-02-04T10:57:00.431Z] ---> ae066d9d68db [2021-02-04T10:57:00.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:57:00.431Z] ---> Running in 7bf1e9c5dc1f [2021-02-04T10:57:00.431Z] Removing intermediate container b7fd03990c2b [2021-02-04T10:57:00.431Z] ---> 82075eb8fb7f [2021-02-04T10:57:00.431Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:57:00.431Z] Removing intermediate container 5b596fd18926 [2021-02-04T10:57:00.431Z] ---> 87e7fe5b0a93 [2021-02-04T10:57:00.431Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:57:00.693Z] ---> Running in 09f2b3a4b51e [2021-02-04T10:57:00.693Z] ---> Running in b6fde3db68c5 [2021-02-04T10:57:00.693Z] ---> Running in d4ead2936647 [2021-02-04T10:57:00.693Z] Removing intermediate container 7bf1e9c5dc1f [2021-02-04T10:57:00.693Z] ---> 70835a962e3e [2021-02-04T10:57:00.693Z] Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:57:00.960Z] Removing intermediate container 45a15dc40258 [2021-02-04T10:57:00.960Z] ---> 17132717a4de [2021-02-04T10:57:00.960Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:57:00.960Z] ---> Running in 70d57d1de8f0 [2021-02-04T10:57:00.960Z] ---> Running in 686467227ac1 [2021-02-04T10:57:01.226Z] Removing intermediate container 09f2b3a4b51e [2021-02-04T10:57:01.226Z] ---> 8666d55c3800 [2021-02-04T10:57:01.226Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:57:01.226Z] Removing intermediate container b6fde3db68c5 [2021-02-04T10:57:01.226Z] ---> 1b11faf711e0 [2021-02-04T10:57:01.226Z] [2021-02-04T10:57:01.226Z] Removing intermediate container d4ead2936647 [2021-02-04T10:57:01.226Z] ---> a946b90d3f02 [2021-02-04T10:57:01.226Z] [2021-02-04T10:57:01.489Z] ---> Running in b4f42a9cc6b1 [2021-02-04T10:57:01.489Z] Successfully built 1b11faf711e0 [2021-02-04T10:57:01.489Z] Successfully built a946b90d3f02 [2021-02-04T10:57:01.489Z] Removing intermediate container 70d57d1de8f0 [2021-02-04T10:57:01.489Z] ---> 22800a92b9d3 [2021-02-04T10:57:01.489Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:57:01.489Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T10:57:01.489Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T10:57:01.489Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-02-04T10:57:01.489Z] Building docker-security-proxy-setup-go [2021-02-04T10:57:01.489Z]  Building docker-support-scheduler-go ... done Removing intermediate container 686467227ac1 [2021-02-04T10:57:01.489Z] ---> d455b26ccb2c [2021-02-04T10:57:01.489Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T10:57:01.752Z] ---> Running in 6b6ee28d7e89 [2021-02-04T10:57:01.752Z] ---> Running in 0fec7e861156 [2021-02-04T10:57:01.752Z] Removing intermediate container b4f42a9cc6b1 [2021-02-04T10:57:01.752Z] ---> bea8fcd5006b [2021-02-04T10:57:01.752Z] Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:57:01.752Z] ---> Running in a42fdf715632 [2021-02-04T10:57:02.023Z] Removing intermediate container 6b6ee28d7e89 [2021-02-04T10:57:02.023Z] ---> 776480d65b9a [2021-02-04T10:57:02.023Z] [2021-02-04T10:57:02.023Z] Removing intermediate container 0fec7e861156 [2021-02-04T10:57:02.023Z] ---> 72a562305a8b [2021-02-04T10:57:02.023Z] Step 23/24 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:57:02.023Z] Successfully built 776480d65b9a [2021-02-04T10:57:02.023Z] ---> Running in 46b775070994 [2021-02-04T10:57:02.023Z] Successfully tagged docker-core-command-go:latest [2021-02-04T10:57:02.023Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-04T10:57:02.289Z] Removing intermediate container a42fdf715632 [2021-02-04T10:57:02.289Z] ---> 82ef27a50853 [2021-02-04T10:57:02.289Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:57:02.289Z] ---> Running in 210426bd2521 [2021-02-04T10:57:02.553Z] Removing intermediate container 46b775070994 [2021-02-04T10:57:02.553Z] ---> 96b5820710cb [2021-02-04T10:57:02.553Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:57:03.130Z] Removing intermediate container 210426bd2521 [2021-02-04T10:57:03.130Z] ---> b924c3a218b8 [2021-02-04T10:57:03.130Z] [2021-02-04T10:57:03.130Z] ---> Running in 3fe2f2923c5a [2021-02-04T10:57:03.130Z] Successfully built b924c3a218b8 [2021-02-04T10:57:05.066Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T10:57:05.066Z] Building docker-sys-mgmt-agent-go [2021-02-04T10:57:05.651Z]  Building docker-core-metadata-go ... done Removing intermediate container 3fe2f2923c5a [2021-02-04T10:57:05.651Z] ---> e65721f54d4d [2021-02-04T10:57:05.651Z] [2021-02-04T10:57:05.651Z] Successfully built e65721f54d4d [2021-02-04T10:57:05.913Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T10:57:28.011Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:57:28.011Z] [2021-02-04T10:57:28.011Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:57:28.011Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:57:28.011Z] [2021-02-04T10:57:28.011Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:57:28.011Z] ---> 94f82ae11e60 [2021-02-04T10:57:28.011Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:57:28.011Z] ---> 94f82ae11e60 [2021-02-04T10:57:28.011Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:57:28.011Z] ---> 94f82ae11e60 [2021-02-04T10:57:28.011Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> dc55e1d42406 [2021-02-04T10:57:28.284Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> dc55e1d42406 [2021-02-04T10:57:28.284Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> dc55e1d42406 [2021-02-04T10:57:28.284Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 0873b85a9dbf [2021-02-04T10:57:28.284Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 0873b85a9dbf [2021-02-04T10:57:28.284Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 0873b85a9dbf [2021-02-04T10:57:28.284Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> e25019cca3d2 [2021-02-04T10:57:28.284Z] Step 6/31 : COPY go.mod . [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> e25019cca3d2 [2021-02-04T10:57:28.284Z] Step 6/21 : COPY go.mod . [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 5a46f99c36e9 [2021-02-04T10:57:28.284Z] Step 7/21 : RUN go mod download [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 5a46f99c36e9 [2021-02-04T10:57:28.284Z] Step 7/31 : RUN go mod download [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 8166d1d9fdc5 [2021-02-04T10:57:28.284Z] Step 8/31 : COPY . . [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 8166d1d9fdc5 [2021-02-04T10:57:28.284Z] Step 8/21 : COPY . . [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 093a2b06c95c [2021-02-04T10:57:28.284Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:57:28.284Z] ---> Using cache [2021-02-04T10:57:28.284Z] ---> 093a2b06c95c [2021-02-04T10:57:28.284Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:57:30.213Z] ---> Running in 2b9fab83bf2b [2021-02-04T10:57:30.213Z] ---> Running in 89cdcea13b8b [2021-02-04T10:57:30.213Z] ---> Running in f4a7b3f2d1c2 [2021-02-04T10:57:30.479Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:57:30.479Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:57:30.479Z] ---> 94f82ae11e60 [2021-02-04T10:57:30.479Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:57:30.479Z] ---> Using cache [2021-02-04T10:57:30.479Z] ---> dc55e1d42406 [2021-02-04T10:57:30.479Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:30.479Z] ---> Using cache [2021-02-04T10:57:30.479Z] ---> 0873b85a9dbf [2021-02-04T10:57:30.479Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:57:31.062Z] ---> Running in c727a17a8a42 [2021-02-04T10:57:31.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T10:57:31.650Z] 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-02-04T10:57:31.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:31.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:32.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:32.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:33.248Z] OK: 233 MiB in 51 packages [2021-02-04T10:57:33.248Z] OK: 233 MiB in 51 packages [2021-02-04T10:57:34.690Z] Removing intermediate container 89cdcea13b8b [2021-02-04T10:57:34.690Z] ---> de0c07c0bc36 [2021-02-04T10:57:34.690Z] Step 6/23 : COPY go.mod . [2021-02-04T10:57:34.690Z] Removing intermediate container c727a17a8a42 [2021-02-04T10:57:34.690Z] ---> 1f5dbec8e5a5 [2021-02-04T10:57:34.690Z] Step 6/26 : COPY go.mod . [2021-02-04T10:57:36.161Z] ---> 6a42450f17ef [2021-02-04T10:57:36.161Z] Step 7/23 : RUN go mod download [2021-02-04T10:57:36.434Z] ---> 83a9fdfae08f [2021-02-04T10:57:36.434Z] Step 7/26 : RUN go mod download [2021-02-04T10:57:36.434Z] ---> Running in 50324d642342 [2021-02-04T10:57:36.434Z] ---> Running in f6b1ea68f5e6 [2021-02-04T10:57:39.013Z] Removing intermediate container 50324d642342 [2021-02-04T10:57:39.013Z] ---> a86e737ae21d [2021-02-04T10:57:39.013Z] Step 8/23 : COPY . . [2021-02-04T10:57:39.288Z] Removing intermediate container f6b1ea68f5e6 [2021-02-04T10:57:39.288Z] ---> d94c52e0496f [2021-02-04T10:57:39.288Z] Step 8/26 : COPY . . [2021-02-04T10:57:43.830Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:57:48.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:57:51.996Z] 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-02-04T10:57:51.996Z] 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-02-04T10:57:53.595Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:57:53.595Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:57:53.595Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:58:00.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:58:00.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:58:00.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:58:00.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:58:00.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:58:00.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:58:07.199Z] Removing intermediate container f4a7b3f2d1c2 [2021-02-04T10:58:07.199Z] ---> 9b8a115ced29 [2021-02-04T10:58:07.199Z] [2021-02-04T10:58:07.199Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:58:07.199Z] ---> 389fef711851 [2021-02-04T10:58:07.199Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:58:07.199Z] Removing intermediate container 2b9fab83bf2b [2021-02-04T10:58:07.199Z] ---> d62df665d44f [2021-02-04T10:58:07.199Z] [2021-02-04T10:58:07.199Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:58:07.199Z] ---> 389fef711851 [2021-02-04T10:58:07.199Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:58:07.199Z] ---> Running in a01902ddb363 [2021-02-04T10:58:07.199Z] ---> d8302599da64 [2021-02-04T10:58:07.199Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:58:07.199Z] ---> Running in c36a8aa316bb [2021-02-04T10:58:07.199Z] ---> 80f9d928c07f [2021-02-04T10:58:07.199Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:58:07.199Z] ---> Running in 4967f1306ef9 [2021-02-04T10:58:07.199Z] ---> Running in e78751f31fed [2021-02-04T10:58:07.199Z] Removing intermediate container a01902ddb363 [2021-02-04T10:58:07.199Z] ---> 0b732d3a9ec2 [2021-02-04T10:58:07.199Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:58:07.199Z] ---> Running in 7fff5bd9d99e [2021-02-04T10:58:07.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:07.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:07.199Z] 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-02-04T10:58:07.470Z] 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-02-04T10:58:07.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:07.470Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:58:07.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:07.746Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:58:07.746Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:58:07.746Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:58:07.746Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:58:07.746Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:58:07.746Z] OK: 7 MiB in 18 packages [2021-02-04T10:58:07.746Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:58:07.746Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:58:07.746Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:58:07.746Z] OK: 6 MiB in 16 packages [2021-02-04T10:58:08.632Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:58:08.632Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:58:08.632Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:58:10.341Z] Removing intermediate container 7fff5bd9d99e [2021-02-04T10:58:10.615Z] ---> fb1f716e7845 [2021-02-04T10:58:10.615Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:58:10.883Z] ---> Running in 7249731b0bd6 [2021-02-04T10:58:10.883Z] Removing intermediate container c36a8aa316bb [2021-02-04T10:58:10.883Z] ---> 09f46f7791a6 [2021-02-04T10:58:10.883Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:58:11.169Z] ---> Running in e0e60f2eac2a [2021-02-04T10:58:11.169Z] Removing intermediate container 7249731b0bd6 [2021-02-04T10:58:11.169Z] ---> 104697713ba9 [2021-02-04T10:58:11.169Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:58:12.131Z] ---> Running in 278ba50c0f6f [2021-02-04T10:58:12.399Z] Removing intermediate container e0e60f2eac2a [2021-02-04T10:58:12.399Z] ---> f8ff150f53a8 [2021-02-04T10:58:12.399Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:58:12.677Z] ---> Running in 3fdccc3096ff [2021-02-04T10:58:12.677Z] Removing intermediate container 278ba50c0f6f [2021-02-04T10:58:12.677Z] ---> 6f89ce46ed4e [2021-02-04T10:58:12.677Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:58:12.950Z] ---> Running in d817a956b8c4 [2021-02-04T10:58:13.227Z] Removing intermediate container 3fdccc3096ff [2021-02-04T10:58:13.227Z] ---> 54f4a7aa853e [2021-02-04T10:58:13.227Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:58:13.834Z] ---> e004b1d39f05 [2021-02-04T10:58:13.834Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:58:14.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.381s coverage: 46.0% of statements [2021-02-04T10:58:14.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:58:14.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:58:14.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:58:14.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:58:14.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:58:14.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:58:14.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:58:14.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.155s coverage: 100.0% of statements [2021-02-04T10:58:14.811Z] ---> c5e79b165cc4 [2021-02-04T10:58:14.811Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:58:14.811Z] Removing intermediate container d817a956b8c4 [2021-02-04T10:58:14.811Z] ---> c86c4fd9c88d [2021-02-04T10:58:14.811Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:58:14.811Z] ---> Running in 7c35eb37c34c [2021-02-04T10:58:15.804Z] Removing intermediate container 7c35eb37c34c [2021-02-04T10:58:15.804Z] ---> 55a6e75af0d1 [2021-02-04T10:58:15.804Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:58:15.804Z] ---> 80b3b5569f8b [2021-02-04T10:58:15.804Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:58:16.077Z] ---> Running in 1dabfbc67d8b [2021-02-04T10:58:16.356Z] ---> 4d8e203c92de [2021-02-04T10:58:16.356Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:58:16.356Z] Removing intermediate container 1dabfbc67d8b [2021-02-04T10:58:16.356Z] ---> 0f84146f9973 [2021-02-04T10:58:16.356Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:58:16.356Z] ---> Running in 466e432b65c4 [2021-02-04T10:58:16.356Z] ---> Running in 0248512849fa [2021-02-04T10:58:17.342Z] Removing intermediate container 0248512849fa [2021-02-04T10:58:17.342Z] ---> 53cc0367cc85 [2021-02-04T10:58:17.342Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T10:58:17.342Z] ---> Running in daabecfc6bdf [2021-02-04T10:58:17.940Z] Removing intermediate container daabecfc6bdf [2021-02-04T10:58:17.940Z] ---> a52a2fed7d1f [2021-02-04T10:58:17.940Z] Step 20/21 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:58:17.940Z] ---> Running in 59f97f33d99f [2021-02-04T10:58:20.017Z] Removing intermediate container 59f97f33d99f [2021-02-04T10:58:20.017Z] ---> 4c925986bc4c [2021-02-04T10:58:20.017Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:58:20.017Z] ---> Running in 7b9e38c8f0a6 [2021-02-04T10:58:20.017Z] Removing intermediate container 466e432b65c4 [2021-02-04T10:58:20.017Z] ---> 223166095495 [2021-02-04T10:58:20.017Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:58:20.017Z] Removing intermediate container 7b9e38c8f0a6 [2021-02-04T10:58:20.017Z] ---> 5bd8a6c712bd [2021-02-04T10:58:20.017Z] [2021-02-04T10:58:20.017Z] ---> 1776832ff3e0 [2021-02-04T10:58:20.017Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:58:20.017Z] Successfully built 5bd8a6c712bd [2021-02-04T10:58:20.017Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T10:58:20.995Z]  Building docker-security-proxy-setup-go ... done  ---> d4e954e2b903 [2021-02-04T10:58:20.995Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:58:21.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.611s coverage: 27.1% of statements [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:58:21.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:58:21.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:58:21.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.237s coverage: 65.8% of statements [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:58:21.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:58:21.591Z] ---> dd7419e3d8cd [2021-02-04T10:58:21.591Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:58:22.571Z] ---> b6c1fd20fe45 [2021-02-04T10:58:22.571Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:58:23.161Z] ---> 39214715da78 [2021-02-04T10:58:23.161Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:58:23.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.646s coverage: 82.3% of statements [2021-02-04T10:58:23.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:58:23.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:58:23.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:58:23.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:58:23.470Z] ---> Running in ab7ac77964fe [2021-02-04T10:58:23.748Z] Removing intermediate container ab7ac77964fe [2021-02-04T10:58:23.748Z] ---> 5c8238d417d3 [2021-02-04T10:58:23.748Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:58:24.364Z] ---> 4ef856ad55c5 [2021-02-04T10:58:24.364Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:58:24.364Z] ---> Running in 0a588d5cfe94 [2021-02-04T10:58:26.983Z] Removing intermediate container 4967f1306ef9 [2021-02-04T10:58:26.983Z] ---> 71342390f3c5 [2021-02-04T10:58:26.983Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:58:26.983Z] Removing intermediate container 0a588d5cfe94 [2021-02-04T10:58:26.983Z] ---> f15ca2a1975f [2021-02-04T10:58:26.983Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:58:26.983Z] ---> Running in 189c6fe6031d [2021-02-04T10:58:26.983Z] ---> Running in 0bcdb3e56636 [2021-02-04T10:58:28.926Z] 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-02-04T10:58:28.926Z] Removing intermediate container 0bcdb3e56636 [2021-02-04T10:58:28.926Z] ---> 995e5828b0ce [2021-02-04T10:58:28.926Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:58:28.926Z] ---> Running in 6f3cf1e84e61 [2021-02-04T10:58:29.207Z] Removing intermediate container 6f3cf1e84e61 [2021-02-04T10:58:29.207Z] ---> e91bc319ea1c [2021-02-04T10:58:29.207Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T10:58:29.207Z] ---> Running in 6bcca9e73618 [2021-02-04T10:58:30.631Z] Removing intermediate container 6bcca9e73618 [2021-02-04T10:58:30.631Z] ---> 3560be7c40a1 [2021-02-04T10:58:30.631Z] Step 30/31 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:58:31.603Z] Removing intermediate container e78751f31fed [2021-02-04T10:58:31.603Z] ---> 345fbc5b34d6 [2021-02-04T10:58:31.603Z] [2021-02-04T10:58:31.603Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:58:31.603Z] ---> 389fef711851 [2021-02-04T10:58:31.603Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:58:31.603Z] ---> Running in ac6c827d30e2 [2021-02-04T10:58:31.603Z] Removing intermediate container 189c6fe6031d [2021-02-04T10:58:31.603Z] ---> 46afcb52e2b2 [2021-02-04T10:58:31.603Z] [2021-02-04T10:58:31.603Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:58:31.603Z] ---> Running in 690f2083a653 [2021-02-04T10:58:31.603Z] 20.10.0: Pulling from library/docker [2021-02-04T10:58:31.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.250s coverage: 28.6% of statements [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:58:31.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:58:31.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.133s coverage: 100.0% of statements [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:58:31.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.285s coverage: 86.7% of statements [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:58:31.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.347s coverage: 97.5% of statements [2021-02-04T10:58:31.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:58:31.870Z] Removing intermediate container ac6c827d30e2 [2021-02-04T10:58:31.870Z] ---> e27fa1aa9099 [2021-02-04T10:58:31.870Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:58:31.870Z] Removing intermediate container 690f2083a653 [2021-02-04T10:58:31.870Z] ---> 6735715692b2 [2021-02-04T10:58:31.870Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:58:31.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements [2021-02-04T10:58:31.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:58:31.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:58:31.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:58:31.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:58:32.447Z] ---> Running in d3af5c39fc1b [2021-02-04T10:58:32.447Z] ---> Running in b72fedef13fc [2021-02-04T10:58:32.712Z] Removing intermediate container d3af5c39fc1b [2021-02-04T10:58:32.712Z] ---> 858c6ae08083 [2021-02-04T10:58:32.712Z] [2021-02-04T10:58:32.983Z] Successfully built 858c6ae08083 [2021-02-04T10:58:33.253Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T10:58:33.253Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b72fedef13fc [2021-02-04T10:58:33.253Z] ---> 6ec6e01e1490 [2021-02-04T10:58:33.253Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:58:33.253Z] ---> Running in e4238b4944ab [2021-02-04T10:58:33.518Z] Removing intermediate container e4238b4944ab [2021-02-04T10:58:33.518Z] ---> 8f96aa898912 [2021-02-04T10:58:33.518Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:58:33.785Z] ---> Running in 253afb8e8b88 [2021-02-04T10:58:35.205Z] Removing intermediate container 253afb8e8b88 [2021-02-04T10:58:35.205Z] ---> d9cc41bfd002 [2021-02-04T10:58:35.205Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:58:35.205Z] ---> Running in 74053a8c7fa1 [2021-02-04T10:58:37.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:37.451Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:58:37.451Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:58:37.451Z] ---> aefe523efa57 [2021-02-04T10:58:37.451Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:58:37.716Z] ---> Running in 3e1f2ae10c4f [2021-02-04T10:58:37.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:38.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:38.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:38.555Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:58:38.555Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:58:38.555Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:58:38.555Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:58:38.555Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:58:38.555Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:58:38.555Z] OK: 12 MiB in 22 packages [2021-02-04T10:58:38.555Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:58:38.818Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:58:39.082Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:58:39.082Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:58:39.082Z] Removing intermediate container 3e1f2ae10c4f [2021-02-04T10:58:39.082Z] ---> 14fe42569750 [2021-02-04T10:58:39.082Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:58:39.082Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:58:39.082Z] OK: 8 MiB in 20 packages [2021-02-04T10:58:39.082Z] ---> Running in 771d6e1b5d80 [2021-02-04T10:58:39.347Z] Removing intermediate container 771d6e1b5d80 [2021-02-04T10:58:39.347Z] ---> d79849d7d510 [2021-02-04T10:58:39.347Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:58:39.347Z] ---> Running in 15b115b5db47 [2021-02-04T10:58:39.611Z] Removing intermediate container 15b115b5db47 [2021-02-04T10:58:39.611Z] ---> d19f6ba3869a [2021-02-04T10:58:39.611Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:58:39.611Z] ---> Running in b0907a7e638d [2021-02-04T10:58:39.611Z] Removing intermediate container 74053a8c7fa1 [2021-02-04T10:58:39.611Z] ---> a44b971fb942 [2021-02-04T10:58:39.611Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:58:39.873Z] Removing intermediate container b0907a7e638d [2021-02-04T10:58:39.873Z] ---> da71b0b01045 [2021-02-04T10:58:39.873Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:58:39.873Z] ---> ac94c502d77f [2021-02-04T10:58:39.873Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:58:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.274s coverage: 92.8% of statements [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:58:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:58:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:58:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:58:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 45.5% of statements [2021-02-04T10:58:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.125s coverage: 79.5% of statements [2021-02-04T10:58:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-02-04T10:58:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.144s coverage: 96.3% of statements [2021-02-04T10:58:40.455Z] ---> 9e20b12085e7 [2021-02-04T10:58:40.455Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:58:40.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-02-04T10:58:40.717Z] ---> 432f40d3feaf [2021-02-04T10:58:40.717Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:58:40.717Z] ---> 853f1040d321 [2021-02-04T10:58:40.717Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:58:40.981Z] ---> cc7b37ee770f [2021-02-04T10:58:40.981Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:58:40.981Z] ---> Running in 717d510effa4 [2021-02-04T10:58:41.244Z] Removing intermediate container 717d510effa4 [2021-02-04T10:58:41.244Z] ---> 1d28f5c8a209 [2021-02-04T10:58:41.244Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:58:41.244Z] ---> 21b4ba3da1d3 [2021-02-04T10:58:41.244Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:58:41.244Z] ---> Running in 011d99625972 [2021-02-04T10:58:41.244Z] ---> Running in c1e42d7e5e43 [2021-02-04T10:58:42.193Z] Removing intermediate container 011d99625972 [2021-02-04T10:58:42.193Z] ---> 48bf0fcea51f [2021-02-04T10:58:42.193Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:58:42.193Z] ---> Running in 501371ac3645 [2021-02-04T10:58:42.193Z] Removing intermediate container 501371ac3645 [2021-02-04T10:58:42.193Z] ---> 8ee2e65b4b8f [2021-02-04T10:58:42.193Z] Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:58:42.459Z] ---> Running in 9a61892abc76 [2021-02-04T10:58:42.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:42.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:42.459Z] Removing intermediate container 9a61892abc76 [2021-02-04T10:58:42.459Z] ---> 3e1c6bcb26f3 [2021-02-04T10:58:42.459Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:58:42.722Z] ---> Running in 559265c8ab0e [2021-02-04T10:58:42.722Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:58:42.722Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:58:42.722Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:58:42.722Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:58:42.722Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:58:42.722Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:58:42.722Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:58:42.722Z] Removing intermediate container 559265c8ab0e [2021-02-04T10:58:42.722Z] ---> 886ba972c262 [2021-02-04T10:58:42.722Z] [2021-02-04T10:58:42.986Z] Successfully built 886ba972c262 [2021-02-04T10:58:42.986Z] Successfully tagged docker-core-data-go:latest [2021-02-04T10:58:43.935Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:58:43.935Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:58:43.935Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:58:43.935Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:58:43.935Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:58:43.935Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:58:43.935Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:58:43.935Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:58:43.935Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:58:44.198Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:58:44.198Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:58:44.198Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:58:44.198Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:58:44.198Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:58:44.198Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:58:44.198Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:58:44.198Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:58:44.198Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:58:44.198Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:58:44.462Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:58:44.462Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:58:44.462Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:58:44.462Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:58:44.462Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:58:44.462Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:58:44.462Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:58:44.462Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:58:44.462Z] OK: 71 MiB in 55 packages [2021-02-04T10:58:52.653Z] Removing intermediate container c1e42d7e5e43 [2021-02-04T10:58:52.653Z] ---> 8ab4d9107dfc [2021-02-04T10:58:52.653Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:58:52.916Z] ---> Running in 831062a05aa8 [2021-02-04T10:58:54.842Z] Collecting docker-compose==1.23.2 [2021-02-04T10:58:54.842Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:58:54.842Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:58:54.842Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:58:55.419Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:58:55.419Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:58:55.682Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:58:55.682Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:58:55.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2021-02-04T10:58:55.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-02-04T10:58:56.631Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:58:56.631Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:58:56.898Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:58:56.898Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:58:56.898Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:58:56.898Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:58:57.476Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:58:57.476Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:58:58.055Z] 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-02-04T10:58:58.055Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:58:58.055Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:58:58.320Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:58:58.321Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:58:58.321Z] 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-02-04T10:58:58.321Z] 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-02-04T10:58:58.321Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:58:58.587Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:58:58.587Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:58:58.587Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:58:58.856Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:58:58.856Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:58:58.856Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:58:58.856Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:58:58.856Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:58:58.856Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:58:59.144Z] Installing collected packages: docopt, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, texttable, cached-property, docker-compose [2021-02-04T10:58:59.144Z] Running setup.py install for docopt: started [2021-02-04T10:58:59.407Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:58:59.407Z] Attempting uninstall: idna [2021-02-04T10:58:59.407Z] Found existing installation: idna 2.9 [2021-02-04T10:58:59.407Z] Uninstalling idna-2.9: [2021-02-04T10:58:59.669Z] Successfully uninstalled idna-2.9 [2021-02-04T10:58:59.669Z] Attempting uninstall: urllib3 [2021-02-04T10:58:59.669Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:58:59.669Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:58:59.933Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:58:59.933Z] Attempting uninstall: requests [2021-02-04T10:58:59.933Z] Found existing installation: requests 2.23.0 [2021-02-04T10:58:59.933Z] Uninstalling requests-2.23.0: [2021-02-04T10:59:00.196Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:59:00.196Z] Running setup.py install for PyYAML: started [2021-02-04T10:59:00.775Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:59:01.351Z] Running setup.py install for dockerpty: started [2021-02-04T10:59:01.939Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:59:01.939Z] Running setup.py install for texttable: started [2021-02-04T10:59:02.514Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:59:02.776Z] 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-02-04T10:59:06.092Z] Removing intermediate container 831062a05aa8 [2021-02-04T10:59:06.092Z] ---> 8b493d7dc62e [2021-02-04T10:59:06.092Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:59:06.092Z] ---> Running in 1d925f25c83a [2021-02-04T10:59:06.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:59:06.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:59:06.623Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:59:06.623Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:59:06.623Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:59:06.623Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:59:06.623Z] OK: 72 MiB in 58 packages [2021-02-04T10:59:07.208Z] Removing intermediate container 1d925f25c83a [2021-02-04T10:59:07.208Z] ---> 9a9c90d7740d [2021-02-04T10:59:07.208Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:59:07.208Z] ---> Running in 26a47614299b [2021-02-04T10:59:07.471Z] Removing intermediate container 26a47614299b [2021-02-04T10:59:07.471Z] ---> 72e8775bafd7 [2021-02-04T10:59:07.471Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:59:07.471Z] ---> Running in 59d09f39e8d4 [2021-02-04T10:59:07.732Z] Removing intermediate container 59d09f39e8d4 [2021-02-04T10:59:07.732Z] ---> b05743616b81 [2021-02-04T10:59:07.732Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T10:59:07.732Z] ---> Running in b29187cd05f4 [2021-02-04T10:59:07.995Z] Removing intermediate container b29187cd05f4 [2021-02-04T10:59:07.995Z] ---> e7ad4877fc72 [2021-02-04T10:59:07.995Z] Step 25/26 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T10:59:07.995Z] ---> Running in 40439f50db24 [2021-02-04T10:59:08.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.124s coverage: 84.2% of statements [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.495s coverage: 63.5% of statements [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-02-04T10:59:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.711s coverage: 68.9% of statements [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:59:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:59:08.258Z] Removing intermediate container 40439f50db24 [2021-02-04T10:59:08.258Z] ---> 608f4d4d180b [2021-02-04T10:59:08.258Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:59:08.258Z] ---> Running in dfedea2b54f8 [2021-02-04T10:59:08.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.460s coverage: 37.0% of statements [2021-02-04T10:59:08.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:59:08.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:59:08.520Z] Removing intermediate container dfedea2b54f8 [2021-02-04T10:59:08.520Z] ---> 2000a9582e1d [2021-02-04T10:59:08.520Z] [2021-02-04T10:59:08.782Z] Successfully built 2000a9582e1d [2021-02-04T10:59:08.782Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T10:59:09.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.657s coverage: 84.0% of statements [2021-02-04T10:59:09.266Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:59:09.276Z] $ docker stop --time=1 26cdd58d7103ad930604daeca6cc50241fd5c8078632fc70450fca6f9bba5e01 [2021-02-04T10:59:09.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements [2021-02-04T10:59:10.990Z] $ docker rm -f 26cdd58d7103ad930604daeca6cc50241fd5c8078632fc70450fca6f9bba5e01 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:59:12.335Z] + docker images [2021-02-04T10:59:12.336Z] + grep docker [2021-02-04T10:59:12.911Z] docker-sys-mgmt-agent-go latest 2000a9582e1d 4 seconds ago 313MB [2021-02-04T10:59:12.911Z] docker-core-data-go latest 886ba972c262 30 seconds ago 22.3MB [2021-02-04T10:59:12.911Z] docker-security-bootstrapper-go latest 858c6ae08083 40 seconds ago 23.8MB [2021-02-04T10:59:12.911Z] docker-security-proxy-setup-go latest 5bd8a6c712bd 53 seconds ago 24.4MB [2021-02-04T10:59:12.911Z] docker-security-secretstore-setup-go latest e65721f54d4d 2 minutes ago 24.6MB [2021-02-04T10:59:12.911Z] docker-core-metadata-go latest b924c3a218b8 2 minutes ago 18.8MB [2021-02-04T10:59:12.911Z] docker-core-command-go latest 776480d65b9a 2 minutes ago 16.9MB [2021-02-04T10:59:12.911Z] docker-support-scheduler-go latest 1b11faf711e0 2 minutes ago 17MB [2021-02-04T10:59:12.911Z] docker-support-notifications-go latest a946b90d3f02 2 minutes ago 17.5MB [2021-02-04T10:59:12.911Z] docker 20.10.0 aefe523efa57 7 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-02-04T10:59:16.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.517s coverage: 47.0% of statements [2021-02-04T10:59:16.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:59:16.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:59:16.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:59:16.452Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:59:16.452Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.173s coverage: 100.0% of statements [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:59:16.452Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.212s coverage: 90.4% of statements [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:59:16.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.116s coverage: 29.1% of statements [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.184s coverage: 100.0% of statements [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:59:24.750Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-02-04T10:59:24.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-04T10:59:25.345Z] GO111MODULE=on go vet ./... [2021-02-04T10:59:29.305Z] Still waiting to schedule task [2021-02-04T10:59:29.305Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-24968’ [2021-02-04T11:00:47.159Z] gofmt -l . [2021-02-04T11:00:47.159Z] [ "`gofmt -l .`" = "" ] [2021-02-04T11:00:47.159Z] ./bin/test-go-mod-tidy.sh [2021-02-04T11:00:47.159Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T11:00:47.835Z] + ls -al . [2021-02-04T11:00:47.835Z] total 712 [2021-02-04T11:00:47.835Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 11:00 . [2021-02-04T11:00:47.835Z] drwxr-xr-x 4 root root 4096 Feb 4 10:56 .. [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:54 .dockerignore [2021-02-04T11:00:47.835Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 .git [2021-02-04T11:00:47.835Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 10:54 .github [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:54 .gitignore [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:54 .sonarcloud.properties [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:54 Attribution.txt [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:54 CONTRIBUTING.md [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:54 Dockerfile.build [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:54 Jenkinsfile [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:54 LICENSE [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:54 Makefile [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:54 README.md [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:54 SECURITY.md [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:50 VERSION [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:54 ZMQWindows.md [2021-02-04T11:00:47.835Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 10:54 bin [2021-02-04T11:00:47.835Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:54 cmd [2021-02-04T11:00:47.835Z] -rw-r--r-- 1 root root 580808 Feb 4 10:59 coverage.out [2021-02-04T11:00:47.835Z] -rw-r--r-- 1 root root 1054 Feb 4 11:00 go.mod [2021-02-04T11:00:47.835Z] -rw-r--r-- 1 root root 19518 Feb 4 11:00 go.sum [2021-02-04T11:00:47.835Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 internal [2021-02-04T11:00:47.835Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 openapi [2021-02-04T11:00:47.835Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 snap [2021-02-04T11:00:47.835Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:54 version.go [Pipeline] sh [2021-02-04T11:00:48.504Z] + '[' -e coverage.out ] [2021-02-04T11:00:48.504Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T11:00:48.616Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T11:00:49.819Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T11:00:50.521Z] + make build [2021-02-04T11:00:50.521Z] 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-02-04T11:01:00.683Z] 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-02-04T11:01:22.924Z] 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-02-04T11:01:27.265Z] 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-02-04T11:01:32.696Z] 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-02-04T11:01:32.988Z] 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-02-04T11:01:39.715Z] 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-02-04T11:01:44.041Z] 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-02-04T11:01:47.438Z] 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-02-04T11:01:51.736Z] 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-02-04T11:01:55.123Z] 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-02-04T11:01:58.513Z] 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-02-04T11:02:01.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T11:02:08.624Z] $ docker stop --time=1 b955a768695f07fb7111489d887d4952615247c424c3d928f83fd11a32a537e3 [2021-02-04T11:02:11.070Z] $ docker rm -f b955a768695f07fb7111489d887d4952615247c424c3d928f83fd11a32a537e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:02:13.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:02:13.376Z] [2021-02-04T11:02:13.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:02:13.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:02:13.809Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T11:02:13.809Z] 29e5d40040c1: Pulling fs layer [2021-02-04T11:02:13.809Z] 1ce36da41761: Pulling fs layer [2021-02-04T11:02:13.809Z] 25b303627fd3: Pulling fs layer [2021-02-04T11:02:14.405Z] 29e5d40040c1: Verifying Checksum [2021-02-04T11:02:14.405Z] 29e5d40040c1: Download complete [2021-02-04T11:02:14.679Z] 1ce36da41761: Verifying Checksum [2021-02-04T11:02:14.679Z] 1ce36da41761: Download complete [2021-02-04T11:02:14.951Z] 29e5d40040c1: Pull complete [2021-02-04T11:02:16.388Z] 1ce36da41761: Pull complete [2021-02-04T11:02:16.660Z] 25b303627fd3: Verifying Checksum [2021-02-04T11:02:16.660Z] 25b303627fd3: Download complete [2021-02-04T11:02:26.809Z] 25b303627fd3: Pull complete [2021-02-04T11:02:26.809Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T11:02:26.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:02:26.809Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T11:02:27.072Z] prd-ubuntu18.04-docker-arm64-4c-16g-24981 does not seem to be running inside a container [2021-02-04T11:02:27.155Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T11:02:30.260Z] $ docker top 03fc0057a4dbbf59906b12a1e08b092f31cde74715fb198dd76d79ce56159a71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:02:31.565Z] + docker-compose build --help+ [2021-02-04T11:02:31.565Z] grep parallel [2021-02-04T11:02:34.958Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T11:02:35.254Z] $ docker stop --time=1 03fc0057a4dbbf59906b12a1e08b092f31cde74715fb198dd76d79ce56159a71 [2021-02-04T11:02:37.214Z] $ docker rm -f 03fc0057a4dbbf59906b12a1e08b092f31cde74715fb198dd76d79ce56159a71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:02:38.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:02:38.253Z] . [Pipeline] withDockerContainer [2021-02-04T11:02:38.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-24981 does not seem to be running inside a container [2021-02-04T11:02:38.647Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-02-04T11:02:40.164Z] $ docker top f683e1faa9d775adfb6d90cfbaa6b1f1bacaa22cb4cc0ffa9a090db7bd3a1d60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:02:41.286Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T11:02:45.578Z] Building docker-core-command-go ... [2021-02-04T11:02:45.578Z] Building docker-core-data-go ... [2021-02-04T11:02:45.578Z] Building docker-core-metadata-go ... [2021-02-04T11:02:45.578Z] Building docker-security-bootstrapper-go ... [2021-02-04T11:02:45.578Z] Building docker-security-proxy-setup-go ... [2021-02-04T11:02:45.578Z] Building docker-security-secretstore-setup-go ... [2021-02-04T11:02:45.578Z] Building docker-support-notifications-go ... [2021-02-04T11:02:45.578Z] Building docker-support-scheduler-go ... [2021-02-04T11:02:45.578Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T11:02:45.578Z] Building docker-sys-mgmt-agent-go [2021-02-04T11:02:45.578Z] Building docker-security-secretstore-setup-go [2021-02-04T11:02:45.578Z] Building docker-core-data-go [2021-02-04T11:02:45.578Z] Building docker-support-scheduler-go [2021-02-04T11:02:45.578Z] Building docker-security-proxy-setup-go [2021-02-04T11:03:08.186Z] Running on prd-ubuntu18.04-docker-8c-8g-24985 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-04T11:03:08.321Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-02-04T11:03:10.559Z] using credential edgex-jenkins-ssh [2021-02-04T11:03:10.660Z] Cloning the remote Git repository [2021-02-04T11:03:10.694Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:03:10.758Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-02-04T11:03:10.783Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:03:10.784Z] > git --version # timeout=10 [2021-02-04T11:03:10.798Z] > git --version # 'git version 2.17.1' [2021-02-04T11:03:10.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:03:10.825Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T11:03:20.644Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:03:20.764Z] Merge succeeded, producing 595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:03:20.765Z] Checking out Revision 595ab995126c135fe63cd405ae42b5274b5528dd (PR-3109) [2021-02-04T11:03:20.131Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T11:03:20.136Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T11:03:20.152Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T11:03:20.163Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:03:20.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:03:20.167Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T11:03:20.676Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T11:03:20.681Z] > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 [2021-02-04T11:03:20.756Z] > git remote # timeout=10 [2021-02-04T11:03:20.764Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T11:03:20.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:03:20.773Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T11:03:20.782Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T11:03:20.790Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T11:03:20.794Z] > git checkout -f 595ab995126c135fe63cd405ae42b5274b5528dd # timeout=10 [2021-02-04T11:03:24.410Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:03:25.590Z] + echo snap-build.sh [2021-02-04T11:03:25.590Z] snap-build.sh [2021-02-04T11:03:25.590Z] + SNAP_BASE_DIR=. [2021-02-04T11:03:25.590Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-02-04T11:03:25.590Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-02-04T11:03:25.590Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-02-04T11:03:25.590Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-02-04T11:03:25.590Z] + cd /w/workspace/edgex-go/10 [2021-02-04T11:03:25.590Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T11:03:25.590Z] Reading package lists... [2021-02-04T11:03:25.590Z] Building dependency tree... [2021-02-04T11:03:25.590Z] Reading state information... [2021-02-04T11:03:25.852Z] The following packages were automatically installed and are no longer required: [2021-02-04T11:03:25.852Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T11:03:25.852Z] uidmap xdelta3 [2021-02-04T11:03:25.852Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T11:03:25.852Z] The following packages will be REMOVED: [2021-02-04T11:03:25.852Z] lxd* lxd-client* [2021-02-04T11:03:26.113Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T11:03:26.113Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T11:03:27.157Z] (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-02-04T11:03:27.157Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:03:28.104Z] Removing lxd dnsmasq configuration [2021-02-04T11:03:28.104Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:03:28.104Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T11:03:29.046Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T11:03:29.306Z] (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-02-04T11:03:29.306Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:03:30.695Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T11:03:30.695Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T11:03:32.083Z] + sudo snap remove --purge lxd [2021-02-04T11:03:32.083Z] snap "lxd" is not installed [2021-02-04T11:03:32.083Z] + sudo groupadd --force --system lxd [2021-02-04T11:03:32.084Z] ++ whoami [2021-02-04T11:03:32.084Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T11:03:32.084Z] + newgrp - lxd [2021-02-04T11:03:32.084Z] + sudo snap install lxd [2021-02-04T11:03:40.230Z] 2021-02-04T11:03:37Z INFO Waiting for automatic snapd restart... [2021-02-04T11:03:53.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:53.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:53.600Z] ---> d8afff2bfd92 [2021-02-04T11:03:53.600Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:03:53.600Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:53.600Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:53.600Z] ---> d8afff2bfd92 [2021-02-04T11:03:53.600Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T11:03:53.600Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:53.600Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:53.600Z] ---> d8afff2bfd92 [2021-02-04T11:03:53.600Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/21 : WORKDIR /edgex-go [2021-02-04T11:03:53.600Z] [2021-02-04T11:03:53.601Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:53.601Z] ---> d8afff2bfd92 [2021-02-04T11:03:53.601Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T11:03:53.601Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:03:53.601Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:03:53.601Z] ---> d8afff2bfd92 [2021-02-04T11:03:53.601Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T11:03:55.251Z] lxd 4.10 from Canonical* installed [2021-02-04T11:03:55.251Z] + sudo lxd init --auto [2021-02-04T11:03:57.014Z] ---> Running in 0cb6631e2af6 [2021-02-04T11:03:57.014Z] ---> Running in c39b177a373d [2021-02-04T11:03:57.014Z] ---> Running in 9341155617bd [2021-02-04T11:03:57.014Z] ---> Running in 9df6ac3d6793 [2021-02-04T11:03:57.014Z] ---> Running in 8d73367802af [2021-02-04T11:03:57.014Z] Removing intermediate container c39b177a373d [2021-02-04T11:03:57.014Z] ---> f1ccb0850150 [2021-02-04T11:03:57.014Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:57.014Z] ---> Running in b0969156ab18 [2021-02-04T11:03:57.291Z] Removing intermediate container 0cb6631e2af6 [2021-02-04T11:03:57.291Z] ---> 4a44c95deae7 [2021-02-04T11:03:57.291Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:57.291Z] Removing intermediate container 9df6ac3d6793 [2021-02-04T11:03:57.291Z] ---> 4d8d572aa320 [2021-02-04T11:03:57.291Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:57.291Z] Removing intermediate container 8d73367802af [2021-02-04T11:03:57.291Z] ---> 16c77149049c [2021-02-04T11:03:57.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:57.291Z] Removing intermediate container 9341155617bd [2021-02-04T11:03:57.291Z] ---> 251040fc86c3 [2021-02-04T11:03:57.291Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:03:57.567Z] ---> Running in 0e3d9d5ae81c [2021-02-04T11:03:57.567Z] ---> Running in e5a8d7d424a2 [2021-02-04T11:03:57.567Z] ---> Running in 2db44838fdb5 [2021-02-04T11:03:57.567Z] ---> Running in a4291539c45d [2021-02-04T11:04:00.989Z] Removing intermediate container b0969156ab18 [2021-02-04T11:04:00.989Z] ---> a33bc4b63ffc [2021-02-04T11:04:00.989Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T11:04:00.989Z] ---> Running in 216c866d9a8c [2021-02-04T11:04:01.265Z] Removing intermediate container 0e3d9d5ae81c [2021-02-04T11:04:01.543Z] ---> 7d2211aaee15 [2021-02-04T11:04:01.543Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T11:04:01.543Z] Removing intermediate container e5a8d7d424a2 [2021-02-04T11:04:01.543Z] ---> 170c929c6d2b [2021-02-04T11:04:01.543Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T11:04:01.827Z] ---> Running in 530f49c144a4 [2021-02-04T11:04:01.827Z] Removing intermediate container 2db44838fdb5 [2021-02-04T11:04:01.827Z] ---> 89ba2884b60c [2021-02-04T11:04:01.827Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T11:04:01.827Z] ---> Running in cc97d60d2eeb [2021-02-04T11:04:02.108Z] Removing intermediate container a4291539c45d [2021-02-04T11:04:02.108Z] ---> 130a9d4549c5 [2021-02-04T11:04:02.108Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T11:04:02.108Z] ---> Running in f5b7fc1d8808 [2021-02-04T11:04:02.396Z] ---> Running in d1495d4cb5ed [2021-02-04T11:04:02.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:03.419Z] + sudo snap install --classic snapcraft [2021-02-04T11:04:03.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:03.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:03.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:03.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:04.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:04.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:04.778Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:04.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:04.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:04.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:05.372Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:05.649Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:05.649Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:05.649Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:06.245Z] Removing intermediate container 216c866d9a8c [2021-02-04T11:04:06.245Z] ---> 78b4dc09fe4b [2021-02-04T11:04:06.245Z] Step 6/21 : COPY go.mod . [2021-02-04T11:04:07.234Z] ---> 4a7a5f4015b9 [2021-02-04T11:04:07.234Z] Step 7/21 : RUN go mod download [2021-02-04T11:04:07.234Z] Removing intermediate container 530f49c144a4 [2021-02-04T11:04:07.234Z] ---> 3ff27c8c34f4 [2021-02-04T11:04:07.234Z] Step 6/22 : COPY go.mod . [2021-02-04T11:04:07.510Z] ---> Running in 216ad5f0234a [2021-02-04T11:04:07.787Z] Removing intermediate container cc97d60d2eeb [2021-02-04T11:04:07.787Z] ---> e62453f0b81a [2021-02-04T11:04:07.787Z] Step 6/26 : COPY go.mod . [2021-02-04T11:04:08.063Z] Removing intermediate container f5b7fc1d8808 [2021-02-04T11:04:08.063Z] ---> adfd345ac364 [2021-02-04T11:04:08.063Z] Step 6/24 : COPY go.mod . [2021-02-04T11:04:08.063Z] Removing intermediate container d1495d4cb5ed [2021-02-04T11:04:08.063Z] ---> 70b90ef4d8c8 [2021-02-04T11:04:08.063Z] Step 6/23 : COPY go.mod . [2021-02-04T11:04:08.340Z] ---> e27a131abcca [2021-02-04T11:04:08.340Z] Step 7/22 : RUN go mod download [2021-02-04T11:04:08.615Z] ---> Running in f1e7b75a6721 [2021-02-04T11:04:08.899Z] ---> 86474ad927a7 [2021-02-04T11:04:08.899Z] Step 7/26 : RUN go mod download [2021-02-04T11:04:09.191Z] ---> ddd47c99395e [2021-02-04T11:04:09.191Z] Step 7/23 : RUN go mod download [2021-02-04T11:04:09.191Z] ---> Running in 3cb5049d5196 [2021-02-04T11:04:09.191Z] ---> eb485bcb27c1 [2021-02-04T11:04:09.191Z] Step 7/24 : RUN go mod download [2021-02-04T11:04:09.470Z] ---> Running in 765d6a95244a [2021-02-04T11:04:09.470Z] ---> Running in e96c54596342 [2021-02-04T11:04:10.013Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T11:04:10.013Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T11:04:10.013Z] + patch --verbose -p1 [2021-02-04T11:04:10.013Z] Hmm... Looks like a unified diff to me... [2021-02-04T11:04:10.013Z] The text leading up to this was: [2021-02-04T11:04:10.013Z] -------------------------- [2021-02-04T11:04:10.013Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T11:04:10.014Z] |From: Tony Espy [2021-02-04T11:04:10.014Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T11:04:10.014Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T11:04:10.014Z] | [2021-02-04T11:04:10.014Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T11:04:10.014Z] |optimize the snap CI check run for pull requests. When [2021-02-04T11:04:10.014Z] |applied, it essentially strips out everything (apps and [2021-02-04T11:04:10.014Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T11:04:10.014Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T11:04:10.014Z] |catch changes to edgex-go that break the snap build. [2021-02-04T11:04:10.014Z] | [2021-02-04T11:04:10.014Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T11:04:10.014Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T11:04:10.014Z] |resulting in a failed snap build CI check in the associated [2021-02-04T11:04:10.014Z] |pull request. [2021-02-04T11:04:10.014Z] | [2021-02-04T11:04:10.014Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T11:04:10.014Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T11:04:10.014Z] |need to build the finally binary .snap file (and it won't [2021-02-04T11:04:10.014Z] |work with the patch applied). This further reduces the build [2021-02-04T11:04:10.014Z] |time. [2021-02-04T11:04:10.014Z] |--- [2021-02-04T11:04:10.014Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T11:04:10.014Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T11:04:10.014Z] | [2021-02-04T11:04:10.014Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T11:04:10.014Z] |index 1e537489..faf42425 100644 [2021-02-04T11:04:10.014Z] |--- a/snap/snapcraft.yaml [2021-02-04T11:04:10.014Z] |+++ b/snap/snapcraft.yaml [2021-02-04T11:04:10.014Z] -------------------------- [2021-02-04T11:04:10.014Z] patching file snap/snapcraft.yaml [2021-02-04T11:04:10.014Z] Using Plan A... [2021-02-04T11:04:10.014Z] Hunk #1 succeeded at 73. [2021-02-04T11:04:10.014Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T11:04:10.014Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T11:04:10.014Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T11:04:10.014Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T11:04:10.014Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T11:04:10.014Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T11:04:10.014Z] Hunk #8 succeeded at 342. [2021-02-04T11:04:10.014Z] Hmm... Ignoring the trailing garbage. [2021-02-04T11:04:10.014Z] done [2021-02-04T11:04:10.014Z] + sudo snapcraft prime --use-lxd [2021-02-04T11:04:11.398Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T11:04:11.398Z] 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-02-04T11:04:11.398Z] - README.md [2021-02-04T11:04:11.398Z] - snapcraft.yaml.orig [2021-02-04T11:04:11.398Z] [2021-02-04T11:04:11.398Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T11:04:11.471Z] Removing intermediate container 216ad5f0234a [2021-02-04T11:04:11.471Z] ---> c7ad2456a2ef [2021-02-04T11:04:11.471Z] Step 8/21 : COPY . . [2021-02-04T11:04:11.968Z] Launching a container. [2021-02-04T11:04:12.455Z] Removing intermediate container f1e7b75a6721 [2021-02-04T11:04:12.455Z] ---> 09115d334275 [2021-02-04T11:04:12.455Z] Step 8/22 : COPY . . [2021-02-04T11:04:14.449Z] Removing intermediate container 3cb5049d5196 [2021-02-04T11:04:14.449Z] ---> 2e288a66829c [2021-02-04T11:04:14.449Z] Step 8/26 : COPY . . [2021-02-04T11:04:14.722Z] Removing intermediate container 765d6a95244a [2021-02-04T11:04:14.722Z] ---> c79dc368510e [2021-02-04T11:04:14.722Z] Step 8/23 : COPY . . [2021-02-04T11:04:15.000Z] Removing intermediate container e96c54596342 [2021-02-04T11:04:15.000Z] ---> 1f41e2985222 [2021-02-04T11:04:15.000Z] Step 8/24 : COPY . . [2021-02-04T11:04:24.239Z] Waiting for container to be ready [2021-02-04T11:04:24.239Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T11:04:24.239Z] [2021-02-04T11:04:26.153Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T11:04:26.726Z] Waiting for network to be ready... [2021-02-04T11:04:26.986Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T11:04:26.986Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T11:04:27.558Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T11:04:27.558Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T11:04:27.558Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T11:04:27.823Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T11:04:28.082Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T11:04:28.082Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T11:04:28.082Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T11:04:28.082Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T11:04:28.082Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T11:04:28.082Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T11:04:28.083Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T11:04:28.083Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T11:04:28.083Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T11:04:28.083Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T11:04:28.083Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T11:04:28.083Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T11:04:28.343Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T11:04:28.602Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T11:04:28.862Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T11:04:28.862Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T11:04:28.862Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T11:04:28.862Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T11:04:28.862Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T11:04:28.862Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T11:04:28.862Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T11:04:31.414Z] Fetched 23.9 MB in 4s (5633 kB/s) [2021-02-04T11:04:31.986Z] Reading package lists... [2021-02-04T11:04:32.247Z] Reading package lists... [2021-02-04T11:04:32.508Z] Building dependency tree... [2021-02-04T11:04:32.508Z] Reading state information... [2021-02-04T11:04:32.508Z] The following additional packages will be installed: [2021-02-04T11:04:32.508Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T11:04:32.508Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T11:04:32.508Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T11:04:32.508Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T11:04:32.508Z] Suggested packages: [2021-02-04T11:04:32.508Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T11:04:32.508Z] Recommended packages: [2021-02-04T11:04:32.508Z] gnupg libsasl2-modules [2021-02-04T11:04:32.508Z] The following NEW packages will be installed: [2021-02-04T11:04:32.508Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T11:04:32.508Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T11:04:32.508Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T11:04:32.508Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T11:04:32.508Z] The following packages will be upgraded: [2021-02-04T11:04:32.508Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T11:04:32.768Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T11:04:32.768Z] Need to get 3533 kB of archives. [2021-02-04T11:04:32.768Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T11:04:32.768Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T11:04:32.768Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T11:04:33.028Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T11:04:33.287Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T11:04:33.287Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T11:04:33.546Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-04T11:04:33.546Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T11:04:33.546Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T11:04:33.546Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T11:04:33.546Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T11:04:33.546Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T11:04:33.546Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T11:04:33.546Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T11:04:33.546Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T11:04:33.546Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T11:04:33.546Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T11:04:33.546Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T11:04:33.546Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T11:04:33.546Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T11:04:33.546Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T11:04:33.546Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T11:04:33.546Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T11:04:33.807Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:04:33.807Z] Fetched 3533 kB in 1s (3290 kB/s) [2021-02-04T11:04:33.807Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T11:04:33.807Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:04:33.807Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:04:34.069Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T11:04:34.069Z] Selecting previously unselected package udev. [2021-02-04T11:04:34.069Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T11:04:34.069Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:04:34.069Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T11:04:34.329Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T11:04:34.329Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T11:04:34.329Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T11:04:34.589Z] Selecting previously unselected package fuse. [2021-02-04T11:04:34.589Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T11:04:34.589Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T11:04:34.589Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:04:34.589Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:04:34.849Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:04:34.849Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:04:34.849Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:04:34.849Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:04:35.110Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T11:04:35.110Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T11:04:35.110Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T11:04:35.110Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T11:04:35.110Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:35.110Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:35.372Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T11:04:35.372Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:35.372Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:35.372Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T11:04:35.372Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:35.372Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:35.634Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T11:04:35.634Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:35.634Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:35.634Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T11:04:35.634Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:35.634Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:35.634Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T11:04:35.634Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:35.634Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:35.895Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T11:04:35.895Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:35.895Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:35.895Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T11:04:35.895Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:35.895Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:35.895Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T11:04:35.895Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:04:36.157Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:36.157Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T11:04:36.157Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T11:04:36.157Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:04:36.157Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T11:04:36.157Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T11:04:36.157Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:04:36.157Z] Selecting previously unselected package libldap-common. [2021-02-04T11:04:36.157Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T11:04:36.157Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:04:36.417Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T11:04:36.417Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T11:04:36.417Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:04:36.417Z] Selecting previously unselected package dirmngr. [2021-02-04T11:04:36.417Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:04:36.417Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:36.677Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:04:36.677Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:36.677Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T11:04:36.677Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:04:36.677Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:04:36.677Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:36.677Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:36.677Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T11:04:36.677Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:04:36.677Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T11:04:37.257Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T11:04:37.257Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:37.257Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T11:04:37.257Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T11:04:37.257Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:37.257Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:37.257Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:37.257Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:37.518Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:37.518Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:37.518Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:37.518Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:04:37.518Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:04:37.518Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T11:04:37.518Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:04:38.092Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T11:04:38.092Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T11:04:38.092Z] This means they are not meant to be enabled using systemctl. [2021-02-04T11:04:38.092Z] Possible reasons for having this kind of units are: [2021-02-04T11:04:38.092Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T11:04:38.092Z] .wants/ or .requires/ directory. [2021-02-04T11:04:38.092Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T11:04:38.092Z] a requirement dependency on it. [2021-02-04T11:04:38.092Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T11:04:38.092Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T11:04:38.092Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T11:04:38.092Z] instance name specified. [2021-02-04T11:04:38.352Z] Reading package lists... [2021-02-04T11:04:38.353Z] Building dependency tree... [2021-02-04T11:04:38.353Z] Reading state information... [2021-02-04T11:04:38.615Z] The following additional packages will be installed: [2021-02-04T11:04:38.615Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T11:04:38.615Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T11:04:38.615Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T11:04:38.615Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T11:04:38.615Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T11:04:38.615Z] Suggested packages: [2021-02-04T11:04:38.615Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T11:04:38.615Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T11:04:38.615Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T11:04:38.615Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T11:04:38.615Z] systemd-container policykit-1 [2021-02-04T11:04:38.615Z] Recommended packages: [2021-02-04T11:04:38.615Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T11:04:38.615Z] The following NEW packages will be installed: [2021-02-04T11:04:38.615Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T11:04:38.615Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T11:04:38.615Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T11:04:38.615Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T11:04:38.615Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T11:04:38.615Z] The following packages will be upgraded: [2021-02-04T11:04:38.615Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T11:04:38.615Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T11:04:38.615Z] Need to get 35.2 MB of archives. [2021-02-04T11:04:38.615Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T11:04:38.615Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T11:04:38.615Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T11:04:39.558Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T11:04:39.558Z] 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-02-04T11:04:39.558Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T11:04:39.558Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T11:04:39.558Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T11:04:39.558Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T11:04:39.558Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T11:04:39.558Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T11:04:39.558Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T11:04:39.558Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T11:04:39.558Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T11:04:39.558Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-04T11:04:39.558Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T11:04:39.558Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T11:04:39.558Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T11:04:39.558Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T11:04:39.558Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T11:04:39.558Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T11:04:39.558Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T11:04:39.558Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T11:04:39.558Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T11:04:39.558Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T11:04:39.558Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T11:04:40.130Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T11:04:40.130Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T11:04:40.130Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T11:04:40.130Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T11:04:40.130Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T11:04:41.071Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:04:41.071Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2021-02-04T11:04:41.071Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:04:41.071Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:04:41.332Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:04:41.867Z] ---> fab520a4424e [2021-02-04T11:04:41.867Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T11:04:41.867Z] ---> 7a9b7a94f063 [2021-02-04T11:04:41.867Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T11:04:41.867Z] ---> acd29b3a4339 [2021-02-04T11:04:41.867Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T11:04:41.867Z] ---> 6f08e02013cc [2021-02-04T11:04:41.867Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T11:04:41.867Z] ---> 234cb8c5c227 [2021-02-04T11:04:41.867Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T11:04:41.867Z] ---> Running in a9fb8677e651 [2021-02-04T11:04:41.867Z] ---> Running in 797865a17e94 [2021-02-04T11:04:41.867Z] ---> Running in 3732e2403c2c [2021-02-04T11:04:41.867Z] ---> Running in dd0cf2458c22 [2021-02-04T11:04:41.867Z] ---> Running in e39fda8d3c78 [2021-02-04T11:04:41.867Z] 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-02-04T11:04:41.867Z] 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-02-04T11:04:41.905Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:04:41.906Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:04:42.141Z] 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-02-04T11:04:42.141Z] 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-02-04T11:04:42.166Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T11:04:42.166Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:04:42.166Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T11:04:42.166Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T11:04:42.418Z] 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-02-04T11:04:42.426Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T11:04:42.426Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:04:42.426Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T11:04:42.426Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T11:04:42.687Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T11:04:42.687Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T11:04:43.258Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T11:04:43.258Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T11:04:43.258Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T11:04:43.258Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T11:04:43.520Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T11:04:43.520Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:04:43.520Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:43.781Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T11:04:43.781Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T11:04:43.781Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T11:04:43.781Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T11:04:43.781Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:04:43.781Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:44.040Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T11:04:44.040Z] Checking for services that may need to be restarted...done. [2021-02-04T11:04:44.301Z] Checking for services that may need to be restarted...done. [2021-02-04T11:04:44.301Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:44.301Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T11:04:44.301Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:44.874Z] Selecting previously unselected package python3-minimal. [2021-02-04T11:04:44.874Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T11:04:44.874Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:04:44.874Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T11:04:44.874Z] Selecting previously unselected package mime-support. [2021-02-04T11:04:44.874Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T11:04:44.874Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T11:04:45.136Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T11:04:45.136Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T11:04:45.136Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T11:04:45.136Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T11:04:45.136Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:04:45.136Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:45.396Z] Selecting previously unselected package python3.6. [2021-02-04T11:04:45.396Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:04:45.396Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:45.659Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T11:04:45.659Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:04:45.659Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T11:04:45.659Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T11:04:45.920Z] Selecting previously unselected package python3. [2021-02-04T11:04:45.920Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T11:04:45.920Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:04:45.920Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T11:04:45.920Z] Selecting previously unselected package multiarch-support. [2021-02-04T11:04:45.920Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:04:45.920Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T11:04:46.181Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T11:04:46.181Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T11:04:46.181Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T11:04:46.181Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T11:04:46.181Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T11:04:46.442Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T11:04:46.442Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T11:04:46.442Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T11:04:46.442Z] Selecting previously unselected package sudo. [2021-02-04T11:04:46.442Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T11:04:46.442Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T11:04:46.703Z] Selecting previously unselected package apparmor. [2021-02-04T11:04:46.703Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T11:04:46.703Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T11:04:46.703Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T11:04:46.703Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T11:04:46.703Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T11:04:46.964Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T11:04:46.964Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:04:46.964Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:46.964Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T11:04:46.964Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:04:46.964Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:46.964Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T11:04:46.964Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T11:04:46.964Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T11:04:47.225Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T11:04:47.225Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:04:47.225Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:47.487Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T11:04:47.487Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:04:47.487Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:47.487Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T11:04:47.487Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T11:04:47.487Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T11:04:47.749Z] Selecting previously unselected package openssh-client. [2021-02-04T11:04:47.749Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T11:04:47.749Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T11:04:47.749Z] Selecting previously unselected package squashfs-tools. [2021-02-04T11:04:47.749Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T11:04:47.749Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T11:04:48.010Z] Selecting previously unselected package snapd. [2021-02-04T11:04:48.010Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T11:04:48.010Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T11:04:49.935Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T11:04:49.935Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T11:04:49.935Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T11:04:49.935Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T11:04:50.197Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T11:04:50.197Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:50.197Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:04:50.197Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T11:04:50.197Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T11:04:50.770Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T11:04:51.030Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T11:04:51.030Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T11:04:51.030Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:51.030Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:51.030Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:04:51.603Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T11:04:51.603Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:51.603Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T11:04:51.603Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T11:04:51.603Z] running python rtupdate hooks for python3.6... [2021-02-04T11:04:51.603Z] running python post-rtupdate hooks for python3.6... [2021-02-04T11:04:51.865Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T11:04:53.788Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T11:04:54.053Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:04:54.053Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T11:04:54.053Z] Setting up snapd (2.48+18.04) ... [2021-02-04T11:04:54.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T11:04:54.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T11:04:54.887Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T11:04:55.147Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T11:04:55.147Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T11:04:55.147Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T11:04:55.407Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T11:04:55.407Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T11:04:55.668Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T11:04:55.929Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T11:04:55.929Z] /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-02-04T11:04:55.929Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:04:55.929Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T11:04:56.870Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:04:57.132Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:04:57.132Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:04:58.336Z] Reading package lists... [2021-02-04T11:04:58.336Z] Reading package lists... [2021-02-04T11:04:58.598Z] Building dependency tree... [2021-02-04T11:04:58.598Z] Reading state information... [2021-02-04T11:04:58.598Z] Calculating upgrade... [2021-02-04T11:04:58.598Z] The following packages will be upgraded: [2021-02-04T11:04:58.598Z] advancecomp base-files bash binutils binutils-common [2021-02-04T11:04:58.598Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T11:04:58.598Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T11:04:58.598Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T11:04:58.598Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T11:04:58.598Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T11:04:58.598Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T11:04:58.598Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T11:04:58.598Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T11:04:58.598Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T11:04:58.598Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T11:04:58.598Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T11:04:58.598Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T11:04:58.598Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T11:04:58.598Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T11:04:58.858Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:04:58.858Z] Need to get 63.8 MB of archives. [2021-02-04T11:04:58.859Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T11:04:58.859Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T11:04:58.859Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T11:04:59.800Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T11:04:59.800Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T11:04:59.800Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T11:04:59.800Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T11:04:59.800Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T11:04:59.800Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T11:04:59.800Z] 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-02-04T11:04:59.800Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T11:04:59.800Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T11:04:59.800Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T11:04:59.800Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T11:04:59.800Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T11:04:59.800Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T11:04:59.800Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T11:04:59.800Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T11:04:59.800Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T11:04:59.800Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T11:04:59.800Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T11:04:59.800Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T11:04:59.800Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T11:04:59.800Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T11:04:59.800Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T11:05:00.071Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T11:05:00.071Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T11:05:00.071Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T11:05:00.071Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T11:05:00.071Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T11:05:00.071Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T11:05:00.071Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T11:05:00.071Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T11:05:00.071Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T11:05:00.071Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T11:05:00.071Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T11:05:00.071Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T11:05:00.071Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T11:05:00.071Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T11:05:00.333Z] Get:39 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-02-04T11:05:00.333Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T11:05:00.333Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T11:05:00.333Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-04T11:05:00.333Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T11:05:00.333Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T11:05:00.333Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T11:05:00.333Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T11:05:00.333Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T11:05:00.333Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T11:05:00.333Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T11:05:00.333Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T11:05:00.333Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T11:05:00.333Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T11:05:00.333Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T11:05:00.333Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T11:05:00.333Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T11:05:00.333Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T11:05:00.333Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T11:05:00.333Z] Get:58 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-02-04T11:05:00.333Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T11:05:00.333Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T11:05:00.333Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T11:05:00.333Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T11:05:00.333Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T11:05:00.333Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T11:05:00.333Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T11:05:00.333Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T11:05:00.333Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T11:05:00.333Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T11:05:00.333Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T11:05:00.333Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T11:05:00.597Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T11:05:00.597Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T11:05:00.597Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T11:05:00.597Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T11:05:00.597Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T11:05:00.597Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T11:05:00.597Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T11:05:00.598Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T11:05:00.598Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T11:05:00.598Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T11:05:00.598Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T11:05:00.598Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T11:05:00.598Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T11:05:00.598Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T11:05:00.598Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T11:05:00.598Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T11:05:00.598Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T11:05:00.598Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T11:05:00.598Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T11:05:00.598Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T11:05:01.170Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T11:05:01.431Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T11:05:01.431Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T11:05:01.431Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T11:05:01.692Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T11:05:01.692Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T11:05:01.692Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T11:05:01.692Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T11:05:01.692Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T11:05:01.954Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:05:01.954Z] Fetched 63.8 MB in 3s (20.9 MB/s) [2021-02-04T11:05:01.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:01.954Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:05:01.954Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:05:02.526Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:05:02.787Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:05:02.787Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T11:05:02.787Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T11:05:03.731Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:03.992Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:03.992Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:03.992Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:04.267Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:04.267Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:04.267Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:04.530Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:04.530Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:04.530Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:04.530Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:04.792Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:04.792Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:04.792Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:04.792Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:05.052Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:05:05.052Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:05.052Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T11:05:05.052Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:05.052Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:05:05.052Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:05.315Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:05.315Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:05.315Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:05.315Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:05.575Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:05:05.575Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:05.837Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:05:05.837Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:05:06.097Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:05:06.358Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T11:05:06.618Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:05:06.618Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T11:05:06.618Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T11:05:06.879Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T11:05:06.879Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T11:05:07.159Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T11:05:07.159Z] Installing new version of config file /etc/issue ... [2021-02-04T11:05:07.159Z] Installing new version of config file /etc/issue.net ... [2021-02-04T11:05:07.160Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T11:05:07.160Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T11:05:07.425Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T11:05:07.425Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T11:05:07.425Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T11:05:07.687Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:07.687Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T11:05:07.687Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T11:05:07.687Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T11:05:07.948Z] 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-02-04T11:05:07.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:07.948Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:07.948Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:07.948Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:08.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:08.210Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T11:05:08.210Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T11:05:08.210Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T11:05:08.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:08.495Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T11:05:08.495Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:05:08.757Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T11:05:09.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:09.018Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:09.018Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:05:09.018Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:05:09.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:09.279Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:09.279Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:05:09.540Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T11:05:09.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:09.540Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T11:05:09.540Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T11:05:09.802Z] Setting up grep (3.1-2build1) ... [2021-02-04T11:05:09.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:09.802Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T11:05:09.802Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T11:05:10.063Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T11:05:10.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:10.063Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:05:10.063Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:10.325Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:10.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:10.325Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:05:10.326Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:05:10.907Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:05:10.907Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:05:11.169Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:05:11.169Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:05:11.739Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T11:05:11.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:11.739Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T11:05:11.739Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:05:12.683Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T11:05:12.944Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T11:05:12.944Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T11:05:12.944Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T11:05:12.944Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T11:05:13.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:13.205Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T11:05:13.205Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T11:05:13.205Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T11:05:13.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:13.466Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:13.466Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:13.466Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:13.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:13.726Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:13.726Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:13.726Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:13.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:13.726Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:13.726Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:13.987Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:13.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:13.987Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:13.987Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:14.248Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:14.248Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:14.248Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:05:14.248Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:14.509Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:05:14.509Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:14.509Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:14.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:14.770Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:05:14.770Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:14.770Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:15.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:15.032Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:15.032Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:15.032Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:15.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:15.032Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:15.293Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:15.293Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:15.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:15.293Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:15.555Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:15.816Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:16.077Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T11:05:16.339Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T11:05:16.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:16.600Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:05:16.601Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:05:16.862Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:05:16.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:05:16.862Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T11:05:16.862Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:05:17.122Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:17.122Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:17.122Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T11:05:17.122Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T11:05:17.383Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T11:05:17.644Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:17.644Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T11:05:17.644Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T11:05:17.644Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T11:05:17.905Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:17.905Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T11:05:17.905Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T11:05:17.905Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T11:05:18.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:18.166Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:05:18.166Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:05:18.166Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:05:18.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:18.427Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:05:18.427Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:05:18.427Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:05:18.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:18.427Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:05:18.689Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:05:18.689Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:05:18.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:18.954Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:05:18.954Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:05:18.954Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:05:19.215Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:05:19.215Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:19.215Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:05:19.484Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:05:19.484Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:19.484Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T11:05:19.484Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T11:05:19.746Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T11:05:19.746Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:19.746Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T11:05:19.746Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:05:20.007Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:05:20.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:20.269Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:20.269Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:05:20.269Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:05:20.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:20.530Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T11:05:20.530Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T11:05:20.530Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T11:05:20.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:20.791Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T11:05:20.791Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T11:05:21.053Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T11:05:21.340Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:21.340Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:21.340Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:05:21.340Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T11:05:21.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:21.601Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T11:05:21.601Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T11:05:21.602Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T11:05:21.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:21.862Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T11:05:21.862Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T11:05:21.862Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T11:05:21.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:21.862Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T11:05:22.123Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T11:05:22.123Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T11:05:22.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:22.386Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T11:05:22.386Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T11:05:22.386Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T11:05:22.647Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:22.647Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T11:05:22.647Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T11:05:22.909Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T11:05:22.909Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:05:22.909Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T11:05:22.909Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T11:05:23.208Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T11:05:23.208Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T11:05:23.208Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T11:05:23.208Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T11:05:23.469Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T11:05:23.469Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T11:05:23.469Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T11:05:23.469Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T11:05:23.730Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T11:05:23.730Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T11:05:23.991Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T11:05:23.991Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T11:05:24.252Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T11:05:24.253Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T11:05:24.253Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T11:05:24.253Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T11:05:24.825Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T11:05:24.825Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T11:05:24.825Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T11:05:24.825Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T11:05:25.087Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T11:05:25.087Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T11:05:25.087Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T11:05:25.087Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T11:05:25.349Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T11:05:25.349Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T11:05:26.294Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T11:05:26.294Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T11:05:26.294Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T11:05:26.555Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T11:05:26.555Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:05:26.555Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:05:26.817Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:05:27.078Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:05:27.078Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:05:27.078Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:05:27.078Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:05:27.340Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:05:27.340Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:27.340Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:27.614Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:27.614Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:27.614Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:27.614Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:27.876Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:27.876Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:28.814Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:28.814Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:29.766Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:29.766Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:30.405Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:30.405Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:30.706Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:31.047Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:31.689Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:05:31.689Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:05:31.689Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:05:31.689Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:05:31.949Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T11:05:31.949Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:05:32.210Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T11:05:32.210Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:05:32.210Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T11:05:32.210Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T11:05:32.472Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:05:32.472Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:05:32.472Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:05:32.472Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:05:32.736Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T11:05:32.736Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T11:05:32.736Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:32.997Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:05:32.997Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:32.997Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:32.997Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:32.997Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T11:05:32.997Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T11:05:32.997Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T11:05:33.259Z] [2021-02-04T11:05:33.259Z] Current default time zone: 'Etc/UTC' [2021-02-04T11:05:33.259Z] Local time is now: Thu Feb 4 11:05:33 UTC 2021. [2021-02-04T11:05:33.259Z] Universal Time is now: Thu Feb 4 11:05:33 UTC 2021. [2021-02-04T11:05:33.259Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T11:05:33.259Z] [2021-02-04T11:05:33.259Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T11:05:33.259Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:33.259Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T11:05:33.259Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:05:33.522Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T11:05:33.522Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T11:05:33.522Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T11:05:33.522Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T11:05:33.522Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T11:05:33.522Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T11:05:33.522Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:33.522Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T11:05:33.781Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:34.048Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:05:34.048Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:34.048Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T11:05:34.048Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T11:05:34.048Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T11:05:34.048Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T11:05:34.048Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T11:05:34.048Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T11:05:34.048Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:05:34.048Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T11:05:35.963Z] Updating certificates in /etc/ssl/certs... [2021-02-04T11:05:36.910Z] 23 added, 27 removed; done. [2021-02-04T11:05:36.910Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T11:05:36.910Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:05:36.910Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T11:05:36.910Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T11:05:36.910Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T11:05:36.910Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:36.910Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:05:36.910Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:37.173Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:37.173Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:37.173Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:37.173Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:37.173Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T11:05:37.173Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:05:37.173Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:05:37.173Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T11:05:37.173Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:05:37.434Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:37.434Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:05:37.434Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:05:37.434Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T11:05:37.434Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:05:37.434Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:05:37.434Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T11:05:37.696Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T11:05:37.696Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T11:05:37.696Z] Updating certificates in /etc/ssl/certs... [2021-02-04T11:05:38.268Z] 0 added, 0 removed; done. [2021-02-04T11:05:38.268Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T11:05:38.268Z] done. [2021-02-04T11:05:38.839Z] Reading package lists... [2021-02-04T11:05:38.839Z] Building dependency tree... [2021-02-04T11:05:38.839Z] Reading state information... [2021-02-04T11:05:39.101Z] The following NEW packages will be installed: [2021-02-04T11:05:39.101Z] apt-transport-https [2021-02-04T11:05:39.101Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:05:39.101Z] Need to get 1696 B of archives. [2021-02-04T11:05:39.101Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T11:05:39.101Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T11:05:39.101Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:05:39.101Z] Fetched 1696 B in 0s (41.2 kB/s) [2021-02-04T11:05:39.101Z] Selecting previously unselected package apt-transport-https. [2021-02-04T11:05:39.101Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T11:05:39.101Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T11:05:39.101Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T11:05:39.361Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T11:05:39.623Z] Waiting for network to be ready... [2021-02-04T11:05:46.209Z] 2021-02-04T11:05:42Z INFO Waiting for automatic snapd restart... [2021-02-04T11:05:46.209Z] snapd 2.48.2 from Canonical* installed [2021-02-04T11:05:46.469Z] "snapd" switched to the "latest/stable" channel [2021-02-04T11:05:46.469Z] [2021-02-04T11:05:49.009Z] core18 20201210 from Canonical* installed [2021-02-04T11:05:49.269Z] "core18" switched to the "latest/stable" channel [2021-02-04T11:05:49.269Z] [2021-02-04T11:05:52.567Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T11:05:52.567Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T11:05:52.567Z] [2021-02-04T11:05:55.862Z] 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-02-04T11:05:55.862Z] - README.md [2021-02-04T11:05:55.862Z] - snapcraft.yaml.orig [2021-02-04T11:05:55.862Z] [2021-02-04T11:05:55.862Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T11:06:02.442Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:06:02.442Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:06:02.442Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:06:02.702Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:06:03.901Z] Reading package lists... [2021-02-04T11:06:03.901Z] 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-02-04T11:06:04.231Z] 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-02-04T11:06:04.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T11:06:10.480Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:06:10.480Z] Reading package lists... [2021-02-04T11:06:10.480Z] Building dependency tree... [2021-02-04T11:06:10.480Z] Reading state information... [2021-02-04T11:06:10.480Z] Suggested packages: [2021-02-04T11:06:10.480Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T11:06:10.480Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T11:06:10.480Z] Recommended packages: [2021-02-04T11:06:10.480Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T11:06:10.480Z] The following NEW packages will be installed: [2021-02-04T11:06:10.480Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T11:06:10.480Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T11:06:10.480Z] pkg-config zip [2021-02-04T11:06:10.480Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:06:10.480Z] Need to get 7655 kB of archives. [2021-02-04T11:06:10.480Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T11:06:10.480Z] 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-02-04T11:06:10.741Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T11:06:10.741Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T11:06:10.741Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T11:06:10.741Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T11:06:11.002Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T11:06:11.003Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T11:06:11.003Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T11:06:11.003Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T11:06:11.263Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T11:06:11.263Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T11:06:11.263Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T11:06:11.263Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T11:06:11.263Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T11:06:11.263Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T11:06:11.523Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:06:11.523Z] Fetched 7655 kB in 1s (8444 kB/s) [2021-02-04T11:06:11.523Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T11:06:11.523Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T11:06:11.523Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T11:06:11.523Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T11:06:11.784Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T11:06:11.784Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T11:06:11.784Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T11:06:11.784Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T11:06:11.784Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T11:06:12.045Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T11:06:12.045Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T11:06:12.045Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T11:06:12.045Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T11:06:12.045Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T11:06:12.045Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T11:06:12.045Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T11:06:12.306Z] Selecting previously unselected package liberror-perl. [2021-02-04T11:06:12.306Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T11:06:12.306Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T11:06:12.306Z] Selecting previously unselected package git-man. [2021-02-04T11:06:12.306Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T11:06:12.306Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:06:12.569Z] Selecting previously unselected package git. [2021-02-04T11:06:12.569Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T11:06:12.569Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:06:13.139Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T11:06:13.140Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T11:06:13.400Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T11:06:13.400Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T11:06:13.400Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T11:06:13.400Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T11:06:13.661Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T11:06:13.661Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T11:06:13.661Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T11:06:13.661Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T11:06:13.661Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T11:06:13.661Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:06:13.923Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T11:06:13.923Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T11:06:13.923Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:06:13.923Z] Selecting previously unselected package pkg-config. [2021-02-04T11:06:13.923Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T11:06:13.923Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T11:06:13.923Z] Selecting previously unselected package zip. [2021-02-04T11:06:13.923Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T11:06:14.184Z] Unpacking zip (3.0-11build1) ... [2021-02-04T11:06:14.184Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T11:06:14.184Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:06:14.184Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T11:06:14.184Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T11:06:14.184Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T11:06:14.184Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T11:06:14.184Z] No schema files found: doing nothing. [2021-02-04T11:06:14.184Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T11:06:14.184Z] Setting up zip (3.0-11build1) ... [2021-02-04T11:06:14.184Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T11:06:14.184Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T11:06:14.184Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T11:06:14.444Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:06:14.444Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T11:06:14.444Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:06:14.444Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:06:14.444Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:06:19.363Z] Removing intermediate container e39fda8d3c78 [2021-02-04T11:06:19.363Z] ---> 6b2eb3e44f29 [2021-02-04T11:06:19.363Z] [2021-02-04T11:06:19.363Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T11:06:19.363Z] 3.12: Pulling from library/alpine [2021-02-04T11:06:19.363Z] Removing intermediate container 797865a17e94 [2021-02-04T11:06:19.363Z] ---> 6c115e53898a [2021-02-04T11:06:19.363Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T11:06:19.363Z] Removing intermediate container dd0cf2458c22 [2021-02-04T11:06:19.363Z] ---> 234b280f2978 [2021-02-04T11:06:19.363Z] [2021-02-04T11:06:19.363Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T11:06:19.363Z] ---> Running in 1779e9d98539 [2021-02-04T11:06:19.363Z] 3.12: Pulling from library/alpine [2021-02-04T11:06:19.984Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T11:06:19.984Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T11:06:19.984Z] Status: Image is up to date for alpine:3.12 [2021-02-04T11:06:19.984Z] ---> afeebe901d6b [2021-02-04T11:06:19.984Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T11:06:19.984Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T11:06:19.984Z] ---> afeebe901d6b [2021-02-04T11:06:19.984Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T11:06:20.594Z] ---> Running in a40ac58424fd [2021-02-04T11:06:20.594Z] ---> Running in a2874d38919e [2021-02-04T11:06:21.025Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:06:21.025Z] git set to automatically installed. [2021-02-04T11:06:21.025Z] git-man set to automatically installed. [2021-02-04T11:06:21.025Z] libcurl3-gnutls set to automatically installed. [2021-02-04T11:06:21.025Z] liberror-perl set to automatically installed. [2021-02-04T11:06:21.025Z] libglib2.0-0 set to automatically installed. [2021-02-04T11:06:21.025Z] libnghttp2-14 set to automatically installed. [2021-02-04T11:06:21.025Z] libnorm1 set to automatically installed. [2021-02-04T11:06:21.025Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T11:06:21.025Z] libpsl5 set to automatically installed. [2021-02-04T11:06:21.025Z] librtmp1 set to automatically installed. [2021-02-04T11:06:21.025Z] libsodium23 set to automatically installed. [2021-02-04T11:06:21.025Z] libzmq3-dev set to automatically installed. [2021-02-04T11:06:21.025Z] libzmq5 set to automatically installed. [2021-02-04T11:06:21.025Z] pkg-config set to automatically installed. [2021-02-04T11:06:21.025Z] zip set to automatically installed. [2021-02-04T11:06:21.195Z] 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-02-04T11:06:22.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:22.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:22.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:22.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:22.936Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T11:06:23.905Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T11:06:23.905Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T11:06:23.905Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:06:23.905Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T11:06:23.905Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:06:23.905Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T11:06:23.905Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T11:06:23.905Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T11:06:23.905Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T11:06:23.905Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:23.905Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:23.905Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:06:23.905Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:06:24.183Z] OK: 7 MiB in 19 packages [2021-02-04T11:06:24.457Z] OK: 7 MiB in 18 packages [2021-02-04T11:06:27.860Z] Removing intermediate container 1779e9d98539 [2021-02-04T11:06:27.860Z] ---> 55db5cca8de6 [2021-02-04T11:06:27.860Z] [2021-02-04T11:06:27.860Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T11:06:27.860Z] 20.10.0: Pulling from library/docker [2021-02-04T11:06:27.860Z] Removing intermediate container a2874d38919e [2021-02-04T11:06:27.860Z] ---> ff20b853e550 [2021-02-04T11:06:27.860Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T11:06:27.860Z] Removing intermediate container a40ac58424fd [2021-02-04T11:06:27.860Z] ---> 1a9fd17e76bc [2021-02-04T11:06:27.860Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T11:06:28.459Z] ---> Running in 9515de999632 [2021-02-04T11:06:28.459Z] ---> Running in 2e7d30cbb378 [2021-02-04T11:06:29.525Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:06:29.785Z] snap "core18" has no updates available [2021-02-04T11:06:29.900Z] Removing intermediate container 2e7d30cbb378 [2021-02-04T11:06:29.900Z] ---> 798f7c4e4a98 [2021-02-04T11:06:29.900Z] Step 13/24 : WORKDIR / [2021-02-04T11:06:29.900Z] Removing intermediate container 9515de999632 [2021-02-04T11:06:29.900Z] ---> 7f0636f92534 [2021-02-04T11:06:29.900Z] Step 13/21 : WORKDIR /edgex [2021-02-04T11:06:31.645Z] Pulling config-common [2021-02-04T11:06:31.645Z] Pulling go-build-helper [2021-02-04T11:06:31.667Z] ---> Running in 5b1882d8b1e7 [2021-02-04T11:06:31.667Z] ---> Running in 2da94e2d97a9 [2021-02-04T11:06:31.954Z] Removing intermediate container 5b1882d8b1e7 [2021-02-04T11:06:31.954Z] ---> 4e9db1983264 [2021-02-04T11:06:31.954Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T11:06:32.559Z] Removing intermediate container 2da94e2d97a9 [2021-02-04T11:06:32.559Z] ---> 0cd511c7ce8f [2021-02-04T11:06:32.559Z] 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-02-04T11:06:33.154Z] Removing intermediate container a9fb8677e651 [2021-02-04T11:06:33.154Z] ---> 2534e72711ce [2021-02-04T11:06:33.154Z] [2021-02-04T11:06:33.154Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T11:06:33.154Z] ---> afeebe901d6b [2021-02-04T11:06:33.154Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:06:33.425Z] ---> b1455f4f84a8 [2021-02-04T11:06:33.425Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T11:06:33.696Z] ---> Running in ab8628ccc07e [2021-02-04T11:06:33.966Z] ---> 884ba44a1dcc [2021-02-04T11:06:33.966Z] 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-02-04T11:06:35.993Z] ---> fba7bd10dfa1 [2021-02-04T11:06:35.993Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T11:06:35.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:36.266Z] ---> dc5b14a88c94 [2021-02-04T11:06:36.266Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T11:06:36.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:37.142Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T11:06:37.142Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:37.142Z] OK: 5 MiB in 15 packages [2021-02-04T11:06:37.747Z] ---> 84458aaf5953 [2021-02-04T11:06:37.747Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T11:06:39.220Z] ---> 7f3f657d3db0 [2021-02-04T11:06:39.220Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T11:06:39.220Z] ---> Running in ec56117c04b9 [2021-02-04T11:06:39.220Z] Removing intermediate container ab8628ccc07e [2021-02-04T11:06:39.220Z] ---> e40c6605a8f0 [2021-02-04T11:06:39.220Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:06:39.847Z] ---> Running in 5d9f4c04d319 [2021-02-04T11:06:40.122Z] ---> f4a24b44d6e8 [2021-02-04T11:06:40.122Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T11:06:40.122Z] Removing intermediate container ec56117c04b9 [2021-02-04T11:06:40.122Z] ---> 602db70164e8 [2021-02-04T11:06:40.122Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T11:06:40.718Z] Removing intermediate container 5d9f4c04d319 [2021-02-04T11:06:40.718Z] ---> 7de691c33d13 [2021-02-04T11:06:40.718Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T11:06:41.312Z] ---> Running in a320b9126300 [2021-02-04T11:06:41.584Z] ---> Running in b8bb618bb43d [2021-02-04T11:06:42.183Z] ---> d87ec7b11bd1 [2021-02-04T11:06:42.183Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T11:06:42.183Z] Removing intermediate container a320b9126300 [2021-02-04T11:06:42.183Z] ---> 3ea6fca4a8fc [2021-02-04T11:06:42.183Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T11:06:42.457Z] Removing intermediate container b8bb618bb43d [2021-02-04T11:06:42.457Z] ---> 34af7d6955af [2021-02-04T11:06:42.457Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T11:06:42.736Z] ---> Running in 8839219e4330 [2021-02-04T11:06:43.009Z] ---> Running in c66f6cc01379 [2021-02-04T11:06:43.282Z] ---> f2685bf97e85 [2021-02-04T11:06:43.282Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T11:06:43.879Z] ---> Running in 98d2e9845896 [2021-02-04T11:06:43.879Z] Removing intermediate container 8839219e4330 [2021-02-04T11:06:43.879Z] ---> c82afb07c5a1 [2021-02-04T11:06:43.879Z] Step 20/21 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:06:43.879Z] Removing intermediate container c66f6cc01379 [2021-02-04T11:06:43.879Z] ---> 03c3d02d71f5 [2021-02-04T11:06:43.879Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:06:44.484Z] ---> Running in 24487fb61959 [2021-02-04T11:06:45.465Z] ---> 2a88acaf14fe [2021-02-04T11:06:45.465Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T11:06:45.465Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T11:06:45.465Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T11:06:45.465Z] ---> eeaf43b92773 [2021-02-04T11:06:45.465Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T11:06:45.465Z] Removing intermediate container 24487fb61959 [2021-02-04T11:06:45.465Z] ---> ac402b0327b9 [2021-02-04T11:06:45.465Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T11:06:45.749Z] Removing intermediate container 3732e2403c2c [2021-02-04T11:06:45.749Z] ---> 518c385b9b54 [2021-02-04T11:06:45.749Z] [2021-02-04T11:06:45.749Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:06:45.749Z] ---> afeebe901d6b [2021-02-04T11:06:45.749Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T11:06:46.023Z] ---> Running in f12ca3efe8c6 [2021-02-04T11:06:46.023Z] ---> Running in 56adc61e8a5b [2021-02-04T11:06:46.299Z] ---> Running in eacca6d4932a [2021-02-04T11:06:46.901Z] Removing intermediate container f12ca3efe8c6 [2021-02-04T11:06:46.901Z] ---> 26637e09738e [2021-02-04T11:06:46.901Z] [2021-02-04T11:06:46.901Z] ---> bc958162b4b8 [2021-02-04T11:06:46.901Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T11:06:47.176Z] Removing intermediate container eacca6d4932a [2021-02-04T11:06:47.176Z] ---> 008658f17051 [2021-02-04T11:06:47.176Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T11:06:47.451Z] Removing intermediate container 98d2e9845896 [2021-02-04T11:06:47.451Z] ---> f7f68d5dcf74 [2021-02-04T11:06:47.451Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T11:06:47.451Z] ---> Running in 9f1aaa5e6b09 [2021-02-04T11:06:47.451Z] Successfully built 26637e09738e [2021-02-04T11:06:47.726Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T11:06:47.726Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-04T11:06:47.726Z] ---> Running in f0713bec8372 [2021-02-04T11:06:48.000Z] ---> c4c416580925 [2021-02-04T11:06:48.000Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T11:06:48.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:48.273Z] Removing intermediate container 9f1aaa5e6b09 [2021-02-04T11:06:48.273Z] ---> a1f99c9e04ba [2021-02-04T11:06:48.273Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T11:06:48.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:48.273Z] ---> Running in 6c89dd00bf32 [2021-02-04T11:06:48.547Z] Removing intermediate container f0713bec8372 [2021-02-04T11:06:48.547Z] ---> 06cedd2800cb [2021-02-04T11:06:48.547Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T11:06:48.547Z] ---> Running in c64493aaa833 [2021-02-04T11:06:48.828Z] ---> Running in 9a8a6fd9a54f [2021-02-04T11:06:49.105Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T11:06:49.105Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T11:06:49.105Z] Executing bash-5.0.17-r0.post-install [2021-02-04T11:06:49.105Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:49.105Z] Removing intermediate container 6c89dd00bf32 [2021-02-04T11:06:49.105Z] ---> 630fbd4b46d2 [2021-02-04T11:06:49.105Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:06:49.105Z] OK: 12 MiB in 22 packages [2021-02-04T11:06:49.703Z] Removing intermediate container c64493aaa833 [2021-02-04T11:06:49.703Z] ---> f2dd4b9fd370 [2021-02-04T11:06:49.703Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:06:49.703Z] Removing intermediate container 9a8a6fd9a54f [2021-02-04T11:06:49.703Z] ---> 41be0a2ee24e [2021-02-04T11:06:49.703Z] Step 23/24 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:06:50.323Z] ---> Running in b7f85889acc2 [2021-02-04T11:06:50.918Z] ---> Running in 317598c9197a [2021-02-04T11:06:50.918Z] ---> Running in 804e3bb32347 [2021-02-04T11:06:51.197Z] Removing intermediate container b7f85889acc2 [2021-02-04T11:06:51.197Z] ---> 23f70bf82ff5 [2021-02-04T11:06:51.197Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T11:06:51.790Z] Removing intermediate container 317598c9197a [2021-02-04T11:06:51.790Z] ---> 0bf6d13ee6ad [2021-02-04T11:06:51.790Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T11:06:51.791Z] ---> Running in 21df974b190f [2021-02-04T11:06:52.063Z] Removing intermediate container 56adc61e8a5b [2021-02-04T11:06:52.063Z] ---> 95c632c52209 [2021-02-04T11:06:52.063Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T11:06:52.336Z] ---> Running in 0da5643ddd8d [2021-02-04T11:06:52.611Z] ---> Running in 02c0444511e4 [2021-02-04T11:06:52.892Z] Removing intermediate container 21df974b190f [2021-02-04T11:06:52.892Z] ---> 43995b6e9df0 [2021-02-04T11:06:52.892Z] Step 21/22 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:06:53.165Z] Removing intermediate container 0da5643ddd8d [2021-02-04T11:06:53.165Z] ---> b43a32f9f0dd [2021-02-04T11:06:53.165Z] [2021-02-04T11:06:53.769Z] ---> Running in d67799a20fda [2021-02-04T11:06:53.769Z] Removing intermediate container 02c0444511e4 [2021-02-04T11:06:53.769Z] ---> df22d0fbb46f [2021-02-04T11:06:53.769Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T11:06:53.769Z] Successfully built b43a32f9f0dd [2021-02-04T11:06:53.769Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T11:06:53.769Z] Building docker-core-command-go [2021-02-04T11:06:54.057Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 2bce16f04ac7 [2021-02-04T11:06:54.057Z] Removing intermediate container d67799a20fda [2021-02-04T11:06:54.057Z] ---> b1ce7b8e3a05 [2021-02-04T11:06:54.057Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T11:06:54.331Z] Removing intermediate container 804e3bb32347 [2021-02-04T11:06:54.331Z] ---> 390feb63a241 [2021-02-04T11:06:54.331Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T11:06:54.331Z] ---> Running in 63885d9e9a5e [2021-02-04T11:06:54.603Z] ---> Running in e14848330445 [2021-02-04T11:06:54.603Z] Removing intermediate container 2bce16f04ac7 [2021-02-04T11:06:54.603Z] ---> 42b7bbe38648 [2021-02-04T11:06:54.603Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T11:06:54.883Z] ---> Running in 49818c8fd49d [2021-02-04T11:06:54.883Z] Removing intermediate container 63885d9e9a5e [2021-02-04T11:06:54.883Z] ---> 99348605e818 [2021-02-04T11:06:54.883Z] [2021-02-04T11:06:55.485Z] Successfully built 99348605e818 [2021-02-04T11:06:55.760Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T11:06:55.760Z] Building docker-support-notifications-go [2021-02-04T11:06:55.760Z]  Building docker-support-scheduler-go ... done Removing intermediate container 49818c8fd49d [2021-02-04T11:06:55.760Z] ---> 8ecea3f76238 [2021-02-04T11:06:55.760Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T11:06:56.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:57.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:57.312Z] ---> 1fd8427496ec [2021-02-04T11:06:57.312Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T11:06:57.591Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T11:06:57.591Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T11:06:57.870Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T11:06:57.870Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T11:06:58.150Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T11:06:58.150Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T11:06:58.248Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T11:06:58.248Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T11:06:58.248Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T11:06:58.248Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T11:06:58.249Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T11:06:58.249Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T11:06:58.249Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T11:06:58.249Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T11:06:58.249Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T11:06:58.249Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T11:06:58.249Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T11:06:58.249Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T11:06:58.249Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T11:06:58.249Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T11:06:58.249Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T11:06:58.249Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T11:06:58.249Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T11:06:58.249Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T11:06:58.249Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T11:06:58.249Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T11:06:58.249Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T11:06:58.249Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T11:06:58.249Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T11:06:58.249Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T11:06:58.249Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T11:06:58.249Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T11:06:58.249Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T11:06:58.249Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T11:06:58.249Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T11:06:58.249Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T11:06:58.249Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T11:06:58.249Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T11:06:58.249Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T11:06:58.249Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T11:06:58.249Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T11:06:58.249Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T11:06:58.249Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T11:06:58.249Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T11:06:58.249Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T11:06:58.249Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T11:06:58.249Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T11:06:58.249Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T11:06:58.249Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T11:06:58.249Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T11:06:58.249Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T11:06:58.249Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T11:06:58.249Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T11:06:58.249Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T11:06:58.249Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T11:06:58.249Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T11:06:58.249Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T11:06:58.249Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T11:06:58.249Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T11:06:58.249Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T11:06:58.249Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T11:06:58.249Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T11:06:58.249Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T11:06:58.249Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T11:06:58.249Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T11:06:58.249Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T11:06:58.249Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T11:06:58.249Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T11:06:58.249Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T11:06:58.249Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T11:06:58.430Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:58.430Z] OK: 8 MiB in 20 packages [2021-02-04T11:06:59.032Z] ---> df4a69bba58a [2021-02-04T11:06:59.032Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T11:07:00.805Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T11:07:00.805Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T11:07:00.805Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T11:07:00.805Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T11:07:00.805Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T11:07:00.805Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T11:07:00.805Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T11:07:00.805Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T11:07:00.805Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T11:07:00.805Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T11:07:00.805Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T11:07:00.805Z] Pulling static-packages [2021-02-04T11:07:01.025Z] ---> 25a6f2dbf935 [2021-02-04T11:07:01.025Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T11:07:01.025Z] Removing intermediate container e14848330445 [2021-02-04T11:07:01.025Z] ---> be704efead5f [2021-02-04T11:07:01.025Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:07:01.323Z] ---> Running in 302c3a2b73ff [2021-02-04T11:07:01.373Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-04T11:07:01.373Z] Skipping pull go-build-helper (already ran) [2021-02-04T11:07:01.373Z] Skipping pull static-packages (already ran) [2021-02-04T11:07:01.373Z] Building go-build-helper [2021-02-04T11:07:02.763Z] ---> ed1cacf5e4c9 [2021-02-04T11:07:02.763Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T11:07:03.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:03.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:03.915Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T11:07:03.915Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T11:07:03.915Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T11:07:03.916Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T11:07:03.916Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T11:07:03.916Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T11:07:03.916Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T11:07:04.673Z] Building static-packages [2021-02-04T11:07:05.356Z] ---> 3476c1c4dfbe [2021-02-04T11:07:05.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T11:07:05.975Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T11:07:05.975Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T11:07:05.975Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T11:07:05.975Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T11:07:05.975Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T11:07:05.975Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T11:07:05.975Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T11:07:05.975Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T11:07:05.975Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T11:07:05.975Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T11:07:06.248Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T11:07:06.248Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T11:07:06.248Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T11:07:06.248Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T11:07:06.248Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T11:07:06.248Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T11:07:06.248Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T11:07:06.248Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T11:07:06.248Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T11:07:06.523Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T11:07:06.523Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T11:07:06.523Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T11:07:06.523Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T11:07:06.523Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T11:07:06.523Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T11:07:06.523Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T11:07:06.523Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:07:06.741Z] Staging go-build-helper [2021-02-04T11:07:06.798Z] OK: 71 MiB in 55 packages [2021-02-04T11:07:07.076Z] ---> 0db5395d0593 [2021-02-04T11:07:07.076Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T11:07:07.685Z] ---> Running in 21a3c823cfe7 [2021-02-04T11:07:07.735Z] Staging static-packages [2021-02-04T11:07:08.306Z] Pulling go115 [2021-02-04T11:07:08.677Z] Removing intermediate container 21a3c823cfe7 [2021-02-04T11:07:08.677Z] ---> 5b070901ac45 [2021-02-04T11:07:08.677Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:07:09.245Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T11:07:09.245Z] Skipping pull go115 (already ran) [2021-02-04T11:07:09.245Z] Building go115 [2021-02-04T11:07:09.245Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T11:07:09.245Z] Dload Upload Total Spent Left Speed [2021-02-04T11:07:09.275Z] ---> Running in 97c3d6d11ce3 [2021-02-04T11:07:10.284Z] Removing intermediate container 97c3d6d11ce3 [2021-02-04T11:07:10.284Z] ---> a9d696347af9 [2021-02-04T11:07:10.284Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:07:10.889Z] ---> Running in aba6e0dcf075 [2021-02-04T11:07:11.495Z] Removing intermediate container aba6e0dcf075 [2021-02-04T11:07:11.495Z] ---> 82457f7f5c95 [2021-02-04T11:07:11.495Z] Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:07:11.746Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 10.2M 0 0 20.6M 0 0:00:05 --:--:-- 0:00:05 20.6M 46 115M 46 53.5M 0 0 35.8M 0 0:00:03 0:00:01 0:00:02 35.7M 97 115M 97 113M 0 0 45.0M 0 0:00:02 0:00:02 --:--:-- 45.0M 100 115M 100 115M 0 0 45.3M 0 0:00:02 0:00:02 --:--:-- 45.3M [2021-02-04T11:07:12.090Z] ---> Running in 565c31f8c121 [2021-02-04T11:07:12.313Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T11:07:12.689Z] Removing intermediate container 565c31f8c121 [2021-02-04T11:07:12.689Z] ---> 0ca429af1c9f [2021-02-04T11:07:12.689Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:07:12.965Z] ---> Running in 742a1018cc81 [2021-02-04T11:07:13.574Z] Removing intermediate container 742a1018cc81 [2021-02-04T11:07:13.574Z] ---> c6eb07658e82 [2021-02-04T11:07:13.574Z] [2021-02-04T11:07:14.560Z] Successfully built c6eb07658e82 [2021-02-04T11:07:14.560Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T11:07:14.560Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-02-04T11:07:14.560Z] Removing intermediate container 302c3a2b73ff [2021-02-04T11:07:14.560Z] ---> a08d9f34dea2 [2021-02-04T11:07:14.560Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T11:07:15.161Z] ---> Running in 02d7cc6154cd [2021-02-04T11:07:16.510Z] Staging go115 [2021-02-04T11:07:20.658Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:07:20.659Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:07:20.659Z] ---> d8afff2bfd92 [2021-02-04T11:07:20.659Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T11:07:20.659Z] ---> Using cache [2021-02-04T11:07:20.659Z] ---> 4d8d572aa320 [2021-02-04T11:07:20.659Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:07:20.659Z] ---> Using cache [2021-02-04T11:07:20.659Z] ---> 170c929c6d2b [2021-02-04T11:07:20.659Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T11:07:20.659Z] Collecting docker-compose==1.23.2 [2021-02-04T11:07:20.930Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T11:07:21.827Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:07:21.827Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:07:21.827Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:07:21.827Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T11:07:21.827Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T11:07:21.827Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T11:07:21.827Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T11:07:21.827Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T11:07:21.827Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T11:07:21.827Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T11:07:21.827Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T11:07:21.827Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T11:07:21.827Z] Pulling edgex-go [2021-02-04T11:07:22.398Z] Pulling version [2021-02-04T11:07:22.910Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T11:07:22.910Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T11:07:23.183Z] ---> Running in 3d3ab47da546 [2021-02-04T11:07:23.337Z] Building config-common [2021-02-04T11:07:24.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:24.617Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T11:07:24.617Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T11:07:25.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:25.244Z] Skipping build go-build-helper (already ran) [2021-02-04T11:07:25.244Z] Skipping build static-packages (already ran) [2021-02-04T11:07:25.244Z] Skipping build go115 (already ran) [2021-02-04T11:07:25.244Z] Building edgex-go [2021-02-04T11:07:25.487Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T11:07:25.487Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T11:07:25.505Z] 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-02-04T11:07:26.084Z] OK: 217 MiB in 51 packages [2021-02-04T11:07:26.084Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T11:07:26.357Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T11:07:26.885Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T11:07:26.885Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-04T11:07:26.885Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T11:07:26.885Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T11:07:26.885Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-04T11:07:26.885Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T11:07:26.885Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-04T11:07:26.886Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T11:07:26.886Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T11:07:26.886Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T11:07:26.886Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T11:07:26.886Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T11:07:26.886Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T11:07:26.886Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T11:07:26.886Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T11:07:26.886Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T11:07:26.886Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T11:07:26.886Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T11:07:26.886Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T11:07:26.886Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T11:07:26.886Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T11:07:26.886Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T11:07:26.886Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T11:07:26.886Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T11:07:26.886Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T11:07:27.146Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T11:07:27.146Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T11:07:27.146Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T11:07:27.146Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T11:07:27.146Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T11:07:27.440Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T11:07:27.440Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T11:07:29.422Z] Removing intermediate container 3d3ab47da546 [2021-02-04T11:07:29.422Z] ---> f6e388a38f55 [2021-02-04T11:07:29.422Z] Step 6/31 : COPY go.mod . [2021-02-04T11:07:30.403Z] ---> 7e54c6a8d3ef [2021-02-04T11:07:30.403Z] Step 7/31 : RUN go mod download [2021-02-04T11:07:30.683Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T11:07:30.683Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T11:07:30.683Z] ---> Running in a9a1c54a2132 [2021-02-04T11:07:33.317Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T11:07:33.317Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T11:07:33.722Z] 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-02-04T11:07:34.755Z] Removing intermediate container a9a1c54a2132 [2021-02-04T11:07:34.755Z] ---> dfb551b758ca [2021-02-04T11:07:34.755Z] Step 8/31 : COPY . . [2021-02-04T11:07:35.358Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:07:35.358Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:07:35.358Z] ---> d8afff2bfd92 [2021-02-04T11:07:35.358Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:07:35.358Z] ---> Using cache [2021-02-04T11:07:35.358Z] ---> 4d8d572aa320 [2021-02-04T11:07:35.358Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:07:35.358Z] ---> Using cache [2021-02-04T11:07:35.358Z] ---> 170c929c6d2b [2021-02-04T11:07:35.358Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T11:07:35.358Z] ---> Using cache [2021-02-04T11:07:35.358Z] ---> f6e388a38f55 [2021-02-04T11:07:35.358Z] Step 6/23 : COPY go.mod . [2021-02-04T11:07:35.358Z] ---> Using cache [2021-02-04T11:07:35.358Z] ---> 7e54c6a8d3ef [2021-02-04T11:07:35.358Z] Step 7/23 : RUN go mod download [2021-02-04T11:07:35.358Z] ---> Using cache [2021-02-04T11:07:35.358Z] ---> dfb551b758ca [2021-02-04T11:07:35.358Z] Step 8/23 : COPY . . [2021-02-04T11:07:35.970Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:07:35.970Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:07:35.970Z] ---> d8afff2bfd92 [2021-02-04T11:07:35.970Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T11:07:35.970Z] ---> Using cache [2021-02-04T11:07:35.970Z] ---> 4d8d572aa320 [2021-02-04T11:07:35.970Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:07:35.970Z] ---> Using cache [2021-02-04T11:07:35.970Z] ---> 170c929c6d2b [2021-02-04T11:07:35.970Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T11:07:35.970Z] 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-02-04T11:07:36.572Z] ---> Running in 7b67e274227c [2021-02-04T11:07:37.168Z] Collecting PyYAML<4,>=3.10 [2021-02-04T11:07:37.168Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T11:07:37.916Z] 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-02-04T11:07:38.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:38.485Z] 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-02-04T11:07:38.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:39.748Z] OK: 217 MiB in 51 packages [2021-02-04T11:07:39.865Z] 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-02-04T11:07:40.125Z] 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-02-04T11:07:40.125Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T11:07:40.125Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T11:07:40.125Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T11:07:40.125Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T11:07:42.044Z] 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-02-04T11:07:42.044Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T11:07:42.044Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T11:07:42.400Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T11:07:42.400Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T11:07:42.986Z] 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-02-04T11:07:43.556Z] 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-02-04T11:07:43.556Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T11:07:43.855Z] 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-02-04T11:07:43.855Z] 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-02-04T11:07:44.467Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T11:07:44.467Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T11:07:44.744Z] Removing intermediate container 7b67e274227c [2021-02-04T11:07:44.744Z] ---> 5e2e9df98afd [2021-02-04T11:07:44.744Z] Step 6/22 : COPY go.mod . [2021-02-04T11:07:44.936Z] 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-02-04T11:07:45.346Z] Collecting idna<2.8,>=2.5 [2021-02-04T11:07:45.346Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T11:07:45.876Z] 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-02-04T11:07:45.963Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T11:07:45.963Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T11:07:46.446Z] 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-02-04T11:07:46.446Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T11:07:46.573Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T11:07:46.573Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T11:07:46.573Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T11:07:46.573Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T11:07:46.847Z] ---> 994f2df08c25 [2021-02-04T11:07:46.847Z] Step 7/22 : RUN go mod download [2021-02-04T11:07:47.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T11:07:47.385Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T11:07:47.822Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:07:47.822Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:07:47.822Z] ---> d8afff2bfd92 [2021-02-04T11:07:47.822Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:07:47.822Z] ---> Using cache [2021-02-04T11:07:47.822Z] ---> 4d8d572aa320 [2021-02-04T11:07:47.822Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:07:47.822Z] ---> Using cache [2021-02-04T11:07:47.822Z] ---> 170c929c6d2b [2021-02-04T11:07:47.822Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T11:07:47.822Z] ---> Using cache [2021-02-04T11:07:47.822Z] ---> f6e388a38f55 [2021-02-04T11:07:47.822Z] Step 6/23 : COPY go.mod . [2021-02-04T11:07:47.822Z] ---> Using cache [2021-02-04T11:07:47.822Z] ---> 7e54c6a8d3ef [2021-02-04T11:07:47.822Z] Step 7/23 : RUN go mod download [2021-02-04T11:07:47.822Z] ---> Using cache [2021-02-04T11:07:47.822Z] ---> dfb551b758ca [2021-02-04T11:07:47.822Z] Step 8/23 : COPY . . [2021-02-04T11:07:47.822Z] ---> Running in aae89ed2f559 [2021-02-04T11:07:47.822Z] Installing collected packages: jsonschema, urllib3, idna, requests, websocket-client, cached-property, docopt, dockerpty, texttable, PyYAML, docker-pycreds, docker, docker-compose [2021-02-04T11:07:48.094Z] Attempting uninstall: urllib3 [2021-02-04T11:07:48.094Z] Found existing installation: urllib3 1.25.9 [2021-02-04T11:07:48.094Z] Uninstalling urllib3-1.25.9: [2021-02-04T11:07:48.367Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T11:07:48.964Z] Attempting uninstall: idna [2021-02-04T11:07:48.964Z] Found existing installation: idna 2.9 [2021-02-04T11:07:48.964Z] Uninstalling idna-2.9: [2021-02-04T11:07:49.239Z] Successfully uninstalled idna-2.9 [2021-02-04T11:07:49.833Z] Attempting uninstall: requests [2021-02-04T11:07:49.833Z] Found existing installation: requests 2.23.0 [2021-02-04T11:07:49.833Z] Uninstalling requests-2.23.0: [2021-02-04T11:07:49.833Z] Successfully uninstalled requests-2.23.0 [2021-02-04T11:07:49.924Z] Building version [2021-02-04T11:07:51.823Z] Running setup.py install for docopt: started [2021-02-04T11:07:51.836Z] Staging config-common [2021-02-04T11:07:52.776Z] Skipping stage go-build-helper (already ran) [2021-02-04T11:07:52.776Z] Skipping stage static-packages (already ran) [2021-02-04T11:07:52.776Z] Skipping stage go115 (already ran) [2021-02-04T11:07:52.776Z] Staging edgex-go [2021-02-04T11:07:53.716Z] Staging version [2021-02-04T11:07:53.873Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T11:07:53.873Z] Running setup.py install for dockerpty: started [2021-02-04T11:07:54.146Z] Removing intermediate container aae89ed2f559 [2021-02-04T11:07:54.146Z] ---> 0599743fada0 [2021-02-04T11:07:54.146Z] Step 8/22 : COPY . . [2021-02-04T11:07:54.666Z] Priming config-common [2021-02-04T11:07:55.607Z] Priming go-build-helper [2021-02-04T11:07:56.123Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T11:07:56.123Z] Running setup.py install for texttable: started [2021-02-04T11:07:56.547Z] Priming static-packages [2021-02-04T11:07:58.830Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T11:07:58.830Z] Running setup.py install for PyYAML: started [2021-02-04T11:07:59.091Z] Priming go115 [2021-02-04T11:07:59.661Z] Priming edgex-go [2021-02-04T11:08:00.263Z] ---> 394d47dea59c [2021-02-04T11:08:00.263Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T11:08:00.543Z] ---> 798c5ae3b9de [2021-02-04T11:08:00.543Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T11:08:00.603Z] Priming version [2021-02-04T11:08:01.139Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T11:08:01.543Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-04T11:08:01.778Z] ---> Running in 25755f1c3972 [2021-02-04T11:08:01.778Z] ---> Running in 5d103cf38a82 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-04T11:08:04.477Z] 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-02-04T11:08:04.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T11:08:04.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] // stage [Pipeline] } [2021-02-04T11:08:12.797Z] Removing intermediate container 02d7cc6154cd [2021-02-04T11:08:12.797Z] ---> d7a0122bcf3d [2021-02-04T11:08:12.797Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T11:08:13.076Z] ---> Running in 70910c6870d3 [2021-02-04T11:08:14.070Z] ---> ec7cbce11387 [2021-02-04T11:08:14.070Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T11:08:14.348Z] ---> Running in 8553eaa026af [2021-02-04T11:08:15.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:08:16.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:08:16.373Z] 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-02-04T11:08:16.978Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:08:16.979Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T11:08:16.979Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T11:08:16.979Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:08:16.979Z] OK: 71 MiB in 58 packages [2021-02-04T11:08:19.653Z] Removing intermediate container 70910c6870d3 [2021-02-04T11:08:19.653Z] ---> d76ba6204de6 [2021-02-04T11:08:19.653Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T11:08:19.653Z] ---> f4b2171cea9c [2021-02-04T11:08:19.653Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T11:08:19.927Z] ---> Running in a1a1ce5fa9d4 [2021-02-04T11:08:19.927Z] ---> Running in b8b134d43f52 [2021-02-04T11:08:20.924Z] Removing intermediate container a1a1ce5fa9d4 [2021-02-04T11:08:20.924Z] ---> b768db854512 [2021-02-04T11:08:20.924Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:08:21.202Z] ---> Running in e339bba18d39 [2021-02-04T11:08:21.805Z] 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-02-04T11:08:22.112Z] Removing intermediate container e339bba18d39 [2021-02-04T11:08:22.112Z] ---> 54f54a169f29 [2021-02-04T11:08:22.112Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T11:08:22.112Z] ---> Running in 9fdf74893dfe [2021-02-04T11:08:22.985Z] Removing intermediate container 9fdf74893dfe [2021-02-04T11:08:22.985Z] ---> 283110aad940 [2021-02-04T11:08:22.985Z] Step 25/26 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:08:22.985Z] ---> Running in bf79c497c5e4 [2021-02-04T11:08:23.634Z] Removing intermediate container bf79c497c5e4 [2021-02-04T11:08:23.634Z] ---> 2216d8d30a8f [2021-02-04T11:08:23.634Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T11:08:23.943Z] ---> Running in 20aac45f302c [2021-02-04T11:08:24.612Z] Removing intermediate container 20aac45f302c [2021-02-04T11:08:24.612Z] ---> c16907446876 [2021-02-04T11:08:24.612Z] [2021-02-04T11:08:25.230Z] Successfully built c16907446876 [2021-02-04T11:08:25.230Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T11:09:12.210Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T11:09:39.041Z] Removing intermediate container 25755f1c3972 [2021-02-04T11:09:39.041Z] ---> 2a3014466305 [2021-02-04T11:09:39.041Z] [2021-02-04T11:09:39.041Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T11:09:39.041Z] ---> afeebe901d6b [2021-02-04T11:09:39.041Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T11:09:39.041Z] ---> Running in 0b7f1f393ca9 [2021-02-04T11:09:39.041Z] Removing intermediate container 5d103cf38a82 [2021-02-04T11:09:39.041Z] ---> c6cb418540f8 [2021-02-04T11:09:39.041Z] [2021-02-04T11:09:39.041Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:09:39.041Z] ---> afeebe901d6b [2021-02-04T11:09:39.041Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:09:39.041Z] ---> Using cache [2021-02-04T11:09:39.041Z] ---> e40c6605a8f0 [2021-02-04T11:09:39.041Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:09:39.041Z] ---> Using cache [2021-02-04T11:09:39.041Z] ---> 7de691c33d13 [2021-02-04T11:09:39.041Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T11:09:39.041Z] ---> Running in fbc9335a21e2 [2021-02-04T11:09:39.041Z] Removing intermediate container 0b7f1f393ca9 [2021-02-04T11:09:39.041Z] ---> 8c1a5500b095 [2021-02-04T11:09:39.041Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T11:09:39.041Z] ---> Running in 18a12e009888 [2021-02-04T11:09:39.041Z] Removing intermediate container fbc9335a21e2 [2021-02-04T11:09:39.041Z] ---> c868988e7e99 [2021-02-04T11:09:39.041Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T11:09:39.041Z] ---> Running in 1a1936983a95 [2021-02-04T11:09:39.643Z] Removing intermediate container 1a1936983a95 [2021-02-04T11:09:39.921Z] ---> b245289d6431 [2021-02-04T11:09:39.921Z] Step 15/23 : WORKDIR / [2021-02-04T11:09:39.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:40.193Z] ---> Running in 214b5dbd198e [2021-02-04T11:09:40.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:40.786Z] Removing intermediate container 214b5dbd198e [2021-02-04T11:09:40.786Z] ---> 4750b1883cd8 [2021-02-04T11:09:40.786Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:09:40.786Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T11:09:40.786Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T11:09:40.786Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:09:41.060Z] OK: 5 MiB in 16 packages [2021-02-04T11:09:42.056Z] ---> b91a3117d3f1 [2021-02-04T11:09:42.056Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T11:09:43.050Z] Removing intermediate container 18a12e009888 [2021-02-04T11:09:43.050Z] ---> 800544e7cdf9 [2021-02-04T11:09:43.050Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T11:09:43.050Z] ---> Running in e8151fe9565c [2021-02-04T11:09:43.653Z] ---> 67be85d0805d [2021-02-04T11:09:43.653Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T11:09:43.653Z] Removing intermediate container e8151fe9565c [2021-02-04T11:09:43.653Z] ---> acdb6c939b2c [2021-02-04T11:09:43.653Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T11:09:43.931Z] ---> Running in 0c22b3686438 [2021-02-04T11:09:44.921Z] ---> d5e6c32f7c5a [2021-02-04T11:09:44.921Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T11:09:44.921Z] Removing intermediate container 0c22b3686438 [2021-02-04T11:09:44.921Z] ---> 3de8030299ae [2021-02-04T11:09:44.921Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T11:09:44.921Z] ---> Running in bf375e27e974 [2021-02-04T11:09:44.921Z] ---> Running in c1d3ae42a223 [2021-02-04T11:09:45.912Z] Removing intermediate container c1d3ae42a223 [2021-02-04T11:09:45.912Z] ---> 79627b8da429 [2021-02-04T11:09:45.912Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:09:46.187Z] ---> Running in bcbfe469369e [2021-02-04T11:09:46.786Z] Removing intermediate container bcbfe469369e [2021-02-04T11:09:46.786Z] ---> c4cc3cad097f [2021-02-04T11:09:46.786Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:09:47.059Z] ---> Running in fa18623d3bb3 [2021-02-04T11:09:47.669Z] Removing intermediate container fa18623d3bb3 [2021-02-04T11:09:47.670Z] ---> eaeac0cecf45 [2021-02-04T11:09:47.670Z] Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:09:47.940Z] Removing intermediate container bf375e27e974 [2021-02-04T11:09:47.940Z] ---> c654c94257e1 [2021-02-04T11:09:47.940Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T11:09:48.213Z] ---> Running in 3ae6012ba5cc [2021-02-04T11:09:48.213Z] ---> Running in a07ef3ebd918 [2021-02-04T11:09:48.813Z] Removing intermediate container 3ae6012ba5cc [2021-02-04T11:09:48.813Z] ---> d11f71372316 [2021-02-04T11:09:48.813Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:09:49.084Z] Removing intermediate container a07ef3ebd918 [2021-02-04T11:09:49.084Z] ---> 8478f9bac5ca [2021-02-04T11:09:49.084Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T11:09:49.682Z] ---> Running in 0d6571f4cb99 [2021-02-04T11:09:49.966Z] Removing intermediate container b8b134d43f52 [2021-02-04T11:09:49.966Z] ---> 02f42690456d [2021-02-04T11:09:49.966Z] [2021-02-04T11:09:49.966Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T11:09:49.966Z] ---> afeebe901d6b [2021-02-04T11:09:49.966Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T11:09:50.237Z] Removing intermediate container 0d6571f4cb99 [2021-02-04T11:09:50.237Z] ---> 91b45d9abce2 [2021-02-04T11:09:50.237Z] [2021-02-04T11:09:50.237Z] ---> 2f846a77778f [2021-02-04T11:09:50.237Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T11:09:50.237Z] ---> Running in 921ff73c53d1 [2021-02-04T11:09:50.525Z] ---> Running in 2ce40e20b661 [2021-02-04T11:09:50.797Z] Successfully built 91b45d9abce2 [2021-02-04T11:09:50.797Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T11:09:52.228Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:52.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:52.873Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T11:09:52.873Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T11:09:52.873Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:09:52.873Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:09:53.143Z] OK: 6 MiB in 16 packages [2021-02-04T11:09:53.419Z] Removing intermediate container 8553eaa026af [2021-02-04T11:09:53.419Z] ---> ff227bcf2916 [2021-02-04T11:09:53.419Z] [2021-02-04T11:09:53.419Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:09:53.419Z] ---> afeebe901d6b [2021-02-04T11:09:53.419Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:09:53.419Z] ---> Using cache [2021-02-04T11:09:53.419Z] ---> e40c6605a8f0 [2021-02-04T11:09:53.419Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:09:53.419Z] ---> Using cache [2021-02-04T11:09:53.419Z] ---> 7de691c33d13 [2021-02-04T11:09:53.419Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T11:09:53.690Z] Removing intermediate container 2ce40e20b661 [2021-02-04T11:09:53.690Z] ---> f0805a3aa60a [2021-02-04T11:09:53.690Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:09:53.690Z] ---> Running in 43d08f25d1f7 [2021-02-04T11:09:54.290Z] Removing intermediate container 43d08f25d1f7 [2021-02-04T11:09:54.290Z] ---> d5e53931daff [2021-02-04T11:09:54.290Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T11:09:54.561Z] ---> Running in 037943fb4f98 [2021-02-04T11:09:54.561Z] ---> 779a35bdfa56 [2021-02-04T11:09:54.561Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T11:09:54.832Z] Removing intermediate container 921ff73c53d1 [2021-02-04T11:09:54.832Z] ---> 1f4b980d8e8b [2021-02-04T11:09:54.832Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:09:54.832Z] ---> Running in cc2f886ba725 [2021-02-04T11:09:55.111Z] Removing intermediate container 037943fb4f98 [2021-02-04T11:09:55.111Z] ---> 2233a8a66846 [2021-02-04T11:09:55.111Z] Step 15/23 : WORKDIR / [2021-02-04T11:09:55.383Z] ---> Running in ce83c84fa04e [2021-02-04T11:09:55.383Z] Removing intermediate container cc2f886ba725 [2021-02-04T11:09:55.383Z] ---> a1e12a587043 [2021-02-04T11:09:55.383Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T11:09:55.657Z] ---> Running in 2899aeb8dfcd [2021-02-04T11:09:55.657Z] ---> 0b449efea265 [2021-02-04T11:09:55.657Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T11:09:55.933Z] Removing intermediate container ce83c84fa04e [2021-02-04T11:09:55.933Z] ---> 68243abea5e7 [2021-02-04T11:09:55.933Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:09:56.208Z] Removing intermediate container 2899aeb8dfcd [2021-02-04T11:09:56.208Z] ---> fd0cedeccf17 [2021-02-04T11:09:56.208Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T11:09:56.208Z] ---> Running in 21407b6067f4 [2021-02-04T11:09:56.485Z] ---> 2a749a53dde9 [2021-02-04T11:09:56.485Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T11:09:56.755Z] ---> 01621a48e90e [2021-02-04T11:09:56.755Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T11:09:56.755Z] Removing intermediate container 21407b6067f4 [2021-02-04T11:09:56.755Z] ---> 53bb997f73cf [2021-02-04T11:09:56.755Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:09:57.735Z] ---> c5f1c7998eff [2021-02-04T11:09:57.735Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T11:09:57.735Z] ---> 841b5ede5937 [2021-02-04T11:09:57.735Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T11:09:58.721Z] ---> 075d15a8b24d [2021-02-04T11:09:58.721Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T11:09:58.721Z] ---> f397c797950e [2021-02-04T11:09:58.721Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T11:09:59.313Z] ---> Running in 0dffeb1356f1 [2021-02-04T11:09:59.313Z] ---> 57323c2a8462 [2021-02-04T11:09:59.313Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T11:09:59.313Z] ---> faccd8a026d7 [2021-02-04T11:09:59.313Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T11:09:59.585Z] ---> Running in 6b9e5143bbc0 [2021-02-04T11:09:59.860Z] Removing intermediate container 0dffeb1356f1 [2021-02-04T11:09:59.860Z] ---> 0b5fffc8ff08 [2021-02-04T11:09:59.860Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T11:10:00.130Z] Removing intermediate container 6b9e5143bbc0 [2021-02-04T11:10:00.130Z] ---> 938cfdcdb3a0 [2021-02-04T11:10:00.130Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:10:00.130Z] ---> 9704272d7c2e [2021-02-04T11:10:00.130Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T11:10:00.401Z] ---> Running in 8bde563d5f5f [2021-02-04T11:10:00.401Z] ---> Running in 5553e42f7e24 [2021-02-04T11:10:00.673Z] ---> 7d47c41bc2be [2021-02-04T11:10:00.673Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T11:10:00.951Z] ---> Running in 072663ab026c [2021-02-04T11:10:00.951Z] Removing intermediate container 5553e42f7e24 [2021-02-04T11:10:00.951Z] ---> e2daa2c277ab [2021-02-04T11:10:00.951Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:10:00.951Z] Removing intermediate container 8bde563d5f5f [2021-02-04T11:10:00.951Z] ---> 562b94241855 [2021-02-04T11:10:00.951Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:10:01.226Z] ---> Running in 1127450823db [2021-02-04T11:10:01.226Z] ---> Running in 0b44ef80081a [2021-02-04T11:10:01.823Z] Removing intermediate container 1127450823db [2021-02-04T11:10:01.823Z] ---> c3cc08b212b0 [2021-02-04T11:10:01.823Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T11:10:01.823Z] Removing intermediate container 0b44ef80081a [2021-02-04T11:10:01.823Z] ---> c7cf2eb3b00a [2021-02-04T11:10:01.823Z] Step 22/23 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:10:02.098Z] ---> Running in 77fdd2f28b0d [2021-02-04T11:10:02.098Z] ---> Running in e5bb1ac30384 [2021-02-04T11:10:02.692Z] Removing intermediate container 77fdd2f28b0d [2021-02-04T11:10:02.692Z] ---> b14d70fa755a [2021-02-04T11:10:02.692Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:10:02.692Z] Removing intermediate container e5bb1ac30384 [2021-02-04T11:10:02.692Z] ---> 15902ac14810 [2021-02-04T11:10:02.692Z] Step 21/22 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:10:02.971Z] ---> Running in cb024a3a91f7 [2021-02-04T11:10:02.972Z] ---> Running in 6dae0ff25b8d [2021-02-04T11:10:03.565Z] Removing intermediate container 6dae0ff25b8d [2021-02-04T11:10:03.565Z] ---> d9381491db3c [2021-02-04T11:10:03.565Z] [2021-02-04T11:10:03.565Z] Removing intermediate container cb024a3a91f7 [2021-02-04T11:10:03.565Z] ---> 07b17093d6fe [2021-02-04T11:10:03.565Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T11:10:03.839Z] Removing intermediate container 072663ab026c [2021-02-04T11:10:03.839Z] ---> 4d61d2df4969 [2021-02-04T11:10:03.839Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T11:10:03.839Z] ---> Running in 8e3ab1163759 [2021-02-04T11:10:04.113Z] Successfully built d9381491db3c [2021-02-04T11:10:04.113Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T11:10:04.386Z]  Building docker-core-metadata-go ... done  ---> Running in 5e5a44dc2e16 [2021-02-04T11:10:04.386Z] Removing intermediate container 8e3ab1163759 [2021-02-04T11:10:04.386Z] ---> b10b564b9384 [2021-02-04T11:10:04.386Z] [2021-02-04T11:10:04.985Z] Successfully built b10b564b9384 [2021-02-04T11:10:04.985Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T11:10:04.985Z]  Building docker-support-notifications-go ... done Removing intermediate container 5e5a44dc2e16 [2021-02-04T11:10:04.985Z] ---> 1a6b17222cc2 [2021-02-04T11:10:04.985Z] Step 28/31 : CMD ["gate"] [2021-02-04T11:10:05.258Z] ---> Running in 40850e518f34 [2021-02-04T11:10:05.853Z] Removing intermediate container 40850e518f34 [2021-02-04T11:10:05.853Z] ---> 123611b503a5 [2021-02-04T11:10:05.853Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T11:10:06.124Z] ---> Running in b5256fc6ea4a [2021-02-04T11:10:06.717Z] Removing intermediate container b5256fc6ea4a [2021-02-04T11:10:06.717Z] ---> b9e1889331e2 [2021-02-04T11:10:06.717Z] Step 30/31 : LABEL git_sha=595ab995126c135fe63cd405ae42b5274b5528dd [2021-02-04T11:10:06.992Z] ---> Running in bae551c8dd51 [2021-02-04T11:10:07.587Z] Removing intermediate container bae551c8dd51 [2021-02-04T11:10:07.587Z] ---> 627ae038b708 [2021-02-04T11:10:07.587Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T11:10:07.857Z] ---> Running in 3e227cef350c [2021-02-04T11:10:08.450Z] Removing intermediate container 3e227cef350c [2021-02-04T11:10:08.450Z] ---> aaef4d754151 [2021-02-04T11:10:08.450Z] [2021-02-04T11:10:08.720Z] Successfully built aaef4d754151 [2021-02-04T11:10:08.720Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T11:10:09.325Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-04T11:10:09.330Z] $ docker stop --time=1 f683e1faa9d775adfb6d90cfbaa6b1f1bacaa22cb4cc0ffa9a090db7bd3a1d60 [2021-02-04T11:10:11.313Z] $ docker rm -f f683e1faa9d775adfb6d90cfbaa6b1f1bacaa22cb4cc0ffa9a090db7bd3a1d60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T11:10:12.088Z] + grep+ docker [2021-02-04T11:10:12.088Z] docker images [2021-02-04T11:10:12.369Z] docker-security-bootstrapper-go-arm64 latest aaef4d754151 4 seconds ago 22.6MB [2021-02-04T11:10:12.369Z] docker-support-notifications-go-arm64 latest b10b564b9384 8 seconds ago 16.7MB [2021-02-04T11:10:12.369Z] docker-core-metadata-go-arm64 latest d9381491db3c 9 seconds ago 17.7MB [2021-02-04T11:10:12.369Z] docker-core-command-go-arm64 latest 91b45d9abce2 23 seconds ago 16MB [2021-02-04T11:10:12.369Z] docker-sys-mgmt-agent-go-arm64 latest c16907446876 About a minute ago 300MB [2021-02-04T11:10:12.369Z] docker-core-data-go-arm64 latest c6eb07658e82 2 minutes ago 21MB [2021-02-04T11:10:12.369Z] docker-support-scheduler-go-arm64 latest 99348605e818 3 minutes ago 16.1MB [2021-02-04T11:10:12.369Z] docker-security-secretstore-setup-go-arm64 latest b43a32f9f0dd 3 minutes ago 23.4MB [2021-02-04T11:10:12.369Z] docker-security-proxy-setup-go-arm64 latest 26637e09738e 3 minutes ago 23.2MB [2021-02-04T11:10:12.369Z] docker 20.10.0 eeaf43b92773 7 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-02-04T11:10:15.449Z] provisioning config files... [2021-02-04T11:10:15.466Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config4420495281838448768tmp [Pipeline] { [Pipeline] sh [2021-02-04T11:10:15.937Z] + set +x [2021-02-04T11:10:15.937Z] + curl -s https://codecov.io/bash [2021-02-04T11:10:15.937Z] + bash -s -- [2021-02-04T11:10:16.516Z] [2021-02-04T11:10:16.516Z] _____ _ [2021-02-04T11:10:16.516Z] / ____| | | [2021-02-04T11:10:16.516Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T11:10:16.516Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T11:10:16.516Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T11:10:16.517Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T11:10:16.517Z] Bash-20210129-7c25fce [2021-02-04T11:10:16.517Z] [2021-02-04T11:10:16.517Z] [2021-02-04T11:10:16.517Z] ==> git version 2.24.3 found [2021-02-04T11:10:16.517Z] ==> 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-02-04T11:10:16.517Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T11:10:16.517Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T11:10:16.517Z] ==> Jenkins CI detected. [2021-02-04T11:10:16.517Z] project root: . [2021-02-04T11:10:16.517Z] --> token set from env [2021-02-04T11:10:16.517Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T11:10:16.517Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T11:10:16.517Z] ==> Python coveragepy not found [2021-02-04T11:10:16.517Z] ==> Searching for coverage reports in: [2021-02-04T11:10:16.517Z] + . [2021-02-04T11:10:16.517Z] -> Found 1 reports [2021-02-04T11:10:16.517Z] ==> Detecting git/mercurial file structure [2021-02-04T11:10:16.517Z] ==> Reading reports [2021-02-04T11:10:16.779Z] + ./coverage.out bytes=580808 [2021-02-04T11:10:16.779Z] ==> Appending adjustments [2021-02-04T11:10:16.779Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T11:10:20.098Z] + Found adjustments [2021-02-04T11:10:20.098Z] ==> Gzipping contents [2021-02-04T11:10:20.098Z] 88K /tmp/codecov.oFheyX.gz [2021-02-04T11:10:20.098Z] ==> Uploading reports [2021-02-04T11:10:20.098Z] url: https://codecov.io [2021-02-04T11:10:20.098Z] query: branch=PR-3109&commit=595ab995126c135fe63cd405ae42b5274b5528dd&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-04T11:10:20.098Z] -> Pinging Codecov [2021-02-04T11:10:20.099Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=595ab995126c135fe63cd405ae42b5274b5528dd&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-04T11:10:20.674Z] -> Uploading to [2021-02-04T11:10:20.674Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/595ab995126c135fe63cd405ae42b5274b5528dd/c518002d-dc9d-470d-827b-172a14f9f4ac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T111020Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bb32ad7f32f7961480dcc1e7ae7d691a7df602389ef675adbc6221d1be41a1d8 [2021-02-04T11:10:20.674Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T11:10:20.674Z] Dload Upload Total Spent Left Speed [2021-02-04T11:10:21.200Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87698 0 0 100 87698 0 160k --:--:-- --:--:-- --:--:-- 160k [2021-02-04T11:10:21.200Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/595ab995126c135fe63cd405ae42b5274b5528dd [Pipeline] } [2021-02-04T11:10:21.211Z] 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-02-04T11:10:24.974Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:10:25.865Z] ---> package-listing.sh [2021-02-04T11:10:25.865Z] ++ facter osfamily [2021-02-04T11:10:25.865Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T11:10:25.865Z] + OS_FAMILY=redhat [2021-02-04T11:10:25.865Z] + workspace=/w/workspace/edgex-go/10 [2021-02-04T11:10:25.865Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T11:10:25.865Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T11:10:25.865Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T11:10:25.865Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T11:10:25.865Z] + '[' /w/workspace/edgex-go/10 ']' [2021-02-04T11:10:25.865Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T11:10:25.865Z] + case "${OS_FAMILY}" in [2021-02-04T11:10:25.865Z] + rpm -qa [2021-02-04T11:10:25.865Z] + sort [2021-02-04T11:10:31.174Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T11:10:31.174Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T11:10:31.174Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T11:10:31.174Z] + '[' /w/workspace/edgex-go/10 ']' [2021-02-04T11:10:31.174Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-02-04T11:10:31.174Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-02-04T11:10:31.209Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T11:10:31.504Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:10:31.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:10:31.811Z] [2021-02-04T11:10:31.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:10:32.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:10:32.207Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T11:10:32.207Z] df20fa9351a1: Pulling fs layer [2021-02-04T11:10:32.207Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T11:10:32.207Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T11:10:32.207Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T11:10:32.207Z] 93b61091891f: Pulling fs layer [2021-02-04T11:10:32.207Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T11:10:32.207Z] 5e14af77c1be: Pulling fs layer [2021-02-04T11:10:32.207Z] 01666e4c0597: Pulling fs layer [2021-02-04T11:10:32.207Z] aa168da1d23b: Pulling fs layer [2021-02-04T11:10:32.207Z] 5e14af77c1be: Waiting [2021-02-04T11:10:32.207Z] 01666e4c0597: Waiting [2021-02-04T11:10:32.207Z] aa168da1d23b: Waiting [2021-02-04T11:10:32.207Z] 93b61091891f: Waiting [2021-02-04T11:10:32.207Z] 93b9cdb0e59b: Waiting [2021-02-04T11:10:32.207Z] 46f8f816bc3b: Waiting [2021-02-04T11:10:32.207Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T11:10:32.207Z] 36b3adc4ff6f: Download complete [2021-02-04T11:10:32.207Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T11:10:32.207Z] 46f8f816bc3b: Download complete [2021-02-04T11:10:32.207Z] df20fa9351a1: Verifying Checksum [2021-02-04T11:10:32.474Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T11:10:32.474Z] 93b9cdb0e59b: Download complete [2021-02-04T11:10:32.474Z] 5e14af77c1be: Verifying Checksum [2021-02-04T11:10:32.474Z] 5e14af77c1be: Download complete [2021-02-04T11:10:32.474Z] 93b61091891f: Download complete [2021-02-04T11:10:32.474Z] 01666e4c0597: Verifying Checksum [2021-02-04T11:10:32.474Z] 01666e4c0597: Download complete [2021-02-04T11:10:32.474Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T11:10:32.474Z] 8ad3a11d3b57: Download complete [2021-02-04T11:10:32.736Z] df20fa9351a1: Pull complete [2021-02-04T11:10:32.999Z] 36b3adc4ff6f: Pull complete [2021-02-04T11:10:33.574Z] 8ad3a11d3b57: Pull complete [2021-02-04T11:10:33.835Z] 46f8f816bc3b: Pull complete [2021-02-04T11:10:35.240Z] aa168da1d23b: Verifying Checksum [2021-02-04T11:10:35.240Z] aa168da1d23b: Download complete [2021-02-04T11:10:35.817Z] 93b61091891f: Pull complete [2021-02-04T11:10:35.817Z] 93b9cdb0e59b: Pull complete [2021-02-04T11:10:36.079Z] 5e14af77c1be: Pull complete [2021-02-04T11:10:36.079Z] 01666e4c0597: Pull complete [2021-02-04T11:10:44.326Z] aa168da1d23b: Pull complete [2021-02-04T11:10:44.326Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T11:10:44.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:10:44.326Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T11:10:44.527Z] prd-centos7-docker-4c-2g-24975 does not seem to be running inside a container [2021-02-04T11:10:44.580Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T11:10:48.198Z] $ docker top cf517197834ed6693afe6f8329a15747181867fe6d91d61082cf531265e10d02 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:10:48.840Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T11:10:49.139Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T11:10:49.441Z] + ls /var/log/sa-host [2021-02-04T11:10:49.441Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T11:10:49.441Z] file_magic: OK [2021-02-04T11:10:49.441Z] HZ: Using current value: 100 [2021-02-04T11:10:49.441Z] file_header: OK [2021-02-04T11:10:49.441Z] 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-02-04T11:10:49.441Z] Statistics: [2021-02-04T11:10:49.441Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T11:10:49.441Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T11:10:49.441Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T11:10:49.441Z] file_magic: OK [2021-02-04T11:10:49.441Z] HZ: Using current value: 100 [2021-02-04T11:10:49.441Z] file_header: OK [2021-02-04T11:10:49.441Z] 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-02-04T11:10:49.441Z] Statistics: [2021-02-04T11:10:49.441Z] Hnuu...uuuununununu... [2021-02-04T11:10:49.441Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T11:10:49.709Z] provisioning config files... [2021-02-04T11:10:49.725Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2230021549359128533tmp [Pipeline] { [Pipeline] echo [2021-02-04T11:10:49.884Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:10:50.183Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T11:10:50.193Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T11:10:50.374Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:10:50.673Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T11:10:50.683Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:10:50.984Z] ---> sudo-logs.sh [2021-02-04T11:10:50.984Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T11:10:50.997Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:10:51.296Z] ---> job-cost.sh [2021-02-04T11:10:51.296Z] lf-activate-venv: SKIPPING [2021-02-04T11:10:51.296Z] INFO: No Stack... [2021-02-04T11:10:52.243Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T11:10:52.817Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T11:10:52.831Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:10:53.129Z] ---> logs-deploy.sh [2021-02-04T11:10:53.130Z] lf-activate-venv: SKIPPING [2021-02-04T11:10:53.130Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/10 [2021-02-04T11:10:53.130Z] INFO: archiving workspace using pattern(s): [2021-02-04T11:10:54.522Z] Archives upload complete. [2021-02-04T11:10:54.784Z] INFO: archiving logs to Nexus [2021-02-04T11:10:55.732Z] ---> uname -a: [2021-02-04T11:10:55.732Z] Linux prd-centos7-docker-4c-2g-24975.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] ---> lscpu: [2021-02-04T11:10:55.732Z] Architecture: x86_64 [2021-02-04T11:10:55.732Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-04T11:10:55.732Z] Byte Order: Little Endian [2021-02-04T11:10:55.732Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-04T11:10:55.732Z] CPU(s): 4 [2021-02-04T11:10:55.732Z] On-line CPU(s) list: 0-3 [2021-02-04T11:10:55.732Z] Thread(s) per core: 1 [2021-02-04T11:10:55.732Z] Core(s) per socket: 1 [2021-02-04T11:10:55.732Z] Socket(s): 4 [2021-02-04T11:10:55.732Z] NUMA node(s): 1 [2021-02-04T11:10:55.732Z] Vendor ID: GenuineIntel [2021-02-04T11:10:55.732Z] CPU family: 6 [2021-02-04T11:10:55.732Z] Model: 44 [2021-02-04T11:10:55.732Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-04T11:10:55.732Z] Stepping: 1 [2021-02-04T11:10:55.732Z] CPU MHz: 2933.438 [2021-02-04T11:10:55.732Z] BogoMIPS: 5866.87 [2021-02-04T11:10:55.732Z] Virtualization: VT-x [2021-02-04T11:10:55.732Z] Hypervisor vendor: KVM [2021-02-04T11:10:55.732Z] Virtualization type: full [2021-02-04T11:10:55.732Z] L1d cache: 128 KiB [2021-02-04T11:10:55.732Z] L1i cache: 128 KiB [2021-02-04T11:10:55.732Z] L2 cache: 16 MiB [2021-02-04T11:10:55.732Z] L3 cache: 64 MiB [2021-02-04T11:10:55.732Z] NUMA node0 CPU(s): 0-3 [2021-02-04T11:10:55.732Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-04T11:10:55.732Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-04T11:10:55.732Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-04T11:10:55.732Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-04T11:10:55.732Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-04T11:10:55.732Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-04T11:10:55.732Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-04T11:10:55.732Z] Vulnerability Srbds: Not affected [2021-02-04T11:10:55.732Z] Vulnerability Tsx async abort: Not affected [2021-02-04T11:10:55.732Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] ---> nproc: [2021-02-04T11:10:55.732Z] 4 [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] ---> df -h: [2021-02-04T11:10:55.732Z] Filesystem Size Used Available Use% Mounted on [2021-02-04T11:10:55.732Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-04T11:10:55.732Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-04T11:10:55.732Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-04T11:10:55.732Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/10 [2021-02-04T11:10:55.732Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/10@tmp [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] ---> free -m: [2021-02-04T11:10:55.732Z] total used free shared buff/cache available [2021-02-04T11:10:55.732Z] Mem: 1837 735 129 0 972 1020 [2021-02-04T11:10:55.732Z] Swap: 1023 56 967 [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] ---> ip addr: [2021-02-04T11:10:55.732Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-04T11:10:55.732Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-04T11:10:55.732Z] inet 127.0.0.1/8 scope host lo [2021-02-04T11:10:55.732Z] valid_lft forever preferred_lft forever [2021-02-04T11:10:55.732Z] inet6 ::1/128 scope host [2021-02-04T11:10:55.732Z] valid_lft forever preferred_lft forever [2021-02-04T11:10:55.732Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-04T11:10:55.732Z] link/ether fa:16:3e:c1:61:d4 brd ff:ff:ff:ff:ff:ff [2021-02-04T11:10:55.732Z] inet 10.30.123.55/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-04T11:10:55.732Z] valid_lft 85078sec preferred_lft 85078sec [2021-02-04T11:10:55.732Z] inet6 fe80::f816:3eff:fec1:61d4/64 scope link [2021-02-04T11:10:55.732Z] valid_lft forever preferred_lft forever [2021-02-04T11:10:55.732Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-04T11:10:55.732Z] link/ether 02:42:f8:0a:04:d3 brd ff:ff:ff:ff:ff:ff [2021-02-04T11:10:55.732Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-04T11:10:55.732Z] valid_lft forever preferred_lft forever [2021-02-04T11:10:55.732Z] inet6 fe80::42:f8ff:fe0a:4d3/64 scope link [2021-02-04T11:10:55.732Z] valid_lft forever preferred_lft forever [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] ---> sar -b -r -n DEV: [2021-02-04T11:10:55.732Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] 10:48:40 LINUX RESTART (4 CPU) [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] 10:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-04T11:10:55.732Z] 10:50:01 146.49 63.36 83.13 0.00 7701.46 42552.41 0.00 [2021-02-04T11:10:55.732Z] 10:51:01 166.10 77.81 88.29 0.00 6930.09 38073.66 0.00 [2021-02-04T11:10:55.732Z] 10:52:01 283.69 131.13 152.56 0.00 5464.36 26203.89 0.00 [2021-02-04T11:10:55.732Z] 10:53:01 121.68 30.97 90.72 0.00 1188.02 13232.28 0.00 [2021-02-04T11:10:55.732Z] 10:54:01 136.51 69.05 67.47 0.00 3320.29 8226.90 0.00 [2021-02-04T11:10:55.732Z] 10:55:02 331.97 125.58 206.39 0.00 60286.21 128995.91 0.00 [2021-02-04T11:10:55.732Z] 10:56:01 3308.42 2941.17 367.25 0.00 174014.10 191788.51 0.00 [2021-02-04T11:10:55.732Z] 10:57:02 351.29 145.77 205.52 0.00 10733.97 28810.39 0.00 [2021-02-04T11:10:55.732Z] 10:58:01 2223.54 1898.51 325.03 0.00 141936.73 183212.45 0.00 [2021-02-04T11:10:55.732Z] 10:59:01 429.90 182.19 247.71 0.00 11966.48 43002.13 0.00 [2021-02-04T11:10:55.732Z] 11:00:02 42.81 15.26 27.55 0.00 3067.55 1039.05 0.00 [2021-02-04T11:10:55.732Z] 11:01:01 0.64 0.08 0.56 0.00 1.90 11.45 0.00 [2021-02-04T11:10:55.732Z] 11:02:01 0.82 0.48 0.33 0.00 26.76 4.94 0.00 [2021-02-04T11:10:55.732Z] 11:03:01 0.27 0.02 0.25 0.00 0.53 2.43 0.00 [2021-02-04T11:10:55.732Z] 11:04:01 1.80 1.65 0.15 0.00 56.35 2.05 0.00 [2021-02-04T11:10:55.732Z] 11:05:01 0.87 0.05 0.82 0.00 1.60 15.99 0.00 [2021-02-04T11:10:55.732Z] 11:06:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 [2021-02-04T11:10:55.732Z] 11:07:01 0.18 0.02 0.17 0.00 0.27 1.65 0.00 [2021-02-04T11:10:55.732Z] 11:08:01 0.22 0.00 0.22 0.00 0.00 1.67 0.00 [2021-02-04T11:10:55.732Z] 11:09:01 0.25 0.00 0.25 0.00 0.00 3.50 0.00 [2021-02-04T11:10:55.732Z] 11:10:01 0.23 0.02 0.22 0.00 0.27 2.60 0.00 [2021-02-04T11:10:55.732Z] Average: 357.32 268.58 88.74 0.00 20228.02 33530.38 0.00 [2021-02-04T11:10:55.732Z] [2021-02-04T11:10:55.732Z] 10:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-04T11:10:55.732Z] 10:50:01 143636 0 605912 32.20 2620 1129376 1121800 38.29 499976 1034168 55304 [2021-02-04T11:10:55.732Z] 10:51:01 180976 0 727228 38.65 2284 971056 1517976 51.81 599176 870856 71368 [2021-02-04T11:10:55.732Z] 10:52:01 75016 0 860836 45.75 1492 944200 1754228 59.87 672468 857940 86456 [2021-02-04T11:10:55.732Z] 10:53:01 224100 0 776156 41.25 732 880556 1456228 49.70 636052 734496 20644 [2021-02-04T11:10:55.732Z] 10:54:01 205052 0 790168 42.00 600 885724 1468952 50.13 627248 754968 21980 [2021-02-04T11:10:55.732Z] 10:55:02 67268 0 835896 44.43 112 978268 2246024 76.65 786920 820460 89216 [2021-02-04T11:10:55.732Z] 10:56:01 388720 0 692892 36.83 112 799820 1366436 46.63 525336 734596 56 [2021-02-04T11:10:55.732Z] 10:57:02 385764 0 744580 39.57 112 751088 1560732 53.27 519124 721324 8 [2021-02-04T11:10:55.732Z] 10:58:01 68288 0 809796 43.04 108 1003352 2154888 73.54 705340 879360 51064 [2021-02-04T11:10:55.732Z] 10:59:01 107128 0 743292 39.50 108 1031016 1503492 51.31 642396 881616 13656 [2021-02-04T11:10:55.732Z] 11:00:02 173396 0 654024 34.76 108 1054016 1215352 41.48 561660 901100 8 [2021-02-04T11:10:55.732Z] 11:01:01 176528 0 650884 34.59 108 1054024 1184712 40.43 560100 899840 8 [2021-02-04T11:10:55.732Z] 11:02:01 176812 0 649792 34.54 108 1054832 1182880 40.37 559864 900496 8 [2021-02-04T11:10:55.733Z] 11:03:01 176548 0 650064 34.55 108 1054824 1182880 40.37 559744 900496 8 [2021-02-04T11:10:55.733Z] 11:04:01 174148 0 651360 34.62 108 1055928 1183060 40.38 560832 901432 28 [2021-02-04T11:10:55.733Z] 11:05:01 174088 0 651452 34.62 108 1055896 1183036 40.38 560768 901424 8 [2021-02-04T11:10:55.733Z] 11:06:01 174736 0 650792 34.59 108 1055908 1182880 40.37 559896 901440 8 [2021-02-04T11:10:55.733Z] 11:07:01 174852 0 650672 34.58 108 1055912 1182880 40.37 559884 901444 8 [2021-02-04T11:10:55.733Z] 11:08:01 174908 0 650604 34.58 108 1055924 1182880 40.37 559784 901448 16 [2021-02-04T11:10:55.733Z] 11:09:01 175048 0 650456 34.57 108 1055932 1182880 40.37 559932 901448 16 [2021-02-04T11:10:55.733Z] 11:10:01 174796 0 650704 34.58 108 1055936 1182952 40.37 560292 901456 8 [2021-02-04T11:10:55.733Z] Average: 179610 0 702265 37.32 451 999218 1390340 47.45 589371 866753 19518 [2021-02-04T11:10:55.733Z] [2021-02-04T11:10:55.733Z] 10:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-04T11:10:55.733Z] 10:50:01 eth0 1042.68 648.99 3678.37 96.76 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:51:01 eth0 1229.95 1459.71 5534.69 158.81 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:51:01 docker0 1116.97 838.38 83.10 2682.20 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:52:01 eth0 217.40 140.16 861.27 23.82 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:52:01 vethc3b75aa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:52:01 docker0 119.28 181.35 8.54 828.63 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:53:01 eth0 27.87 13.83 21.38 10.31 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:53:01 vethc3b75aa 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:53:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:54:01 eth0 33.55 23.44 19.09 82.76 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:54:01 vethc3b75aa 0.32 0.32 0.02 0.02 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:54:01 docker0 0.32 0.32 0.02 0.02 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:55:02 vethc1cdc4e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:55:02 eth0 213.59 171.76 1677.61 66.72 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:56:01 vethc1cdc4e 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:56:01 eth0 45.02 27.02 163.52 9.32 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:56:01 docker0 17.34 26.43 0.99 148.54 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:57:02 vethc1cdc4e 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:57:02 eth0 63.96 35.00 229.03 13.29 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:57:02 docker0 16.72 31.74 0.90 160.56 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:58:01 vethc1cdc4e 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:58:01 eth0 59.63 42.91 80.02 86.37 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:58:01 docker0 3.55 9.94 0.19 58.99 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:59:01 vethc1cdc4e 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:59:01 eth0 244.65 168.46 1732.48 29.35 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 10:59:01 veth4702fbd 7.20 7.62 0.97 22.36 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:00:02 eth0 47.32 40.80 47.42 64.85 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:00:02 docker0 1341.73 1192.53 98.01 4394.97 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:01:01 eth0 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:02:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:03:01 eth0 1.03 0.10 0.10 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:04:01 eth0 2.98 0.95 1.00 0.60 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:05:01 eth0 0.75 0.37 0.41 0.26 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:06:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:07:01 eth0 0.12 0.08 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:08:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:09:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:10:01 eth0 0.28 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] Average: eth0 154.22 132.40 670.97 30.69 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] Average: docker0 63.98 56.87 4.67 209.57 0.00 0.00 0.00 0.00 [2021-02-04T11:10:55.733Z] [2021-02-04T11:10:55.733Z] [2021-02-04T11:10:55.733Z] ---> sar -P ALL: [2021-02-04T11:10:55.733Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T11:10:55.733Z] [2021-02-04T11:10:55.733Z] 10:48:40 LINUX RESTART (4 CPU) [2021-02-04T11:10:55.733Z] [2021-02-04T11:10:55.733Z] 10:49:01 CPU %user %nice %system %iowait %steal %idle [2021-02-04T11:10:55.733Z] 10:50:01 all 18.39 0.00 8.88 5.50 0.44 66.80 [2021-02-04T11:10:55.733Z] 10:50:01 0 18.80 0.00 11.03 6.33 0.38 63.45 [2021-02-04T11:10:55.733Z] 10:50:01 1 17.07 0.00 9.26 3.95 0.49 69.23 [2021-02-04T11:10:55.733Z] 10:50:01 2 21.19 0.00 7.42 4.34 0.44 66.60 [2021-02-04T11:10:55.733Z] 10:50:01 3 16.48 0.00 7.82 7.40 0.44 67.85 [2021-02-04T11:10:55.733Z] 10:51:01 all 14.52 0.00 8.31 1.26 0.54 75.37 [2021-02-04T11:10:55.733Z] 10:51:01 0 14.35 0.00 9.53 2.04 0.61 73.46 [2021-02-04T11:10:55.733Z] 10:51:01 1 13.22 0.00 8.91 1.20 0.52 76.15 [2021-02-04T11:10:55.733Z] 10:51:01 2 18.29 0.00 7.86 1.12 0.48 72.25 [2021-02-04T11:10:55.733Z] 10:51:01 3 12.21 0.00 6.96 0.71 0.55 79.57 [2021-02-04T11:10:55.733Z] 10:52:01 all 20.52 0.00 9.46 6.33 0.46 63.24 [2021-02-04T11:10:55.733Z] 10:52:01 0 21.38 0.00 9.51 5.18 0.53 63.40 [2021-02-04T11:10:55.733Z] 10:52:01 1 20.99 0.00 9.53 9.19 0.34 59.94 [2021-02-04T11:10:55.733Z] 10:52:01 2 19.51 0.00 9.24 5.55 0.46 65.24 [2021-02-04T11:10:55.733Z] 10:52:01 3 20.20 0.00 9.55 5.38 0.50 64.37 [2021-02-04T11:10:55.733Z] 10:53:01 all 53.38 0.00 13.88 5.25 0.68 26.81 [2021-02-04T11:10:55.733Z] 10:53:01 0 53.55 0.00 14.13 5.29 0.66 26.37 [2021-02-04T11:10:55.733Z] 10:53:01 1 52.32 0.00 13.95 4.02 0.72 29.00 [2021-02-04T11:10:55.733Z] 10:53:01 2 54.70 0.00 13.26 5.44 0.68 25.91 [2021-02-04T11:10:55.733Z] 10:53:01 3 52.96 0.00 14.18 6.25 0.67 25.95 [2021-02-04T11:10:55.733Z] 10:54:01 all 46.62 0.00 14.39 2.81 0.79 35.39 [2021-02-04T11:10:55.733Z] 10:54:01 0 47.32 0.00 15.25 3.06 0.87 33.50 [2021-02-04T11:10:55.733Z] 10:54:01 1 47.62 0.00 13.72 1.29 0.76 36.61 [2021-02-04T11:10:55.733Z] 10:54:01 2 46.29 0.00 14.05 3.06 0.84 35.76 [2021-02-04T11:10:55.733Z] 10:54:01 3 45.24 0.00 14.54 3.80 0.70 35.72 [2021-02-04T11:10:55.733Z] 10:55:02 all 20.42 0.00 19.17 5.25 2.28 52.89 [2021-02-04T11:10:55.733Z] 10:55:02 0 21.15 0.00 18.69 5.93 2.33 51.90 [2021-02-04T11:10:55.733Z] 10:55:02 1 19.47 0.00 19.37 5.05 2.22 53.89 [2021-02-04T11:10:55.733Z] 10:55:02 2 19.47 0.00 19.35 5.74 2.32 53.12 [2021-02-04T11:10:55.733Z] 10:55:02 3 21.58 0.00 19.26 4.25 2.24 52.67 [2021-02-04T11:10:55.733Z] 10:56:01 all 22.57 0.00 30.70 23.05 1.07 22.61 [2021-02-04T11:10:55.733Z] 10:56:01 0 22.88 0.00 30.92 22.44 1.02 22.74 [2021-02-04T11:10:55.733Z] 10:56:01 1 22.68 0.00 30.45 26.03 1.07 19.77 [2021-02-04T11:10:55.733Z] 10:56:01 2 21.45 0.00 29.77 21.48 1.15 26.15 [2021-02-04T11:10:55.733Z] 10:56:01 3 23.30 0.00 31.68 22.21 1.05 21.77 [2021-02-04T11:10:55.733Z] 10:57:02 all 55.36 0.00 17.24 12.27 0.12 15.01 [2021-02-04T11:10:55.733Z] 10:57:02 0 56.29 0.00 16.99 14.60 0.14 11.99 [2021-02-04T11:10:55.733Z] 10:57:02 1 55.34 0.00 16.88 12.06 0.10 15.62 [2021-02-04T11:10:55.733Z] 10:57:02 2 54.90 0.00 17.53 11.71 0.12 15.75 [2021-02-04T11:10:55.733Z] 10:57:02 3 54.90 0.00 17.58 10.70 0.12 16.70 [2021-02-04T11:10:55.733Z] 10:58:01 all 35.85 0.00 28.36 16.92 0.15 18.72 [2021-02-04T11:10:55.733Z] 10:58:01 0 35.46 0.00 28.68 16.44 0.16 19.27 [2021-02-04T11:10:55.733Z] 10:58:01 1 35.78 0.00 28.06 15.34 0.14 20.67 [2021-02-04T11:10:55.733Z] 10:58:01 2 35.96 0.00 27.92 19.04 0.16 16.92 [2021-02-04T11:10:55.733Z] 10:58:01 3 36.20 0.00 28.80 16.85 0.14 18.00 [2021-02-04T11:10:55.733Z] 10:59:01 all 31.15 0.00 14.21 12.48 0.23 41.92 [2021-02-04T11:10:55.733Z] 10:59:01 0 33.01 0.00 14.22 13.18 0.21 39.38 [2021-02-04T11:10:55.733Z] 10:59:01 1 29.14 0.00 13.83 18.49 0.24 38.30 [2021-02-04T11:10:55.733Z] 10:59:01 2 31.07 0.00 14.16 9.55 0.26 44.96 [2021-02-04T11:10:55.733Z] 10:59:01 3 31.41 0.00 14.65 8.65 0.23 45.07 [2021-02-04T11:10:55.733Z] 11:00:02 all 1.55 0.00 1.25 1.14 0.04 96.02 [2021-02-04T11:10:55.733Z] 11:00:02 0 1.52 0.00 0.99 1.67 0.03 95.78 [2021-02-04T11:10:55.733Z] 11:00:02 1 2.06 0.00 1.72 0.28 0.05 95.88 [2021-02-04T11:10:55.733Z] 11:00:02 2 1.00 0.00 0.94 1.45 0.05 96.56 [2021-02-04T11:10:55.733Z] 11:00:02 3 1.62 0.00 1.36 1.15 0.02 95.85 [2021-02-04T11:10:55.733Z] [2021-02-04T11:10:55.733Z] 11:00:02 CPU %user %nice %system %iowait %steal %idle [2021-02-04T11:10:55.733Z] 11:01:01 all 0.15 0.00 0.05 0.00 0.01 99.78 [2021-02-04T11:10:55.733Z] 11:01:01 0 0.51 0.00 0.03 0.00 0.02 99.44 [2021-02-04T11:10:55.733Z] 11:01:01 1 0.02 0.00 0.05 0.02 0.00 99.92 [2021-02-04T11:10:55.733Z] 11:01:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T11:10:55.733Z] 11:01:01 3 0.07 0.00 0.08 0.00 0.02 99.83 [2021-02-04T11:10:55.733Z] 11:02:01 all 0.19 0.00 0.17 0.00 0.02 99.61 [2021-02-04T11:10:55.733Z] 11:02:01 0 0.53 0.00 0.03 0.02 0.02 99.40 [2021-02-04T11:10:55.733Z] 11:02:01 1 0.07 0.00 0.18 0.00 0.03 99.72 [2021-02-04T11:10:55.733Z] 11:02:01 2 0.08 0.00 0.27 0.00 0.02 99.63 [2021-02-04T11:10:55.733Z] 11:02:01 3 0.08 0.00 0.22 0.00 0.02 99.68 [2021-02-04T11:10:55.733Z] 11:03:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-04T11:10:55.733Z] 11:03:01 0 0.47 0.00 0.05 0.00 0.00 99.48 [2021-02-04T11:10:55.733Z] 11:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-04T11:10:55.733Z] 11:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-04T11:10:55.733Z] 11:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T11:10:55.733Z] 11:04:01 all 0.20 0.00 0.08 0.02 0.01 99.69 [2021-02-04T11:10:55.733Z] 11:04:01 0 0.07 0.00 0.13 0.07 0.00 99.73 [2021-02-04T11:10:55.733Z] 11:04:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2021-02-04T11:10:55.733Z] 11:04:01 2 0.58 0.00 0.07 0.00 0.00 99.35 [2021-02-04T11:10:55.733Z] 11:04:01 3 0.07 0.00 0.05 0.02 0.03 99.83 [2021-02-04T11:10:55.733Z] 11:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-04T11:10:55.733Z] 11:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-04T11:10:55.733Z] 11:05:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-04T11:10:55.733Z] 11:05:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-04T11:10:55.733Z] 11:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T11:10:55.733Z] 11:06:01 all 0.10 0.00 0.04 0.00 0.00 99.86 [2021-02-04T11:10:55.733Z] 11:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T11:10:55.733Z] 11:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T11:10:55.733Z] 11:06:01 2 0.30 0.00 0.07 0.00 0.00 99.63 [2021-02-04T11:10:55.733Z] 11:06:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-02-04T11:10:55.733Z] 11:07:01 all 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T11:10:55.734Z] 11:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T11:10:55.734Z] 11:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-04T11:10:55.734Z] 11:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T11:10:55.734Z] 11:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-04T11:10:55.734Z] 11:08:01 all 0.13 0.00 0.03 0.00 0.00 99.83 [2021-02-04T11:10:55.734Z] 11:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-04T11:10:55.734Z] 11:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T11:10:55.734Z] 11:08:01 2 0.45 0.00 0.03 0.00 0.00 99.52 [2021-02-04T11:10:55.734Z] 11:08:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-04T11:10:55.734Z] 11:09:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-02-04T11:10:55.734Z] 11:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T11:10:55.734Z] 11:09:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-04T11:10:55.734Z] 11:09:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-02-04T11:10:55.734Z] 11:09:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-04T11:10:55.734Z] 11:10:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-04T11:10:55.734Z] 11:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-04T11:10:55.734Z] 11:10:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-04T11:10:55.734Z] 11:10:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-04T11:10:55.734Z] 11:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-04T11:10:55.734Z] Average: all 14.97 0.00 7.70 4.26 0.32 72.76 [2021-02-04T11:10:55.734Z] Average: 0 15.25 0.00 7.89 4.45 0.33 72.09 [2021-02-04T11:10:55.734Z] Average: 1 14.68 0.00 7.69 4.47 0.31 72.85 [2021-02-04T11:10:55.734Z] Average: 2 15.22 0.00 7.50 4.08 0.33 72.87 [2021-02-04T11:10:55.734Z] Average: 3 14.71 0.00 7.70 4.01 0.31 73.26 [2021-02-04T11:10:55.734Z] [2021-02-04T11:10:55.734Z] [2021-02-04T11:10:55.734Z]