Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a69c127c9b04e641d44d2e92838084644d97324 rather than dd4dc9307d76383831dfef8fee5e9ba65f5c29de Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29510’ Running on prd-centos7-docker-4c-2g-29513 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit dd4dc9307d76383831dfef8fee5e9ba65f5c29de Merge succeeded, producing dd4dc9307d76383831dfef8fee5e9ba65f5c29de Checking out Revision dd4dc9307d76383831dfef8fee5e9ba65f5c29de (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 Commit message: "feat: Add required readWrite field to deviceCommand" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T10:40:10.298Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T10:40:10.549Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 [Pipeline] echo [2021-03-11T10:40:10.650Z] ========================================================= [2021-03-11T10:40:10.650Z] EdgeX Global Pipelines Version Info [2021-03-11T10:40:10.650Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:40:12.086Z] ------------------- [2021-03-11T10:40:12.086Z] stable info: [2021-03-11T10:40:12.086Z] ------------------- [2021-03-11T10:40:12.086Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T10:40:12.086Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T10:40:12.086Z] Message: update stable to v1.0.184 [2021-03-11T10:40:13.034Z] ------------------- [2021-03-11T10:40:13.034Z] experimental info: [2021-03-11T10:40:13.034Z] ------------------- [2021-03-11T10:40:13.034Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T10:40:13.034Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T10:40:13.034Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T10:40:13.335Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T10:40:13.431Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T10:40:13.517Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T10:40:13.601Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T10:40:13.688Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T10:40:13.778Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T10:40:13.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T10:40:13.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T10:40:14.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T10:40:14.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T10:40:14.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T10:40:14.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T10:40:14.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T10:40:14.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T10:40:14.672Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T10:40:14.754Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T10:40:14.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T10:40:14.918Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T10:40:15.054Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T10:40:15.133Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T10:40:15.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T10:40:15.313Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T10:40:15.400Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-11T10:40:15.490Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-11T10:40:15.577Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-11T10:40:15.684Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd4dc9307d76383831dfef8fee5e9ba65f5c29de [Pipeline] echo [2021-03-11T10:40:15.771Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd4dc93 [Pipeline] echo [2021-03-11T10:40:15.858Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T10:40:16.049Z] provisioning config files... [2021-03-11T10:40:16.150Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config366429605898963795tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:40:16.515Z] ---> docker-login.sh [2021-03-11T10:40:16.515Z] nexus3.edgexfoundry.org:10001 [2021-03-11T10:40:16.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:40:17.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:40:17.043Z] Configure a credential helper to remove this warning. See [2021-03-11T10:40:17.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:40:17.043Z] [2021-03-11T10:40:17.043Z] Login Succeeded [2021-03-11T10:40:17.043Z] nexus3.edgexfoundry.org:10002 [2021-03-11T10:40:17.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:40:17.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:40:17.043Z] Configure a credential helper to remove this warning. See [2021-03-11T10:40:17.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:40:17.043Z] [2021-03-11T10:40:17.043Z] Login Succeeded [2021-03-11T10:40:17.043Z] nexus3.edgexfoundry.org:10003 [2021-03-11T10:40:17.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:40:17.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:40:17.306Z] Configure a credential helper to remove this warning. See [2021-03-11T10:40:17.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:40:17.306Z] [2021-03-11T10:40:17.306Z] Login Succeeded [2021-03-11T10:40:17.306Z] nexus3.edgexfoundry.org:10004 [2021-03-11T10:40:17.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:40:17.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:40:17.570Z] Configure a credential helper to remove this warning. See [2021-03-11T10:40:17.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:40:17.570Z] [2021-03-11T10:40:17.570Z] Login Succeeded [2021-03-11T10:40:17.570Z] docker.io [2021-03-11T10:40:17.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:40:18.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:40:18.098Z] Configure a credential helper to remove this warning. See [2021-03-11T10:40:18.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:40:18.098Z] [2021-03-11T10:40:18.098Z] Login Succeeded [2021-03-11T10:40:18.098Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T10:40:18.110Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T10:40:18.565Z] ++ 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-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T10:40:18.565Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:40:18.565Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T10:40:18.565Z] ++ cut -d/ -f2 [2021-03-11T10:40:18.565Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T10:40:18.641Z] 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-03-11T10:40:19.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T10:40:19.481Z] [2021-03-11T10:40:19.481Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:40:19.841Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T10:40:19.842Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T10:40:19.842Z] 31603596830f: Pulling fs layer [2021-03-11T10:40:19.842Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T10:40:19.842Z] 6ca5941a6612: Pulling fs layer [2021-03-11T10:40:19.842Z] ecc8261a40a4: Pulling fs layer [2021-03-11T10:40:19.842Z] ecc8261a40a4: Waiting [2021-03-11T10:40:19.842Z] 2a8b12db71e7: Download complete [2021-03-11T10:40:19.842Z] 31603596830f: Verifying Checksum [2021-03-11T10:40:19.842Z] 31603596830f: Download complete [2021-03-11T10:40:20.105Z] 6ca5941a6612: Verifying Checksum [2021-03-11T10:40:20.105Z] 6ca5941a6612: Download complete [2021-03-11T10:40:20.105Z] ecc8261a40a4: Verifying Checksum [2021-03-11T10:40:20.105Z] ecc8261a40a4: Download complete [2021-03-11T10:40:20.369Z] 31603596830f: Pull complete [2021-03-11T10:40:20.632Z] 2a8b12db71e7: Pull complete [2021-03-11T10:40:21.584Z] 6ca5941a6612: Pull complete [2021-03-11T10:40:21.584Z] ecc8261a40a4: Pull complete [2021-03-11T10:40:21.584Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T10:40:21.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T10:40:21.584Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T10:40:21.695Z] prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container [2021-03-11T10:40:21.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T10:40:24.319Z] $ docker top 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T10:40:24.602Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T10:40:24.602Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T10:40:24.831Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T10:40:24.837Z] $ docker exec 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 ssh-agent [2021-03-11T10:40:25.009Z] SSH_AUTH_SOCK=/tmp/ssh-YXErjaFybo5r/agent.11 [2021-03-11T10:40:25.009Z] SSH_AGENT_PID=16 [2021-03-11T10:40:25.022Z] Running ssh-add (command line suppressed) [2021-03-11T10:40:25.142Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5891026627790556541.key (/w/workspace/edgex-go/6@tmp/private_key_5891026627790556541.key) [2021-03-11T10:40:25.193Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T10:40:25.527Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T10:40:25.552Z] $ docker exec --env ******** --env ******** 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 ssh-agent -k [2021-03-11T10:40:25.666Z] unset SSH_AUTH_SOCK; [2021-03-11T10:40:25.667Z] unset SSH_AGENT_PID; [2021-03-11T10:40:25.667Z] echo Agent pid 16 killed; [2021-03-11T10:40:25.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T10:40:25.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T10:40:25.871Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T10:40:26.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T10:40:26.057Z] $ docker exec 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 ssh-agent [2021-03-11T10:40:26.226Z] SSH_AUTH_SOCK=/tmp/ssh-rhBlVikd22Ab/agent.46 [2021-03-11T10:40:26.226Z] SSH_AGENT_PID=51 [2021-03-11T10:40:26.234Z] Running ssh-add (command line suppressed) [2021-03-11T10:40:26.354Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8240864261189800928.key (/w/workspace/edgex-go/6@tmp/private_key_8240864261189800928.key) [2021-03-11T10:40:26.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T10:40:26.794Z] + git semver init [2021-03-11T10:40:26.794Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T10:40:26.794Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-03-11T10:40:26.794Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-03-11T10:40:26.794Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T10:40:26.794Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T10:40:26.794Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T10:40:26.794Z] # $SEMVER_BRANCH = PR-3250 [2021-03-11T10:40:26.794Z] # $SEMVER_TEMP = /tmp/semver-556505799 [2021-03-11T10:40:26.794Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T10:40:44.965Z] # '/tmp/semver-556505799' -> '/w/workspace/edgex-go/6/.semver' [2021-03-11T10:40:44.965Z] # -> Force: false [2021-03-11T10:40:45.235Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-03-11T10:40:45.251Z] $ docker exec --env ******** --env ******** 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 ssh-agent -k [2021-03-11T10:40:45.779Z] unset SSH_AUTH_SOCK; [2021-03-11T10:40:45.779Z] unset SSH_AGENT_PID; [2021-03-11T10:40:45.780Z] echo Agent pid 51 killed; [2021-03-11T10:40:45.883Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T10:40:46.401Z] + git semver [Pipeline] } [2021-03-11T10:40:46.421Z] $ docker stop --time=1 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 [2021-03-11T10:40:48.136Z] $ docker rm -f 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T10:40:48.682Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T10:40:49.329Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T10:40:49.333Z] [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-03-11T10:40:50.230Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T10:40:50.538Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T10:40:50.857Z] + sudo service docker restart [2021-03-11T10:40:50.857Z] + true [2021-03-11T10:40:50.857Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T10:40:51.453Z] ========================================================= [2021-03-11T10:40:51.453Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T10:40:51.453Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:40:51.802Z] + 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-03-11T10:40:56.054Z] Sending build context to Docker daemon 328.5MB [2021-03-11T10:40:56.054Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T10:40:56.054Z] Step 2/6 : FROM ${BASE} [2021-03-11T10:40:56.054Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T10:40:56.054Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T10:40:56.054Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T10:40:56.054Z] de9db76c5a1d: Pulling fs layer [2021-03-11T10:40:56.054Z] bca2f99d35d6: Pulling fs layer [2021-03-11T10:40:56.054Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T10:40:56.054Z] 7c6f9722023f: Pulling fs layer [2021-03-11T10:40:56.054Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T10:40:56.054Z] 93359f2a8cfa: Waiting [2021-03-11T10:40:56.054Z] 7c6f9722023f: Waiting [2021-03-11T10:40:56.054Z] a35cf1a2eb13: Waiting [2021-03-11T10:40:56.054Z] bca2f99d35d6: Waiting [2021-03-11T10:40:56.054Z] de9db76c5a1d: Verifying Checksum [2021-03-11T10:40:56.054Z] de9db76c5a1d: Download complete [2021-03-11T10:40:56.054Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T10:40:56.054Z] 0ef7d3d256c8: Download complete [2021-03-11T10:40:56.054Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T10:40:56.054Z] 93359f2a8cfa: Download complete [2021-03-11T10:40:56.054Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T10:40:56.054Z] 188c0c94c7c5: Download complete [2021-03-11T10:40:56.054Z] 7c6f9722023f: Verifying Checksum [2021-03-11T10:40:56.054Z] 7c6f9722023f: Download complete [2021-03-11T10:40:56.319Z] 188c0c94c7c5: Pull complete [2021-03-11T10:40:56.584Z] 0ef7d3d256c8: Pull complete [2021-03-11T10:40:56.584Z] de9db76c5a1d: Pull complete [2021-03-11T10:40:57.996Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T10:40:57.997Z] a35cf1a2eb13: Download complete [2021-03-11T10:40:58.583Z] bca2f99d35d6: Verifying Checksum [2021-03-11T10:40:58.583Z] bca2f99d35d6: Download complete [2021-03-11T10:41:04.738Z] Still waiting to schedule task [2021-03-11T10:41:04.738Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-11T10:41:05.254Z] bca2f99d35d6: Pull complete [2021-03-11T10:41:05.518Z] 93359f2a8cfa: Pull complete [2021-03-11T10:41:05.783Z] 7c6f9722023f: Pull complete [2021-03-11T10:41:10.035Z] a35cf1a2eb13: Pull complete [2021-03-11T10:41:10.035Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T10:41:10.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T10:41:10.306Z] ---> a62c8e92a672 [2021-03-11T10:41:10.306Z] 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-03-11T10:41:10.306Z] ---> Running in 8e958f8038e1 [2021-03-11T10:41:11.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:41:11.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:41:12.100Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T10:41:12.677Z] (2/12) Installing file (5.38-r0) [2021-03-11T10:41:12.677Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T10:41:12.677Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T10:41:19.290Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T10:41:19.290Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T10:41:19.290Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T10:41:19.290Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T10:41:19.290Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T10:41:19.290Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T10:41:19.290Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T10:41:19.557Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T10:41:19.557Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:41:19.557Z] OK: 233 MiB in 51 packages [2021-03-11T10:41:23.795Z] Removing intermediate container 8e958f8038e1 [2021-03-11T10:41:23.795Z] ---> dd6c5bb08c2f [2021-03-11T10:41:23.795Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T10:41:23.795Z] ---> Running in 3aae544fbdf0 [2021-03-11T10:41:23.795Z] Removing intermediate container 3aae544fbdf0 [2021-03-11T10:41:23.795Z] ---> bd9475094702 [2021-03-11T10:41:23.795Z] Step 5/6 : COPY go.mod . [2021-03-11T10:41:24.063Z] ---> 7c9aa229490a [2021-03-11T10:41:24.063Z] Step 6/6 : RUN go mod download [2021-03-11T10:41:24.063Z] ---> Running in a0acfacc388a [2021-03-11T10:41:50.740Z] Removing intermediate container a0acfacc388a [2021-03-11T10:41:50.740Z] ---> 9546c4cf231b [2021-03-11T10:41:50.740Z] Successfully built 9546c4cf231b [2021-03-11T10:41:50.740Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:41:51.064Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T10:41:51.064Z] . [Pipeline] withDockerContainer [2021-03-11T10:41:51.190Z] prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container [2021-03-11T10:41:51.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T10:41:52.159Z] $ docker top 2b99f98943476a903660b2e5680ef1ad130db84273fc21a8aac25d1efcb21f2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:41:52.744Z] + go version [2021-03-11T10:41:52.744Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T10:41:52.774Z] $ docker stop --time=1 2b99f98943476a903660b2e5680ef1ad130db84273fc21a8aac25d1efcb21f2b [2021-03-11T10:41:54.356Z] $ docker rm -f 2b99f98943476a903660b2e5680ef1ad130db84273fc21a8aac25d1efcb21f2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:41:55.160Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T10:41:55.160Z] . [Pipeline] withDockerContainer [2021-03-11T10:41:55.269Z] prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container [2021-03-11T10:41:55.328Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T10:41:56.171Z] $ docker top 76ba388843bc5fade2609fc12d45f562823de79cc6bcfc95f81990261cea246e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T10:41:56.365Z] ========================================================= [2021-03-11T10:41:56.365Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T10:41:56.365Z] ========================================================= [Pipeline] sh [2021-03-11T10:41:56.665Z] + make test [2021-03-11T10:41:56.665Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T10:42:06.755Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T10:42:28.962Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T10:42:32.343Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T10:42:34.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T10:42:34.929Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T10:42:36.380Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T10:42:36.380Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T10:42:36.380Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T10:42:36.380Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T10:42:37.806Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T10:42:37.806Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T10:42:42.077Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T10:42:42.077Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T10:42:42.077Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T10:42:44.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements [2021-03-11T10:42:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T10:42:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T10:42:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T10:42:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T10:42:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T10:42:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T10:42:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T10:42:44.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-03-11T10:42:47.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.1% of statements [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T10:42:47.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T10:42:47.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T10:42:47.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T10:42:47.500Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29514 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-11T10:42:47.557Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-11T10:42:47.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 71.3% of statements [2021-03-11T10:42:47.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T10:42:47.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T10:42:47.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.192s coverage: 82.9% of statements [2021-03-11T10:42:47.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T10:42:47.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:42:47.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.097s coverage: 78.9% of statements [2021-03-11T10:42:47.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T10:42:51.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T10:42:51.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.047s coverage: 100.0% of statements [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T10:42:51.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T10:42:51.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T10:42:51.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T10:42:51.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T10:42:51.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T10:42:52.684Z] using credential edgex-jenkins-ssh [2021-03-11T10:42:52.773Z] Cloning the remote Git repository [2021-03-11T10:42:52.835Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:42:52.944Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-11T10:42:53.035Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:42:53.036Z] > git --version # timeout=10 [2021-03-11T10:42:53.055Z] > git --version # 'git version 2.17.1' [2021-03-11T10:42:53.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:42:53.120Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T10:42:53.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.471s coverage: 92.8% of statements [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T10:42:53.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T10:42:53.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.1% of statements [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T10:42:53.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T10:42:53.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements [2021-03-11T10:42:53.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-03-11T10:42:53.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-03-11T10:42:53.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.040s coverage: 96.3% of statements [2021-03-11T10:42:53.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-03-11T10:43:06.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements [2021-03-11T10:43:06.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-03-11T10:43:06.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.094s coverage: 81.4% of statements [2021-03-11T10:43:09.644Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:43:08.656Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T10:43:08.680Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T10:43:08.716Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T10:43:08.757Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:43:08.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:43:08.769Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T10:43:09.667Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T10:43:09.725Z] > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 [2021-03-11T10:43:10.151Z] Merge succeeded, producing dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:43:10.152Z] Checking out Revision dd4dc9307d76383831dfef8fee5e9ba65f5c29de (PR-3250) [2021-03-11T10:43:10.064Z] > git remote # timeout=10 [2021-03-11T10:43:10.088Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T10:43:10.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:43:10.114Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T10:43:10.137Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T10:43:10.162Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T10:43:10.179Z] > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 [2021-03-11T10:43:14.616Z] Commit message: "feat: Add required readWrite field to deviceCommand" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T10:43:16.279Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T10:43:16.681Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T10:43:17.026Z] + sudo service docker restart [2021-03-11T10:43:17.026Z] + true [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.294s coverage: 62.4% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 69.0% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.072s coverage: 89.5% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T10:43:18.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T10:43:18.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.1% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.118s coverage: 96.5% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T10:43:18.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-11T10:43:18.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-11T10:43:18.970Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T10:43:19.083Z] provisioning config files... [2021-03-11T10:43:19.129Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2242604940646280662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:43:19.537Z] ---> docker-login.sh [2021-03-11T10:43:19.537Z] nexus3.edgexfoundry.org:10001 [2021-03-11T10:43:20.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:43:20.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:43:20.799Z] Configure a credential helper to remove this warning. See [2021-03-11T10:43:20.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:43:20.799Z] [2021-03-11T10:43:20.799Z] Login Succeeded [2021-03-11T10:43:20.799Z] nexus3.edgexfoundry.org:10002 [2021-03-11T10:43:21.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:43:21.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:43:21.350Z] Configure a credential helper to remove this warning. See [2021-03-11T10:43:21.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:43:21.350Z] [2021-03-11T10:43:21.350Z] Login Succeeded [2021-03-11T10:43:21.350Z] nexus3.edgexfoundry.org:10003 [2021-03-11T10:43:21.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:43:21.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:43:21.921Z] Configure a credential helper to remove this warning. See [2021-03-11T10:43:21.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:43:21.921Z] [2021-03-11T10:43:21.921Z] Login Succeeded [2021-03-11T10:43:21.921Z] nexus3.edgexfoundry.org:10004 [2021-03-11T10:43:22.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:43:22.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:43:22.471Z] Configure a credential helper to remove this warning. See [2021-03-11T10:43:22.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:43:22.471Z] [2021-03-11T10:43:22.471Z] Login Succeeded [2021-03-11T10:43:22.471Z] docker.io [2021-03-11T10:43:22.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:43:23.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:43:23.020Z] Configure a credential helper to remove this warning. See [2021-03-11T10:43:23.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:43:23.020Z] [2021-03-11T10:43:23.020Z] Login Succeeded [2021-03-11T10:43:23.020Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T10:43:23.037Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T10:43:23.505Z] ========================================================= [2021-03-11T10:43:23.505Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T10:43:23.505Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:43:23.892Z] + 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-03-11T10:43:26.531Z] Sending build context to Docker daemon 166.7MB [2021-03-11T10:43:26.531Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T10:43:26.531Z] Step 2/6 : FROM ${BASE} [2021-03-11T10:43:26.531Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T10:43:26.531Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T10:43:26.531Z] a4357932f1b6: Pulling fs layer [2021-03-11T10:43:26.531Z] 18c013af1878: Pulling fs layer [2021-03-11T10:43:26.531Z] 00ac8860ef70: Pulling fs layer [2021-03-11T10:43:26.531Z] 63d7cb157983: Pulling fs layer [2021-03-11T10:43:26.531Z] b116817d02f9: Pulling fs layer [2021-03-11T10:43:26.531Z] 745a02a5169b: Pulling fs layer [2021-03-11T10:43:26.531Z] 63d7cb157983: Waiting [2021-03-11T10:43:26.531Z] b116817d02f9: Waiting [2021-03-11T10:43:26.531Z] 745a02a5169b: Waiting [2021-03-11T10:43:26.531Z] 18c013af1878: Verifying Checksum [2021-03-11T10:43:26.531Z] 18c013af1878: Download complete [2021-03-11T10:43:26.531Z] a4357932f1b6: Verifying Checksum [2021-03-11T10:43:26.531Z] a4357932f1b6: Download complete [2021-03-11T10:43:26.531Z] 63d7cb157983: Verifying Checksum [2021-03-11T10:43:26.531Z] 63d7cb157983: Download complete [2021-03-11T10:43:26.531Z] b116817d02f9: Verifying Checksum [2021-03-11T10:43:26.531Z] b116817d02f9: Download complete [2021-03-11T10:43:26.531Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T10:43:26.531Z] 5f621e34cdf4: Download complete [2021-03-11T10:43:27.137Z] 5f621e34cdf4: Pull complete [2021-03-11T10:43:27.749Z] a4357932f1b6: Pull complete [2021-03-11T10:43:28.345Z] 18c013af1878: Pull complete [2021-03-11T10:43:28.943Z] 745a02a5169b: Verifying Checksum [2021-03-11T10:43:28.943Z] 745a02a5169b: Download complete [2021-03-11T10:43:31.595Z] 00ac8860ef70: Verifying Checksum [2021-03-11T10:43:31.596Z] 00ac8860ef70: Download complete [2021-03-11T10:43:41.762Z] 00ac8860ef70: Pull complete [2021-03-11T10:43:41.762Z] 63d7cb157983: Pull complete [2021-03-11T10:43:41.762Z] b116817d02f9: Pull complete [2021-03-11T10:43:45.580Z] 745a02a5169b: Pull complete [2021-03-11T10:43:45.580Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T10:43:45.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T10:43:45.580Z] ---> b7e6874047d6 [2021-03-11T10:43:45.580Z] 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-03-11T10:43:48.999Z] ---> Running in bef17c9847da [2021-03-11T10:43:50.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:43:51.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:43:51.234Z] gofmt -l . [2021-03-11T10:43:51.234Z] [ "`gofmt -l .`" = "" ] [2021-03-11T10:43:51.234Z] ./bin/test-go-mod-tidy.sh [2021-03-11T10:43:51.498Z] ./bin/test-attribution-txt.sh [2021-03-11T10:43:52.011Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] sh [2021-03-11T10:43:52.294Z] (2/12) Installing file (5.38-r0) [2021-03-11T10:43:52.294Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T10:43:52.294Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T10:43:52.710Z] + ls -al . [2021-03-11T10:43:52.710Z] total 740 [2021-03-11T10:43:52.710Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 10:43 . [2021-03-11T10:43:52.710Z] drwxr-xr-x 4 root root 28 Mar 11 10:41 .. [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 10:40 .dockerignore [2021-03-11T10:43:52.710Z] drwxrwxr-x 8 1001 1001 179 Mar 11 10:40 .git [2021-03-11T10:43:52.710Z] drwxrwxr-x 3 1001 1001 125 Mar 11 10:40 .github [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 10:40 .gitignore [2021-03-11T10:43:52.710Z] drwx------ 3 1001 1001 60 Mar 11 10:40 .semver [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 10:40 .sonarcloud.properties [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 10:40 Attribution.txt [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 10:40 CONTRIBUTING.md [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 10:40 Dockerfile.build [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 10:40 Jenkinsfile [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 10:40 LICENSE [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 10:40 Makefile [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 10:40 README.md [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 10:40 SECURITY.md [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 10:40 VERSION [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 10:40 ZMQWindows.md [2021-03-11T10:43:52.710Z] drwxrwxr-x 2 1001 1001 117 Mar 11 10:40 bin [2021-03-11T10:43:52.710Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 10:40 cmd [2021-03-11T10:43:52.710Z] -rw-r--r-- 1 root root 628834 Mar 11 10:43 coverage.out [2021-03-11T10:43:52.710Z] -rw-r--r-- 1 root root 1055 Mar 11 10:43 go.mod [2021-03-11T10:43:52.710Z] -rw-r--r-- 1 root root 21981 Mar 11 10:43 go.sum [2021-03-11T10:43:52.710Z] drwxrwxr-x 8 1001 1001 127 Mar 11 10:40 internal [2021-03-11T10:43:52.710Z] drwxrwxr-x 4 1001 1001 26 Mar 11 10:40 openapi [2021-03-11T10:43:52.710Z] drwxrwxr-x 4 1001 1001 71 Mar 11 10:40 snap [2021-03-11T10:43:52.710Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 10:40 version.go [Pipeline] sh [2021-03-11T10:43:53.019Z] + '[' -e coverage.out ] [2021-03-11T10:43:53.019Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T10:43:53.294Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T10:43:53.590Z] + make build [2021-03-11T10:43:53.590Z] 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-03-11T10:43:57.836Z] 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-03-11T10:43:58.985Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T10:43:58.985Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T10:43:59.254Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T10:43:59.524Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T10:43:59.524Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T10:43:59.524Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T10:43:59.794Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T10:43:59.794Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T10:44:00.068Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:44:00.068Z] OK: 217 MiB in 51 packages [2021-03-11T10:44:04.384Z] Removing intermediate container bef17c9847da [2021-03-11T10:44:04.384Z] ---> 7def9ecb5548 [2021-03-11T10:44:04.384Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T10:44:04.384Z] ---> Running in 5f062f0b168c [2021-03-11T10:44:04.657Z] Removing intermediate container 5f062f0b168c [2021-03-11T10:44:04.657Z] ---> b5b150338966 [2021-03-11T10:44:04.657Z] Step 5/6 : COPY go.mod . [2021-03-11T10:44:05.261Z] ---> 796d24bd08e2 [2021-03-11T10:44:05.261Z] Step 6/6 : RUN go mod download [2021-03-11T10:44:05.261Z] ---> Running in 50baa8b67821 [2021-03-11T10:44:07.942Z] 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-03-11T10:44:08.907Z] 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-03-11T10:44:10.861Z] 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-03-11T10:44:11.132Z] 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-03-11T10:44:13.072Z] 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-03-11T10:44:15.005Z] 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-03-11T10:44:15.962Z] 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-03-11T10:44:17.372Z] 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-03-11T10:44:18.775Z] 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-03-11T10:44:20.181Z] 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-03-11T10:44:22.138Z] $ docker stop --time=1 76ba388843bc5fade2609fc12d45f562823de79cc6bcfc95f81990261cea246e [2021-03-11T10:44:23.907Z] $ docker rm -f 76ba388843bc5fade2609fc12d45f562823de79cc6bcfc95f81990261cea246e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:44:25.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:44:25.820Z] [2021-03-11T10:44:25.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:44:26.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:44:26.173Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T10:44:26.173Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T10:44:26.173Z] ca9280d653b3: Pulling fs layer [2021-03-11T10:44:26.173Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T10:44:26.439Z] cbdbe7a5bc2a: Download complete [2021-03-11T10:44:26.703Z] ca9280d653b3: Verifying Checksum [2021-03-11T10:44:26.703Z] ca9280d653b3: Download complete [2021-03-11T10:44:26.970Z] cbdbe7a5bc2a: Pull complete [2021-03-11T10:44:27.922Z] ca9280d653b3: Pull complete [2021-03-11T10:44:28.186Z] 7e9c9ca2126c: Download complete [2021-03-11T10:44:32.054Z] Removing intermediate container 50baa8b67821 [2021-03-11T10:44:32.054Z] ---> 62168545c94a [2021-03-11T10:44:32.054Z] Successfully built 62168545c94a [2021-03-11T10:44:32.054Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:44:32.404Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T10:44:32.404Z] . [Pipeline] withDockerContainer [2021-03-11T10:44:32.668Z] prd-ubuntu18.04-docker-arm64-4c-16g-29514 does not seem to be running inside a container [2021-03-11T10:44:32.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T10:44:34.239Z] $ docker top 58dbf10e433156ece85b7d7f429b217ef602140ebd6d2773f28f8bb5df3d4db5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:44:35.220Z] + go version [2021-03-11T10:44:35.220Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T10:44:35.247Z] $ docker stop --time=1 58dbf10e433156ece85b7d7f429b217ef602140ebd6d2773f28f8bb5df3d4db5 [2021-03-11T10:44:36.387Z] 7e9c9ca2126c: Pull complete [2021-03-11T10:44:36.387Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T10:44:36.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:44:36.387Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:44:37.176Z] $ docker rm -f 58dbf10e433156ece85b7d7f429b217ef602140ebd6d2773f28f8bb5df3d4db5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2021-03-11T10:44:37.580Z] prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container [2021-03-11T10:44:37.635Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T10:44:39.790Z] $ docker top 5ca31ac8d39d05b09be2df961515e78457d727ef28b2a9b783ee7efd42b2a0fd -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-03-11T10:44:40.490Z] + docker-compose build --help [2021-03-11T10:44:40.490Z] + grep parallel [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:44:40.817Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T10:44:40.817Z] . [Pipeline] withDockerContainer [2021-03-11T10:44:41.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-29514 does not seem to be running inside a container [2021-03-11T10:44:41.151Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T10:44:41.438Z] --parallel Build images in parallel. [2021-03-11T10:44:42.617Z] $ docker top a7f3a0ec0192a39b79b07fef59be2d9a92bac2906004f8ebe13b0cd82eddec0b -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-11T10:44:43.061Z] $ docker stop --time=1 5ca31ac8d39d05b09be2df961515e78457d727ef28b2a9b783ee7efd42b2a0fd [2021-03-11T10:44:44.538Z] $ docker rm -f 5ca31ac8d39d05b09be2df961515e78457d727ef28b2a9b783ee7efd42b2a0fd [Pipeline] // withDockerContainer [Pipeline] echo [2021-03-11T10:44:44.738Z] ========================================================= [2021-03-11T10:44:44.738Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T10:44:44.738Z] ========================================================= [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:44:45.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:44:45.240Z] . [Pipeline] withDockerContainer [2021-03-11T10:44:45.359Z] prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container [2021-03-11T10:44:45.383Z] + make test [2021-03-11T10:44:45.383Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T10:44:45.411Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T10:44:46.203Z] $ docker top d02dbcb55001a8aa9972fadd2d12f9b64cb16e8de3edab874fbf987e2cfdbd64 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:44:46.736Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T10:44:47.689Z] Building docker-core-command-go ... [2021-03-11T10:44:47.689Z] Building docker-core-data-go ... [2021-03-11T10:44:47.689Z] Building docker-core-metadata-go ... [2021-03-11T10:44:47.689Z] Building docker-security-bootstrapper-go ... [2021-03-11T10:44:47.689Z] Building docker-security-proxy-setup-go ... [2021-03-11T10:44:47.689Z] Building docker-security-secretstore-setup-go ... [2021-03-11T10:44:47.689Z] Building docker-support-notifications-go ... [2021-03-11T10:44:47.689Z] Building docker-support-scheduler-go ... [2021-03-11T10:44:47.689Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T10:44:47.689Z] Building docker-core-data-go [2021-03-11T10:44:47.689Z] Building docker-security-bootstrapper-go [2021-03-11T10:44:47.689Z] Building docker-security-secretstore-setup-go [2021-03-11T10:44:47.689Z] Building docker-security-proxy-setup-go [2021-03-11T10:44:47.689Z] Building docker-core-metadata-go [2021-03-11T10:45:07.578Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T10:45:26.797Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:45:26.797Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:45:26.797Z] ---> 9546c4cf231b [2021-03-11T10:45:26.797Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T10:45:26.797Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:45:26.797Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:45:26.797Z] ---> 9546c4cf231b [2021-03-11T10:45:26.797Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:45:26.797Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:45:26.797Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:45:26.797Z] ---> 9546c4cf231b [2021-03-11T10:45:26.797Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:45:26.797Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:45:26.797Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:45:26.797Z] ---> 9546c4cf231b [2021-03-11T10:45:26.797Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T10:45:26.797Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:45:26.797Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:45:26.797Z] ---> 9546c4cf231b [2021-03-11T10:45:26.797Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T10:45:26.797Z] ---> Running in 18348c1b3402 [2021-03-11T10:45:26.797Z] ---> Running in b19c50e062c2 [2021-03-11T10:45:26.797Z] ---> Running in 1bb88a474749 [2021-03-11T10:45:26.797Z] ---> Running in c9b40d72caeb [2021-03-11T10:45:26.797Z] ---> Running in fe245df9cd0d [2021-03-11T10:45:26.797Z] Removing intermediate container fe245df9cd0d [2021-03-11T10:45:26.797Z] ---> 627509e5a6dc [2021-03-11T10:45:26.797Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:45:26.797Z] Removing intermediate container 1bb88a474749 [2021-03-11T10:45:26.797Z] ---> fda24a0983bc [2021-03-11T10:45:26.797Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:45:26.797Z] Removing intermediate container b19c50e062c2 [2021-03-11T10:45:26.797Z] ---> ebe5388b4fe3 [2021-03-11T10:45:26.797Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:45:26.797Z] Removing intermediate container c9b40d72caeb [2021-03-11T10:45:26.797Z] ---> f07f8bfa52d0 [2021-03-11T10:45:26.797Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:45:26.797Z] Removing intermediate container 18348c1b3402 [2021-03-11T10:45:26.797Z] ---> d04ed9b2de2d [2021-03-11T10:45:26.797Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:45:26.797Z] ---> Running in 1c4e8e4edc1c [2021-03-11T10:45:26.797Z] ---> Running in ae00a95f13f4 [2021-03-11T10:45:26.797Z] ---> Running in 03ed81c59881 [2021-03-11T10:45:26.797Z] ---> Running in 9942ca561007 [2021-03-11T10:45:26.797Z] ---> Running in 59bff1c826bc [2021-03-11T10:45:26.797Z] Removing intermediate container ae00a95f13f4 [2021-03-11T10:45:26.797Z] ---> f410483dec25 [2021-03-11T10:45:26.797Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T10:45:27.059Z] ---> Running in c7760102f8e0 [2021-03-11T10:45:27.059Z] Removing intermediate container 03ed81c59881 [2021-03-11T10:45:27.059Z] ---> 8b0319b68996 [2021-03-11T10:45:27.059Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T10:45:27.059Z] Removing intermediate container 1c4e8e4edc1c [2021-03-11T10:45:27.059Z] ---> 0c44861a767f [2021-03-11T10:45:27.059Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T10:45:27.321Z] Removing intermediate container 9942ca561007 [2021-03-11T10:45:27.321Z] ---> d938bbef4817 [2021-03-11T10:45:27.321Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T10:45:27.321Z] ---> Running in 3b6fa21e743d [2021-03-11T10:45:27.321Z] ---> Running in 67872f613c65 [2021-03-11T10:45:27.587Z] ---> Running in 90ad62542300 [2021-03-11T10:45:27.587Z] Removing intermediate container 59bff1c826bc [2021-03-11T10:45:27.587Z] ---> ffd692593028 [2021-03-11T10:45:27.587Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T10:45:27.587Z] ---> Running in a792795c0b4b [2021-03-11T10:45:27.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:28.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:28.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:28.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:28.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:28.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:28.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:28.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:29.223Z] OK: 233 MiB in 51 packages [2021-03-11T10:45:29.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:29.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:45:29.487Z] OK: 233 MiB in 51 packages [2021-03-11T10:45:29.750Z] Removing intermediate container c7760102f8e0 [2021-03-11T10:45:29.751Z] ---> b47925fee939 [2021-03-11T10:45:29.751Z] Step 6/24 : COPY go.mod . [2021-03-11T10:45:29.751Z] OK: 233 MiB in 51 packages [2021-03-11T10:45:29.751Z] OK: 233 MiB in 51 packages [2021-03-11T10:45:30.014Z] OK: 233 MiB in 51 packages [2021-03-11T10:45:30.014Z] ---> 0b32f8c41343 [2021-03-11T10:45:30.014Z] Step 7/24 : RUN go mod download [2021-03-11T10:45:30.278Z] ---> Running in 1375799a45cc [2021-03-11T10:45:30.278Z] Removing intermediate container 67872f613c65 [2021-03-11T10:45:30.278Z] ---> c22c1aabc5cd [2021-03-11T10:45:30.278Z] Step 6/23 : COPY go.mod . [2021-03-11T10:45:30.856Z] Removing intermediate container 3b6fa21e743d [2021-03-11T10:45:30.856Z] ---> f1a31eb29816 [2021-03-11T10:45:30.856Z] Step 6/21 : COPY go.mod . [2021-03-11T10:45:30.856Z] ---> 7d584761d6bd [2021-03-11T10:45:30.856Z] Step 7/23 : RUN go mod download [2021-03-11T10:45:30.856Z] Removing intermediate container a792795c0b4b [2021-03-11T10:45:30.856Z] ---> 543734f60313 [2021-03-11T10:45:30.856Z] Step 6/23 : COPY go.mod . [2021-03-11T10:45:31.118Z] ---> Running in a887e90df168 [2021-03-11T10:45:31.118Z] ---> 3bfff6b6e98a [2021-03-11T10:45:31.118Z] Step 7/21 : RUN go mod download [2021-03-11T10:45:31.384Z] Removing intermediate container 90ad62542300 [2021-03-11T10:45:31.384Z] ---> e1ee36882886 [2021-03-11T10:45:31.384Z] Step 6/31 : COPY go.mod . [2021-03-11T10:45:31.384Z] ---> Running in b023f50f4d83 [2021-03-11T10:45:31.384Z] ---> e4f879801cbe [2021-03-11T10:45:31.384Z] Step 7/23 : RUN go mod download [2021-03-11T10:45:31.650Z] ---> Running in e2990aa65bb0 [2021-03-11T10:45:31.929Z] ---> 34b64eee8dd2 [2021-03-11T10:45:31.929Z] Step 7/31 : RUN go mod download [2021-03-11T10:45:32.204Z] ---> Running in b0eb56e9fa52 [2021-03-11T10:45:32.812Z] Removing intermediate container 1375799a45cc [2021-03-11T10:45:32.812Z] ---> 9679c9cb57a3 [2021-03-11T10:45:32.812Z] Step 8/24 : COPY . . [2021-03-11T10:45:33.085Z] Removing intermediate container a887e90df168 [2021-03-11T10:45:33.086Z] ---> 9061d84fe296 [2021-03-11T10:45:33.086Z] Step 8/23 : COPY . . [2021-03-11T10:45:33.086Z] Removing intermediate container b023f50f4d83 [2021-03-11T10:45:33.086Z] ---> 033ba0be4158 [2021-03-11T10:45:33.086Z] Step 8/21 : COPY . . [2021-03-11T10:45:43.197Z] Removing intermediate container e2990aa65bb0 [2021-03-11T10:45:43.197Z] ---> 1d937377addc [2021-03-11T10:45:43.197Z] Step 8/23 : COPY . . [2021-03-11T10:45:43.197Z] Removing intermediate container b0eb56e9fa52 [2021-03-11T10:45:43.197Z] ---> 5c09e2ed3c9f [2021-03-11T10:45:43.197Z] Step 8/31 : COPY . . [2021-03-11T10:45:54.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T10:46:03.010Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T10:46:09.799Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T10:46:09.799Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T10:46:12.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T10:46:12.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T10:46:12.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T10:46:12.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T10:46:15.076Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T10:46:15.521Z] ---> 275eb4a8a00a [2021-03-11T10:46:15.521Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T10:46:15.521Z] ---> 2ef32c780b3b [2021-03-11T10:46:15.521Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T10:46:15.521Z] ---> 2a6deb0a8208 [2021-03-11T10:46:15.521Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T10:46:15.521Z] ---> Running in 71b8c0f23e25 [2021-03-11T10:46:15.521Z] ---> Running in d620b108304d [2021-03-11T10:46:15.521Z] ---> Running in 006089b29745 [2021-03-11T10:46:15.521Z] ---> c44bce2829af [2021-03-11T10:46:15.521Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T10:46:15.521Z] ---> e2cd53ba1d27 [2021-03-11T10:46:15.521Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T10:46:15.521Z] ---> Running in dfaed66795e1 [2021-03-11T10:46:15.521Z] ---> Running in 58005b141740 [2021-03-11T10:46:15.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T10:46:15.521Z] 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-03-11T10:46:15.521Z] 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-03-11T10:46:15.794Z] 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-03-11T10:46:15.794Z] 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-03-11T10:46:16.062Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T10:46:24.368Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T10:46:24.368Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T10:46:24.368Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T10:46:29.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.330s coverage: 45.9% of statements [2021-03-11T10:46:29.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T10:46:29.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T10:46:29.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T10:46:29.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T10:46:29.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T10:46:29.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T10:46:29.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T10:46:29.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements [2021-03-11T10:46:38.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.509s coverage: 27.1% of statements [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T10:46:38.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T10:46:38.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T10:46:38.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.356s coverage: 71.3% of statements [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T10:46:38.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T10:46:39.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.473s coverage: 82.9% of statements [2021-03-11T10:46:39.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T10:46:39.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:46:39.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-03-11T10:46:39.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T10:46:48.085Z] 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-03-11T10:46:48.085Z] 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-03-11T10:46:49.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.143s coverage: 28.6% of statements [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T10:46:49.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T10:46:49.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T10:46:49.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.364s coverage: 86.7% of statements [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T10:46:49.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T10:46:49.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T10:46:49.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T10:46:53.466Z] Removing intermediate container dfaed66795e1 [2021-03-11T10:46:53.466Z] ---> 39da89203c93 [2021-03-11T10:46:53.466Z] [2021-03-11T10:46:53.466Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T10:46:53.466Z] 3.12: Pulling from library/alpine [2021-03-11T10:46:57.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.068s coverage: 92.8% of statements [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T10:46:57.597Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T10:46:57.597Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 0.1% of statements [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T10:46:57.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T10:46:57.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements [2021-03-11T10:46:57.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.102s coverage: 79.5% of statements [2021-03-11T10:46:57.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-03-11T10:46:57.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements [2021-03-11T10:46:57.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-03-11T10:46:58.778Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T10:46:58.778Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T10:46:58.778Z] ---> 88dd2752d2ea [2021-03-11T10:46:58.779Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T10:46:58.779Z] Removing intermediate container 71b8c0f23e25 [2021-03-11T10:46:58.779Z] ---> 6011694bd48c [2021-03-11T10:46:58.779Z] [2021-03-11T10:46:58.779Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T10:46:58.779Z] ---> 88dd2752d2ea [2021-03-11T10:46:58.779Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T10:46:58.779Z] Removing intermediate container d620b108304d [2021-03-11T10:46:58.779Z] ---> 0fdf59402757 [2021-03-11T10:46:58.779Z] [2021-03-11T10:46:58.779Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T10:46:58.779Z] ---> 88dd2752d2ea [2021-03-11T10:46:58.779Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T10:46:58.779Z] ---> Running in a7c6f23519ee [2021-03-11T10:46:58.779Z] ---> Running in adbeaa598101 [2021-03-11T10:46:58.779Z] ---> Running in 42f026573b0f [2021-03-11T10:46:58.779Z] Removing intermediate container a7c6f23519ee [2021-03-11T10:46:58.779Z] ---> ea96048e8350 [2021-03-11T10:46:58.779Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T10:46:59.061Z] ---> Running in 912f46b902f2 [2021-03-11T10:46:59.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:46:59.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:46:59.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:46:59.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:46:59.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:46:59.650Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T10:46:59.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:46:59.650Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:46:59.650Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T10:46:59.650Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T10:46:59.650Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T10:46:59.650Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:46:59.922Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:46:59.922Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T10:46:59.922Z] OK: 7 MiB in 19 packages [2021-03-11T10:46:59.922Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:46:59.922Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T10:46:59.922Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T10:46:59.922Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:46:59.922Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:46:59.922Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T10:46:59.922Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T10:46:59.922Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:46:59.922Z] OK: 6 MiB in 16 packages [2021-03-11T10:46:59.922Z] OK: 7 MiB in 18 packages [2021-03-11T10:47:03.241Z] Removing intermediate container 006089b29745 [2021-03-11T10:47:03.241Z] ---> adb0371822a7 [2021-03-11T10:47:03.241Z] [2021-03-11T10:47:03.241Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:47:03.241Z] ---> 88dd2752d2ea [2021-03-11T10:47:03.241Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:47:03.241Z] Removing intermediate container 58005b141740 [2021-03-11T10:47:03.241Z] ---> 942b22c1a419 [2021-03-11T10:47:03.241Z] [2021-03-11T10:47:03.241Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:47:03.241Z] ---> 88dd2752d2ea [2021-03-11T10:47:03.241Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T10:47:03.241Z] ---> Running in 726e9c99f488 [2021-03-11T10:47:03.241Z] ---> Running in 8ebe25f630ea [2021-03-11T10:47:04.635Z] Removing intermediate container adbeaa598101 [2021-03-11T10:47:04.635Z] ---> 73e4b2790d0e [2021-03-11T10:47:04.635Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T10:47:04.898Z] Removing intermediate container 8ebe25f630ea [2021-03-11T10:47:04.898Z] ---> 079135e7d221 [2021-03-11T10:47:04.899Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T10:47:04.899Z] Removing intermediate container 42f026573b0f [2021-03-11T10:47:04.899Z] ---> 303beae41080 [2021-03-11T10:47:04.899Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T10:47:04.899Z] ---> Running in 2b93f18f4c84 [2021-03-11T10:47:04.899Z] Removing intermediate container 912f46b902f2 [2021-03-11T10:47:04.899Z] ---> 55f6eac93763 [2021-03-11T10:47:04.899Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T10:47:05.163Z] ---> Running in a4f18d0e278a [2021-03-11T10:47:05.163Z] ---> Running in 3386ae7884b1 [2021-03-11T10:47:05.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:47:05.163Z] ---> Running in d75a0094c68d [2021-03-11T10:47:05.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:47:05.163Z] Removing intermediate container 2b93f18f4c84 [2021-03-11T10:47:05.163Z] ---> d3873a85117a [2021-03-11T10:47:05.163Z] Step 13/24 : WORKDIR / [2021-03-11T10:47:05.429Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T10:47:05.429Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:47:05.429Z] OK: 6 MiB in 15 packages [2021-03-11T10:47:05.429Z] ---> Running in 8be154d896fd [2021-03-11T10:47:05.429Z] Removing intermediate container a4f18d0e278a [2021-03-11T10:47:05.429Z] ---> a3322812da68 [2021-03-11T10:47:05.429Z] Step 13/21 : WORKDIR /edgex [2021-03-11T10:47:05.429Z] Removing intermediate container 3386ae7884b1 [2021-03-11T10:47:05.429Z] ---> 1a337baca2aa [2021-03-11T10:47:05.429Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T10:47:05.429Z] Removing intermediate container d75a0094c68d [2021-03-11T10:47:05.429Z] ---> 4f0364767e0b [2021-03-11T10:47:05.429Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T10:47:05.697Z] ---> Running in 57464e8960f9 [2021-03-11T10:47:05.697Z] ---> Running in ac76be15054b [2021-03-11T10:47:05.697Z] ---> Running in 90b50db0bc0e [2021-03-11T10:47:05.697Z] Removing intermediate container 8be154d896fd [2021-03-11T10:47:05.697Z] ---> 41ce271947d8 [2021-03-11T10:47:05.697Z] 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-03-11T10:47:05.958Z] Removing intermediate container 57464e8960f9 [2021-03-11T10:47:05.958Z] ---> 45f246ed8c24 [2021-03-11T10:47:05.958Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T10:47:06.224Z] Removing intermediate container ac76be15054b [2021-03-11T10:47:06.224Z] ---> def55afb3e70 [2021-03-11T10:47:06.224Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T10:47:06.224Z] Removing intermediate container 90b50db0bc0e [2021-03-11T10:47:06.224Z] ---> 61f778c9e9a3 [2021-03-11T10:47:06.224Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:47:06.809Z] ---> Running in f866c2066690 [2021-03-11T10:47:06.809Z] Removing intermediate container 726e9c99f488 [2021-03-11T10:47:06.809Z] ---> 7257144de4ec [2021-03-11T10:47:06.809Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:47:06.809Z] ---> 990c976d3238 [2021-03-11T10:47:06.809Z] 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-03-11T10:47:06.809Z] ---> Running in e33fbb425e9c [2021-03-11T10:47:07.071Z] ---> Running in 97b9ae9c75a8 [2021-03-11T10:47:07.335Z] ---> 38d4c8a9b58d [2021-03-11T10:47:07.335Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T10:47:07.613Z] ---> b383934fe2fc [2021-03-11T10:47:07.613Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T10:47:07.614Z] Removing intermediate container 97b9ae9c75a8 [2021-03-11T10:47:07.614Z] ---> 9318ba9f3c96 [2021-03-11T10:47:07.614Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T10:47:07.614Z] ---> Running in 554a6d2059f3 [2021-03-11T10:47:07.884Z] ---> d9dd12bbce1a [2021-03-11T10:47:07.884Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T10:47:08.150Z] ---> 766879d95b7b [2021-03-11T10:47:08.150Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T10:47:08.150Z] Removing intermediate container 554a6d2059f3 [2021-03-11T10:47:08.150Z] ---> ee371a0ae1b7 [2021-03-11T10:47:08.150Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T10:47:08.150Z] ---> Running in ee38aaf20be6 [2021-03-11T10:47:08.415Z] Removing intermediate container ee38aaf20be6 [2021-03-11T10:47:08.415Z] ---> 7ea9606e9082 [2021-03-11T10:47:08.415Z] Step 15/23 : WORKDIR / [2021-03-11T10:47:08.679Z] ---> 3e95bf3e432f [2021-03-11T10:47:08.679Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T10:47:08.679Z] ---> Running in 2b151113aef2 [2021-03-11T10:47:08.944Z] ---> Running in 57dfed69ff42 [2021-03-11T10:47:08.944Z] ---> f3d7f4d10261 [2021-03-11T10:47:08.944Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T10:47:08.944Z] Removing intermediate container f866c2066690 [2021-03-11T10:47:08.944Z] ---> f9cd862accd5 [2021-03-11T10:47:08.944Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T10:47:09.217Z] Removing intermediate container 2b151113aef2 [2021-03-11T10:47:09.217Z] ---> f6ad051dac8d [2021-03-11T10:47:09.217Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:47:09.217Z] ---> Running in 553686b16760 [2021-03-11T10:47:09.217Z] Removing intermediate container e33fbb425e9c [2021-03-11T10:47:09.217Z] ---> 165949ccaf48 [2021-03-11T10:47:09.217Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T10:47:09.482Z] Removing intermediate container 57dfed69ff42 [2021-03-11T10:47:09.482Z] ---> 89e8779cfebd [2021-03-11T10:47:09.482Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T10:47:09.748Z] ---> Running in e1dd9380ac5d [2021-03-11T10:47:09.748Z] ---> Running in e5916e7dd0ad [2021-03-11T10:47:09.748Z] ---> 898d7ffc8d5d [2021-03-11T10:47:09.748Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T10:47:10.011Z] Removing intermediate container 553686b16760 [2021-03-11T10:47:10.011Z] ---> 6291f8147dee [2021-03-11T10:47:10.011Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T10:47:10.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements [2021-03-11T10:47:10.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-03-11T10:47:10.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.137s coverage: 81.4% of statements [2021-03-11T10:47:10.276Z] ---> 5cf80b407708 [2021-03-11T10:47:10.277Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T10:47:10.277Z] Removing intermediate container e5916e7dd0ad [2021-03-11T10:47:10.277Z] ---> 2b4181266b82 [2021-03-11T10:47:10.277Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T10:47:10.277Z] ---> 972a1eb50cc4 [2021-03-11T10:47:10.277Z] 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-03-11T10:47:10.538Z] ---> Running in 28091c919e1b [2021-03-11T10:47:10.538Z] ---> 694879fcabf7 [2021-03-11T10:47:10.538Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T10:47:10.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:47:10.801Z] ---> Running in 04ba55977e22 [2021-03-11T10:47:10.801Z] ---> Running in fd6692145238 [2021-03-11T10:47:10.801Z] Removing intermediate container 28091c919e1b [2021-03-11T10:47:10.801Z] ---> 41d61546810a [2021-03-11T10:47:10.801Z] Step 20/21 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:47:11.066Z] ---> 0f885f3e7782 [2021-03-11T10:47:11.066Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T10:47:11.066Z] ---> Running in e50549925c4f [2021-03-11T10:47:11.347Z] Removing intermediate container e50549925c4f [2021-03-11T10:47:11.348Z] ---> 664e2498e3d5 [2021-03-11T10:47:11.348Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T10:47:11.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:47:11.348Z] ---> 7edbeb45424a [2021-03-11T10:47:11.348Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T10:47:11.622Z] ---> Running in 93cc57b2e4b5 [2021-03-11T10:47:11.622Z] ---> Running in a0d39364f7d3 [2021-03-11T10:47:11.887Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T10:47:12.152Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T10:47:12.152Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T10:47:12.152Z] Removing intermediate container 93cc57b2e4b5 [2021-03-11T10:47:12.152Z] ---> e3bf0a122082 [2021-03-11T10:47:12.152Z] [2021-03-11T10:47:12.152Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T10:47:12.152Z] Removing intermediate container a0d39364f7d3 [2021-03-11T10:47:12.152Z] ---> 203f970b1c11 [2021-03-11T10:47:12.152Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:47:12.420Z] ---> Running in dc0953d40a8b [2021-03-11T10:47:12.420Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T10:47:12.685Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T10:47:12.685Z] Successfully built e3bf0a122082 [2021-03-11T10:47:12.685Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T10:47:12.685Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-11T10:47:12.685Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:47:12.685Z] OK: 8 MiB in 20 packages [2021-03-11T10:47:12.949Z] Removing intermediate container dc0953d40a8b [2021-03-11T10:47:12.949Z] ---> 12a77a886e3b [2021-03-11T10:47:12.949Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T10:47:12.949Z] Removing intermediate container 04ba55977e22 [2021-03-11T10:47:12.949Z] ---> 1d2956a7df31 [2021-03-11T10:47:12.949Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T10:47:13.215Z] ---> Running in e69ef42a70a5 [2021-03-11T10:47:13.215Z] ---> Running in 4379d491ae81 [2021-03-11T10:47:13.215Z] Removing intermediate container fd6692145238 [2021-03-11T10:47:13.215Z] ---> 74ffe5647273 [2021-03-11T10:47:13.215Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:47:13.482Z] Removing intermediate container e69ef42a70a5 [2021-03-11T10:47:13.482Z] ---> c18b1dc55a4b [2021-03-11T10:47:13.482Z] Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:47:13.482Z] Removing intermediate container 4379d491ae81 [2021-03-11T10:47:13.482Z] ---> fa9774fc4781 [2021-03-11T10:47:13.482Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T10:47:13.756Z] ---> Running in 897ecf29afac [2021-03-11T10:47:13.756Z] Removing intermediate container e1dd9380ac5d [2021-03-11T10:47:13.756Z] ---> 3ab28fd5fb37 [2021-03-11T10:47:13.756Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:47:14.035Z] ---> Running in 6a12d169b427 [2021-03-11T10:47:14.035Z] ---> 554d3afcce85 [2021-03-11T10:47:14.035Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T10:47:14.299Z] Removing intermediate container 897ecf29afac [2021-03-11T10:47:14.299Z] ---> 261f233b9eb9 [2021-03-11T10:47:14.299Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:47:14.572Z] ---> 2bca1c06fb14 [2021-03-11T10:47:14.572Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T10:47:14.572Z] ---> Running in 166a766633af [2021-03-11T10:47:14.572Z] Removing intermediate container 6a12d169b427 [2021-03-11T10:47:14.572Z] ---> b505c70ed018 [2021-03-11T10:47:14.572Z] Step 23/24 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:47:14.835Z] ---> Running in 2a6d5f2b27b6 [2021-03-11T10:47:14.835Z] ---> 57ae8af4e642 [2021-03-11T10:47:14.835Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T10:47:14.835Z] Removing intermediate container 166a766633af [2021-03-11T10:47:14.835Z] ---> 2eb1067834aa [2021-03-11T10:47:14.835Z] [2021-03-11T10:47:16.773Z] Successfully built 2eb1067834aa [2021-03-11T10:47:17.724Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T10:47:17.725Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-03-11T10:47:17.987Z] Removing intermediate container 2a6d5f2b27b6 [2021-03-11T10:47:17.987Z] ---> e63d8b6029d4 [2021-03-11T10:47:17.987Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T10:47:18.251Z] ---> c291da9adbfb [2021-03-11T10:47:18.251Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T10:47:18.251Z] ---> c81467bad52f [2021-03-11T10:47:18.251Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T10:47:18.251Z] ---> Running in 570cb188fe8b [2021-03-11T10:47:22.493Z] ---> f51636b9c166 [2021-03-11T10:47:22.493Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T10:47:22.768Z] ---> a2bb0dd416ce [2021-03-11T10:47:22.768Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T10:47:22.768Z] Removing intermediate container 570cb188fe8b [2021-03-11T10:47:22.768Z] ---> 93ae98cbfd47 [2021-03-11T10:47:22.768Z] [2021-03-11T10:47:23.784Z] Successfully built 93ae98cbfd47 [2021-03-11T10:47:25.201Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T10:47:25.201Z] Building docker-sys-mgmt-agent-go [2021-03-11T10:47:25.201Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in f17719f4920b [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.6% of statements [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.6% of statements [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.522s coverage: 62.4% of statements [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T10:47:25.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-03-11T10:47:25.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-03-11T10:47:26.152Z] ---> 8eb876679b5c [2021-03-11T10:47:26.152Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T10:47:26.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 69.0% of statements [2021-03-11T10:47:26.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T10:47:26.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T10:47:26.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T10:47:27.558Z] Removing intermediate container f17719f4920b [2021-03-11T10:47:27.558Z] ---> 44f8dc6710fd [2021-03-11T10:47:27.558Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:47:28.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.395s coverage: 38.4% of statements [2021-03-11T10:47:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T10:47:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T10:47:28.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.109s coverage: 89.5% of statements [2021-03-11T10:47:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T10:47:28.144Z] ---> Running in 38ba1a82b155 [2021-03-11T10:47:28.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements [2021-03-11T10:47:28.723Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:47:28.723Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:47:28.723Z] ---> 9546c4cf231b [2021-03-11T10:47:28.723Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T10:47:28.723Z] ---> Using cache [2021-03-11T10:47:28.723Z] ---> d04ed9b2de2d [2021-03-11T10:47:28.723Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:47:28.723Z] ---> Using cache [2021-03-11T10:47:28.723Z] ---> 8b0319b68996 [2021-03-11T10:47:28.723Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T10:47:28.723Z] ---> Using cache [2021-03-11T10:47:28.723Z] ---> f1a31eb29816 [2021-03-11T10:47:28.723Z] Step 6/22 : COPY go.mod . [2021-03-11T10:47:28.723Z] ---> Using cache [2021-03-11T10:47:28.723Z] ---> 3bfff6b6e98a [2021-03-11T10:47:28.723Z] Step 7/22 : RUN go mod download [2021-03-11T10:47:28.723Z] ---> Using cache [2021-03-11T10:47:28.723Z] ---> 033ba0be4158 [2021-03-11T10:47:28.723Z] Step 8/22 : COPY . . [2021-03-11T10:47:28.723Z] ---> Running in d878385444d9 [2021-03-11T10:47:28.723Z] ---> Using cache [2021-03-11T10:47:28.723Z] ---> 2ef32c780b3b [2021-03-11T10:47:28.723Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T10:47:32.057Z] Removing intermediate container 38ba1a82b155 [2021-03-11T10:47:32.057Z] ---> b895be42ce1f [2021-03-11T10:47:32.057Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T10:47:32.681Z] ---> Running in de3a09848190 [2021-03-11T10:47:32.682Z] Removing intermediate container d878385444d9 [2021-03-11T10:47:32.958Z] ---> 0e279c6c3ac4 [2021-03-11T10:47:32.958Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T10:47:33.919Z] ---> 3cf72285e2c0 [2021-03-11T10:47:33.919Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T10:47:34.500Z] ---> Running in 03c332fb4747 [2021-03-11T10:47:35.452Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T10:47:35.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T10:47:35.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.161s coverage: 100.0% of statements [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T10:47:35.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.419s coverage: 87.1% of statements [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:47:35.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T10:47:35.457Z] ---> Running in 2750b4f1abce [2021-03-11T10:47:36.044Z] Removing intermediate container 03c332fb4747 [2021-03-11T10:47:36.044Z] ---> 8ed8763e3ee6 [2021-03-11T10:47:36.044Z] Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:47:36.626Z] 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-03-11T10:47:36.626Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:47:36.626Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:47:36.626Z] ---> 9546c4cf231b [2021-03-11T10:47:36.626Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T10:47:36.626Z] ---> Using cache [2021-03-11T10:47:36.626Z] ---> d04ed9b2de2d [2021-03-11T10:47:36.626Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:47:36.626Z] ---> Using cache [2021-03-11T10:47:36.626Z] ---> 8b0319b68996 [2021-03-11T10:47:36.626Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T10:47:38.040Z] ---> Running in 89c9cefb0fd0 [2021-03-11T10:47:38.040Z] ---> Running in 58f1b7991c67 [2021-03-11T10:47:38.308Z] Removing intermediate container 89c9cefb0fd0 [2021-03-11T10:47:38.308Z] ---> 0712a71dde07 [2021-03-11T10:47:38.308Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:47:39.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:47:40.150Z] ---> Running in 3a09d4aec055 [2021-03-11T10:47:40.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:47:40.447Z] Removing intermediate container 3a09d4aec055 [2021-03-11T10:47:40.447Z] ---> 7782b3a5da55 [2021-03-11T10:47:40.447Z] [2021-03-11T10:47:40.783Z] Successfully built 7782b3a5da55 [2021-03-11T10:47:40.783Z] Successfully tagged docker-core-data-go:latest [2021-03-11T10:47:41.133Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-11T10:47:41.133Z] Removing intermediate container 2750b4f1abce [2021-03-11T10:47:41.133Z] ---> a8935a76d53f [2021-03-11T10:47:41.133Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T10:47:41.133Z] OK: 233 MiB in 51 packages [2021-03-11T10:47:41.448Z] ---> Running in 017da2907c8c [2021-03-11T10:47:43.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.138s coverage: 29.1% of statements [2021-03-11T10:47:43.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T10:47:43.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T10:47:43.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T10:47:43.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T10:47:43.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T10:47:43.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.252s coverage: 99.0% of statements [2021-03-11T10:47:43.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T10:47:43.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T10:47:43.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.220s coverage: 96.5% of statements [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T10:47:43.755Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T10:47:43.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T10:47:43.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T10:47:43.755Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T10:47:43.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-03-11T10:47:43.755Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-11T10:47:44.243Z] Removing intermediate container 017da2907c8c [2021-03-11T10:47:44.243Z] ---> b4cdb0c1c64c [2021-03-11T10:47:44.243Z] Step 28/31 : CMD ["gate"] [2021-03-11T10:47:44.519Z] Removing intermediate container 58f1b7991c67 [2021-03-11T10:47:44.519Z] ---> 747064a0dcfb [2021-03-11T10:47:44.519Z] Step 6/22 : COPY go.mod . [2021-03-11T10:47:44.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-11T10:47:45.713Z] GO111MODULE=on go vet ./... [2021-03-11T10:47:45.939Z] ---> Running in 92d6faca2121 [2021-03-11T10:47:46.545Z] ---> 90d1835a2ebe [2021-03-11T10:47:46.545Z] Step 7/22 : RUN go mod download [2021-03-11T10:47:46.834Z] ---> Running in 28ad596693e8 [2021-03-11T10:47:47.113Z] Removing intermediate container 92d6faca2121 [2021-03-11T10:47:47.113Z] ---> bf4a5fe83909 [2021-03-11T10:47:47.113Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T10:47:48.071Z] ---> Running in b92db25e2d8e [2021-03-11T10:47:48.071Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:47:48.071Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:47:48.071Z] ---> 9546c4cf231b [2021-03-11T10:47:48.071Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T10:47:48.071Z] ---> Using cache [2021-03-11T10:47:48.071Z] ---> d04ed9b2de2d [2021-03-11T10:47:48.071Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:47:48.071Z] ---> Using cache [2021-03-11T10:47:48.071Z] ---> 8b0319b68996 [2021-03-11T10:47:48.071Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T10:47:49.034Z] ---> Running in 311619374e74 [2021-03-11T10:47:49.034Z] Removing intermediate container b92db25e2d8e [2021-03-11T10:47:49.034Z] ---> 6e7065c73f9e [2021-03-11T10:47:49.034Z] Step 30/31 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:47:49.630Z] ---> Running in 8c2d15f2e511 [2021-03-11T10:47:49.906Z] Removing intermediate container 8c2d15f2e511 [2021-03-11T10:47:49.906Z] ---> 130837b9601c [2021-03-11T10:47:49.906Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T10:47:49.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:47:50.517Z] ---> Running in 54f83e7045fe [2021-03-11T10:47:50.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:47:51.387Z] OK: 233 MiB in 51 packages [2021-03-11T10:47:53.959Z] Removing intermediate container 54f83e7045fe [2021-03-11T10:47:53.959Z] ---> 8ad058fadbf9 [2021-03-11T10:47:53.959Z] [2021-03-11T10:47:54.543Z] Successfully built 8ad058fadbf9 [2021-03-11T10:47:55.134Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T10:47:57.089Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 28ad596693e8 [2021-03-11T10:47:57.089Z] ---> cc0f957591b2 [2021-03-11T10:47:57.089Z] Step 8/22 : COPY . . [2021-03-11T10:47:59.027Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:47:59.027Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:47:59.027Z] ---> 9546c4cf231b [2021-03-11T10:47:59.027Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:47:59.027Z] ---> Using cache [2021-03-11T10:47:59.027Z] ---> d04ed9b2de2d [2021-03-11T10:47:59.027Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:47:59.027Z] ---> Using cache [2021-03-11T10:47:59.027Z] ---> 8b0319b68996 [2021-03-11T10:47:59.027Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T10:47:59.027Z] ---> Using cache [2021-03-11T10:47:59.027Z] ---> f1a31eb29816 [2021-03-11T10:47:59.027Z] Step 6/23 : COPY go.mod . [2021-03-11T10:47:59.027Z] ---> Using cache [2021-03-11T10:47:59.027Z] ---> 3bfff6b6e98a [2021-03-11T10:47:59.027Z] Step 7/23 : RUN go mod download [2021-03-11T10:47:59.027Z] ---> Using cache [2021-03-11T10:47:59.027Z] ---> 033ba0be4158 [2021-03-11T10:47:59.027Z] Step 8/23 : COPY . . [2021-03-11T10:47:59.608Z] ---> Using cache [2021-03-11T10:47:59.608Z] ---> 2ef32c780b3b [2021-03-11T10:47:59.608Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T10:48:01.012Z] Removing intermediate container 311619374e74 [2021-03-11T10:48:01.012Z] ---> 55abbf1109b6 [2021-03-11T10:48:01.012Z] Step 6/26 : COPY go.mod . [2021-03-11T10:48:03.595Z] ---> Running in 21fb8f2d1545 [2021-03-11T10:48:05.520Z] ---> 2d86e9270e72 [2021-03-11T10:48:05.520Z] Step 7/26 : RUN go mod download [2021-03-11T10:48:08.085Z] 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-03-11T10:48:08.085Z] ---> Running in 9488c1901240 [2021-03-11T10:48:18.154Z] Removing intermediate container de3a09848190 [2021-03-11T10:48:18.154Z] ---> bc8edee14ef8 [2021-03-11T10:48:18.154Z] [2021-03-11T10:48:18.154Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T10:48:18.154Z] ---> 88dd2752d2ea [2021-03-11T10:48:18.154Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:48:18.154Z] Removing intermediate container 9488c1901240 [2021-03-11T10:48:18.154Z] ---> b0d7ae31313d [2021-03-11T10:48:18.154Z] Step 8/26 : COPY . . [2021-03-11T10:48:18.154Z] ---> Using cache [2021-03-11T10:48:18.154Z] ---> 7257144de4ec [2021-03-11T10:48:18.154Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:48:18.154Z] ---> Using cache [2021-03-11T10:48:18.154Z] ---> 9318ba9f3c96 [2021-03-11T10:48:18.154Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T10:48:20.126Z] ---> Running in 7137b0102e1c [2021-03-11T10:48:21.144Z] ---> afb82aab9c19 [2021-03-11T10:48:21.144Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T10:48:21.737Z] Removing intermediate container 7137b0102e1c [2021-03-11T10:48:21.737Z] ---> 98b5fde0a00e [2021-03-11T10:48:21.737Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T10:48:21.737Z] ---> Running in 3599ccb76cfa [2021-03-11T10:48:22.007Z] ---> Running in 6e4c9c51dc15 [2021-03-11T10:48:24.601Z] Removing intermediate container 6e4c9c51dc15 [2021-03-11T10:48:24.601Z] ---> b8c08e7f0316 [2021-03-11T10:48:24.601Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:48:25.193Z] 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-03-11T10:48:26.626Z] ---> 3d54a3b3ab52 [2021-03-11T10:48:26.626Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T10:48:33.322Z] ---> 174ab749e2f8 [2021-03-11T10:48:33.322Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T10:48:34.760Z] ---> dfa45ec13122 [2021-03-11T10:48:34.760Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T10:48:36.176Z] ---> Running in 0f19006680e2 [2021-03-11T10:48:36.765Z] Removing intermediate container 0f19006680e2 [2021-03-11T10:48:36.765Z] ---> dfe43f7bf2bf [2021-03-11T10:48:36.765Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:48:38.712Z] ---> Running in 37d5e41b04ac [2021-03-11T10:48:38.712Z] Removing intermediate container 37d5e41b04ac [2021-03-11T10:48:38.712Z] ---> 2a5bfedc6f17 [2021-03-11T10:48:38.712Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T10:48:38.712Z] ---> 4f21a4fd2fdc [2021-03-11T10:48:38.712Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T10:48:38.978Z] ---> Running in 257dac95e4cc [2021-03-11T10:48:38.978Z] ---> Running in fb307c84dfd2 [2021-03-11T10:48:39.597Z] Removing intermediate container 257dac95e4cc [2021-03-11T10:48:39.597Z] ---> 0bfd7f543695 [2021-03-11T10:48:39.597Z] Step 21/22 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:48:40.573Z] ---> Running in 8def79281a86 [2021-03-11T10:48:40.573Z] 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-03-11T10:48:41.166Z] Removing intermediate container 8def79281a86 [2021-03-11T10:48:41.166Z] ---> ddeddaed0820 [2021-03-11T10:48:41.166Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T10:48:42.142Z] ---> Running in aa9221142047 [2021-03-11T10:48:42.142Z] Removing intermediate container 21fb8f2d1545 [2021-03-11T10:48:42.142Z] ---> cea0f4cde496 [2021-03-11T10:48:42.142Z] [2021-03-11T10:48:42.142Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:48:42.142Z] ---> 88dd2752d2ea [2021-03-11T10:48:42.142Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:48:42.142Z] ---> Using cache [2021-03-11T10:48:42.142Z] ---> 7257144de4ec [2021-03-11T10:48:42.142Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:48:42.142Z] ---> Using cache [2021-03-11T10:48:42.142Z] ---> 9318ba9f3c96 [2021-03-11T10:48:42.142Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T10:48:43.571Z] ---> Running in a0115303af20 [2021-03-11T10:48:43.840Z] Removing intermediate container aa9221142047 [2021-03-11T10:48:43.840Z] ---> 0520d9a7cf50 [2021-03-11T10:48:43.840Z] [2021-03-11T10:48:44.116Z] Successfully built 0520d9a7cf50 [2021-03-11T10:48:44.389Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T10:48:44.389Z]  Building docker-support-scheduler-go ... done Removing intermediate container a0115303af20 [2021-03-11T10:48:44.389Z] ---> d671ab8b1387 [2021-03-11T10:48:44.389Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T10:48:44.389Z] ---> Running in a80df83f0ea8 [2021-03-11T10:48:44.670Z] Removing intermediate container a80df83f0ea8 [2021-03-11T10:48:44.670Z] ---> 1d529872f285 [2021-03-11T10:48:44.670Z] Step 15/23 : WORKDIR / [2021-03-11T10:48:44.670Z] ---> Running in 25c74e19b9f7 [2021-03-11T10:48:44.943Z] Removing intermediate container 25c74e19b9f7 [2021-03-11T10:48:44.943Z] ---> 89a8589ff7e6 [2021-03-11T10:48:44.943Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:48:45.533Z] ---> 13aa2ff911ba [2021-03-11T10:48:45.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T10:48:46.506Z] ---> 53165ec0a866 [2021-03-11T10:48:46.506Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T10:48:47.156Z] ---> 9ffbf6e04eeb [2021-03-11T10:48:47.156Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T10:48:47.156Z] ---> Running in a221b497665f [2021-03-11T10:48:47.428Z] Removing intermediate container a221b497665f [2021-03-11T10:48:47.428Z] ---> c5e0156d362c [2021-03-11T10:48:47.428Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:48:47.428Z] ---> Running in d34153409507 [2021-03-11T10:48:47.691Z] Removing intermediate container d34153409507 [2021-03-11T10:48:47.691Z] ---> affd9695c0d7 [2021-03-11T10:48:47.691Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T10:48:47.965Z] ---> Running in 7697ff1e36c4 [2021-03-11T10:48:48.252Z] Removing intermediate container 7697ff1e36c4 [2021-03-11T10:48:48.252Z] ---> 8b374148f731 [2021-03-11T10:48:48.252Z] Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:48:49.660Z] ---> Running in a4172c42d5b6 [2021-03-11T10:48:49.933Z] Removing intermediate container 3599ccb76cfa [2021-03-11T10:48:49.933Z] ---> 5d01121e3769 [2021-03-11T10:48:49.933Z] [2021-03-11T10:48:49.933Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T10:48:49.933Z] ---> 88dd2752d2ea [2021-03-11T10:48:49.933Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T10:48:49.933Z] Removing intermediate container a4172c42d5b6 [2021-03-11T10:48:49.933Z] ---> 8ad6e569580c [2021-03-11T10:48:49.933Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:48:50.207Z] ---> Running in a8a39ebf3707 [2021-03-11T10:48:50.207Z] ---> Running in bd28fdf0d2cf [2021-03-11T10:48:50.476Z] Removing intermediate container bd28fdf0d2cf [2021-03-11T10:48:50.476Z] ---> 25207f752348 [2021-03-11T10:48:50.476Z] [2021-03-11T10:48:50.745Z] Successfully built 25207f752348 [2021-03-11T10:48:50.745Z] Successfully tagged docker-core-command-go:latest [2021-03-11T10:48:51.017Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:48:51.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:48:51.286Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T10:48:51.286Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T10:48:51.286Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:48:51.551Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:48:51.815Z] OK: 6 MiB in 16 packages [2021-03-11T10:48:53.757Z] Removing intermediate container a8a39ebf3707 [2021-03-11T10:48:53.757Z] ---> e919987d29d6 [2021-03-11T10:48:53.757Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:48:53.757Z] ---> Running in 37d2a5431af6 [2021-03-11T10:48:53.757Z] Removing intermediate container 37d2a5431af6 [2021-03-11T10:48:53.757Z] ---> a69bf15a47fd [2021-03-11T10:48:53.757Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T10:48:53.757Z] ---> Running in 4913123cbcbe [2021-03-11T10:48:53.757Z] Removing intermediate container 4913123cbcbe [2021-03-11T10:48:53.757Z] ---> b310d29dd41d [2021-03-11T10:48:53.757Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T10:48:54.021Z] ---> Running in 6afec6479b36 [2021-03-11T10:48:54.284Z] Removing intermediate container 6afec6479b36 [2021-03-11T10:48:54.284Z] ---> 13586c84680d [2021-03-11T10:48:54.284Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:48:54.550Z] ---> ee85d40ed590 [2021-03-11T10:48:54.550Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T10:48:56.542Z] ---> 08af1f1d9ed3 [2021-03-11T10:48:56.543Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T10:48:56.543Z] Removing intermediate container fb307c84dfd2 [2021-03-11T10:48:56.543Z] ---> e563cf6d5849 [2021-03-11T10:48:56.543Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T10:48:56.875Z] ---> Running in 96fe0737dc1c [2021-03-11T10:48:56.875Z] ---> 5fa114047eae [2021-03-11T10:48:56.875Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T10:48:56.875Z] ---> Running in dc1e10ee2b69 [2021-03-11T10:48:57.167Z] Removing intermediate container dc1e10ee2b69 [2021-03-11T10:48:57.167Z] ---> fece04bb0e5e [2021-03-11T10:48:57.167Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:48:57.167Z] ---> Running in 2ca7e7034649 [2021-03-11T10:48:57.460Z] 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-03-11T10:48:57.460Z] Removing intermediate container 2ca7e7034649 [2021-03-11T10:48:57.460Z] ---> b8a98d0182c1 [2021-03-11T10:48:57.460Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T10:48:57.460Z] ---> Running in 5697b4c96a7a [2021-03-11T10:48:57.733Z] Removing intermediate container 5697b4c96a7a [2021-03-11T10:48:57.733Z] ---> 2c34142cc037 [2021-03-11T10:48:57.733Z] Step 21/22 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:48:57.733Z] ---> Running in 509537deaafa [2021-03-11T10:48:58.000Z] Removing intermediate container 509537deaafa [2021-03-11T10:48:58.000Z] ---> e8234bf3bd36 [2021-03-11T10:48:58.000Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T10:48:58.000Z] ---> Running in 323dce2cdce1 [2021-03-11T10:48:58.265Z] Removing intermediate container 323dce2cdce1 [2021-03-11T10:48:58.265Z] ---> 8ce0ca6abf81 [2021-03-11T10:48:58.265Z] [2021-03-11T10:48:58.528Z] Successfully built 8ce0ca6abf81 [2021-03-11T10:48:58.528Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T10:48:58.794Z]  Building docker-support-notifications-go ... done Removing intermediate container 96fe0737dc1c [2021-03-11T10:48:58.794Z] ---> 030df6410462 [2021-03-11T10:48:58.794Z] [2021-03-11T10:48:58.794Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T10:48:58.794Z] 20.10.0: Pulling from library/docker [2021-03-11T10:49:04.110Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T10:49:04.110Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T10:49:04.110Z] ---> aefe523efa57 [2021-03-11T10:49:04.110Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T10:49:04.110Z] ---> Running in ee0c42384ca7 [2021-03-11T10:49:04.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:49:04.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:49:04.372Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T10:49:04.373Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T10:49:04.373Z] Executing bash-5.0.17-r0.post-install [2021-03-11T10:49:04.373Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:49:04.373Z] OK: 12 MiB in 22 packages [2021-03-11T10:49:04.953Z] Removing intermediate container ee0c42384ca7 [2021-03-11T10:49:04.953Z] ---> 3393a7a084f1 [2021-03-11T10:49:04.953Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T10:49:04.953Z] ---> Running in 334b3dc06684 [2021-03-11T10:49:05.216Z] Removing intermediate container 334b3dc06684 [2021-03-11T10:49:05.216Z] ---> 089e9a598680 [2021-03-11T10:49:05.216Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T10:49:05.216Z] ---> Running in 2701d0beafac [2021-03-11T10:49:05.485Z] Removing intermediate container 2701d0beafac [2021-03-11T10:49:05.485Z] ---> bbe70267ca8c [2021-03-11T10:49:05.485Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T10:49:05.485Z] ---> Running in 5a8b7d5a872f [2021-03-11T10:49:05.747Z] Removing intermediate container 5a8b7d5a872f [2021-03-11T10:49:05.747Z] ---> 911aabee5c17 [2021-03-11T10:49:05.747Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T10:49:06.322Z] ---> c942318feea6 [2021-03-11T10:49:06.322Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T10:49:06.322Z] ---> fed3c8acb139 [2021-03-11T10:49:06.322Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T10:49:06.899Z] ---> 34e2968547ba [2021-03-11T10:49:06.899Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T10:49:06.899Z] ---> Running in 92db592c0d39 [2021-03-11T10:49:07.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:49:07.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:49:07.425Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T10:49:07.425Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T10:49:07.425Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T10:49:07.425Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T10:49:07.425Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T10:49:07.425Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T10:49:07.425Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T10:49:07.491Z] gofmt -l . [2021-03-11T10:49:07.491Z] [ "`gofmt -l .`" = "" ] [2021-03-11T10:49:07.491Z] ./bin/test-go-mod-tidy.sh [2021-03-11T10:49:07.491Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T10:49:08.147Z] + ls -al . [2021-03-11T10:49:08.148Z] total 768 [2021-03-11T10:49:08.148Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 10:49 . [2021-03-11T10:49:08.148Z] drwxr-xr-x 4 root root 4096 Mar 11 10:44 .. [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 10:43 .dockerignore [2021-03-11T10:49:08.148Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 10:43 .git [2021-03-11T10:49:08.148Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 10:43 .github [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 10:43 .gitignore [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 10:43 .sonarcloud.properties [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 10:43 Attribution.txt [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 10:43 CONTRIBUTING.md [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 10:43 Dockerfile.build [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 10:43 Jenkinsfile [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 10:43 LICENSE [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 10:43 Makefile [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 10:43 README.md [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 10:43 SECURITY.md [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 10:40 VERSION [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 10:43 ZMQWindows.md [2021-03-11T10:49:08.148Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 10:43 bin [2021-03-11T10:49:08.148Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 10:43 cmd [2021-03-11T10:49:08.148Z] -rw-r--r-- 1 root root 628834 Mar 11 10:47 coverage.out [2021-03-11T10:49:08.148Z] -rw-r--r-- 1 root root 1055 Mar 11 10:49 go.mod [2021-03-11T10:49:08.148Z] -rw-r--r-- 1 root root 21981 Mar 11 10:49 go.sum [2021-03-11T10:49:08.148Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 10:43 internal [2021-03-11T10:49:08.148Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 10:43 openapi [2021-03-11T10:49:08.148Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 10:43 snap [2021-03-11T10:49:08.148Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 10:43 version.go [Pipeline] sh [2021-03-11T10:49:08.372Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T10:49:08.372Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T10:49:08.372Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T10:49:08.372Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T10:49:08.372Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T10:49:08.372Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T10:49:08.372Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T10:49:08.372Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T10:49:08.372Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T10:49:08.372Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T10:49:08.372Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T10:49:08.372Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T10:49:08.372Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T10:49:08.372Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T10:49:08.635Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T10:49:08.635Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T10:49:08.635Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T10:49:08.635Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T10:49:08.635Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T10:49:08.635Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T10:49:08.635Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T10:49:08.635Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T10:49:08.635Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T10:49:08.635Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T10:49:08.635Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T10:49:08.635Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T10:49:08.635Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:49:08.635Z] OK: 71 MiB in 55 packages [2021-03-11T10:49:08.806Z] + '[' -e coverage.out ] [2021-03-11T10:49:08.806Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T10:49:08.922Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T10:49:10.248Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T10:49:10.935Z] + make build [2021-03-11T10:49:10.935Z] 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-03-11T10:49:18.664Z] Removing intermediate container 92db592c0d39 [2021-03-11T10:49:18.664Z] ---> 7012c540db27 [2021-03-11T10:49:18.664Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T10:49:18.664Z] ---> Running in fcd27c393d09 [2021-03-11T10:49:20.056Z] Collecting docker-compose==1.23.2 [2021-03-11T10:49:20.056Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T10:49:20.056Z] Collecting PyYAML<4,>=3.10 [2021-03-11T10:49:20.056Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T10:49:21.003Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T10:49:21.003Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T10:49:21.264Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T10:49:21.264Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T10:49:21.526Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T10:49:21.526Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T10:49:21.526Z] 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-03-11T10:49:21.788Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T10:49:21.788Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T10:49:22.050Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T10:49:22.050Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T10:49:22.311Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T10:49:22.311Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T10:49:22.573Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T10:49:22.573Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T10:49:22.573Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T10:49:22.573Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T10:49:23.147Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T10:49:23.147Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T10:49:23.147Z] 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-03-11T10:49:23.147Z] 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-03-11T10:49:23.147Z] Collecting idna<2.8,>=2.5 [2021-03-11T10:49:23.147Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T10:49:23.366Z] 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-03-11T10:49:23.416Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T10:49:23.416Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T10:49:23.416Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T10:49:23.416Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T10:49:23.416Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T10:49:23.416Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T10:49:23.679Z] Installing collected packages: PyYAML, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, cached-property, dockerpty, docker-compose [2021-03-11T10:49:23.679Z] Running setup.py install for PyYAML: started [2021-03-11T10:49:24.254Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T10:49:24.254Z] Running setup.py install for docopt: started [2021-03-11T10:49:24.516Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T10:49:24.778Z] Attempting uninstall: idna [2021-03-11T10:49:24.778Z] Found existing installation: idna 2.9 [2021-03-11T10:49:24.778Z] Uninstalling idna-2.9: [2021-03-11T10:49:24.778Z] Successfully uninstalled idna-2.9 [2021-03-11T10:49:24.778Z] Attempting uninstall: urllib3 [2021-03-11T10:49:24.778Z] Found existing installation: urllib3 1.25.9 [2021-03-11T10:49:24.778Z] Uninstalling urllib3-1.25.9: [2021-03-11T10:49:25.042Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T10:49:25.042Z] Attempting uninstall: requests [2021-03-11T10:49:25.042Z] Found existing installation: requests 2.23.0 [2021-03-11T10:49:25.042Z] Uninstalling requests-2.23.0: [2021-03-11T10:49:25.304Z] Successfully uninstalled requests-2.23.0 [2021-03-11T10:49:25.570Z] Running setup.py install for texttable: started [2021-03-11T10:49:26.144Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T10:49:26.144Z] Running setup.py install for dockerpty: started [2021-03-11T10:49:26.716Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T10:49:26.978Z] 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.58.0 [2021-03-11T10:49:30.295Z] Removing intermediate container fcd27c393d09 [2021-03-11T10:49:30.295Z] ---> c2497ee042ce [2021-03-11T10:49:30.295Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T10:49:30.295Z] ---> Running in a7e182aefb9d [2021-03-11T10:49:30.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:49:30.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:49:31.142Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:49:31.142Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T10:49:31.142Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T10:49:31.142Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:49:31.142Z] OK: 72 MiB in 58 packages [2021-03-11T10:49:31.718Z] Removing intermediate container a7e182aefb9d [2021-03-11T10:49:31.718Z] ---> 3e30a6e6957f [2021-03-11T10:49:31.718Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T10:49:31.718Z] ---> Running in 94a16c97425d [2021-03-11T10:49:31.980Z] Removing intermediate container 94a16c97425d [2021-03-11T10:49:31.980Z] ---> 6e604dfc275a [2021-03-11T10:49:31.980Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:49:31.980Z] ---> Running in e120496b0ee9 [2021-03-11T10:49:32.243Z] Removing intermediate container e120496b0ee9 [2021-03-11T10:49:32.243Z] ---> b17b48ed1b3e [2021-03-11T10:49:32.243Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T10:49:32.243Z] ---> Running in 873db9c2f633 [2021-03-11T10:49:32.506Z] Removing intermediate container 873db9c2f633 [2021-03-11T10:49:32.506Z] ---> 38eac58ecd76 [2021-03-11T10:49:32.506Z] Step 25/26 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:49:32.506Z] ---> Running in 6c6aa88fff1c [2021-03-11T10:49:32.506Z] Removing intermediate container 6c6aa88fff1c [2021-03-11T10:49:32.506Z] ---> 224a408efc33 [2021-03-11T10:49:32.506Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T10:49:32.768Z] ---> Running in fd42c0734ee1 [2021-03-11T10:49:32.768Z] Removing intermediate container fd42c0734ee1 [2021-03-11T10:49:32.768Z] ---> d5a90fc20a6a [2021-03-11T10:49:32.768Z] [2021-03-11T10:49:33.030Z] Successfully built d5a90fc20a6a [2021-03-11T10:49:33.030Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T10:49:33.302Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T10:49:33.311Z] $ docker stop --time=1 d02dbcb55001a8aa9972fadd2d12f9b64cb16e8de3edab874fbf987e2cfdbd64 [2021-03-11T10:49:35.029Z] $ docker rm -f d02dbcb55001a8aa9972fadd2d12f9b64cb16e8de3edab874fbf987e2cfdbd64 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T10:49:35.568Z] + docker images [2021-03-11T10:49:35.568Z] + grep docker [2021-03-11T10:49:35.831Z] docker-sys-mgmt-agent-go latest d5a90fc20a6a 3 seconds ago 313MB [2021-03-11T10:49:35.831Z] docker-support-notifications-go latest 8ce0ca6abf81 37 seconds ago 17.8MB [2021-03-11T10:49:35.831Z] docker-core-command-go latest 25207f752348 45 seconds ago 17.2MB [2021-03-11T10:49:35.831Z] docker-support-scheduler-go latest 0520d9a7cf50 53 seconds ago 17.3MB [2021-03-11T10:49:35.831Z] docker-security-bootstrapper-go latest 8ad058fadbf9 About a minute ago 18.7MB [2021-03-11T10:49:35.831Z] docker-core-data-go latest 7782b3a5da55 About a minute ago 22.6MB [2021-03-11T10:49:35.831Z] docker-security-secretstore-setup-go latest 93ae98cbfd47 2 minutes ago 24.9MB [2021-03-11T10:49:35.831Z] docker-core-metadata-go latest 2eb1067834aa 2 minutes ago 19MB [2021-03-11T10:49:35.831Z] docker-security-proxy-setup-go latest e3bf0a122082 2 minutes ago 24.7MB [2021-03-11T10:49:35.831Z] docker 20.10.0 aefe523efa57 3 months 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-03-11T10:49:45.546Z] 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-03-11T10:49:49.856Z] 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-03-11T10:49:51.616Z] Still waiting to schedule task [2021-03-11T10:49:51.616Z] ‘prd-ubuntu18.04-docker-8c-8g-29515’ is offline [2021-03-11T10:49:55.249Z] 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-03-11T10:49:55.845Z] 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-03-11T10:50:01.254Z] 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-03-11T10:50:06.658Z] 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-03-11T10:50:10.056Z] 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-03-11T10:50:14.369Z] 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-03-11T10:50:17.754Z] 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-03-11T10:50:22.061Z] 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-03-11T10:50:28.808Z] $ docker stop --time=1 a7f3a0ec0192a39b79b07fef59be2d9a92bac2906004f8ebe13b0cd82eddec0b [2021-03-11T10:50:31.386Z] $ docker rm -f a7f3a0ec0192a39b79b07fef59be2d9a92bac2906004f8ebe13b0cd82eddec0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:50:33.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T10:50:33.492Z] [2021-03-11T10:50:33.492Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:50:33.884Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T10:50:33.884Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T10:50:33.884Z] 29e5d40040c1: Pulling fs layer [2021-03-11T10:50:33.884Z] 1ce36da41761: Pulling fs layer [2021-03-11T10:50:33.884Z] 25b303627fd3: Pulling fs layer [2021-03-11T10:50:35.308Z] 29e5d40040c1: Download complete [2021-03-11T10:50:35.905Z] 1ce36da41761: Download complete [2021-03-11T10:50:35.905Z] 29e5d40040c1: Pull complete [2021-03-11T10:50:37.337Z] 1ce36da41761: Pull complete [2021-03-11T10:50:37.933Z] 25b303627fd3: Verifying Checksum [2021-03-11T10:50:37.933Z] 25b303627fd3: Download complete [2021-03-11T10:50:42.536Z] Running on prd-ubuntu18.04-docker-8c-8g-29516 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-11T10:50:42.594Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-11T10:50:44.728Z] using credential edgex-jenkins-ssh [2021-03-11T10:50:44.785Z] Cloning the remote Git repository [2021-03-11T10:50:44.806Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:50:44.869Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-11T10:50:44.895Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:50:44.895Z] > git --version # timeout=10 [2021-03-11T10:50:44.902Z] > git --version # 'git version 2.17.1' [2021-03-11T10:50:44.902Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:50:44.926Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T10:50:48.115Z] 25b303627fd3: Pull complete [2021-03-11T10:50:48.115Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T10:50:48.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T10:50:48.115Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T10:50:48.334Z] prd-ubuntu18.04-docker-arm64-4c-16g-29514 does not seem to be running inside a container [2021-03-11T10:50:48.406Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T10:50:51.397Z] $ docker top 77d3bae535a968551c12e176f52a04906161796e0fbb644731bc60f308c94c31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:50:52.450Z] + docker-compose build --help [2021-03-11T10:50:52.450Z] + grep parallel [2021-03-11T10:50:55.818Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T10:50:55.839Z] $ docker stop --time=1 77d3bae535a968551c12e176f52a04906161796e0fbb644731bc60f308c94c31 [2021-03-11T10:50:57.820Z] $ docker rm -f 77d3bae535a968551c12e176f52a04906161796e0fbb644731bc60f308c94c31 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:50:58.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T10:50:58.713Z] . [Pipeline] withDockerContainer [2021-03-11T10:50:59.017Z] prd-ubuntu18.04-docker-arm64-4c-16g-29514 does not seem to be running inside a container [2021-03-11T10:50:59.111Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T10:51:00.465Z] $ docker top c696e69b1763fdee0ee78b1296639499bfdd1ab0ec333345aa5553581718ced9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:51:01.643Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T10:51:05.011Z] Building docker-core-command-go ... [2021-03-11T10:51:05.011Z] Building docker-core-data-go ... [2021-03-11T10:51:05.011Z] Building docker-core-metadata-go ... [2021-03-11T10:51:05.011Z] Building docker-security-bootstrapper-go ... [2021-03-11T10:51:05.011Z] Building docker-security-proxy-setup-go ... [2021-03-11T10:51:05.011Z] Building docker-security-secretstore-setup-go ... [2021-03-11T10:51:05.011Z] Building docker-support-notifications-go ... [2021-03-11T10:51:05.011Z] Building docker-support-scheduler-go ... [2021-03-11T10:51:05.011Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T10:51:05.011Z] Building docker-core-data-go [2021-03-11T10:51:05.011Z] Building docker-support-scheduler-go [2021-03-11T10:51:05.011Z] Building docker-security-bootstrapper-go [2021-03-11T10:51:05.281Z] Building docker-support-notifications-go [2021-03-11T10:51:05.281Z] Building docker-security-proxy-setup-go [2021-03-11T10:51:05.828Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:51:05.958Z] Merge succeeded, producing dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:51:05.958Z] Checking out Revision dd4dc9307d76383831dfef8fee5e9ba65f5c29de (PR-3250) [2021-03-11T10:51:05.128Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T10:51:05.139Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T10:51:05.153Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T10:51:05.165Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:51:05.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:51:05.169Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T10:51:05.820Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T10:51:05.826Z] > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 [2021-03-11T10:51:05.904Z] > git remote # timeout=10 [2021-03-11T10:51:05.911Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T10:51:05.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:51:05.924Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T10:51:05.934Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T10:51:05.944Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T10:51:05.951Z] > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 [2021-03-11T10:51:09.632Z] Commit message: "feat: Add required readWrite field to deviceCommand" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:51:10.935Z] + echo snap-build.sh [2021-03-11T10:51:10.935Z] snap-build.sh [2021-03-11T10:51:10.935Z] + SNAP_BASE_DIR=. [2021-03-11T10:51:10.935Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-03-11T10:51:10.935Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-03-11T10:51:10.936Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-03-11T10:51:10.936Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-03-11T10:51:10.936Z] + cd /w/workspace/edgex-go/6 [2021-03-11T10:51:10.936Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T10:51:10.936Z] Reading package lists... [2021-03-11T10:51:11.199Z] Building dependency tree... [2021-03-11T10:51:11.199Z] Reading state information... [2021-03-11T10:51:11.199Z] The following packages were automatically installed and are no longer required: [2021-03-11T10:51:11.199Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T10:51:11.199Z] uidmap xdelta3 [2021-03-11T10:51:11.199Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T10:51:11.461Z] The following packages will be REMOVED: [2021-03-11T10:51:11.461Z] lxd* lxd-client* [2021-03-11T10:51:11.724Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T10:51:11.724Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T10:51:12.773Z] (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-03-11T10:51:12.773Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T10:51:13.719Z] Removing lxd dnsmasq configuration [2021-03-11T10:51:13.719Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T10:51:13.719Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T10:51:14.666Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T10:51:14.927Z] (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-03-11T10:51:14.927Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T10:51:16.318Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T10:51:16.318Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T10:51:17.708Z] + sudo snap remove --purge lxd [2021-03-11T10:51:17.708Z] snap "lxd" is not installed [2021-03-11T10:51:17.708Z] + sudo groupadd --force --system lxd [2021-03-11T10:51:17.708Z] ++ whoami [2021-03-11T10:51:17.708Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T10:51:17.708Z] + newgrp - lxd [2021-03-11T10:51:17.708Z] + sudo snap install lxd [2021-03-11T10:51:25.885Z] 2021-03-11T10:51:24Z INFO Waiting for automatic snapd restart... [2021-03-11T10:51:40.835Z] lxd 4.12 from Canonical* installed [2021-03-11T10:51:40.835Z] + sudo lxd init --auto [2021-03-11T10:51:48.996Z] + sudo snap install --classic snapcraft [2021-03-11T10:52:07.130Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T10:52:07.130Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T10:52:07.130Z] + patch --verbose -p1 [2021-03-11T10:52:07.130Z] Hmm... Looks like a unified diff to me... [2021-03-11T10:52:07.130Z] The text leading up to this was: [2021-03-11T10:52:07.130Z] -------------------------- [2021-03-11T10:52:07.130Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T10:52:07.130Z] |From: Tony Espy [2021-03-11T10:52:07.130Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T10:52:07.130Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T10:52:07.130Z] | [2021-03-11T10:52:07.130Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T10:52:07.130Z] |optimize the snap CI check run for pull requests. When [2021-03-11T10:52:07.130Z] |applied, it essentially strips out everything (apps and [2021-03-11T10:52:07.130Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T10:52:07.130Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T10:52:07.130Z] |catch changes to edgex-go that break the snap build. [2021-03-11T10:52:07.130Z] | [2021-03-11T10:52:07.130Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T10:52:07.130Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T10:52:07.130Z] |resulting in a failed snap build CI check in the associated [2021-03-11T10:52:07.130Z] |pull request. [2021-03-11T10:52:07.130Z] | [2021-03-11T10:52:07.130Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T10:52:07.130Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T10:52:07.130Z] |need to build the finally binary .snap file (and it won't [2021-03-11T10:52:07.130Z] |work with the patch applied). This further reduces the build [2021-03-11T10:52:07.130Z] |time. [2021-03-11T10:52:07.130Z] |--- [2021-03-11T10:52:07.130Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T10:52:07.130Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T10:52:07.130Z] | [2021-03-11T10:52:07.130Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T10:52:07.130Z] |index 1e537489..faf42425 100644 [2021-03-11T10:52:07.130Z] |--- a/snap/snapcraft.yaml [2021-03-11T10:52:07.130Z] |+++ b/snap/snapcraft.yaml [2021-03-11T10:52:07.130Z] -------------------------- [2021-03-11T10:52:07.130Z] patching file snap/snapcraft.yaml [2021-03-11T10:52:07.131Z] Using Plan A... [2021-03-11T10:52:07.131Z] Hunk #1 succeeded at 73. [2021-03-11T10:52:07.131Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T10:52:07.131Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T10:52:07.131Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-11T10:52:07.131Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-11T10:52:07.131Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-11T10:52:07.131Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-11T10:52:07.131Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-11T10:52:07.131Z] Hmm... Ignoring the trailing garbage. [2021-03-11T10:52:07.131Z] done [2021-03-11T10:52:07.131Z] + sudo snapcraft prime --use-lxd [2021-03-11T10:52:07.131Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T10:52:07.131Z] 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-03-11T10:52:07.131Z] - README.md [2021-03-11T10:52:07.131Z] - snapcraft.yaml.orig [2021-03-11T10:52:07.131Z] [2021-03-11T10:52:07.131Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T10:52:07.131Z] Launching a container. [2021-03-11T10:52:19.397Z] Waiting for container to be ready [2021-03-11T10:52:19.397Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T10:52:19.397Z] [2021-03-11T10:52:23.603Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T10:52:23.603Z] Waiting for network to be ready... [2021-03-11T10:52:23.865Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T10:52:24.128Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T10:52:24.128Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T10:52:24.128Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T10:52:24.128Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T10:52:24.128Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T10:52:24.128Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T10:52:24.128Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T10:52:24.128Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T10:52:24.389Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T10:52:24.652Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T10:52:24.652Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T10:52:24.912Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T10:52:24.912Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T10:52:24.912Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T10:52:24.912Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T10:52:24.912Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T10:52:24.912Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T10:52:25.485Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T10:52:25.485Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T10:52:25.485Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T10:52:25.485Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T10:52:25.485Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T10:52:25.485Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T10:52:25.485Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T10:52:25.485Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T10:52:25.748Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T10:52:27.075Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:52:27.075Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:52:27.075Z] ---> 62168545c94a [2021-03-11T10:52:27.075Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T10:52:27.075Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:52:27.075Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:52:27.075Z] ---> 62168545c94a [2021-03-11T10:52:27.075Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T10:52:27.075Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:52:27.075Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:52:27.075Z] ---> 62168545c94a [2021-03-11T10:52:27.075Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T10:52:27.075Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:52:27.075Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:52:27.075Z] ---> 62168545c94a [2021-03-11T10:52:27.075Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T10:52:27.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:52:27.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:52:27.075Z] ---> 62168545c94a [2021-03-11T10:52:27.075Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:52:27.075Z] ---> Running in 8a40c5d3f567 [2021-03-11T10:52:27.075Z] ---> Running in 93024b730d17 [2021-03-11T10:52:27.075Z] ---> Running in dd3b61c88168 [2021-03-11T10:52:27.075Z] ---> Running in 1d530c2df5c5 [2021-03-11T10:52:27.075Z] ---> Running in 3db499e4bc10 [2021-03-11T10:52:27.075Z] Removing intermediate container 1d530c2df5c5 [2021-03-11T10:52:27.075Z] ---> edc0c6e64402 [2021-03-11T10:52:27.075Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:52:27.075Z] ---> Running in 67e6508f93bd [2021-03-11T10:52:27.075Z] Removing intermediate container 3db499e4bc10 [2021-03-11T10:52:27.075Z] ---> 5f7bc116d072 [2021-03-11T10:52:27.075Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:52:27.075Z] Removing intermediate container 8a40c5d3f567 [2021-03-11T10:52:27.075Z] ---> 3d26d0cfc592 [2021-03-11T10:52:27.075Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:52:27.075Z] Removing intermediate container 93024b730d17 [2021-03-11T10:52:27.075Z] ---> 94bbc9193efa [2021-03-11T10:52:27.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:52:27.075Z] Removing intermediate container dd3b61c88168 [2021-03-11T10:52:27.075Z] ---> f6f0cddd24fb [2021-03-11T10:52:27.075Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:52:27.075Z] ---> Running in f6c96b2c3524 [2021-03-11T10:52:27.075Z] ---> Running in dab4ffe94357 [2021-03-11T10:52:27.075Z] ---> Running in d72fe60205d7 [2021-03-11T10:52:27.075Z] ---> Running in 72b069d0ba11 [2021-03-11T10:52:27.075Z] Removing intermediate container 67e6508f93bd [2021-03-11T10:52:27.075Z] ---> 07efd5151c4c [2021-03-11T10:52:27.075Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T10:52:27.075Z] ---> Running in 140b3290fc56 [2021-03-11T10:52:27.075Z] Removing intermediate container f6c96b2c3524 [2021-03-11T10:52:27.075Z] ---> 91c0e4bb2559 [2021-03-11T10:52:27.075Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T10:52:27.075Z] ---> Running in 781ffd396bac [2021-03-11T10:52:27.075Z] Removing intermediate container dab4ffe94357 [2021-03-11T10:52:27.075Z] ---> f50b436f58e8 [2021-03-11T10:52:27.075Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T10:52:27.075Z] Removing intermediate container 72b069d0ba11 [2021-03-11T10:52:27.075Z] ---> 4d4cec9468a8 [2021-03-11T10:52:27.075Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T10:52:27.075Z] ---> Running in 8c1b6f33ba45 [2021-03-11T10:52:27.075Z] ---> Running in e7e081a382ca [2021-03-11T10:52:27.075Z] Removing intermediate container d72fe60205d7 [2021-03-11T10:52:27.075Z] ---> 82db045e8a2d [2021-03-11T10:52:27.075Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T10:52:27.075Z] ---> Running in befd737911cc [2021-03-11T10:52:27.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:27.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:27.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:27.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:27.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:27.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:27.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:28.296Z] Fetched 24.0 MB in 4s (5977 kB/s) [2021-03-11T10:52:28.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:28.549Z] OK: 217 MiB in 51 packages [2021-03-11T10:52:28.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:28.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:52:28.828Z] OK: 217 MiB in 51 packages [2021-03-11T10:52:28.868Z] Reading package lists... [2021-03-11T10:52:28.868Z] Reading package lists... [2021-03-11T10:52:29.129Z] Building dependency tree... [2021-03-11T10:52:29.129Z] Reading state information... [2021-03-11T10:52:29.129Z] The following additional packages will be installed: [2021-03-11T10:52:29.129Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T10:52:29.129Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T10:52:29.129Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T10:52:29.129Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T10:52:29.129Z] Suggested packages: [2021-03-11T10:52:29.129Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T10:52:29.129Z] Recommended packages: [2021-03-11T10:52:29.129Z] gnupg libsasl2-modules [2021-03-11T10:52:29.390Z] The following NEW packages will be installed: [2021-03-11T10:52:29.390Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T10:52:29.390Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T10:52:29.390Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T10:52:29.390Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T10:52:29.390Z] The following packages will be upgraded: [2021-03-11T10:52:29.390Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T10:52:29.390Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T10:52:29.390Z] Need to get 3530 kB of archives. [2021-03-11T10:52:29.390Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T10:52:29.390Z] Get:1 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-03-11T10:52:29.390Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T10:52:29.446Z] OK: 217 MiB in 51 packages [2021-03-11T10:52:29.446Z] OK: 217 MiB in 51 packages [2021-03-11T10:52:29.446Z] OK: 217 MiB in 51 packages [2021-03-11T10:52:29.652Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-11T10:52:29.652Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-11T10:52:29.652Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T10:52:29.652Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-11T10:52:30.224Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T10:52:30.224Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T10:52:30.224Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T10:52:30.224Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T10:52:30.224Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T10:52:30.224Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T10:52:30.224Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T10:52:30.224Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T10:52:30.224Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T10:52:30.224Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-11T10:52:30.224Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T10:52:30.224Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T10:52:30.224Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T10:52:30.224Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T10:52:30.224Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T10:52:30.224Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T10:52:30.451Z] Removing intermediate container 140b3290fc56 [2021-03-11T10:52:30.451Z] ---> 80c51f093aa7 [2021-03-11T10:52:30.451Z] Step 6/23 : COPY go.mod . [2021-03-11T10:52:30.485Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T10:52:30.485Z] Fetched 3530 kB in 1s (3411 kB/s) [2021-03-11T10:52:30.485Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T10:52:30.485Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T10:52:30.485Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T10:52:30.725Z] Removing intermediate container 781ffd396bac [2021-03-11T10:52:30.725Z] ---> 28a4bcc7c3b3 [2021-03-11T10:52:30.725Z] Step 6/22 : COPY go.mod . [2021-03-11T10:52:30.725Z] Removing intermediate container 8c1b6f33ba45 [2021-03-11T10:52:30.725Z] ---> 3f0dbef0c547 [2021-03-11T10:52:30.745Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T10:52:30.745Z] Selecting previously unselected package udev. [2021-03-11T10:52:30.745Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T10:52:30.745Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-11T10:52:30.745Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T10:52:30.998Z] Step 6/22 : COPY go.mod . [2021-03-11T10:52:31.007Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T10:52:31.007Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T10:52:31.007Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T10:52:31.268Z] Selecting previously unselected package fuse. [2021-03-11T10:52:31.268Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T10:52:31.268Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T10:52:31.268Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T10:52:31.268Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T10:52:31.273Z] Removing intermediate container befd737911cc [2021-03-11T10:52:31.273Z] ---> a9fedc009d48 [2021-03-11T10:52:31.273Z] Step 6/21 : COPY go.mod . [2021-03-11T10:52:31.530Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T10:52:31.531Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T10:52:31.531Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T10:52:31.531Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T10:52:31.548Z] Removing intermediate container e7e081a382ca [2021-03-11T10:52:31.548Z] ---> e1b8847a562f [2021-03-11T10:52:31.548Z] Step 6/31 : COPY go.mod . [2021-03-11T10:52:31.548Z] ---> 569a957c1502 [2021-03-11T10:52:31.548Z] Step 7/23 : RUN go mod download [2021-03-11T10:52:31.792Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T10:52:31.792Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T10:52:31.792Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T10:52:31.823Z] ---> Running in afcfd646061f [2021-03-11T10:52:31.823Z] ---> 5505172aa541 [2021-03-11T10:52:31.823Z] Step 7/22 : RUN go mod download [2021-03-11T10:52:31.823Z] ---> dc9717c96114 [2021-03-11T10:52:31.823Z] Step 7/22 : RUN go mod download [2021-03-11T10:52:32.060Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T10:52:32.060Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.060Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.060Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T10:52:32.060Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.060Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.060Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T10:52:32.060Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.060Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.097Z] ---> Running in 5712f88d32cc [2021-03-11T10:52:32.097Z] ---> Running in 20666cd78d51 [2021-03-11T10:52:32.323Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T10:52:32.323Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.323Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.323Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T10:52:32.323Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.323Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.323Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T10:52:32.323Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.371Z] ---> 2a79a54ba24d [2021-03-11T10:52:32.371Z] ---> d33b7f325b67 [2021-03-11T10:52:32.371Z] Step 7/31 : RUN go mod downloadStep 7/21 : RUN go mod download [2021-03-11T10:52:32.371Z] [2021-03-11T10:52:32.585Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.585Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T10:52:32.585Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.585Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.585Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T10:52:32.585Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.585Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.644Z] ---> Running in f39c37a9a77d [2021-03-11T10:52:32.644Z] ---> Running in d8b6161cf364 [2021-03-11T10:52:32.847Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T10:52:32.847Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T10:52:32.847Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:32.847Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T10:52:32.847Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T10:52:32.847Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T10:52:32.847Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T10:52:32.847Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T10:52:32.847Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T10:52:33.108Z] Selecting previously unselected package libldap-common. [2021-03-11T10:52:33.108Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T10:52:33.108Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T10:52:33.108Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T10:52:33.108Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T10:52:33.108Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T10:52:33.369Z] Selecting previously unselected package dirmngr. [2021-03-11T10:52:33.369Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T10:52:33.369Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T10:52:33.369Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T10:52:33.369Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T10:52:33.369Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T10:52:33.369Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T10:52:33.633Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T10:52:33.633Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T10:52:33.633Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:33.633Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T10:52:33.633Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T10:52:33.633Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T10:52:33.900Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T10:52:34.162Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:34.162Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-11T10:52:34.162Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T10:52:34.162Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T10:52:34.424Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:34.424Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:34.424Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:34.424Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:34.424Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:34.424Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:34.424Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T10:52:34.424Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T10:52:34.424Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T10:52:34.686Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T10:52:34.946Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T10:52:34.946Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T10:52:34.946Z] This means they are not meant to be enabled using systemctl. [2021-03-11T10:52:34.946Z] Possible reasons for having this kind of units are: [2021-03-11T10:52:34.946Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T10:52:34.946Z] .wants/ or .requires/ directory. [2021-03-11T10:52:34.946Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T10:52:34.946Z] a requirement dependency on it. [2021-03-11T10:52:34.946Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T10:52:34.946Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T10:52:34.946Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T10:52:34.946Z] instance name specified. [2021-03-11T10:52:35.519Z] Reading package lists... [2021-03-11T10:52:35.519Z] Building dependency tree... [2021-03-11T10:52:35.519Z] Reading state information... [2021-03-11T10:52:35.780Z] The following additional packages will be installed: [2021-03-11T10:52:35.780Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T10:52:35.780Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T10:52:35.780Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T10:52:35.780Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T10:52:35.780Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T10:52:35.780Z] Suggested packages: [2021-03-11T10:52:35.780Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T10:52:35.780Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T10:52:35.780Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T10:52:35.780Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T10:52:35.780Z] systemd-container policykit-1 [2021-03-11T10:52:35.780Z] Recommended packages: [2021-03-11T10:52:35.780Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T10:52:35.780Z] The following NEW packages will be installed: [2021-03-11T10:52:35.780Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T10:52:35.780Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T10:52:35.780Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T10:52:35.780Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T10:52:35.780Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T10:52:35.780Z] The following packages will be upgraded: [2021-03-11T10:52:35.780Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-11T10:52:35.781Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T10:52:35.781Z] Need to get 35.2 MB of archives. [2021-03-11T10:52:35.781Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T10:52:35.781Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-11T10:52:35.781Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T10:52:36.044Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T10:52:36.044Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-11T10:52:36.044Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-11T10:52:36.044Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T10:52:36.044Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-11T10:52:36.044Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-11T10:52:36.044Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-11T10:52:36.044Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T10:52:36.044Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T10:52:36.044Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T10:52:36.044Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T10:52:36.044Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T10:52:36.044Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T10:52:36.044Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T10:52:36.044Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T10:52:36.044Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T10:52:36.044Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T10:52:36.119Z] Removing intermediate container afcfd646061f [2021-03-11T10:52:36.119Z] ---> 3cb355d1bc87 [2021-03-11T10:52:36.119Z] Step 8/23 : COPY . . [2021-03-11T10:52:36.726Z] Removing intermediate container 5712f88d32cc [2021-03-11T10:52:36.726Z] ---> 89c1c4251604 [2021-03-11T10:52:36.726Z] Step 8/22 : COPY . . [2021-03-11T10:52:36.989Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T10:52:36.989Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-11T10:52:36.989Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T10:52:36.989Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T10:52:36.989Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T10:52:36.989Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T10:52:36.989Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T10:52:36.989Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T10:52:36.989Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T10:52:36.989Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T10:52:36.989Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-11T10:52:36.998Z] Removing intermediate container 20666cd78d51 [2021-03-11T10:52:36.998Z] ---> 2eedb53ec8f9 [2021-03-11T10:52:36.998Z] Step 8/22 : COPY . . [2021-03-11T10:52:37.250Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T10:52:37.250Z] Fetched 35.2 MB in 1s (26.2 MB/s) [2021-03-11T10:52:37.250Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T10:52:37.250Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T10:52:37.510Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T10:52:37.596Z] Removing intermediate container d8b6161cf364 [2021-03-11T10:52:37.596Z] ---> 977cf288c8f1 [2021-03-11T10:52:37.596Z] Step 8/21 : COPY . . [2021-03-11T10:52:38.082Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T10:52:38.082Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T10:52:38.082Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T10:52:38.201Z] Removing intermediate container f39c37a9a77d [2021-03-11T10:52:38.201Z] ---> a2af658cf729 [2021-03-11T10:52:38.201Z] Step 8/31 : COPY . . [2021-03-11T10:52:38.344Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T10:52:38.344Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T10:52:38.344Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T10:52:38.344Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-11T10:52:38.619Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T10:52:38.619Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T10:52:38.619Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T10:52:38.879Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T10:52:38.879Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T10:52:39.451Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T10:52:39.451Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T10:52:39.451Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T10:52:39.451Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T10:52:39.711Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T10:52:39.711Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T10:52:39.711Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T10:52:39.972Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T10:52:39.972Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T10:52:39.972Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T10:52:40.233Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T10:52:40.233Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T10:52:40.233Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T10:52:40.495Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T10:52:40.495Z] Checking for services that may need to be restarted...done. [2021-03-11T10:52:40.495Z] Checking for services that may need to be restarted...done. [2021-03-11T10:52:40.757Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T10:52:40.757Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T10:52:40.757Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T10:52:41.330Z] Selecting previously unselected package python3-minimal. [2021-03-11T10:52:41.330Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T10:52:41.330Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T10:52:41.330Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T10:52:41.330Z] Selecting previously unselected package mime-support. [2021-03-11T10:52:41.330Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T10:52:41.330Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T10:52:41.591Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T10:52:41.591Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T10:52:41.591Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T10:52:41.591Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T10:52:41.591Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T10:52:41.591Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T10:52:41.853Z] Selecting previously unselected package python3.6. [2021-03-11T10:52:41.853Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T10:52:41.853Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T10:52:41.853Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T10:52:41.853Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T10:52:41.853Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T10:52:42.425Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T10:52:42.686Z] Selecting previously unselected package python3. [2021-03-11T10:52:42.686Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T10:52:42.686Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T10:52:42.686Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T10:52:42.686Z] Selecting previously unselected package multiarch-support. [2021-03-11T10:52:42.686Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T10:52:42.686Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T10:52:42.686Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T10:52:42.947Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T10:52:42.947Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T10:52:42.947Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T10:52:42.947Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T10:52:42.947Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T10:52:42.947Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T10:52:42.947Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T10:52:42.947Z] Selecting previously unselected package sudo. [2021-03-11T10:52:42.947Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T10:52:42.947Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T10:52:43.223Z] Selecting previously unselected package apparmor. [2021-03-11T10:52:43.223Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T10:52:43.223Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T10:52:43.485Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T10:52:43.485Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T10:52:43.485Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T10:52:43.485Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T10:52:43.485Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T10:52:43.485Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T10:52:43.746Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T10:52:43.746Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T10:52:43.746Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T10:52:43.746Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T10:52:43.746Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T10:52:43.746Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T10:52:43.746Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T10:52:43.746Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T10:52:43.746Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T10:52:44.007Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T10:52:44.007Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T10:52:44.007Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T10:52:44.007Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-11T10:52:44.007Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T10:52:44.007Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T10:52:44.269Z] Selecting previously unselected package openssh-client. [2021-03-11T10:52:44.269Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T10:52:44.269Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T10:52:44.531Z] Selecting previously unselected package squashfs-tools. [2021-03-11T10:52:44.531Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T10:52:44.531Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T10:52:44.531Z] Selecting previously unselected package snapd. [2021-03-11T10:52:44.531Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T10:52:44.531Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T10:52:46.443Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T10:52:46.443Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T10:52:46.710Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T10:52:46.710Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T10:52:46.710Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T10:52:46.710Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T10:52:46.710Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T10:52:46.970Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T10:52:46.970Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T10:52:48.443Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T10:52:49.017Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T10:52:49.017Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T10:52:49.017Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T10:52:49.017Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T10:52:49.017Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T10:52:49.589Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T10:52:49.589Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T10:52:49.589Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T10:52:49.589Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T10:52:49.589Z] running python rtupdate hooks for python3.6... [2021-03-11T10:52:49.589Z] running python post-rtupdate hooks for python3.6... [2021-03-11T10:52:49.853Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T10:52:51.241Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T10:52:51.241Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T10:52:51.241Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T10:52:51.241Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T10:52:51.817Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T10:52:51.818Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T10:52:52.079Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T10:52:52.341Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T10:52:52.341Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T10:52:52.341Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T10:52:52.601Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T10:52:52.862Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T10:52:52.862Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T10:52:53.126Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T10:52:53.126Z] /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-03-11T10:52:53.386Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T10:52:53.386Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T10:52:54.335Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T10:52:54.596Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T10:52:54.596Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T10:52:55.800Z] Reading package lists... [2021-03-11T10:52:56.061Z] Reading package lists... [2021-03-11T10:52:56.061Z] Building dependency tree... [2021-03-11T10:52:56.061Z] Reading state information... [2021-03-11T10:52:56.061Z] Calculating upgrade... [2021-03-11T10:52:56.324Z] The following packages will be upgraded: [2021-03-11T10:52:56.324Z] advancecomp base-files bash binutils binutils-common [2021-03-11T10:52:56.324Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T10:52:56.324Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T10:52:56.324Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T10:52:56.324Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T10:52:56.324Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T10:52:56.324Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T10:52:56.324Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T10:52:56.324Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T10:52:56.324Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T10:52:56.324Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T10:52:56.324Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T10:52:56.324Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T10:52:56.324Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T10:52:56.324Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T10:52:56.585Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T10:52:56.585Z] Need to get 63.8 MB of archives. [2021-03-11T10:52:56.585Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T10:52:56.585Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T10:52:56.585Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T10:52:57.159Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T10:52:57.159Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T10:52:57.159Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T10:52:57.159Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T10:52:57.159Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T10:52:57.159Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T10:52:57.159Z] 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-03-11T10:52:57.159Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-11T10:52:57.159Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-11T10:52:57.159Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T10:52:57.159Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T10:52:57.159Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T10:52:57.159Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T10:52:57.420Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T10:52:57.420Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T10:52:57.420Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T10:52:57.420Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T10:52:57.420Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T10:52:57.420Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T10:52:57.420Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T10:52:57.420Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T10:52:57.420Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T10:52:57.420Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T10:52:57.420Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T10:52:57.420Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T10:52:57.420Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T10:52:57.420Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T10:52:57.420Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T10:52:57.420Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T10:52:57.420Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T10:52:57.420Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T10:52:57.420Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T10:52:57.420Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T10:52:57.420Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T10:52:57.420Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T10:52:57.420Z] 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-03-11T10:52:57.420Z] 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-03-11T10:52:57.420Z] 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-03-11T10:52:57.420Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T10:52:57.681Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T10:52:57.681Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-11T10:52:57.681Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T10:52:57.681Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T10:52:57.681Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T10:52:57.681Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-11T10:52:57.681Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T10:52:57.681Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T10:52:57.681Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T10:52:57.682Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T10:52:57.682Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T10:52:57.682Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T10:52:57.682Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T10:52:57.682Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T10:52:57.682Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T10:52:57.682Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T10:52:57.682Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T10:52:57.682Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T10:52:57.682Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T10:52:57.682Z] Get:61 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-03-11T10:52:57.682Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T10:52:57.682Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T10:52:57.682Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T10:52:57.942Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T10:52:57.943Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T10:52:57.943Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T10:52:57.943Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T10:52:57.943Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T10:52:57.943Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T10:52:57.943Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T10:52:57.943Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T10:52:57.943Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T10:52:57.943Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T10:52:57.943Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T10:52:57.943Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T10:52:57.943Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T10:52:57.943Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T10:52:57.943Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T10:52:57.943Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T10:52:57.943Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-11T10:52:57.943Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T10:52:57.943Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-11T10:52:58.203Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T10:52:58.203Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T10:52:58.203Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T10:52:58.203Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T10:52:58.203Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T10:52:58.203Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T10:52:58.203Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T10:52:58.464Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T10:52:58.725Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-11T10:52:58.985Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-11T10:52:58.985Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T10:52:59.558Z] 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-03-11T10:52:59.558Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T10:52:59.558Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T10:52:59.558Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T10:52:59.558Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T10:52:59.821Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T10:52:59.821Z] Fetched 63.8 MB in 3s (19.7 MB/s) [2021-03-11T10:52:59.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:52:59.821Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T10:52:59.821Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T10:53:00.392Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T10:53:00.393Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T10:53:00.654Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T10:53:00.654Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T10:53:01.227Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:01.489Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:01.489Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:01.489Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:01.752Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:01.752Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:01.752Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:02.016Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:02.017Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:02.017Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:02.280Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:02.280Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:02.280Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:02.280Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:02.280Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:02.547Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T10:53:02.547Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:02.547Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T10:53:02.547Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:02.808Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T10:53:02.808Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:02.808Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:02.808Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:02.808Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:03.070Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:03.070Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T10:53:03.070Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:03.331Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T10:53:03.332Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T10:53:03.332Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T10:53:03.904Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T10:53:04.167Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T10:53:04.167Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T10:53:04.167Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T10:53:04.167Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T10:53:04.167Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T10:53:04.429Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T10:53:04.430Z] Installing new version of config file /etc/issue ... [2021-03-11T10:53:04.430Z] Installing new version of config file /etc/issue.net ... [2021-03-11T10:53:04.430Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T10:53:04.430Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T10:53:04.695Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T10:53:04.695Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T10:53:04.695Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T10:53:04.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:04.958Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T10:53:04.958Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T10:53:05.013Z] ---> 047f2206d166 [2021-03-11T10:53:05.013Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T10:53:05.013Z] ---> 4b063fc5012b [2021-03-11T10:53:05.013Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T10:53:05.013Z] ---> 6e436c040475 [2021-03-11T10:53:05.013Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> b5feb062ef96 [2021-03-11T10:53:05.013Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T10:53:05.013Z] [2021-03-11T10:53:05.013Z] ---> Running in de884f86dd6b [2021-03-11T10:53:05.013Z] ---> 80073b5fafc5 [2021-03-11T10:53:05.013Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T10:53:05.013Z] ---> Running in fa3bf1f2f105 [2021-03-11T10:53:05.013Z] ---> Running in 7ca0b787ab41 [2021-03-11T10:53:05.013Z] ---> Running in c490e2bcbd9f [2021-03-11T10:53:05.013Z] ---> Running in 367445f03b73 [2021-03-11T10:53:05.013Z] 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-03-11T10:53:05.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T10:53:05.219Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T10:53:05.219Z] 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-03-11T10:53:05.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:05.219Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:05.219Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:05.482Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:05.482Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:05.482Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T10:53:05.482Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T10:53:05.613Z] 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-03-11T10:53:05.613Z] 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-03-11T10:53:05.613Z] 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-03-11T10:53:05.744Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T10:53:05.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:05.745Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T10:53:05.745Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T10:53:06.006Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T10:53:06.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:06.269Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T10:53:06.269Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T10:53:06.269Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T10:53:06.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:06.551Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T10:53:06.551Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T10:53:06.551Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T10:53:06.813Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:06.813Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T10:53:06.813Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T10:53:06.813Z] Setting up grep (3.1-2build1) ... [2021-03-11T10:53:07.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:07.075Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T10:53:07.075Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T10:53:07.336Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T10:53:07.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:07.336Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T10:53:07.336Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T10:53:07.336Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T10:53:07.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:07.597Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T10:53:07.597Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T10:53:08.171Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T10:53:08.171Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T10:53:08.171Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T10:53:08.171Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T10:53:08.744Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T10:53:08.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:08.744Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T10:53:09.005Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T10:53:09.950Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T10:53:09.950Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T10:53:09.950Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T10:53:10.586Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T10:53:11.608Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T10:53:12.997Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:12.997Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T10:53:13.571Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T10:53:14.517Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T10:53:15.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:15.905Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:16.167Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:17.126Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:18.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:18.070Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:18.645Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:18.645Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:18.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:18.919Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:18.919Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:18.919Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:18.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:18.919Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:19.183Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:19.183Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:19.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:19.183Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T10:53:19.183Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T10:53:19.444Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T10:53:19.444Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T10:53:19.444Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T10:53:20.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:20.018Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T10:53:20.018Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T10:53:20.018Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T10:53:20.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:20.018Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:20.281Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:20.281Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:20.281Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:20.281Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:20.542Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:20.542Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:20.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:20.542Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:20.812Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:21.074Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:21.336Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T10:53:21.597Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T10:53:21.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:21.859Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T10:53:21.859Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T10:53:22.120Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T10:53:22.383Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T10:53:22.383Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T10:53:22.383Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T10:53:22.383Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T10:53:22.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:22.645Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T10:53:22.645Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T10:53:22.645Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T10:53:22.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:22.906Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T10:53:22.906Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T10:53:23.168Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T10:53:23.168Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:23.168Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T10:53:23.168Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T10:53:23.431Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T10:53:23.431Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:23.431Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T10:53:23.431Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T10:53:23.692Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T10:53:23.692Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:23.692Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T10:53:23.692Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T10:53:23.954Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T10:53:23.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:23.954Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T10:53:24.218Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T10:53:24.218Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T10:53:24.480Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:24.480Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T10:53:24.480Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T10:53:24.480Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T10:53:24.480Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T10:53:24.743Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T10:53:24.743Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T10:53:24.743Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T10:53:24.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:24.743Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T10:53:25.018Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T10:53:25.280Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T10:53:25.541Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:25.541Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T10:53:25.541Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T10:53:25.541Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T10:53:25.801Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:25.801Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T10:53:25.801Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T10:53:25.801Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T10:53:26.067Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:26.067Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T10:53:26.067Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T10:53:26.067Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T10:53:26.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:26.341Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T10:53:26.341Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T10:53:26.603Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T10:53:26.865Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:26.865Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T10:53:26.865Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T10:53:26.865Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T10:53:27.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:27.127Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T10:53:27.127Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T10:53:27.127Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T10:53:27.447Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:27.447Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T10:53:27.447Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T10:53:27.447Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T10:53:27.447Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:27.447Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T10:53:27.447Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T10:53:27.756Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T10:53:27.756Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:27.756Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T10:53:27.756Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T10:53:28.034Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T10:53:28.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:28.034Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T10:53:28.034Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T10:53:28.459Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T10:53:28.459Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T10:53:28.459Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T10:53:28.459Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T10:53:28.459Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T10:53:28.754Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T10:53:28.754Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T10:53:28.754Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T10:53:28.754Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T10:53:28.754Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T10:53:29.015Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T10:53:29.015Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T10:53:29.015Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T10:53:29.276Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T10:53:29.276Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T10:53:29.276Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T10:53:29.544Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T10:53:29.544Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T10:53:29.544Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T10:53:29.544Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T10:53:29.805Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T10:53:29.805Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T10:53:29.805Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T10:53:29.805Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T10:53:30.095Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T10:53:30.095Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T10:53:30.356Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T10:53:30.356Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T10:53:30.620Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T10:53:30.620Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T10:53:31.565Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T10:53:31.565Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T10:53:31.565Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T10:53:31.565Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T10:53:31.828Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T10:53:31.828Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T10:53:32.090Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T10:53:32.090Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T10:53:32.350Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T10:53:32.350Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T10:53:32.350Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T10:53:32.350Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T10:53:32.611Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:32.611Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:32.611Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:32.873Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:32.873Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:32.873Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:32.873Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:32.873Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:33.815Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:33.816Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:34.757Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:34.758Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:35.703Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:35.703Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:35.963Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:35.963Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:36.533Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T10:53:36.793Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T10:53:36.793Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T10:53:36.793Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T10:53:37.054Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T10:53:37.054Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T10:53:37.318Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T10:53:37.318Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T10:53:37.318Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T10:53:37.318Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T10:53:37.579Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T10:53:37.579Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T10:53:37.579Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T10:53:37.840Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T10:53:37.840Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T10:53:37.840Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T10:53:38.107Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:38.107Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T10:53:38.107Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:38.107Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:38.107Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:38.107Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T10:53:38.376Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T10:53:38.376Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T10:53:38.376Z] [2021-03-11T10:53:38.376Z] Current default time zone: 'Etc/UTC' [2021-03-11T10:53:38.376Z] Local time is now: Thu Mar 11 10:53:38 UTC 2021. [2021-03-11T10:53:38.376Z] Universal Time is now: Thu Mar 11 10:53:38 UTC 2021. [2021-03-11T10:53:38.377Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T10:53:38.377Z] [2021-03-11T10:53:38.377Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T10:53:38.377Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:38.644Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T10:53:38.644Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T10:53:38.644Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T10:53:38.644Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T10:53:38.644Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T10:53:38.644Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T10:53:38.644Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T10:53:38.905Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T10:53:38.905Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:38.905Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T10:53:39.166Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:39.166Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T10:53:39.166Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:39.166Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T10:53:39.166Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T10:53:39.166Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T10:53:39.166Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T10:53:39.166Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T10:53:39.427Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T10:53:39.427Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T10:53:39.427Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T10:53:41.339Z] Updating certificates in /etc/ssl/certs... [2021-03-11T10:53:42.280Z] 23 added, 27 removed; done. [2021-03-11T10:53:42.280Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T10:53:42.280Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T10:53:42.280Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T10:53:42.280Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T10:53:42.280Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T10:53:42.542Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:42.542Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T10:53:42.542Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:42.542Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:42.542Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:42.542Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:42.542Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:42.542Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T10:53:42.804Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T10:53:42.804Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T10:53:42.804Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T10:53:42.804Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T10:53:42.804Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:42.804Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T10:53:42.804Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T10:53:43.070Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T10:53:43.071Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T10:53:43.071Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T10:53:43.071Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T10:53:43.071Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T10:53:43.330Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T10:53:43.330Z] Updating certificates in /etc/ssl/certs... [2021-03-11T10:53:43.902Z] 0 added, 0 removed; done. [2021-03-11T10:53:43.902Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T10:53:43.902Z] done. [2021-03-11T10:53:44.163Z] Reading package lists... [2021-03-11T10:53:44.423Z] Building dependency tree... [2021-03-11T10:53:44.423Z] Reading state information... [2021-03-11T10:53:44.687Z] The following NEW packages will be installed: [2021-03-11T10:53:44.687Z] apt-transport-https [2021-03-11T10:53:44.687Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T10:53:44.687Z] Need to get 1696 B of archives. [2021-03-11T10:53:44.687Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T10:53:44.687Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T10:53:44.687Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T10:53:44.687Z] Fetched 1696 B in 0s (32.9 kB/s) [2021-03-11T10:53:44.687Z] Selecting previously unselected package apt-transport-https. [2021-03-11T10:53:44.687Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T10:53:44.687Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T10:53:44.687Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T10:53:44.948Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T10:53:45.208Z] Waiting for network to be ready... [2021-03-11T10:53:51.794Z] 2021-03-11T10:53:48Z INFO Waiting for automatic snapd restart... [2021-03-11T10:53:51.794Z] snapd 2.49 from Canonical* installed [2021-03-11T10:53:52.735Z] "snapd" switched to the "latest/stable" channel [2021-03-11T10:53:52.735Z] [2021-03-11T10:53:55.279Z] core18 20210128 from Canonical* installed [2021-03-11T10:53:55.540Z] "core18" switched to the "latest/stable" channel [2021-03-11T10:53:55.540Z] [2021-03-11T10:53:58.848Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T10:53:58.848Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T10:53:58.848Z] [2021-03-11T10:54:03.068Z] 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-03-11T10:54:03.068Z] - README.md [2021-03-11T10:54:03.068Z] - snapcraft.yaml.orig [2021-03-11T10:54:03.068Z] [2021-03-11T10:54:03.068Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T10:54:09.666Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T10:54:09.666Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T10:54:09.666Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T10:54:09.666Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T10:54:10.246Z] Reading package lists... [2021-03-11T10:54:10.821Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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-03-11T10:54:17.409Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T10:54:17.409Z] Reading package lists... [2021-03-11T10:54:17.409Z] Building dependency tree... [2021-03-11T10:54:17.409Z] Reading state information... [2021-03-11T10:54:17.409Z] Suggested packages: [2021-03-11T10:54:17.409Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T10:54:17.409Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T10:54:17.409Z] Recommended packages: [2021-03-11T10:54:17.409Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T10:54:17.409Z] The following NEW packages will be installed: [2021-03-11T10:54:17.409Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T10:54:17.409Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T10:54:17.409Z] pkg-config zip [2021-03-11T10:54:17.409Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T10:54:17.409Z] Need to get 7658 kB of archives. [2021-03-11T10:54:17.409Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T10:54:17.409Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T10:54:17.409Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T10:54:17.409Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T10:54:17.409Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T10:54:17.409Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T10:54:17.409Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T10:54:17.409Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T10:54:17.409Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T10:54:17.409Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T10:54:17.670Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T10:54:17.670Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T10:54:17.670Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T10:54:17.670Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T10:54:17.670Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T10:54:17.670Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T10:54:17.931Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T10:54:17.931Z] Fetched 7658 kB in 1s (10.7 MB/s) [2021-03-11T10:54:17.931Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T10:54:17.931Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T10:54:17.931Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T10:54:17.931Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T10:54:18.191Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T10:54:18.191Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T10:54:18.191Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T10:54:18.453Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T10:54:18.453Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T10:54:18.453Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T10:54:18.453Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T10:54:18.453Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T10:54:18.453Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T10:54:18.453Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T10:54:18.453Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T10:54:18.453Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T10:54:18.714Z] Selecting previously unselected package liberror-perl. [2021-03-11T10:54:18.714Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T10:54:18.714Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T10:54:18.714Z] Selecting previously unselected package git-man. [2021-03-11T10:54:18.714Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T10:54:18.714Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T10:54:18.976Z] Selecting previously unselected package git. [2021-03-11T10:54:18.976Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T10:54:18.976Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T10:54:19.548Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T10:54:19.548Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T10:54:19.808Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T10:54:19.808Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T10:54:19.808Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T10:54:19.808Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T10:54:19.808Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T10:54:19.808Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T10:54:19.808Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T10:54:20.069Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T10:54:20.069Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T10:54:20.069Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T10:54:20.069Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T10:54:20.069Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T10:54:20.069Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T10:54:20.329Z] Selecting previously unselected package pkg-config. [2021-03-11T10:54:20.329Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T10:54:20.329Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T10:54:20.329Z] Selecting previously unselected package zip. [2021-03-11T10:54:20.330Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T10:54:20.330Z] Unpacking zip (3.0-11build1) ... [2021-03-11T10:54:20.591Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T10:54:20.592Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T10:54:20.592Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T10:54:20.592Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T10:54:20.592Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T10:54:20.592Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T10:54:20.592Z] No schema files found: doing nothing. [2021-03-11T10:54:20.592Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T10:54:20.592Z] Setting up zip (3.0-11build1) ... [2021-03-11T10:54:20.853Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T10:54:20.853Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T10:54:20.853Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T10:54:20.853Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T10:54:20.853Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T10:54:20.853Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T10:54:20.853Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T10:54:20.853Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T10:54:27.439Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T10:54:27.699Z] git set to automatically installed. [2021-03-11T10:54:27.699Z] git-man set to automatically installed. [2021-03-11T10:54:27.699Z] libcurl3-gnutls set to automatically installed. [2021-03-11T10:54:27.699Z] liberror-perl set to automatically installed. [2021-03-11T10:54:27.699Z] libglib2.0-0 set to automatically installed. [2021-03-11T10:54:27.699Z] libnghttp2-14 set to automatically installed. [2021-03-11T10:54:27.699Z] libnorm1 set to automatically installed. [2021-03-11T10:54:27.699Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T10:54:27.700Z] libpsl5 set to automatically installed. [2021-03-11T10:54:27.700Z] librtmp1 set to automatically installed. [2021-03-11T10:54:27.700Z] libsodium23 set to automatically installed. [2021-03-11T10:54:27.700Z] libzmq3-dev set to automatically installed. [2021-03-11T10:54:27.700Z] libzmq5 set to automatically installed. [2021-03-11T10:54:27.700Z] pkg-config set to automatically installed. [2021-03-11T10:54:27.700Z] zip set to automatically installed. [2021-03-11T10:54:29.084Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T10:54:35.666Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T10:54:35.666Z] snap "core18" has no updates available [2021-03-11T10:54:36.238Z] Pulling config-common [2021-03-11T10:54:36.238Z] + snapcraftctl pull [2021-03-11T10:54:37.182Z] Pulling go-build-helper [2021-03-11T10:54:37.182Z] + snapcraftctl pull [2021-03-11T10:54:42.431Z] 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-03-11T10:54:50.766Z] Removing intermediate container c490e2bcbd9f [2021-03-11T10:54:50.766Z] ---> d351ef04f696 [2021-03-11T10:54:50.766Z] [2021-03-11T10:54:50.766Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T10:54:50.766Z] 3.12: Pulling from library/alpine [2021-03-11T10:54:51.763Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T10:54:52.052Z] Removing intermediate container 7ca0b787ab41 [2021-03-11T10:54:52.052Z] ---> 6452a799955f [2021-03-11T10:54:52.052Z] [2021-03-11T10:54:52.052Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T10:54:52.052Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T10:54:52.052Z] ---> d10569e2745f [2021-03-11T10:54:52.052Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T10:54:52.052Z] 3.12: Pulling from library/alpine [2021-03-11T10:54:52.052Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T10:54:52.052Z] Status: Image is up to date for alpine:3.12 [2021-03-11T10:54:52.052Z] ---> d10569e2745f [2021-03-11T10:54:52.052Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T10:54:52.330Z] ---> Running in 6fda3dbcbb61 [2021-03-11T10:54:52.330Z] ---> Running in d3feea51da5d [2021-03-11T10:54:53.313Z] Removing intermediate container d3feea51da5d [2021-03-11T10:54:53.313Z] ---> 66040c39a37f [2021-03-11T10:54:53.313Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T10:54:53.313Z] ---> Running in 719a062bf78b [2021-03-11T10:54:54.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:54:55.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:54:55.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:54:55.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:54:55.654Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T10:54:55.931Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:54:55.931Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T10:54:55.931Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T10:54:55.931Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:54:55.931Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:54:56.208Z] OK: 7 MiB in 18 packages [2021-03-11T10:54:56.208Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T10:54:56.208Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T10:54:56.208Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:54:56.487Z] OK: 5 MiB in 16 packages [2021-03-11T10:54:59.448Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T10:54:59.448Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T10:54:59.448Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T10:54:59.448Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T10:54:59.448Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T10:54:59.448Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T10:54:59.448Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T10:54:59.448Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T10:54:59.448Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T10:54:59.448Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T10:54:59.448Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T10:54:59.448Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T10:54:59.448Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T10:54:59.448Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T10:54:59.448Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T10:54:59.448Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T10:54:59.448Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T10:54:59.448Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T10:54:59.448Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T10:54:59.448Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T10:54:59.448Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T10:54:59.448Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T10:54:59.448Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T10:54:59.448Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T10:54:59.448Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T10:54:59.448Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T10:54:59.448Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T10:54:59.448Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T10:54:59.448Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T10:54:59.448Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T10:54:59.448Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T10:54:59.448Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T10:54:59.448Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T10:54:59.448Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T10:54:59.448Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T10:54:59.448Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T10:54:59.448Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T10:54:59.448Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T10:54:59.448Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T10:54:59.448Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T10:54:59.448Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T10:54:59.448Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T10:54:59.448Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T10:54:59.448Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T10:54:59.448Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T10:54:59.448Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T10:54:59.448Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T10:54:59.448Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T10:54:59.448Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T10:54:59.448Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T10:54:59.448Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T10:54:59.448Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T10:54:59.448Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T10:54:59.448Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T10:54:59.448Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T10:54:59.448Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T10:54:59.448Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T10:54:59.448Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T10:54:59.448Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T10:54:59.449Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T10:54:59.449Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T10:54:59.449Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T10:54:59.449Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T10:54:59.449Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T10:54:59.449Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T10:54:59.449Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T10:54:59.449Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T10:54:59.449Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T10:54:59.449Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T10:54:59.912Z] Removing intermediate container 719a062bf78b [2021-03-11T10:54:59.912Z] ---> f8d1e7fce37c [2021-03-11T10:54:59.912Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T10:54:59.912Z] Removing intermediate container 6fda3dbcbb61 [2021-03-11T10:54:59.912Z] ---> b7a4dbdaca81 [2021-03-11T10:54:59.912Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T10:54:59.912Z] ---> Running in 773ad2f8342d [2021-03-11T10:55:00.191Z] ---> Running in 2d35c8ba4bde [2021-03-11T10:55:01.180Z] Removing intermediate container 773ad2f8342d [2021-03-11T10:55:01.180Z] ---> 2282fc15824f [2021-03-11T10:55:01.180Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T10:55:01.180Z] Removing intermediate container 2d35c8ba4bde [2021-03-11T10:55:01.180Z] ---> dcc5110788a4 [2021-03-11T10:55:01.180Z] Step 13/21 : WORKDIR /edgex [2021-03-11T10:55:01.457Z] ---> Running in dc165c57cec5 [2021-03-11T10:55:01.737Z] ---> Running in a6aa2fe0eb48 [2021-03-11T10:55:02.728Z] Removing intermediate container dc165c57cec5 [2021-03-11T10:55:02.728Z] ---> ee1e94d883a7 [2021-03-11T10:55:02.728Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T10:55:02.753Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T10:55:02.753Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T10:55:02.753Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T10:55:02.753Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T10:55:02.753Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T10:55:02.753Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T10:55:02.753Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T10:55:02.753Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T10:55:02.753Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T10:55:02.753Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T10:55:02.753Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T10:55:02.753Z] Pulling static-packages [2021-03-11T10:55:02.753Z] + snapcraftctl pull [2021-03-11T10:55:03.005Z] Removing intermediate container a6aa2fe0eb48 [2021-03-11T10:55:03.005Z] ---> 882b97cfc3c7 [2021-03-11T10:55:03.005Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T10:55:03.279Z] ---> Running in 7dc470f7ecb7 [2021-03-11T10:55:03.324Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-11T10:55:03.324Z] Skipping pull go-build-helper (already ran) [2021-03-11T10:55:03.324Z] Skipping pull static-packages (already ran) [2021-03-11T10:55:03.324Z] Building go-build-helper [2021-03-11T10:55:03.324Z] + snapcraftctl build [2021-03-11T10:55:03.958Z] Removing intermediate container fa3bf1f2f105 [2021-03-11T10:55:03.958Z] ---> 2fdd2d9418bb [2021-03-11T10:55:03.958Z] [2021-03-11T10:55:03.958Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T10:55:03.958Z] ---> d10569e2745f [2021-03-11T10:55:03.958Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:55:04.608Z] ---> Running in 1891e7ec1e13 [2021-03-11T10:55:04.980Z] ---> 40a78bdbf4a1 [2021-03-11T10:55:04.980Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T10:55:04.980Z] Removing intermediate container 367445f03b73 [2021-03-11T10:55:04.980Z] ---> a828a8b52baa [2021-03-11T10:55:04.980Z] [2021-03-11T10:55:04.980Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T10:55:04.980Z] ---> d10569e2745f [2021-03-11T10:55:04.980Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T10:55:05.288Z] ---> Running in 519a97d2ec60 [2021-03-11T10:55:07.600Z] Building static-packages [2021-03-11T10:55:07.600Z] + snapcraftctl build [2021-03-11T10:55:07.724Z] ---> d0f1fb7132f0 [2021-03-11T10:55:07.724Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T10:55:08.039Z] Removing intermediate container 7dc470f7ecb7 [2021-03-11T10:55:08.039Z] ---> 496ac97e80a7 [2021-03-11T10:55:08.039Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T10:55:08.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:55:08.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:55:08.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:55:08.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:55:08.325Z] ---> Running in a8bc1c3544b0 [2021-03-11T10:55:08.939Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T10:55:08.939Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:55:08.939Z] OK: 5 MiB in 15 packages [2021-03-11T10:55:08.939Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T10:55:08.939Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T10:55:08.939Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:55:08.939Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:55:08.988Z] Staging go-build-helper [2021-03-11T10:55:08.989Z] + snapcraftctl stage [2021-03-11T10:55:09.214Z] OK: 6 MiB in 16 packages [2021-03-11T10:55:09.513Z] Removing intermediate container a8bc1c3544b0 [2021-03-11T10:55:09.513Z] ---> 31db14f3af4f [2021-03-11T10:55:09.513Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T10:55:09.560Z] Staging static-packages [2021-03-11T10:55:09.560Z] + snapcraftctl stage [2021-03-11T10:55:09.793Z] ---> 53ae08954a80 [2021-03-11T10:55:09.793Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T10:55:10.407Z] ---> Running in a5358f429f39 [2021-03-11T10:55:10.682Z] Removing intermediate container 1891e7ec1e13 [2021-03-11T10:55:10.682Z] ---> 2cb4ef54471d [2021-03-11T10:55:10.682Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:55:10.682Z] ---> 64edbf1c8672 [2021-03-11T10:55:10.682Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T10:55:10.947Z] Pulling go115 [2021-03-11T10:55:10.948Z] + snapcraftctl pull [2021-03-11T10:55:10.954Z] ---> Running in b782680ae5fc [2021-03-11T10:55:10.954Z] ---> Running in 5765c0fb2aa4 [2021-03-11T10:55:11.228Z] Removing intermediate container a5358f429f39 [2021-03-11T10:55:11.228Z] ---> f84d269d7d86 [2021-03-11T10:55:11.228Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T10:55:11.502Z] ---> Running in 689ddbf10ac3 [2021-03-11T10:55:11.502Z] Removing intermediate container b782680ae5fc [2021-03-11T10:55:11.502Z] ---> 7d7a6345ba3e [2021-03-11T10:55:11.502Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T10:55:11.519Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-11T10:55:11.519Z] Skipping pull go115 (already ran) [2021-03-11T10:55:11.519Z] Building go115 [2021-03-11T10:55:11.519Z] + dpkg --print-architecture [2021-03-11T10:55:11.519Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-11T10:55:11.519Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-11T10:55:11.519Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-11T10:55:11.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T10:55:11.519Z] Dload Upload Total Spent Left Speed [2021-03-11T10:55:11.782Z] Removing intermediate container 519a97d2ec60 [2021-03-11T10:55:11.782Z] ---> 22ae04deb241 [2021-03-11T10:55:11.782Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:55:11.782Z] ---> Running in 7f47791ee1db [2021-03-11T10:55:11.782Z] ---> Running in 1f9da3948a96 [2021-03-11T10:55:12.061Z] Removing intermediate container 689ddbf10ac3 [2021-03-11T10:55:12.061Z] ---> c537692045c4 [2021-03-11T10:55:12.061Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T10:55:12.333Z] ---> Running in 232ee3877509 [2021-03-11T10:55:12.611Z] Removing intermediate container 7f47791ee1db [2021-03-11T10:55:12.611Z] ---> 3869a97202d4 [2021-03-11T10:55:12.611Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T10:55:12.888Z] Removing intermediate container 1f9da3948a96 [2021-03-11T10:55:12.888Z] ---> faa4b45d2405 [2021-03-11T10:55:12.888Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T10:55:13.171Z] ---> Running in fc5721b1e509 [2021-03-11T10:55:13.171Z] ---> Running in 5252f659dac1 [2021-03-11T10:55:13.451Z] Removing intermediate container 232ee3877509 [2021-03-11T10:55:13.451Z] ---> 0059588390de [2021-03-11T10:55:13.451Z] Step 20/21 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:55:13.725Z] ---> Running in 5cea1b2b450e [2021-03-11T10:55:13.998Z] Removing intermediate container fc5721b1e509 [2021-03-11T10:55:13.998Z] ---> 98cad736dbc9 [2021-03-11T10:55:13.998Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:55:13.998Z] Removing intermediate container 5252f659dac1 [2021-03-11T10:55:13.998Z] ---> 8f6b3832ffd2 [2021-03-11T10:55:13.998Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T10:55:14.273Z] ---> Running in c7d7b9c6099d [2021-03-11T10:55:14.273Z] Removing intermediate container 5cea1b2b450e [2021-03-11T10:55:14.273Z] ---> fafca40a6791 [2021-03-11T10:55:14.273Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T10:55:14.550Z] ---> Running in cb1f384ff82d [2021-03-11T10:55:14.578Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5551k 0 0 13.7M 0 0:00:08 --:--:-- 0:00:08 13.7M 34 115M 34 40.3M 0 0 28.7M 0 0:00:04 0:00:01 0:00:03 28.7M 72 115M 72 83.8M 0 0 35.1M 0 0:00:03 0:00:02 0:00:01 35.1M 100 115M 100 115M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.8M [2021-03-11T10:55:14.579Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-11T10:55:14.579Z] + sha256sum -c sha256 [2021-03-11T10:55:14.579Z] + grep OK [2021-03-11T10:55:15.146Z] Removing intermediate container c7d7b9c6099d [2021-03-11T10:55:15.146Z] ---> b56b0e4e5924 [2021-03-11T10:55:15.146Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:55:15.146Z] Removing intermediate container 5765c0fb2aa4 [2021-03-11T10:55:15.146Z] ---> e09bfe1bffd0 [2021-03-11T10:55:15.146Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:55:15.146Z] ---> 2919e603f359 [2021-03-11T10:55:15.146Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T10:55:15.146Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-11T10:55:15.146Z] + mkdir -p /root/stage/go1.15 [2021-03-11T10:55:15.146Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-11T10:55:15.418Z] Removing intermediate container cb1f384ff82d [2021-03-11T10:55:15.418Z] ---> 6a298d33e28d [2021-03-11T10:55:15.418Z] [2021-03-11T10:55:16.409Z] Successfully built 6a298d33e28d [2021-03-11T10:55:16.685Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T10:55:16.685Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-11T10:55:16.685Z] ---> a38868154466 [2021-03-11T10:55:16.685Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T10:55:16.978Z] ---> bf9282b78a9c [2021-03-11T10:55:16.978Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T10:55:16.978Z] ---> 930fc886ce15 [2021-03-11T10:55:16.978Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T10:55:17.963Z] Removing intermediate container de884f86dd6b [2021-03-11T10:55:17.963Z] ---> 73fe9a42feda [2021-03-11T10:55:17.963Z] [2021-03-11T10:55:17.963Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:55:17.963Z] ---> d10569e2745f [2021-03-11T10:55:17.963Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T10:55:18.444Z] Staging go115 [2021-03-11T10:55:18.444Z] + snapcraftctl stage [2021-03-11T10:55:18.618Z] ---> Running in 4ecab5d6e4e6 [2021-03-11T10:55:19.221Z] ---> 1619ed3e2c23 [2021-03-11T10:55:19.221Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T10:55:19.818Z] ---> 577d203a74ff [2021-03-11T10:55:19.818Z] ---> 71dda01d0712 [2021-03-11T10:55:19.818Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T10:55:19.818Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T10:55:19.818Z] ---> Running in c54799e4a3b1 [2021-03-11T10:55:19.818Z] Removing intermediate container 4ecab5d6e4e6 [2021-03-11T10:55:19.818Z] ---> 4cecff367f9e [2021-03-11T10:55:19.818Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T10:55:20.419Z] ---> Running in a08076f4d979 [2021-03-11T10:55:20.698Z] Removing intermediate container c54799e4a3b1 [2021-03-11T10:55:20.698Z] ---> 377878567f9c [2021-03-11T10:55:20.698Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:55:21.676Z] ---> Running in e45e40d60df5 [2021-03-11T10:55:21.676Z] ---> c7db62127eaa [2021-03-11T10:55:21.676Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T10:55:22.276Z] ---> dcf526d1ccf0 [2021-03-11T10:55:22.276Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T10:55:22.276Z] Removing intermediate container a08076f4d979 [2021-03-11T10:55:22.276Z] ---> 07d45352c11f [2021-03-11T10:55:22.276Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T10:55:22.547Z] Removing intermediate container e45e40d60df5 [2021-03-11T10:55:22.547Z] ---> 223f454e7a47 [2021-03-11T10:55:22.547Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T10:55:22.824Z] ---> Running in d53d1fcbd098 [2021-03-11T10:55:22.824Z] ---> Running in 28686995e736 [2021-03-11T10:55:22.824Z] ---> Running in 4ed8563e2ebc [2021-03-11T10:55:23.105Z] ---> 513f3c3876b0 [2021-03-11T10:55:23.105Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T10:55:23.382Z] Removing intermediate container 28686995e736 [2021-03-11T10:55:23.382Z] ---> b7809d79db43 [2021-03-11T10:55:23.382Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:55:23.382Z] Removing intermediate container d53d1fcbd098 [2021-03-11T10:55:23.382Z] ---> deaef31adfb0 [2021-03-11T10:55:23.382Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:55:23.657Z] Removing intermediate container 4ed8563e2ebc [2021-03-11T10:55:23.657Z] ---> e1691f7807b4 [2021-03-11T10:55:23.657Z] Step 21/22 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:55:23.657Z] ---> Running in 2530d582d87a [2021-03-11T10:55:23.657Z] ---> Running in 792d93cdec52 [2021-03-11T10:55:23.932Z] ---> Running in 6354376b4643 [2021-03-11T10:55:23.932Z] ---> 1ada605736fc [2021-03-11T10:55:23.932Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T10:55:24.913Z] ---> Running in dd0da30a27e3 [2021-03-11T10:55:24.913Z] Removing intermediate container 792d93cdec52 [2021-03-11T10:55:24.913Z] ---> c16d8598e0c2 [2021-03-11T10:55:24.913Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T10:55:24.913Z] Removing intermediate container 6354376b4643 [2021-03-11T10:55:24.913Z] ---> 54bd5190643d [2021-03-11T10:55:24.913Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T10:55:25.027Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T10:55:25.027Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T10:55:25.027Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T10:55:25.027Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T10:55:25.027Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T10:55:25.027Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T10:55:25.027Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T10:55:25.027Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T10:55:25.027Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T10:55:25.027Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T10:55:25.027Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T10:55:25.027Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T10:55:25.027Z] Pulling edgex-go [2021-03-11T10:55:25.027Z] + snapcraftctl pull [2021-03-11T10:55:25.189Z] ---> Running in 44a01c416892 [2021-03-11T10:55:25.462Z] ---> Running in cadf4834fcd4 [2021-03-11T10:55:25.742Z] Removing intermediate container dd0da30a27e3 [2021-03-11T10:55:25.742Z] ---> 2c2549f7b9cc [2021-03-11T10:55:25.742Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T10:55:25.971Z] Pulling version [2021-03-11T10:55:25.971Z] + cd /root/project [2021-03-11T10:55:25.971Z] + [ -f VERSION ] [2021-03-11T10:55:25.971Z] + PROJECT_VERSION=local-dev [2021-03-11T10:55:25.971Z] + git rev-parse --short HEAD [2021-03-11T10:55:25.971Z] + GIT_REVISION=dd4dc930 [2021-03-11T10:55:25.971Z] + snapcraftctl set-version local-dev [2021-03-11T10:55:26.021Z] Removing intermediate container 44a01c416892 [2021-03-11T10:55:26.021Z] ---> dd6145c22f94 [2021-03-11T10:55:26.021Z] Step 21/22 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:55:26.628Z] Removing intermediate container cadf4834fcd4 [2021-03-11T10:55:26.628Z] ---> 80aabfbf7773 [2021-03-11T10:55:26.628Z] [2021-03-11T10:55:26.901Z] ---> Running in e3672e400126 [2021-03-11T10:55:26.912Z] Building config-common [2021-03-11T10:55:26.912Z] + snapcraftctl build [2021-03-11T10:55:27.177Z] Successfully built 80aabfbf7773 [2021-03-11T10:55:27.467Z] ---> 1a1a5d45d5f2 [2021-03-11T10:55:27.467Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T10:55:27.467Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T10:55:27.467Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-11T10:55:27.764Z] Removing intermediate container e3672e400126 [2021-03-11T10:55:27.764Z] ---> edf5cbf87b8b [2021-03-11T10:55:27.764Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T10:55:27.764Z] Removing intermediate container 2530d582d87a [2021-03-11T10:55:27.764Z] ---> 821e70265d2a [2021-03-11T10:55:27.764Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T10:55:27.764Z] ---> Running in 391d5a50d05b [2021-03-11T10:55:28.042Z] ---> Running in 0e005bdcc71f [2021-03-11T10:55:28.042Z] ---> Running in 65859a538ac0 [2021-03-11T10:55:28.824Z] Skipping build go-build-helper (already ran) [2021-03-11T10:55:28.824Z] Skipping build static-packages (already ran) [2021-03-11T10:55:28.824Z] Skipping build go115 (already ran) [2021-03-11T10:55:29.085Z] Building edgex-go [2021-03-11T10:55:29.346Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-11T10:55:29.346Z] + cd /root/parts/edgex-go/src [2021-03-11T10:55:29.346Z] + make build [2021-03-11T10:55:29.346Z] 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-03-11T10:55:29.482Z] Removing intermediate container 0e005bdcc71f [2021-03-11T10:55:29.482Z] ---> 8196ae797db9 [2021-03-11T10:55:29.482Z] [2021-03-11T10:55:30.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:55:30.085Z] Successfully built 8196ae797db9 [2021-03-11T10:55:30.085Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T10:55:30.085Z] Building docker-core-metadata-go [2021-03-11T10:55:30.679Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:55:31.260Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-11T10:55:31.260Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T10:55:31.260Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-11T10:55:31.260Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-11T10:55:31.260Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T10:55:31.260Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T10:55:31.260Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T10:55:31.260Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-11T10:55:31.260Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T10:55:31.260Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T10:55:31.260Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T10:55:31.260Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T10:55:31.260Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T10:55:31.260Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T10:55:31.260Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T10:55:31.260Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T10:55:31.260Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T10:55:31.260Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T10:55:31.260Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T10:55:31.260Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T10:55:31.260Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T10:55:31.260Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T10:55:31.260Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T10:55:31.260Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T10:55:31.260Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T10:55:31.521Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T10:55:31.521Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T10:55:31.521Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T10:55:31.521Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T10:55:31.521Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T10:55:31.521Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T10:55:31.664Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T10:55:31.664Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T10:55:31.664Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T10:55:31.664Z] Removing intermediate container 391d5a50d05b [2021-03-11T10:55:31.664Z] ---> 9624ad4e5aeb [2021-03-11T10:55:31.664Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T10:55:31.782Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T10:55:31.782Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T10:55:31.782Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T10:55:31.782Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T10:55:31.938Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T10:55:32.044Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T10:55:32.215Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T10:55:32.215Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T10:55:32.215Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:55:32.215Z] OK: 8 MiB in 20 packages [2021-03-11T10:55:33.207Z] ---> Running in f07edcff3171 [2021-03-11T10:55:34.713Z] Removing intermediate container f07edcff3171 [2021-03-11T10:55:34.713Z] ---> ac54abdddbec [2021-03-11T10:55:34.713Z] Step 28/31 : CMD ["gate"] [2021-03-11T10:55:35.338Z] Removing intermediate container 65859a538ac0 [2021-03-11T10:55:35.338Z] ---> 3d4a14360ec8 [2021-03-11T10:55:35.338Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:55:35.936Z] ---> Running in 9d00827eb27a [2021-03-11T10:55:36.532Z] ---> c314050a2631 [2021-03-11T10:55:36.532Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T10:55:36.808Z] Removing intermediate container 9d00827eb27a [2021-03-11T10:55:36.808Z] ---> 216fb14862cb [2021-03-11T10:55:36.808Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T10:55:37.791Z] ---> Running in 047a1398830c [2021-03-11T10:55:38.388Z] ---> 385063da1edd [2021-03-11T10:55:38.388Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T10:55:38.627Z] 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-03-11T10:55:38.627Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T10:55:38.663Z] Removing intermediate container 047a1398830c [2021-03-11T10:55:38.663Z] ---> d020fc14a94a [2021-03-11T10:55:38.663Z] Step 30/31 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:55:39.265Z] ---> Running in e7cdfa3ccae2 [2021-03-11T10:55:39.540Z] ---> dac6f5ad0fc0 [2021-03-11T10:55:39.540Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T10:55:40.134Z] ---> Running in 28e7541ee619 [2021-03-11T10:55:40.134Z] Removing intermediate container e7cdfa3ccae2 [2021-03-11T10:55:40.134Z] ---> cca26f3e1a3a [2021-03-11T10:55:40.134Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T10:55:41.129Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:55:41.129Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:55:41.129Z] ---> 62168545c94a [2021-03-11T10:55:41.129Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T10:55:41.129Z] ---> Using cache [2021-03-11T10:55:41.129Z] ---> f6f0cddd24fb [2021-03-11T10:55:41.129Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:55:41.129Z] ---> Using cache [2021-03-11T10:55:41.129Z] ---> 91c0e4bb2559 [2021-03-11T10:55:41.129Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T10:55:41.727Z] Removing intermediate container 28e7541ee619 [2021-03-11T10:55:41.728Z] ---> 388fb7273ffd [2021-03-11T10:55:41.728Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:55:41.728Z] ---> Running in 26bad77c0751 [2021-03-11T10:55:42.323Z] ---> Running in b1089626d88c [2021-03-11T10:55:42.323Z] ---> Running in c886f7ef45d3 [2021-03-11T10:55:42.598Z] Removing intermediate container 26bad77c0751 [2021-03-11T10:55:42.598Z] ---> 15a0c9e27d45 [2021-03-11T10:55:42.598Z] [2021-03-11T10:55:42.828Z] 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-03-11T10:55:43.191Z] Successfully built 15a0c9e27d45 [2021-03-11T10:55:43.192Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T10:55:43.192Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-11T10:55:43.192Z] Removing intermediate container c886f7ef45d3 [2021-03-11T10:55:43.192Z] ---> cc09f9f629cb [2021-03-11T10:55:43.192Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T10:55:43.465Z] ---> Running in 397ef9eb77f8 [2021-03-11T10:55:43.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:55:44.060Z] Removing intermediate container 397ef9eb77f8 [2021-03-11T10:55:44.060Z] ---> eda3772de4aa [2021-03-11T10:55:44.060Z] Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:55:44.060Z] ---> Running in 36130fa5c8c8 [2021-03-11T10:55:44.210Z] 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-03-11T10:55:44.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:55:44.611Z] Removing intermediate container 36130fa5c8c8 [2021-03-11T10:55:44.611Z] ---> 4b216391ae9d [2021-03-11T10:55:44.611Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:55:44.886Z] ---> Running in aa7b641d57a0 [2021-03-11T10:55:45.152Z] 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-03-11T10:55:45.176Z] OK: 217 MiB in 51 packages [2021-03-11T10:55:45.449Z] Removing intermediate container aa7b641d57a0 [2021-03-11T10:55:45.449Z] ---> 1e50f86183fc [2021-03-11T10:55:45.449Z] [2021-03-11T10:55:45.723Z] 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-03-11T10:55:45.723Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T10:55:45.985Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T10:55:45.985Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T10:55:45.985Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T10:55:46.047Z] Successfully built 1e50f86183fc [2021-03-11T10:55:46.047Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T10:55:47.030Z]  Building docker-core-data-go ... done Removing intermediate container b1089626d88c [2021-03-11T10:55:47.030Z] ---> 0eaf4dcda0f5 [2021-03-11T10:55:47.030Z] Step 6/26 : COPY go.mod . [2021-03-11T10:55:47.894Z] 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-03-11T10:55:47.895Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T10:55:47.895Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T10:55:48.008Z] ---> 0ff40ce2e5ca [2021-03-11T10:55:48.008Z] Step 7/26 : RUN go mod download [2021-03-11T10:55:48.282Z] ---> Running in abaff0685767 [2021-03-11T10:55:48.835Z] 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-03-11T10:55:49.776Z] 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-03-11T10:55:49.776Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T10:55:51.159Z] 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-03-11T10:55:52.100Z] 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-03-11T10:55:52.100Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T10:55:52.597Z] Removing intermediate container abaff0685767 [2021-03-11T10:55:52.597Z] ---> b4fd4449d0fc [2021-03-11T10:55:52.597Z] Step 8/26 : COPY . . [2021-03-11T10:55:53.040Z] 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-03-11T10:55:53.040Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-11T10:55:54.955Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T10:55:54.955Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T10:55:54.955Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T10:55:54.955Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T10:55:54.955Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T10:55:54.955Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T10:55:54.955Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T10:55:54.955Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T10:55:54.955Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T10:55:54.955Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T10:55:54.955Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-11T10:55:56.340Z] Building version [2021-03-11T10:55:56.340Z] + snapcraftctl build [2021-03-11T10:55:58.892Z] Staging config-common [2021-03-11T10:55:58.892Z] + snapcraftctl stage [2021-03-11T10:55:59.466Z] Skipping stage go-build-helper (already ran) [2021-03-11T10:55:59.466Z] Skipping stage static-packages (already ran) [2021-03-11T10:55:59.466Z] Skipping stage go115 (already ran) [2021-03-11T10:55:59.466Z] Staging edgex-go [2021-03-11T10:55:59.466Z] + snapcraftctl stage [2021-03-11T10:56:00.408Z] Staging version [2021-03-11T10:56:00.408Z] + snapcraftctl stage [2021-03-11T10:56:01.351Z] Priming config-common [2021-03-11T10:56:01.351Z] + snapcraftctl prime [2021-03-11T10:56:02.296Z] Priming go-build-helper [2021-03-11T10:56:02.297Z] + snapcraftctl prime [2021-03-11T10:56:03.238Z] Priming static-packages [2021-03-11T10:56:03.238Z] + snapcraftctl prime [2021-03-11T10:56:05.787Z] Priming go115 [2021-03-11T10:56:05.787Z] + snapcraftctl prime [2021-03-11T10:56:06.358Z] Priming edgex-go [2021-03-11T10:56:06.358Z] + snapcraftctl prime [2021-03-11T10:56:07.704Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:56:07.705Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:56:07.705Z] ---> 62168545c94a [2021-03-11T10:56:07.705Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T10:56:07.705Z] ---> Using cache [2021-03-11T10:56:07.705Z] ---> f6f0cddd24fb [2021-03-11T10:56:07.705Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:56:07.705Z] ---> Using cache [2021-03-11T10:56:07.705Z] ---> 91c0e4bb2559 [2021-03-11T10:56:07.705Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T10:56:07.705Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:56:07.705Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:56:07.705Z] ---> 62168545c94a [2021-03-11T10:56:07.705Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:56:07.705Z] ---> Using cache [2021-03-11T10:56:07.705Z] ---> f6f0cddd24fb [2021-03-11T10:56:07.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:56:07.705Z] ---> Using cache [2021-03-11T10:56:07.705Z] ---> 91c0e4bb2559 [2021-03-11T10:56:07.705Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T10:56:07.740Z] Priming version [2021-03-11T10:56:07.740Z] + snapcraftctl prime [2021-03-11T10:56:08.682Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T10:56:12.023Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:56:12.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:56:12.023Z] ---> 62168545c94a [2021-03-11T10:56:12.023Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:56:12.023Z] ---> Using cache [2021-03-11T10:56:12.023Z] ---> f6f0cddd24fb [2021-03-11T10:56:12.023Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:56:12.023Z] ---> Using cache [2021-03-11T10:56:12.023Z] ---> 91c0e4bb2559 [2021-03-11T10:56:12.023Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T10:56:12.298Z] ---> Running in b5133345b95d [2021-03-11T10:56:12.298Z] ---> Running in 12ea44950513 [2021-03-11T10:56:12.298Z] ---> Running in d64d8e29a049 [2021-03-11T10:56:12.298Z] ---> 07866f58aaf5 [2021-03-11T10:56:12.298Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T10:56:12.574Z] ---> Running in a040930e1300 [2021-03-11T10:56:14.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:56:14.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:56:14.564Z] 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-03-11T10:56:14.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:56:14.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:56:15.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:56:15.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:56:15.712Z] OK: 217 MiB in 51 packages [2021-03-11T10:56:15.712Z] OK: 217 MiB in 51 packages [2021-03-11T10:56:15.988Z] OK: 217 MiB in 51 packages [2021-03-11T10:56:18.260Z] Removing intermediate container 12ea44950513 [2021-03-11T10:56:18.260Z] ---> 565a7897a74e [2021-03-11T10:56:18.260Z] Step 6/24 : COPY go.mod . [2021-03-11T10:56:18.260Z] Removing intermediate container b5133345b95d [2021-03-11T10:56:18.260Z] ---> 6947816526dc [2021-03-11T10:56:18.260Z] Step 6/23 : COPY go.mod . [2021-03-11T10:56:18.570Z] Removing intermediate container d64d8e29a049 [2021-03-11T10:56:18.570Z] ---> a4daa1d17055 [2021-03-11T10:56:18.570Z] Step 6/23 : COPY go.mod . [2021-03-11T10:56:19.572Z] ---> f07622035d60 [2021-03-11T10:56:19.572Z] Step 7/24 : RUN go mod download [2021-03-11T10:56:19.844Z] ---> Running in ec47d7834879 [2021-03-11T10:56:19.844Z] ---> e104cb36f7cd [2021-03-11T10:56:19.844Z] Step 7/23 : RUN go mod download [2021-03-11T10:56:20.124Z] ---> Running in 25f37a101ce1 [2021-03-11T10:56:20.406Z] ---> 65a1ad68356d [2021-03-11T10:56:20.406Z] Step 7/23 : RUN go mod download [2021-03-11T10:56:20.691Z] ---> Running in a7af258fbd4c [2021-03-11T10:56:25.048Z] Removing intermediate container ec47d7834879 [2021-03-11T10:56:25.048Z] ---> c844c639fffe [2021-03-11T10:56:25.048Z] Step 8/24 : COPY . . [2021-03-11T10:56:25.656Z] Removing intermediate container 25f37a101ce1 [2021-03-11T10:56:25.656Z] ---> 26aec2c409ea [2021-03-11T10:56:25.656Z] Step 8/23 : COPY . . [2021-03-11T10:56:26.296Z] Removing intermediate container a7af258fbd4c [2021-03-11T10:56:26.296Z] ---> f9684c7fb670 [2021-03-11T10:56:26.296Z] Step 8/23 : COPY . . [2021-03-11T10:56:58.660Z] ---> 88db90760108 [2021-03-11T10:56:58.660Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T10:56:58.660Z] ---> 4ea6abf99a3a [2021-03-11T10:56:58.660Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T10:56:58.660Z] ---> 02dc1c69d156 [2021-03-11T10:56:58.660Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T10:56:58.660Z] ---> Running in 628dadc521c9 [2021-03-11T10:56:58.660Z] ---> Running in 0c5e098b4830 [2021-03-11T10:56:58.660Z] ---> Running in 9657799e84c9 [2021-03-11T10:56:59.660Z] Removing intermediate container a040930e1300 [2021-03-11T10:56:59.660Z] ---> ea4a9d1fefea [2021-03-11T10:56:59.660Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T10:56:59.660Z] 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-03-11T10:56:59.660Z] 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-03-11T10:56:59.660Z] ---> Running in d2d47bbada3b [2021-03-11T10:56:59.936Z] 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-03-11T10:57:01.379Z] 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-03-11T10:57:06.827Z] Removing intermediate container d2d47bbada3b [2021-03-11T10:57:06.827Z] ---> edadd5ba34e4 [2021-03-11T10:57:06.827Z] [2021-03-11T10:57:06.827Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T10:57:06.827Z] 20.10.0: Pulling from library/docker [2021-03-11T10:57:21.935Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T10:57:21.935Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T10:57:21.935Z] ---> eeaf43b92773 [2021-03-11T10:57:21.935Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T10:57:21.935Z] ---> Running in 66a68da73a8a [2021-03-11T10:57:23.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:57:23.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:57:24.632Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T10:57:24.632Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T10:57:24.632Z] Executing bash-5.0.17-r0.post-install [2021-03-11T10:57:24.632Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:57:24.632Z] OK: 12 MiB in 22 packages [2021-03-11T10:57:26.627Z] Removing intermediate container 66a68da73a8a [2021-03-11T10:57:26.627Z] ---> 3361c69ababf [2021-03-11T10:57:26.627Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T10:57:26.911Z] ---> Running in fa970b59239f [2021-03-11T10:57:27.509Z] Removing intermediate container fa970b59239f [2021-03-11T10:57:27.510Z] ---> ca6675c26014 [2021-03-11T10:57:27.510Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T10:57:27.788Z] ---> Running in 8b335b4fd63b [2021-03-11T10:57:28.776Z] Removing intermediate container 8b335b4fd63b [2021-03-11T10:57:28.776Z] ---> f8d24900b948 [2021-03-11T10:57:28.776Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T10:57:29.050Z] ---> Running in 2f06dd6839a2 [2021-03-11T10:57:29.653Z] Removing intermediate container 2f06dd6839a2 [2021-03-11T10:57:29.653Z] ---> 576dc40c4a3c [2021-03-11T10:57:29.653Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T10:57:31.111Z] ---> b6510545993c [2021-03-11T10:57:31.111Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T10:57:32.560Z] ---> 2d9c470004bf [2021-03-11T10:57:32.560Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T10:57:33.556Z] ---> 7a772f931606 [2021-03-11T10:57:33.556Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T10:57:33.850Z] ---> Running in 3f2bc59f1994 [2021-03-11T10:57:35.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:57:35.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:57:36.438Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T10:57:36.438Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T10:57:36.438Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T10:57:36.438Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T10:57:36.438Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T10:57:36.438Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T10:57:36.438Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T10:57:38.424Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T10:57:38.424Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T10:57:38.424Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T10:57:38.424Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T10:57:38.424Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T10:57:38.424Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T10:57:38.424Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T10:57:38.424Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T10:57:38.424Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T10:57:38.424Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T10:57:38.703Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T10:57:38.703Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T10:57:38.703Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T10:57:38.703Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T10:57:38.703Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T10:57:38.703Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T10:57:38.703Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T10:57:38.703Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T10:57:38.703Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T10:57:38.703Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T10:57:38.703Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T10:57:38.703Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T10:57:38.703Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T10:57:38.703Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T10:57:38.703Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T10:57:38.703Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T10:57:38.981Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:57:38.981Z] OK: 71 MiB in 55 packages [2021-03-11T10:57:49.204Z] Removing intermediate container 3f2bc59f1994 [2021-03-11T10:57:49.204Z] ---> 88bd04e99f56 [2021-03-11T10:57:49.204Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T10:57:49.204Z] ---> Running in b22304312842 [2021-03-11T10:57:55.936Z] Collecting docker-compose==1.23.2 [2021-03-11T10:57:55.936Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T10:57:55.936Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T10:57:55.936Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T10:57:58.574Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T10:57:58.574Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T10:57:59.179Z] Collecting PyYAML<4,>=3.10 [2021-03-11T10:57:59.179Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T10:58:03.527Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T10:58:03.527Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T10:58:05.533Z] 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-03-11T10:58:06.138Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T10:58:06.138Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T10:58:07.132Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T10:58:07.132Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T10:58:07.737Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T10:58:07.737Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T10:58:08.049Z] 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-03-11T10:58:08.601Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T10:58:08.602Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T10:58:12.985Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T10:58:12.985Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T10:58:13.586Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T10:58:13.587Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T10:58:13.861Z] Collecting idna<2.8,>=2.5 [2021-03-11T10:58:13.861Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T10:58:14.846Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T10:58:14.846Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T10:58:14.846Z] 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-03-11T10:58:14.846Z] 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-03-11T10:58:15.119Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T10:58:15.119Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T10:58:15.119Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T10:58:15.119Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T10:58:16.101Z] Installing collected packages: dockerpty, cached-property, PyYAML, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, docopt, docker-compose [2021-03-11T10:58:16.101Z] Running setup.py install for dockerpty: started [2021-03-11T10:58:18.098Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T10:58:18.098Z] Running setup.py install for PyYAML: started [2021-03-11T10:58:21.530Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T10:58:21.530Z] Running setup.py install for texttable: started [2021-03-11T10:58:23.555Z] Removing intermediate container 628dadc521c9 [2021-03-11T10:58:23.555Z] ---> d40b40093198 [2021-03-11T10:58:23.555Z] [2021-03-11T10:58:23.555Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T10:58:23.555Z] ---> d10569e2745f [2021-03-11T10:58:23.555Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T10:58:23.555Z] ---> Running in 337e51ae8e51 [2021-03-11T10:58:23.834Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T10:58:24.119Z] Attempting uninstall: idna [2021-03-11T10:58:24.397Z] Found existing installation: idna 2.9 [2021-03-11T10:58:24.397Z] Uninstalling idna-2.9: [2021-03-11T10:58:24.397Z] Successfully uninstalled idna-2.9 [2021-03-11T10:58:25.019Z] Attempting uninstall: urllib3 [2021-03-11T10:58:25.019Z] Found existing installation: urllib3 1.25.9 [2021-03-11T10:58:25.019Z] Uninstalling urllib3-1.25.9: [2021-03-11T10:58:25.311Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T10:58:25.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:58:25.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:58:25.877Z] Attempting uninstall: requests [2021-03-11T10:58:25.877Z] Found existing installation: requests 2.23.0 [2021-03-11T10:58:25.877Z] Uninstalling requests-2.23.0: [2021-03-11T10:58:26.156Z] Successfully uninstalled requests-2.23.0 [2021-03-11T10:58:26.438Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T10:58:26.438Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:58:26.438Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T10:58:26.722Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T10:58:26.722Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T10:58:26.722Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:58:26.722Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:58:27.008Z] OK: 7 MiB in 19 packages [2021-03-11T10:58:28.023Z] Running setup.py install for docopt: started [2021-03-11T10:58:29.478Z] Removing intermediate container 337e51ae8e51 [2021-03-11T10:58:29.478Z] ---> 402da1158d64 [2021-03-11T10:58:29.478Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T10:58:29.478Z] ---> Running in 983778e863f4 [2021-03-11T10:58:30.083Z] Removing intermediate container 983778e863f4 [2021-03-11T10:58:30.083Z] ---> 3fd4b902f8c6 [2021-03-11T10:58:30.083Z] Step 13/24 : WORKDIR / [2021-03-11T10:58:30.083Z] ---> Running in 36cf95ba3308 [2021-03-11T10:58:30.677Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T10:58:30.957Z] Removing intermediate container 36cf95ba3308 [2021-03-11T10:58:30.957Z] ---> 3c0322638156 [2021-03-11T10:58:30.957Z] 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-03-11T10:58:31.956Z] 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.58.0 [2021-03-11T10:58:32.236Z] ---> 8c41d8dc91da [2021-03-11T10:58:32.236Z] 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-03-11T10:58:34.251Z] ---> 477d84d2c840 [2021-03-11T10:58:34.251Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T10:58:34.251Z] Removing intermediate container 0c5e098b4830 [2021-03-11T10:58:34.251Z] ---> dd208bd4b188 [2021-03-11T10:58:34.251Z] [2021-03-11T10:58:34.251Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:58:34.251Z] ---> d10569e2745f [2021-03-11T10:58:34.251Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:58:34.251Z] ---> Using cache [2021-03-11T10:58:34.251Z] ---> 2cb4ef54471d [2021-03-11T10:58:34.251Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:58:34.251Z] ---> Using cache [2021-03-11T10:58:34.251Z] ---> 7d7a6345ba3e [2021-03-11T10:58:34.251Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T10:58:34.525Z] ---> Running in de801fd2828f [2021-03-11T10:58:34.801Z] ---> 192f9fffcfaf [2021-03-11T10:58:34.801Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T10:58:35.080Z] Removing intermediate container de801fd2828f [2021-03-11T10:58:35.080Z] ---> 2d6422ff3698 [2021-03-11T10:58:35.080Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T10:58:35.357Z] ---> Running in a33cdeae9e25 [2021-03-11T10:58:35.967Z] Removing intermediate container a33cdeae9e25 [2021-03-11T10:58:35.967Z] ---> 4d0b3512df05 [2021-03-11T10:58:35.967Z] Step 15/23 : WORKDIR / [2021-03-11T10:58:36.240Z] ---> Running in 12a01a2ce2dc [2021-03-11T10:58:36.840Z] ---> 994862b20938 [2021-03-11T10:58:36.840Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T10:58:36.840Z] Removing intermediate container b22304312842 [2021-03-11T10:58:36.840Z] ---> 7ed88be20122 [2021-03-11T10:58:36.840Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T10:58:37.117Z] Removing intermediate container 12a01a2ce2dc [2021-03-11T10:58:37.117Z] ---> 201ba43b70aa [2021-03-11T10:58:37.117Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:58:37.117Z] ---> Running in 5c123c445646 [2021-03-11T10:58:38.560Z] ---> 2b836c0f4d41 [2021-03-11T10:58:38.560Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T10:58:38.832Z] ---> 087e9b7eb3ae [2021-03-11T10:58:38.832Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T10:58:38.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T10:58:39.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T10:58:39.708Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:58:39.708Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T10:58:39.708Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T10:58:39.708Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:58:39.708Z] OK: 71 MiB in 58 packages [2021-03-11T10:58:39.978Z] ---> 087b2df0535c [2021-03-11T10:58:39.978Z] 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-03-11T10:58:40.248Z] ---> Running in 942261c4eff6 [2021-03-11T10:58:40.248Z] ---> 3c658bacfab8 [2021-03-11T10:58:40.248Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T10:58:41.684Z] ---> 2ce7f1bd29c2 [2021-03-11T10:58:41.684Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T10:58:41.684Z] Removing intermediate container 5c123c445646 [2021-03-11T10:58:41.684Z] ---> 39a3396e6233 [2021-03-11T10:58:41.684Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T10:58:41.957Z] ---> Running in 85f6f45b5d40 [2021-03-11T10:58:41.957Z] ---> Running in 0a5f8824cfd5 [2021-03-11T10:58:42.233Z] Removing intermediate container 9657799e84c9 [2021-03-11T10:58:42.233Z] ---> 0890cf0e9abe [2021-03-11T10:58:42.233Z] [2021-03-11T10:58:42.233Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:58:42.233Z] ---> d10569e2745f [2021-03-11T10:58:42.233Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:58:42.233Z] ---> Using cache [2021-03-11T10:58:42.233Z] ---> 2cb4ef54471d [2021-03-11T10:58:42.233Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:58:42.233Z] ---> Using cache [2021-03-11T10:58:42.233Z] ---> 7d7a6345ba3e [2021-03-11T10:58:42.233Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T10:58:42.506Z] Removing intermediate container 85f6f45b5d40 [2021-03-11T10:58:42.506Z] ---> 9871f6c515a7 [2021-03-11T10:58:42.506Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:58:42.780Z] ---> Running in b8e51536b32e [2021-03-11T10:58:42.780Z] ---> Running in 24a7013116a0 [2021-03-11T10:58:42.780Z] Removing intermediate container 0a5f8824cfd5 [2021-03-11T10:58:42.780Z] ---> 7cf35133ecfa [2021-03-11T10:58:42.780Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:58:43.051Z] ---> Running in bb05f1a527e7 [2021-03-11T10:58:43.324Z] Removing intermediate container b8e51536b32e [2021-03-11T10:58:43.324Z] ---> 34cafc138bab [2021-03-11T10:58:43.324Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T10:58:43.324Z] Removing intermediate container 24a7013116a0 [2021-03-11T10:58:43.324Z] ---> 6560f766d515 [2021-03-11T10:58:43.324Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T10:58:43.324Z] ---> Running in 32bf462592fa [2021-03-11T10:58:43.598Z] ---> Running in d85766cbf65b [2021-03-11T10:58:43.598Z] Removing intermediate container 942261c4eff6 [2021-03-11T10:58:43.598Z] ---> 28b885205f9b [2021-03-11T10:58:43.598Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T10:58:43.598Z] Removing intermediate container bb05f1a527e7 [2021-03-11T10:58:43.598Z] ---> 6e55357092df [2021-03-11T10:58:43.598Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T10:58:43.869Z] ---> Running in 9949de795e73 [2021-03-11T10:58:43.869Z] ---> Running in 8c24b78044b5 [2021-03-11T10:58:44.143Z] Removing intermediate container 32bf462592fa [2021-03-11T10:58:44.143Z] ---> 452f5135dd4f [2021-03-11T10:58:44.143Z] Step 15/23 : WORKDIR / [2021-03-11T10:58:44.143Z] Removing intermediate container d85766cbf65b [2021-03-11T10:58:44.143Z] ---> 0356324fbc9e [2021-03-11T10:58:44.143Z] Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:58:44.414Z] ---> Running in 1d21cf0a5367 [2021-03-11T10:58:44.414Z] ---> Running in 795442723f32 [2021-03-11T10:58:44.414Z] Removing intermediate container 9949de795e73 [2021-03-11T10:58:44.414Z] ---> a40ba4216ac2 [2021-03-11T10:58:44.414Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T10:58:44.414Z] Removing intermediate container 8c24b78044b5 [2021-03-11T10:58:44.414Z] ---> 341ecca7813f [2021-03-11T10:58:44.414Z] Step 25/26 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:58:44.414Z] ---> Running in d8eaa687ba67 [2021-03-11T10:58:44.688Z] ---> Running in d82f1fb9b9b8 [2021-03-11T10:58:44.965Z] Removing intermediate container 1d21cf0a5367 [2021-03-11T10:58:44.965Z] ---> 6d9a82d1792c [2021-03-11T10:58:44.965Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:58:44.965Z] Removing intermediate container 795442723f32 [2021-03-11T10:58:44.965Z] ---> def5073e62a2 [2021-03-11T10:58:44.965Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:58:45.246Z] Removing intermediate container d82f1fb9b9b8 [2021-03-11T10:58:45.246Z] ---> 803ba4b6c541 [2021-03-11T10:58:45.246Z] Step 26/26 : LABEL version=0.0.0Removing intermediate container d8eaa687ba67 [2021-03-11T10:58:45.246Z] ---> 165cc463deb0 [2021-03-11T10:58:45.246Z] Step 23/24 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:58:45.246Z] [2021-03-11T10:58:45.246Z] ---> Running in cb2de9c1ecc4 [2021-03-11T10:58:45.519Z] ---> Running in 20957040ae40 [2021-03-11T10:58:45.519Z] ---> Running in 99e4cf2062d0 [2021-03-11T10:58:45.800Z] ---> 42d776068e66 [2021-03-11T10:58:45.800Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T10:58:45.800Z] Removing intermediate container cb2de9c1ecc4 [2021-03-11T10:58:45.800Z] ---> fc1caf8aa998 [2021-03-11T10:58:45.800Z] [2021-03-11T10:58:46.075Z] Removing intermediate container 99e4cf2062d0 [2021-03-11T10:58:46.075Z] ---> 49026da61ac0 [2021-03-11T10:58:46.075Z] [2021-03-11T10:58:46.349Z] Removing intermediate container 20957040ae40 [2021-03-11T10:58:46.349Z] ---> 9d994b112c27 [2021-03-11T10:58:46.349Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T10:58:46.349Z] Successfully built fc1caf8aa998 [2021-03-11T10:58:46.620Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T10:58:46.620Z]  Building docker-core-command-go ... done  ---> Running in 4e354a96771e [2021-03-11T10:58:46.620Z] Successfully built 49026da61ac0 [2021-03-11T10:58:46.620Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T10:58:47.215Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4e354a96771e [2021-03-11T10:58:47.215Z] ---> 56380ba64795 [2021-03-11T10:58:47.215Z] [2021-03-11T10:58:47.485Z] ---> 5be9159e93ad [2021-03-11T10:58:47.485Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T10:58:47.485Z] Successfully built 56380ba64795 [2021-03-11T10:58:47.485Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T10:58:48.083Z]  Building docker-security-secretstore-setup-go ... done  ---> 4c43b300c707 [2021-03-11T10:58:48.083Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T10:58:48.083Z] ---> Running in 9385c8394af6 [2021-03-11T10:58:48.674Z] Removing intermediate container 9385c8394af6 [2021-03-11T10:58:48.674Z] ---> 4390fa28aee9 [2021-03-11T10:58:48.674Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:58:48.674Z] ---> Running in 728cdb8f02a5 [2021-03-11T10:58:49.266Z] Removing intermediate container 728cdb8f02a5 [2021-03-11T10:58:49.266Z] ---> ad996d9a668b [2021-03-11T10:58:49.266Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T10:58:49.266Z] ---> Running in d6a1ab05988e [2021-03-11T10:58:49.859Z] Removing intermediate container d6a1ab05988e [2021-03-11T10:58:49.859Z] ---> 37b7bd1f6e42 [2021-03-11T10:58:49.859Z] Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de [2021-03-11T10:58:49.859Z] ---> Running in 17dd1c076f69 [2021-03-11T10:58:50.455Z] Removing intermediate container 17dd1c076f69 [2021-03-11T10:58:50.455Z] ---> 57fffdc6eef0 [2021-03-11T10:58:50.455Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:58:50.455Z] ---> Running in 1f84a7c345a7 [2021-03-11T10:58:51.050Z] Removing intermediate container 1f84a7c345a7 [2021-03-11T10:58:51.050Z] ---> 97e5ca648f4c [2021-03-11T10:58:51.050Z] [2021-03-11T10:58:51.322Z] Successfully built 97e5ca648f4c [2021-03-11T10:58:51.322Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T10:58:51.608Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-03-11T10:58:51.613Z] $ docker stop --time=1 c696e69b1763fdee0ee78b1296639499bfdd1ab0ec333345aa5553581718ced9 [2021-03-11T10:58:53.553Z] $ docker rm -f c696e69b1763fdee0ee78b1296639499bfdd1ab0ec333345aa5553581718ced9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T10:58:54.324Z] + docker images [2021-03-11T10:58:54.324Z] + grep docker [2021-03-11T10:58:54.594Z] docker-core-metadata-go-arm64 latest 97e5ca648f4c 4 seconds ago 17.9MB [2021-03-11T10:58:54.594Z] docker-security-secretstore-setup-go-arm64 latest 56380ba64795 8 seconds ago 23.7MB [2021-03-11T10:58:54.594Z] docker-core-command-go-arm64 latest fc1caf8aa998 9 seconds ago 16.2MB [2021-03-11T10:58:54.594Z] docker-sys-mgmt-agent-go-arm64 latest 49026da61ac0 9 seconds ago 300MB [2021-03-11T10:58:54.594Z] docker-core-data-go-arm64 latest 1e50f86183fc 3 minutes ago 21.3MB [2021-03-11T10:58:54.594Z] docker-security-bootstrapper-go-arm64 latest 15a0c9e27d45 3 minutes ago 17.8MB [2021-03-11T10:58:54.594Z] docker-support-notifications-go-arm64 latest 8196ae797db9 3 minutes ago 16.9MB [2021-03-11T10:58:54.594Z] docker-support-scheduler-go-arm64 latest 80aabfbf7773 3 minutes ago 16.3MB [2021-03-11T10:58:54.594Z] docker-security-proxy-setup-go-arm64 latest 6a298d33e28d 3 minutes ago 23.4MB [2021-03-11T10:58:54.594Z] docker 20.10.0 eeaf43b92773 3 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:58:55.791Z] ---> job-cost.sh [2021-03-11T10:58:55.791Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NQCD [2021-03-11T10:59:34.828Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T11:01:11.599Z] lf-activate-venv(): INFO: Adding /tmp/venv-NQCD/bin to PATH [2021-03-11T11:01:11.599Z] INFO: No Stack... [2021-03-11T11:01:11.599Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T11:01:11.599Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T11:01:11.939Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-03-11T11:01:11.939Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T11:01:12.058Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-6-stack-cost] [2021-03-11T11:01:12.077Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3250-6-stack-cost] did not exist. Created. [2021-03-11T11:01:12.077Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T11:01:12.579Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T11:01:12.856Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T11:01:12.870Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-6-stack-cost] [Pipeline] // lock [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-03-11T11:01:14.737Z] provisioning config files... [2021-03-11T11:01:14.749Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6238029640748489910tmp [Pipeline] { [Pipeline] sh [2021-03-11T11:01:15.147Z] + set +x [2021-03-11T11:01:15.147Z] + curl -s https://codecov.io/bash [2021-03-11T11:01:15.147Z] + bash -s -- [2021-03-11T11:01:15.724Z] [2021-03-11T11:01:15.724Z] _____ _ [2021-03-11T11:01:15.724Z] / ____| | | [2021-03-11T11:01:15.724Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T11:01:15.724Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T11:01:15.724Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T11:01:15.724Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T11:01:15.724Z] Bash-20210309-2b87ace [2021-03-11T11:01:15.724Z] [2021-03-11T11:01:15.724Z] [2021-03-11T11:01:15.724Z] ==> git version 2.24.3 found [2021-03-11T11:01:15.724Z] ==> 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-03-11T11:01:15.724Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T11:01:15.724Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T11:01:15.724Z] ==> Jenkins CI detected. [2021-03-11T11:01:15.724Z] project root: . [2021-03-11T11:01:15.724Z] --> token set from env [2021-03-11T11:01:15.724Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T11:01:15.724Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T11:01:15.724Z] ==> Python coveragepy not found [2021-03-11T11:01:15.724Z] ==> Searching for coverage reports in: [2021-03-11T11:01:15.724Z] + . [2021-03-11T11:01:15.724Z] -> Found 1 reports [2021-03-11T11:01:15.724Z] ==> Detecting git/mercurial file structure [2021-03-11T11:01:15.724Z] ==> Reading reports [2021-03-11T11:01:15.724Z] + ./coverage.out bytes=628834 [2021-03-11T11:01:15.986Z] ==> Appending adjustments [2021-03-11T11:01:15.986Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T11:01:19.296Z] + Found adjustments [2021-03-11T11:01:19.296Z] ==> Gzipping contents [2021-03-11T11:01:19.296Z] 92K /tmp/codecov.3XcU1U.gz [2021-03-11T11:01:19.296Z] ==> Uploading reports [2021-03-11T11:01:19.296Z] url: https://codecov.io [2021-03-11T11:01:19.296Z] query: branch=PR-3250&commit=dd4dc9307d76383831dfef8fee5e9ba65f5c29de&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-11T11:01:19.296Z] -> Pinging Codecov [2021-03-11T11:01:19.296Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=dd4dc9307d76383831dfef8fee5e9ba65f5c29de&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-11T11:01:19.872Z] -> Uploading to [2021-03-11T11:01:19.872Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/dd4dc9307d76383831dfef8fee5e9ba65f5c29de/4bd546f7-d13e-4d1d-9b60-2f51e843a481.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T110119Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fe662cabd2637cb70c2737c0bcc5508aca8c18682e57980c0cff00fc015b9a12 [2021-03-11T11:01:19.872Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T11:01:19.872Z] Dload Upload Total Spent Left Speed [2021-03-11T11:01:20.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92841 0 0 100 92841 0 155k --:--:-- --:--:-- --:--:-- 155k [2021-03-11T11:01:20.449Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/dd4dc9307d76383831dfef8fee5e9ba65f5c29de [Pipeline] } [2021-03-11T11:01:20.460Z] 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] { (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-03-11T11:01:22.866Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T11:01:23.758Z] ---> package-listing.sh [2021-03-11T11:01:23.758Z] ++ facter osfamily [2021-03-11T11:01:23.758Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T11:01:23.758Z] + OS_FAMILY=redhat [2021-03-11T11:01:23.758Z] + workspace=/w/workspace/edgex-go/6 [2021-03-11T11:01:23.758Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T11:01:23.758Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T11:01:23.758Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T11:01:23.758Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T11:01:23.758Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-11T11:01:23.758Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T11:01:23.758Z] + case "${OS_FAMILY}" in [2021-03-11T11:01:23.758Z] + rpm -qa [2021-03-11T11:01:23.758Z] + sort [2021-03-11T11:01:29.073Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T11:01:29.073Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T11:01:29.073Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T11:01:29.073Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-11T11:01:29.073Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-03-11T11:01:29.073Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-03-11T11:01:29.088Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T11:01:29.387Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T11:01:29.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T11:01:29.700Z] [2021-03-11T11:01:29.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T11:01:30.324Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T11:01:30.324Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T11:01:30.324Z] df20fa9351a1: Pulling fs layer [2021-03-11T11:01:30.324Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T11:01:30.324Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T11:01:30.324Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T11:01:30.324Z] 93b61091891f: Pulling fs layer [2021-03-11T11:01:30.324Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T11:01:30.324Z] 5e14af77c1be: Pulling fs layer [2021-03-11T11:01:30.324Z] 01666e4c0597: Pulling fs layer [2021-03-11T11:01:30.324Z] aa168da1d23b: Pulling fs layer [2021-03-11T11:01:30.324Z] 46f8f816bc3b: Waiting [2021-03-11T11:01:30.324Z] 93b61091891f: Waiting [2021-03-11T11:01:30.324Z] 01666e4c0597: Waiting [2021-03-11T11:01:30.324Z] 93b9cdb0e59b: Waiting [2021-03-11T11:01:30.324Z] 5e14af77c1be: Waiting [2021-03-11T11:01:30.324Z] aa168da1d23b: Waiting [2021-03-11T11:01:30.324Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T11:01:30.324Z] 36b3adc4ff6f: Download complete [2021-03-11T11:01:30.590Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T11:01:30.590Z] 46f8f816bc3b: Download complete [2021-03-11T11:01:30.590Z] df20fa9351a1: Verifying Checksum [2021-03-11T11:01:30.590Z] df20fa9351a1: Download complete [2021-03-11T11:01:30.590Z] 93b9cdb0e59b: Download complete [2021-03-11T11:01:30.590Z] 93b61091891f: Verifying Checksum [2021-03-11T11:01:30.590Z] 93b61091891f: Download complete [2021-03-11T11:01:30.590Z] 5e14af77c1be: Verifying Checksum [2021-03-11T11:01:30.590Z] 5e14af77c1be: Download complete [2021-03-11T11:01:30.590Z] 01666e4c0597: Verifying Checksum [2021-03-11T11:01:30.590Z] 01666e4c0597: Download complete [2021-03-11T11:01:31.163Z] df20fa9351a1: Pull complete [2021-03-11T11:01:31.163Z] 36b3adc4ff6f: Pull complete [2021-03-11T11:01:31.426Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T11:01:31.426Z] 8ad3a11d3b57: Download complete [2021-03-11T11:01:32.378Z] 8ad3a11d3b57: Pull complete [2021-03-11T11:01:32.378Z] 46f8f816bc3b: Pull complete [2021-03-11T11:01:33.341Z] aa168da1d23b: Verifying Checksum [2021-03-11T11:01:33.341Z] aa168da1d23b: Download complete [2021-03-11T11:01:34.300Z] 93b61091891f: Pull complete [2021-03-11T11:01:34.563Z] 93b9cdb0e59b: Pull complete [2021-03-11T11:01:34.563Z] 5e14af77c1be: Pull complete [2021-03-11T11:01:34.827Z] 01666e4c0597: Pull complete [2021-03-11T11:01:43.179Z] aa168da1d23b: Pull complete [2021-03-11T11:01:43.179Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T11:01:43.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T11:01:43.179Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T11:01:43.395Z] prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container [2021-03-11T11:01:43.450Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T11:01:47.622Z] $ docker top df4bda4953a88bd2d96a3a26a68f985ae1be373af754ca1dd5a4e08008d91a0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T11:01:48.209Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T11:01:48.514Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T11:01:48.843Z] + ls /var/log/sa-host [2021-03-11T11:01:48.843Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T11:01:48.843Z] file_magic: OK [2021-03-11T11:01:48.843Z] HZ: Using current value: 100 [2021-03-11T11:01:48.843Z] file_header: OK [2021-03-11T11:01:48.843Z] 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-03-11T11:01:48.843Z] Statistics: [2021-03-11T11:01:48.843Z] 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-03-11T11:01:48.843Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T11:01:48.843Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T11:01:48.843Z] file_magic: OK [2021-03-11T11:01:48.843Z] HZ: Using current value: 100 [2021-03-11T11:01:48.843Z] file_header: OK [2021-03-11T11:01:48.843Z] 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-03-11T11:01:48.843Z] Statistics: [2021-03-11T11:01:48.843Z] Hnuu...uuuununununu... [2021-03-11T11:01:48.843Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T11:01:49.078Z] provisioning config files... [2021-03-11T11:01:49.099Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config177892400425558116tmp [Pipeline] { [Pipeline] echo [2021-03-11T11:01:49.182Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T11:01:49.484Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T11:01:49.493Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T11:01:49.599Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T11:01:49.899Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T11:01:49.913Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T11:01:50.216Z] ---> sudo-logs.sh [2021-03-11T11:01:50.216Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T11:01:50.303Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T11:01:50.603Z] ---> job-cost.sh [2021-03-11T11:01:50.603Z] lf-activate-venv: SKIPPING [2021-03-11T11:01:50.603Z] DEBUG: total: 0.20999999344348907 [2021-03-11T11:01:50.603Z] INFO: Retrieving Stack Cost... [2021-03-11T11:01:51.549Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T11:01:52.125Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T11:01:52.139Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T11:01:52.437Z] ---> logs-deploy.sh [2021-03-11T11:01:52.438Z] lf-activate-venv: SKIPPING [2021-03-11T11:01:52.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/6 [2021-03-11T11:01:52.438Z] INFO: archiving workspace using pattern(s): [2021-03-11T11:01:53.829Z] Archives upload complete. [2021-03-11T11:01:54.090Z] INFO: archiving logs to Nexus [2021-03-11T11:01:55.048Z] ---> uname -a: [2021-03-11T11:01:55.048Z] Linux prd-centos7-docker-4c-2g-29513.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-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] ---> lscpu: [2021-03-11T11:01:55.048Z] Architecture: x86_64 [2021-03-11T11:01:55.048Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-11T11:01:55.048Z] Byte Order: Little Endian [2021-03-11T11:01:55.048Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-11T11:01:55.048Z] CPU(s): 4 [2021-03-11T11:01:55.048Z] On-line CPU(s) list: 0-3 [2021-03-11T11:01:55.048Z] Thread(s) per core: 1 [2021-03-11T11:01:55.048Z] Core(s) per socket: 1 [2021-03-11T11:01:55.048Z] Socket(s): 4 [2021-03-11T11:01:55.048Z] NUMA node(s): 1 [2021-03-11T11:01:55.048Z] Vendor ID: GenuineIntel [2021-03-11T11:01:55.048Z] CPU family: 6 [2021-03-11T11:01:55.048Z] Model: 44 [2021-03-11T11:01:55.048Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-11T11:01:55.048Z] Stepping: 1 [2021-03-11T11:01:55.048Z] CPU MHz: 2933.438 [2021-03-11T11:01:55.048Z] BogoMIPS: 5866.87 [2021-03-11T11:01:55.048Z] Virtualization: VT-x [2021-03-11T11:01:55.048Z] Hypervisor vendor: KVM [2021-03-11T11:01:55.048Z] Virtualization type: full [2021-03-11T11:01:55.048Z] L1d cache: 128 KiB [2021-03-11T11:01:55.048Z] L1i cache: 128 KiB [2021-03-11T11:01:55.048Z] L2 cache: 16 MiB [2021-03-11T11:01:55.048Z] L3 cache: 64 MiB [2021-03-11T11:01:55.048Z] NUMA node0 CPU(s): 0-3 [2021-03-11T11:01:55.048Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-11T11:01:55.048Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-11T11:01:55.048Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-11T11:01:55.048Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-11T11:01:55.048Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-11T11:01:55.048Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-11T11:01:55.048Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-11T11:01:55.048Z] Vulnerability Srbds: Not affected [2021-03-11T11:01:55.048Z] Vulnerability Tsx async abort: Not affected [2021-03-11T11:01:55.048Z] 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-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] ---> nproc: [2021-03-11T11:01:55.048Z] 4 [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] ---> df -h: [2021-03-11T11:01:55.048Z] Filesystem Size Used Available Use% Mounted on [2021-03-11T11:01:55.048Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-11T11:01:55.048Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-11T11:01:55.048Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-11T11:01:55.048Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/6 [2021-03-11T11:01:55.048Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/6@tmp [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] ---> free -m: [2021-03-11T11:01:55.048Z] total used free shared buff/cache available [2021-03-11T11:01:55.048Z] Mem: 1837 731 126 0 979 1021 [2021-03-11T11:01:55.048Z] Swap: 1023 42 981 [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] ---> ip addr: [2021-03-11T11:01:55.048Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-11T11:01:55.048Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-11T11:01:55.048Z] inet 127.0.0.1/8 scope host lo [2021-03-11T11:01:55.048Z] valid_lft forever preferred_lft forever [2021-03-11T11:01:55.048Z] inet6 ::1/128 scope host [2021-03-11T11:01:55.048Z] valid_lft forever preferred_lft forever [2021-03-11T11:01:55.048Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-11T11:01:55.048Z] link/ether fa:16:3e:b2:37:da brd ff:ff:ff:ff:ff:ff [2021-03-11T11:01:55.048Z] inet 10.30.122.190/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-11T11:01:55.048Z] valid_lft 85048sec preferred_lft 85048sec [2021-03-11T11:01:55.048Z] inet6 fe80::f816:3eff:feb2:37da/64 scope link [2021-03-11T11:01:55.048Z] valid_lft forever preferred_lft forever [2021-03-11T11:01:55.048Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-11T11:01:55.048Z] link/ether 02:42:78:78:81:1f brd ff:ff:ff:ff:ff:ff [2021-03-11T11:01:55.048Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-11T11:01:55.048Z] valid_lft forever preferred_lft forever [2021-03-11T11:01:55.048Z] inet6 fe80::42:78ff:fe78:811f/64 scope link [2021-03-11T11:01:55.048Z] valid_lft forever preferred_lft forever [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] ---> sar -b -r -n DEV: [2021-03-11T11:01:55.048Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] 10:39:10 LINUX RESTART (4 CPU) [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] 10:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-11T11:01:55.048Z] 10:41:01 153.16 53.82 99.34 0.00 9500.33 38587.21 0.00 [2021-03-11T11:01:55.048Z] 10:42:02 255.18 89.94 165.24 0.00 4029.27 28949.11 0.00 [2021-03-11T11:01:55.048Z] 10:43:01 125.74 34.32 91.42 0.00 1402.61 10841.11 0.00 [2021-03-11T11:01:55.048Z] 10:44:01 144.27 70.65 73.61 0.00 3293.19 6570.72 0.00 [2021-03-11T11:01:55.048Z] 10:45:01 211.08 52.94 158.14 0.00 15399.17 94974.09 0.00 [2021-03-11T11:01:55.048Z] 10:46:04 2032.20 1686.01 346.20 0.00 194122.85 192949.79 0.00 [2021-03-11T11:01:55.048Z] 10:47:02 673.37 455.55 217.82 0.00 41128.73 53293.46 0.00 [2021-03-11T11:01:55.048Z] 10:48:02 1991.84 1617.95 373.89 0.00 133288.23 140478.11 0.00 [2021-03-11T11:01:55.048Z] 10:49:02 816.62 506.61 310.01 0.00 64817.85 78920.05 0.00 [2021-03-11T11:01:55.048Z] 10:50:01 112.75 14.05 98.70 0.00 3170.75 12699.98 0.00 [2021-03-11T11:01:55.048Z] 10:51:01 1.70 0.25 1.45 0.00 8.39 23.79 0.00 [2021-03-11T11:01:55.048Z] 10:52:01 0.20 0.02 0.18 0.00 0.53 1.77 0.00 [2021-03-11T11:01:55.048Z] 10:53:01 0.28 0.00 0.28 0.00 0.00 3.32 0.00 [2021-03-11T11:01:55.048Z] 10:54:01 0.27 0.02 0.25 0.00 0.53 2.43 0.00 [2021-03-11T11:01:55.048Z] 10:55:01 1.73 1.50 0.23 0.00 51.42 3.41 0.00 [2021-03-11T11:01:55.048Z] 10:56:01 0.83 0.03 0.80 0.00 1.07 14.89 0.00 [2021-03-11T11:01:55.048Z] 10:57:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 [2021-03-11T11:01:55.048Z] 10:58:01 0.27 0.02 0.25 0.00 0.53 2.65 0.00 [2021-03-11T11:01:55.048Z] 10:59:01 0.18 0.00 0.18 0.00 0.00 2.33 0.00 [2021-03-11T11:01:55.048Z] 11:00:01 0.30 0.02 0.28 0.00 0.53 2.98 0.00 [2021-03-11T11:01:55.048Z] 11:01:01 0.30 0.07 0.23 0.00 1.73 2.48 0.00 [2021-03-11T11:01:55.048Z] Average: 314.69 222.01 92.68 0.00 22814.68 31757.44 0.00 [2021-03-11T11:01:55.048Z] [2021-03-11T11:01:55.048Z] 10:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-11T11:01:55.048Z] 10:41:01 82228 0 701920 37.31 2344 1095052 1537220 52.46 697996 888860 26324 [2021-03-11T11:01:55.048Z] 10:42:02 190912 0 761336 40.46 1492 927804 1436512 49.03 560548 848788 18960 [2021-03-11T11:01:55.048Z] 10:43:01 175588 0 810044 43.05 636 895276 1838520 62.75 698260 721412 63304 [2021-03-11T11:01:55.048Z] 10:44:01 200680 0 856468 45.52 564 823832 1542700 52.65 687520 697604 61208 [2021-03-11T11:01:55.048Z] 10:45:01 77504 0 702032 37.31 144 1101864 1262340 43.08 733300 831388 18976 [2021-03-11T11:01:55.048Z] 10:46:04 78360 0 859388 45.67 0 943796 2337772 79.78 645552 925100 54120 [2021-03-11T11:01:55.048Z] 10:47:02 389956 0 721496 38.35 0 770092 1375960 46.96 534004 701432 16 [2021-03-11T11:01:55.048Z] 10:48:02 68052 0 750024 39.86 0 1063468 1815028 61.94 469924 1115052 46456 [2021-03-11T11:01:55.048Z] 10:49:02 250064 0 713644 37.93 0 917836 1589772 54.26 475764 924160 97192 [2021-03-11T11:01:55.048Z] 10:50:01 144520 0 651820 34.64 0 1085204 1215648 41.49 440196 1053956 20 [2021-03-11T11:01:55.048Z] 10:51:01 147028 0 649308 34.51 0 1085208 1193212 40.72 438572 1053724 16 [2021-03-11T11:01:55.048Z] 10:52:01 147860 0 648440 34.46 0 1085244 1185956 40.47 438124 1053724 16 [2021-03-11T11:01:55.049Z] 10:53:01 147960 0 648356 34.46 0 1085228 1185956 40.47 438180 1053716 8 [2021-03-11T11:01:55.049Z] 10:54:01 147744 0 648580 34.47 0 1085220 1185956 40.47 438056 1053720 8 [2021-03-11T11:01:55.049Z] 10:55:01 146568 0 648864 34.49 0 1086112 1186028 40.48 438864 1054008 16 [2021-03-11T11:01:55.049Z] 10:56:01 146544 0 648872 34.49 0 1086128 1186016 40.48 438760 1054012 12 [2021-03-11T11:01:55.049Z] 10:57:01 146104 0 649312 34.51 0 1086128 1185956 40.47 438804 1054008 16 [2021-03-11T11:01:55.049Z] 10:58:01 146360 0 649044 34.50 0 1086140 1185956 40.47 438684 1054024 20 [2021-03-11T11:01:55.049Z] 10:59:01 146276 0 649120 34.50 0 1086148 1185956 40.47 438816 1054024 8 [2021-03-11T11:01:55.049Z] 11:00:01 146404 0 648988 34.49 0 1086152 1186016 40.48 438764 1054040 12 [2021-03-11T11:01:55.049Z] 11:01:01 145288 0 650104 34.55 0 1086152 1188300 40.55 439388 1054040 12 [2021-03-11T11:01:55.049Z] Average: 155810 0 698436 37.12 247 1027052 1381275 47.14 512766 966704 18415 [2021-03-11T11:01:55.049Z] [2021-03-11T11:01:55.049Z] 10:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-11T11:01:55.049Z] 10:41:01 eth0 1282.29 1222.22 6307.58 160.22 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:41:01 docker0 834.14 785.10 68.69 2667.80 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:42:02 vethca3b2dc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:42:02 eth0 230.98 183.95 861.27 27.52 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:42:02 docker0 164.06 195.16 11.91 830.28 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:43:01 vethca3b2dc 0.74 0.76 0.06 0.06 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:43:01 eth0 27.94 13.94 23.86 11.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:43:01 docker0 0.74 0.74 0.05 0.06 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:44:01 vethca3b2dc 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:44:01 eth0 36.77 28.86 17.58 80.70 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:44:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:45:01 eth0 212.84 168.10 1697.02 71.63 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:45:01 vethea87fc8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:46:04 eth0 41.63 21.20 153.03 7.42 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:46:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:46:04 vethea87fc8 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:46:04 docker0 12.82 25.17 0.72 139.60 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:47:02 vethbe7f540 2.71 5.68 0.19 40.02 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:47:02 vethe96e944 5.68 2.71 40.02 0.19 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:47:02 eth0 35.41 19.12 171.96 7.26 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:48:02 eth0 88.28 51.99 173.20 92.64 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:48:02 vethea87fc8 0.00 0.82 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:48:02 vetha355da1 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:49:02 eth0 171.21 138.43 1303.88 84.41 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:49:02 vethea87fc8 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:49:02 docker0 1055.89 1075.05 84.39 3999.44 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:50:01 eth0 90.06 44.56 427.45 13.52 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:50:01 docker0 29.95 63.04 1.91 405.14 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:51:01 eth0 1.12 0.45 0.38 0.18 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:52:01 eth0 0.18 0.08 0.02 0.04 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:54:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:55:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:56:01 eth0 0.15 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:57:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:58:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 11:00:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 11:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] Average: eth0 106.17 90.63 532.25 26.58 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] Average: docker0 50.96 53.41 4.05 206.70 0.00 0.00 0.00 0.00 [2021-03-11T11:01:55.049Z] [2021-03-11T11:01:55.049Z] [2021-03-11T11:01:55.049Z] ---> sar -P ALL: [2021-03-11T11:01:55.049Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) [2021-03-11T11:01:55.049Z] [2021-03-11T11:01:55.049Z] 10:39:10 LINUX RESTART (4 CPU) [2021-03-11T11:01:55.049Z] [2021-03-11T11:01:55.049Z] 10:40:01 CPU %user %nice %system %iowait %steal %idle [2021-03-11T11:01:55.049Z] 10:41:01 all 16.47 0.00 8.94 2.15 0.59 71.85 [2021-03-11T11:01:55.049Z] 10:41:01 0 15.93 0.00 9.79 1.02 0.69 72.57 [2021-03-11T11:01:55.049Z] 10:41:01 1 16.02 0.00 8.59 1.24 0.48 73.67 [2021-03-11T11:01:55.049Z] 10:41:01 2 13.39 0.00 8.93 3.06 0.61 74.01 [2021-03-11T11:01:55.049Z] 10:41:01 3 20.53 0.00 8.46 3.27 0.56 67.17 [2021-03-11T11:01:55.049Z] 10:42:02 all 11.47 0.00 8.85 5.19 0.76 73.74 [2021-03-11T11:01:55.049Z] 10:42:02 0 12.53 0.00 9.00 4.01 0.82 73.64 [2021-03-11T11:01:55.049Z] 10:42:02 1 11.38 0.00 8.51 4.88 0.68 74.55 [2021-03-11T11:01:55.049Z] 10:42:02 2 10.97 0.00 8.26 3.92 0.75 76.10 [2021-03-11T11:01:55.049Z] 10:42:02 3 10.99 0.00 9.64 7.95 0.77 70.64 [2021-03-11T11:01:55.049Z] 10:43:01 all 59.13 0.00 13.25 3.50 0.85 23.27 [2021-03-11T11:01:55.049Z] 10:43:01 0 59.21 0.00 13.38 1.75 0.91 24.75 [2021-03-11T11:01:55.049Z] 10:43:01 1 60.30 0.00 12.52 4.42 0.76 22.01 [2021-03-11T11:01:55.049Z] 10:43:01 2 58.82 0.00 13.16 3.74 0.80 23.47 [2021-03-11T11:01:55.049Z] 10:43:01 3 58.18 0.00 13.96 4.08 0.93 22.86 [2021-03-11T11:01:55.049Z] 10:44:01 all 50.52 0.00 15.31 4.58 0.56 29.02 [2021-03-11T11:01:55.049Z] 10:44:01 0 50.29 0.00 15.15 6.92 0.47 27.18 [2021-03-11T11:01:55.049Z] 10:44:01 1 51.32 0.00 15.03 3.29 0.53 29.83 [2021-03-11T11:01:55.049Z] 10:44:01 2 51.07 0.00 15.06 3.58 0.63 29.66 [2021-03-11T11:01:55.049Z] 10:44:01 3 49.42 0.00 16.00 4.54 0.61 29.43 [2021-03-11T11:01:55.049Z] 10:45:01 all 22.31 0.00 14.46 4.84 1.05 57.35 [2021-03-11T11:01:55.049Z] 10:45:01 0 21.98 0.00 13.73 4.42 1.04 58.82 [2021-03-11T11:01:55.049Z] 10:45:01 1 20.21 0.00 14.34 4.73 1.06 59.67 [2021-03-11T11:01:55.049Z] 10:45:01 2 25.26 0.00 14.51 5.33 1.20 53.69 [2021-03-11T11:01:55.049Z] 10:45:01 3 21.77 0.00 15.25 4.89 0.90 57.18 [2021-03-11T11:01:55.049Z] 10:46:04 all 23.95 0.00 29.54 23.42 0.48 22.61 [2021-03-11T11:01:55.049Z] 10:46:04 0 24.58 0.00 28.20 21.80 0.53 24.89 [2021-03-11T11:01:55.049Z] 10:46:04 1 22.81 0.00 29.83 25.58 0.53 21.25 [2021-03-11T11:01:55.049Z] 10:46:04 2 24.21 0.00 29.43 24.13 0.49 21.74 [2021-03-11T11:01:55.049Z] 10:46:04 3 24.21 0.00 30.70 22.15 0.39 22.55 [2021-03-11T11:01:55.049Z] 10:47:02 all 56.30 0.00 16.34 12.96 0.07 14.34 [2021-03-11T11:01:55.049Z] 10:47:02 0 54.46 0.00 17.39 13.50 0.07 14.58 [2021-03-11T11:01:55.049Z] 10:47:02 1 57.77 0.00 15.46 11.88 0.07 14.82 [2021-03-11T11:01:55.049Z] 10:47:02 2 57.39 0.00 15.73 13.36 0.05 13.47 [2021-03-11T11:01:55.049Z] 10:47:02 3 55.60 0.00 16.76 13.10 0.07 14.47 [2021-03-11T11:01:55.049Z] 10:48:02 all 28.00 0.00 24.82 22.34 0.35 24.50 [2021-03-11T11:01:55.049Z] 10:48:02 0 28.38 0.00 25.41 22.00 0.35 23.86 [2021-03-11T11:01:55.049Z] 10:48:02 1 27.28 0.00 23.88 24.86 0.42 23.55 [2021-03-11T11:01:55.049Z] 10:48:02 2 26.73 0.00 24.56 22.59 0.37 25.75 [2021-03-11T11:01:55.049Z] 10:48:02 3 29.59 0.00 25.41 19.90 0.25 24.85 [2021-03-11T11:01:55.049Z] 10:49:02 all 39.12 0.00 18.10 23.19 0.10 19.49 [2021-03-11T11:01:55.049Z] 10:49:02 0 38.56 0.00 18.39 23.27 0.11 19.67 [2021-03-11T11:01:55.049Z] 10:49:02 1 40.04 0.00 17.97 23.13 0.09 18.78 [2021-03-11T11:01:55.049Z] 10:49:02 2 39.91 0.00 17.06 24.23 0.11 18.69 [2021-03-11T11:01:55.049Z] 10:49:02 3 37.97 0.00 18.98 22.13 0.11 20.81 [2021-03-11T11:01:55.049Z] 10:50:01 all 5.81 0.00 3.79 4.26 0.07 86.07 [2021-03-11T11:01:55.049Z] 10:50:01 0 5.91 0.00 3.75 2.61 0.05 87.68 [2021-03-11T11:01:55.049Z] 10:50:01 1 6.58 0.00 3.64 7.49 0.09 82.21 [2021-03-11T11:01:55.049Z] 10:50:01 2 4.28 0.00 3.65 3.05 0.09 88.93 [2021-03-11T11:01:55.049Z] 10:50:01 3 6.47 0.00 4.12 3.89 0.07 85.45 [2021-03-11T11:01:55.049Z] 10:51:01 all 0.18 0.00 0.03 0.00 0.00 99.78 [2021-03-11T11:01:55.049Z] 10:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-11T11:01:55.049Z] 10:51:01 1 0.12 0.00 0.03 0.00 0.00 99.85 [2021-03-11T11:01:55.049Z] 10:51:01 2 0.53 0.00 0.02 0.02 0.00 99.43 [2021-03-11T11:01:55.049Z] 10:51:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-11T11:01:55.049Z] [2021-03-11T11:01:55.049Z] 10:51:01 CPU %user %nice %system %iowait %steal %idle [2021-03-11T11:01:55.049Z] 10:52:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-03-11T11:01:55.049Z] 10:52:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-11T11:01:55.049Z] 10:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T11:01:55.049Z] 10:52:01 2 0.52 0.00 0.03 0.02 0.00 99.43 [2021-03-11T11:01:55.049Z] 10:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T11:01:55.049Z] 10:53:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-03-11T11:01:55.049Z] 10:53:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-11T11:01:55.049Z] 10:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T11:01:55.049Z] 10:53:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-11T11:01:55.049Z] 10:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-11T11:01:55.050Z] 10:54:01 all 0.17 0.00 0.07 0.00 0.00 99.76 [2021-03-11T11:01:55.050Z] 10:54:01 0 0.08 0.00 0.15 0.00 0.02 99.75 [2021-03-11T11:01:55.050Z] 10:54:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T11:01:55.050Z] 10:54:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-11T11:01:55.050Z] 10:54:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2021-03-11T11:01:55.050Z] 10:55:01 all 0.15 0.00 0.07 0.02 0.00 99.76 [2021-03-11T11:01:55.050Z] 10:55:01 0 0.50 0.00 0.05 0.00 0.00 99.45 [2021-03-11T11:01:55.050Z] 10:55:01 1 0.03 0.00 0.13 0.08 0.00 99.75 [2021-03-11T11:01:55.050Z] 10:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T11:01:55.050Z] 10:55:01 3 0.05 0.00 0.07 0.02 0.00 99.87 [2021-03-11T11:01:55.050Z] 10:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-11T11:01:55.050Z] 10:56:01 0 0.50 0.00 0.00 0.00 0.00 99.50 [2021-03-11T11:01:55.050Z] 10:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T11:01:55.050Z] 10:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T11:01:55.050Z] 10:56:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-11T11:01:55.050Z] 10:57:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-03-11T11:01:55.050Z] 10:57:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-11T11:01:55.050Z] 10:57:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T11:01:55.050Z] 10:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T11:01:55.050Z] 10:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T11:01:55.050Z] 10:58:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-03-11T11:01:55.050Z] 10:58:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-11T11:01:55.050Z] 10:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T11:01:55.050Z] 10:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T11:01:55.050Z] 10:58:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2021-03-11T11:01:55.050Z] 10:59:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-11T11:01:55.050Z] 10:59:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-11T11:01:55.050Z] 10:59:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2021-03-11T11:01:55.050Z] 10:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T11:01:55.050Z] 10:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T11:01:55.050Z] 11:00:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-11T11:01:55.050Z] 11:00:01 0 0.12 0.00 0.02 0.00 0.00 99.87 [2021-03-11T11:01:55.050Z] 11:00:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-11T11:01:55.050Z] 11:00:01 2 0.45 0.00 0.03 0.00 0.02 99.50 [2021-03-11T11:01:55.050Z] 11:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-11T11:01:55.050Z] 11:01:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-11T11:01:55.050Z] 11:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T11:01:55.050Z] 11:01:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-11T11:01:55.050Z] 11:01:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-11T11:01:55.050Z] 11:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T11:01:55.050Z] Average: all 14.45 0.00 7.13 4.94 0.23 73.25 [2021-03-11T11:01:55.050Z] Average: 0 14.47 0.00 7.18 4.71 0.24 73.41 [2021-03-11T11:01:55.050Z] Average: 1 14.43 0.00 6.98 5.18 0.22 73.19 [2021-03-11T11:01:55.050Z] Average: 2 14.45 0.00 6.98 4.96 0.24 73.37 [2021-03-11T11:01:55.050Z] Average: 3 14.45 0.00 7.39 4.89 0.22 73.05 [2021-03-11T11:01:55.050Z] [2021-03-11T11:01:55.050Z] [2021-03-11T11:01:55.050Z]