Pull request #3398 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d6d173bd5c855aba92705912408ca4da5de9fb7e+03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 (c4d0fd68c3458a8b366b499b406285a4c6828689) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 ‘prd-centos7-docker-4c-2g-1767’ is offline Running on prd-centos7-docker-4c-2g-1771 in /w/workspace/edgexfoundry_edgex-go_PR-3398 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit d6d173bd5c855aba92705912408ca4da5de9fb7e > 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/3398/head:refs/remotes/origin/PR-3398 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 Merge succeeded, producing 9f17fcb7dbe4509db94eff3fee78c96b79945b94 Checking out Revision 9f17fcb7dbe4509db94eff3fee78c96b79945b94 (PR-3398) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f17fcb7dbe4509db94eff3fee78c96b79945b94 # timeout=10 Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" > git rev-list --no-walk d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-26T08:01:31.730Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-26T08:01:31.833Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-26T08:01:31.860Z] ========================================================= [2021-04-26T08:01:31.860Z] EdgeX Global Pipelines Version Info [2021-04-26T08:01:31.860Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:01:34.167Z] ------------------- [2021-04-26T08:01:34.167Z] stable info: [2021-04-26T08:01:34.167Z] ------------------- [2021-04-26T08:01:34.167Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-26T08:01:34.167Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-26T08:01:34.167Z] Message: update stable to v1.0.186 [2021-04-26T08:01:34.753Z] ------------------- [2021-04-26T08:01:34.753Z] experimental info: [2021-04-26T08:01:34.753Z] ------------------- [2021-04-26T08:01:34.753Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-26T08:01:34.753Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-26T08:01:34.753Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-26T08:01:34.930Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-26T08:01:34.952Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-26T08:01:34.975Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-26T08:01:35.017Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-26T08:01:35.047Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-26T08:01:35.072Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-26T08:01:35.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-26T08:01:35.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-26T08:01:35.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-26T08:01:35.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-26T08:01:35.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-26T08:01:35.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-26T08:01:35.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-26T08:01:35.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-26T08:01:35.294Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T08:01:35.325Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T08:01:35.364Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-26T08:01:35.387Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-26T08:01:35.419Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-26T08:01:35.442Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-26T08:01:35.471Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-26T08:01:35.494Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-26T08:01:35.520Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3398 [Pipeline] echo [2021-04-26T08:01:35.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3398 [Pipeline] echo [2021-04-26T08:01:35.573Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3398 [Pipeline] echo [2021-04-26T08:01:35.603Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f17fcb7dbe4509db94eff3fee78c96b79945b94 [Pipeline] echo [2021-04-26T08:01:35.628Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f17fcb [Pipeline] echo [2021-04-26T08:01:35.662Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T08:01:35.737Z] provisioning config files... [2021-04-26T08:01:35.776Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2550677650618499574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:01:36.185Z] ---> docker-login.sh [2021-04-26T08:01:36.186Z] nexus3.edgexfoundry.org:10001 [2021-04-26T08:01:36.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:01:36.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:01:36.803Z] Configure a credential helper to remove this warning. See [2021-04-26T08:01:36.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:01:36.803Z] [2021-04-26T08:01:36.803Z] Login Succeeded [2021-04-26T08:01:36.803Z] nexus3.edgexfoundry.org:10002 [2021-04-26T08:01:37.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:01:37.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:01:37.393Z] Configure a credential helper to remove this warning. See [2021-04-26T08:01:37.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:01:37.393Z] [2021-04-26T08:01:37.393Z] Login Succeeded [2021-04-26T08:01:37.393Z] nexus3.edgexfoundry.org:10003 [2021-04-26T08:01:37.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:01:37.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:01:37.675Z] Configure a credential helper to remove this warning. See [2021-04-26T08:01:37.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:01:37.675Z] [2021-04-26T08:01:37.675Z] Login Succeeded [2021-04-26T08:01:37.675Z] nexus3.edgexfoundry.org:10004 [2021-04-26T08:01:37.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:01:37.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:01:37.951Z] Configure a credential helper to remove this warning. See [2021-04-26T08:01:37.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:01:37.951Z] [2021-04-26T08:01:37.951Z] Login Succeeded [2021-04-26T08:01:37.951Z] docker.io [2021-04-26T08:01:38.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:01:38.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:01:38.497Z] Configure a credential helper to remove this warning. See [2021-04-26T08:01:38.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:01:38.497Z] [2021-04-26T08:01:38.497Z] Login Succeeded [2021-04-26T08:01:38.497Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T08:01:38.520Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T08:01:38.907Z] ++ 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-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/core-command/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/core-data/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-26T08:01:38.907Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:01:38.907Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-26T08:01:38.907Z] ++ cut -d/ -f2 [2021-04-26T08:01:38.907Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-26T08:01:39.068Z] 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-04-26T08:01:39.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:01:39.823Z] [2021-04-26T08:01:39.823Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:01:40.180Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:01:40.180Z] latest: Pulling from edgex-devops/git-semver [2021-04-26T08:01:40.180Z] 31603596830f: Pulling fs layer [2021-04-26T08:01:40.180Z] 2a8b12db71e7: Pulling fs layer [2021-04-26T08:01:40.180Z] 6ca5941a6612: Pulling fs layer [2021-04-26T08:01:40.180Z] ecc8261a40a4: Pulling fs layer [2021-04-26T08:01:40.180Z] ecc8261a40a4: Waiting [2021-04-26T08:01:40.180Z] 2a8b12db71e7: Verifying Checksum [2021-04-26T08:01:40.180Z] 2a8b12db71e7: Download complete [2021-04-26T08:01:40.474Z] 31603596830f: Verifying Checksum [2021-04-26T08:01:40.474Z] 31603596830f: Download complete [2021-04-26T08:01:40.745Z] 6ca5941a6612: Verifying Checksum [2021-04-26T08:01:40.745Z] 6ca5941a6612: Download complete [2021-04-26T08:01:40.745Z] ecc8261a40a4: Verifying Checksum [2021-04-26T08:01:40.745Z] ecc8261a40a4: Download complete [2021-04-26T08:01:41.013Z] 31603596830f: Pull complete [2021-04-26T08:01:41.013Z] 2a8b12db71e7: Pull complete [2021-04-26T08:01:42.527Z] 6ca5941a6612: Pull complete [2021-04-26T08:01:42.823Z] ecc8261a40a4: Pull complete [2021-04-26T08:01:42.823Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-26T08:01:42.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:01:42.823Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-26T08:01:43.133Z] prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container [2021-04-26T08:01:43.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T08:01:46.618Z] $ docker top 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T08:01:46.785Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T08:01:46.785Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T08:01:47.216Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T08:01:47.224Z] $ docker exec 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d ssh-agent [2021-04-26T08:01:47.588Z] SSH_AUTH_SOCK=/tmp/ssh-97AhSQg4EJH0/agent.12 [2021-04-26T08:01:47.588Z] SSH_AGENT_PID=17 [2021-04-26T08:01:47.613Z] Running ssh-add (command line suppressed) [2021-04-26T08:01:47.862Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8977881367770960167.key (/w/workspace/edgex-go/2@tmp/private_key_8977881367770960167.key) [2021-04-26T08:01:47.928Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T08:01:48.326Z] + git tag --points-at HEAD [Pipeline] } [2021-04-26T08:01:48.651Z] $ docker exec --env ******** --env ******** 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d ssh-agent -k [2021-04-26T08:01:48.891Z] unset SSH_AUTH_SOCK; [2021-04-26T08:01:48.892Z] unset SSH_AGENT_PID; [2021-04-26T08:01:48.892Z] echo Agent pid 17 killed; [2021-04-26T08:01:48.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-26T08:01:49.022Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T08:01:49.022Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T08:01:49.495Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T08:01:49.531Z] $ docker exec 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d ssh-agent [2021-04-26T08:01:50.071Z] SSH_AUTH_SOCK=/tmp/ssh-yXa7CoJw5Hwu/agent.47 [2021-04-26T08:01:50.071Z] SSH_AGENT_PID=52 [2021-04-26T08:01:50.096Z] Running ssh-add (command line suppressed) [2021-04-26T08:01:50.353Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_297035884088657922.key (/w/workspace/edgex-go/2@tmp/private_key_297035884088657922.key) [2021-04-26T08:01:50.463Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T08:01:51.268Z] + git semver init [2021-04-26T08:01:51.269Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T08:01:51.269Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-26T08:01:51.269Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-26T08:01:51.269Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T08:01:51.269Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T08:01:51.269Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T08:01:51.269Z] # $SEMVER_BRANCH = PR-3398 [2021-04-26T08:01:51.269Z] # $SEMVER_TEMP = /tmp/semver-865768039 [2021-04-26T08:01:51.269Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-26T08:02:18.206Z] # '/tmp/semver-865768039' -> '/w/workspace/edgex-go/2/.semver' [2021-04-26T08:02:18.206Z] # -> Force: false [2021-04-26T08:02:18.206Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-26T08:02:18.497Z] $ docker exec --env ******** --env ******** 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d ssh-agent -k [2021-04-26T08:02:18.838Z] unset SSH_AUTH_SOCK; [2021-04-26T08:02:18.839Z] unset SSH_AGENT_PID; [2021-04-26T08:02:18.839Z] echo Agent pid 52 killed; [2021-04-26T08:02:18.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T08:02:19.315Z] + git semver [Pipeline] } [2021-04-26T08:02:19.344Z] $ docker stop --time=1 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d [2021-04-26T08:02:20.918Z] $ docker rm -f 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T08:02:21.408Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-26T08:02:21.978Z] Stashed 1 file(s) [Pipeline] echo [2021-04-26T08:02:21.982Z] [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-04-26T08:02:22.490Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:02:22.788Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:02:23.231Z] + sudo service docker restart [2021-04-26T08:02:23.231Z] + true [2021-04-26T08:02:23.231Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-26T08:02:23.874Z] ========================================================= [2021-04-26T08:02:23.874Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-26T08:02:23.874Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:02:24.194Z] + 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-04-26T08:02:28.517Z] Sending build context to Docker daemon 329.6MB [2021-04-26T08:02:28.517Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T08:02:28.517Z] Step 2/6 : FROM ${BASE} [2021-04-26T08:02:28.517Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-26T08:02:28.517Z] 188c0c94c7c5: Pulling fs layer [2021-04-26T08:02:28.517Z] 0ef7d3d256c8: Pulling fs layer [2021-04-26T08:02:28.517Z] de9db76c5a1d: Pulling fs layer [2021-04-26T08:02:28.517Z] bca2f99d35d6: Pulling fs layer [2021-04-26T08:02:28.517Z] 93359f2a8cfa: Pulling fs layer [2021-04-26T08:02:28.517Z] 7c6f9722023f: Pulling fs layer [2021-04-26T08:02:28.517Z] a35cf1a2eb13: Pulling fs layer [2021-04-26T08:02:28.517Z] bca2f99d35d6: Waiting [2021-04-26T08:02:28.517Z] 93359f2a8cfa: Waiting [2021-04-26T08:02:28.517Z] 7c6f9722023f: Waiting [2021-04-26T08:02:28.517Z] a35cf1a2eb13: Waiting [2021-04-26T08:02:28.517Z] de9db76c5a1d: Verifying Checksum [2021-04-26T08:02:28.517Z] de9db76c5a1d: Download complete [2021-04-26T08:02:28.517Z] 0ef7d3d256c8: Verifying Checksum [2021-04-26T08:02:28.517Z] 0ef7d3d256c8: Download complete [2021-04-26T08:02:28.517Z] 93359f2a8cfa: Verifying Checksum [2021-04-26T08:02:28.517Z] 93359f2a8cfa: Download complete [2021-04-26T08:02:28.517Z] 7c6f9722023f: Verifying Checksum [2021-04-26T08:02:28.517Z] 7c6f9722023f: Download complete [2021-04-26T08:02:28.517Z] 188c0c94c7c5: Verifying Checksum [2021-04-26T08:02:28.517Z] 188c0c94c7c5: Download complete [2021-04-26T08:02:28.832Z] 188c0c94c7c5: Pull complete [2021-04-26T08:02:29.359Z] 0ef7d3d256c8: Pull complete [2021-04-26T08:02:29.725Z] de9db76c5a1d: Pull complete [2021-04-26T08:02:33.438Z] a35cf1a2eb13: Verifying Checksum [2021-04-26T08:02:33.438Z] a35cf1a2eb13: Download complete [2021-04-26T08:02:34.445Z] bca2f99d35d6: Verifying Checksum [2021-04-26T08:02:34.445Z] bca2f99d35d6: Download complete [2021-04-26T08:02:37.116Z] Still waiting to schedule task [2021-04-26T08:02:37.116Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-26T08:02:41.479Z] bca2f99d35d6: Pull complete [2021-04-26T08:02:41.479Z] 93359f2a8cfa: Pull complete [2021-04-26T08:02:41.479Z] 7c6f9722023f: Pull complete [2021-04-26T08:02:45.764Z] a35cf1a2eb13: Pull complete [2021-04-26T08:02:45.764Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-26T08:02:45.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-26T08:02:45.764Z] ---> a62c8e92a672 [2021-04-26T08:02:45.764Z] 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-04-26T08:02:46.035Z] ---> Running in 8571f07f2ddc [2021-04-26T08:02:46.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:02:47.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:02:47.895Z] (1/12) Installing libmagic (5.38-r0) [2021-04-26T08:02:48.205Z] (2/12) Installing file (5.38-r0) [2021-04-26T08:02:48.205Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-26T08:02:48.205Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-26T08:02:53.799Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-26T08:02:53.799Z] (6/12) Installing patch (2.7.6-r6) [2021-04-26T08:02:53.799Z] (7/12) Installing build-base (0.5-r2) [2021-04-26T08:02:53.799Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-26T08:02:53.799Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-26T08:02:53.799Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-26T08:02:53.799Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-26T08:02:53.799Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-26T08:02:54.071Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:02:54.071Z] OK: 233 MiB in 51 packages [2021-04-26T08:02:58.389Z] Removing intermediate container 8571f07f2ddc [2021-04-26T08:02:58.389Z] ---> abb5e9d6b3c3 [2021-04-26T08:02:58.389Z] Step 4/6 : WORKDIR /edgex-go [2021-04-26T08:02:58.389Z] ---> Running in 4e35c3b7c3fa [2021-04-26T08:02:58.669Z] Removing intermediate container 4e35c3b7c3fa [2021-04-26T08:02:58.669Z] ---> b483b67b1d04 [2021-04-26T08:02:58.669Z] Step 5/6 : COPY go.mod . [2021-04-26T08:02:58.966Z] ---> a9295e474d0f [2021-04-26T08:02:58.966Z] Step 6/6 : RUN go mod download [2021-04-26T08:02:59.279Z] ---> Running in 98d03bbe4f08 [2021-04-26T08:03:26.388Z] Removing intermediate container 98d03bbe4f08 [2021-04-26T08:03:26.388Z] ---> 97a3416ece01 [2021-04-26T08:03:26.388Z] Successfully built 97a3416ece01 [2021-04-26T08:03:26.388Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:03:26.752Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T08:03:27.016Z] . [Pipeline] withDockerContainer [2021-04-26T08:03:27.134Z] prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container [2021-04-26T08:03:27.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T08:03:28.835Z] $ docker top 7a450e6b455f0012dfaf9b99fdd4c7a6ceaec9b828173623e711e4319660b9d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:03:29.601Z] + go version [2021-04-26T08:03:29.601Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-26T08:03:29.688Z] $ docker stop --time=1 7a450e6b455f0012dfaf9b99fdd4c7a6ceaec9b828173623e711e4319660b9d9 [2021-04-26T08:03:31.938Z] $ docker rm -f 7a450e6b455f0012dfaf9b99fdd4c7a6ceaec9b828173623e711e4319660b9d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:03:32.540Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T08:03:32.540Z] . [Pipeline] withDockerContainer [2021-04-26T08:03:32.757Z] prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container [2021-04-26T08:03:32.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T08:03:34.091Z] $ docker top 21e0f279c780747a557579cc2f5e1d8d17cb748747c7662753cfc00088ce71c1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T08:03:34.266Z] ========================================================= [2021-04-26T08:03:34.266Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-26T08:03:34.266Z] ========================================================= [Pipeline] sh [2021-04-26T08:03:34.575Z] + make test [2021-04-26T08:03:34.575Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T08:03:46.993Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-26T08:04:13.898Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-26T08:04:14.172Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-26T08:04:17.651Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-26T08:04:17.651Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-26T08:04:19.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-26T08:04:19.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-26T08:04:19.124Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-26T08:04:19.720Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-26T08:04:21.232Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-26T08:04:21.874Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-26T08:04:25.291Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-26T08:04:25.291Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-26T08:04:25.291Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-26T08:04:28.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.191s coverage: 45.9% of statements [2021-04-26T08:04:28.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-26T08:04:28.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-26T08:04:28.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-26T08:04:28.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-26T08:04:28.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-26T08:04:28.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-26T08:04:28.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.094s coverage: 19.8% of statements [2021-04-26T08:04:28.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.131s coverage: 100.0% of statements [2021-04-26T08:04:33.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.228s coverage: 27.1% of statements [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-26T08:04:33.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-26T08:04:33.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.886s coverage: 100.0% of statements [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-26T08:04:33.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.152s coverage: 71.3% of statements [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-26T08:04:33.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-26T08:04:34.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.220s coverage: 82.9% of statements [2021-04-26T08:04:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-26T08:04:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:04:34.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.057s coverage: 78.9% of statements [2021-04-26T08:04:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-26T08:04:38.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.569s coverage: 28.6% of statements [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-26T08:04:38.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-26T08:04:38.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-26T08:04:38.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-26T08:04:38.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.223s coverage: 97.5% of statements [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-26T08:04:38.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-26T08:04:38.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-26T08:04:41.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.549s coverage: 93.0% of statements [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-26T08:04:41.891Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-26T08:04:41.891Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.9% of statements [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-26T08:04:41.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-26T08:04:41.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2021-04-26T08:04:41.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.126s coverage: 79.5% of statements [2021-04-26T08:04:41.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.108s coverage: 94.1% of statements [2021-04-26T08:04:41.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-04-26T08:04:41.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements [2021-04-26T08:04:54.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.109s coverage: 94.4% of statements [2021-04-26T08:04:54.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-04-26T08:04:56.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.304s coverage: 81.9% of statements [2021-04-26T08:04:56.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.109s coverage: 92.9% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.6% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.6% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.233s coverage: 64.4% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.404s coverage: 69.0% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.197s coverage: 38.4% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.0% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 9.6% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.178s coverage: 88.6% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-26T08:05:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.889s coverage: 28.7% of statements [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-26T08:05:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-26T08:05:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-26T08:05:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-26T08:05:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements [2021-04-26T08:05:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-26T08:05:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-04-26T08:05:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-26T08:05:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-26T08:05:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-26T08:05:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements [2021-04-26T08:05:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-26T08:05:09.203Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.143s coverage: 95.6% of statements [2021-04-26T08:05:09.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-26T08:05:09.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:05:09.203Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-26T08:05:09.203Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-04-26T08:05:09.203Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-26T08:05:09.203Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-04-26T08:05:09.203Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-26T08:05:09.203Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-26T08:05:09.203Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-26T08:05:09.203Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-26T08:05:09.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-04-26T08:05:09.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-26T08:05:09.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-26T08:05:09.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-04-26T08:05:10.087Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 28.1% of statements [2021-04-26T08:05:10.087Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-26T08:05:10.396Z] GO111MODULE=on go vet ./... [2021-04-26T08:05:26.216Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1777 in /w/workspace/edgexfoundry_edgex-go_PR-3398 [Pipeline] { [Pipeline] ws [2021-04-26T08:05:26.237Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-26T08:05:31.704Z] using credential edgex-jenkins-ssh [2021-04-26T08:05:31.722Z] Cloning the remote Git repository [2021-04-26T08:05:31.823Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:05:31.992Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-26T08:05:32.069Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:05:32.069Z] > git --version # timeout=10 [2021-04-26T08:05:32.087Z] > git --version # 'git version 2.17.1' [2021-04-26T08:05:32.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:05:32.136Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:05:49.714Z] gofmt -l . [2021-04-26T08:05:49.714Z] [ "`gofmt -l .`" = "" ] [2021-04-26T08:05:49.714Z] ./bin/test-go-mod-tidy.sh [2021-04-26T08:05:49.714Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-26T08:05:50.441Z] + ls -al . [2021-04-26T08:05:50.441Z] total 812 [2021-04-26T08:05:50.441Z] drwxrwxr-x 10 1001 1001 4096 Apr 26 08:05 . [2021-04-26T08:05:50.441Z] drwxr-xr-x 4 root root 28 Apr 26 08:03 .. [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 11 Apr 26 08:01 .dockerignore [2021-04-26T08:05:50.441Z] drwxrwxr-x 8 1001 1001 179 Apr 26 08:01 .git [2021-04-26T08:05:50.441Z] drwxrwxr-x 3 1001 1001 125 Apr 26 08:01 .github [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 818 Apr 26 08:01 .gitignore [2021-04-26T08:05:50.441Z] drwx------ 3 1001 1001 60 Apr 26 08:02 .semver [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 08:01 .sonarcloud.properties [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 8609 Apr 26 08:01 Attribution.txt [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 08:01 CONTRIBUTING.md [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 931 Apr 26 08:01 Dockerfile.build [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 863 Apr 26 08:01 Jenkinsfile [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 08:01 LICENSE [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 5774 Apr 26 08:01 Makefile [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 7978 Apr 26 08:01 README.md [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 6755 Apr 26 08:01 SECURITY.md [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 08:02 VERSION [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 4131 Apr 26 08:01 ZMQWindows.md [2021-04-26T08:05:50.441Z] drwxrwxr-x 2 1001 1001 117 Apr 26 08:01 bin [2021-04-26T08:05:50.441Z] drwxrwxr-x 14 1001 1001 4096 Apr 26 08:01 cmd [2021-04-26T08:05:50.441Z] -rw-r--r-- 1 root root 704315 Apr 26 08:05 coverage.out [2021-04-26T08:05:50.441Z] -rw-r--r-- 1 root root 1060 Apr 26 08:05 go.mod [2021-04-26T08:05:50.441Z] -rw-r--r-- 1 root root 22420 Apr 26 08:05 go.sum [2021-04-26T08:05:50.441Z] drwxrwxr-x 8 1001 1001 127 Apr 26 08:01 internal [2021-04-26T08:05:50.441Z] drwxrwxr-x 4 1001 1001 26 Apr 26 08:01 openapi [2021-04-26T08:05:50.441Z] drwxrwxr-x 4 1001 1001 71 Apr 26 08:01 snap [2021-04-26T08:05:50.441Z] -rw-rw-r-- 1 1001 1001 168 Apr 26 08:01 version.go [Pipeline] sh [2021-04-26T08:05:50.828Z] + '[' -e coverage.out ] [2021-04-26T08:05:50.828Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-26T08:05:51.329Z] Stashed 1 file(s) [Pipeline] sh [2021-04-26T08:05:51.715Z] + make build [2021-04-26T08:05:51.715Z] 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-04-26T08:05:54.259Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit d6d173bd5c855aba92705912408ca4da5de9fb7e [2021-04-26T08:05:55.011Z] Merge succeeded, producing ffc8ce4fb934b14bc04e597db1a217b910431b61 [2021-04-26T08:05:55.012Z] Checking out Revision ffc8ce4fb934b14bc04e597db1a217b910431b61 (PR-3398) [2021-04-26T08:05:53.511Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:05:53.533Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:05:53.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:05:53.583Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:05:53.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:05:53.599Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3398/head:refs/remotes/origin/PR-3398 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-26T08:05:54.280Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:05:54.295Z] > git checkout -f d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 [2021-04-26T08:05:54.611Z] > git remote # timeout=10 [2021-04-26T08:05:54.629Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T08:05:54.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:05:54.651Z] > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 [2021-04-26T08:05:55.001Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T08:05:55.021Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:05:55.030Z] > git checkout -f ffc8ce4fb934b14bc04e597db1a217b910431b61 # timeout=10 [2021-04-26T08:05:55.993Z] 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-04-26T08:05:59.367Z] Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" [2021-04-26T08:05:59.377Z] > git rev-list --no-walk d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T08:06:00.788Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:06:01.192Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:06:01.543Z] + sudo service docker restart [2021-04-26T08:06:01.543Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T08:06:03.558Z] provisioning config files... [2021-04-26T08:06:03.600Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5393638797824793998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:06:03.976Z] ---> docker-login.sh [2021-04-26T08:06:03.976Z] nexus3.edgexfoundry.org:10001 [2021-04-26T08:06:04.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:06:05.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:06:05.185Z] Configure a credential helper to remove this warning. See [2021-04-26T08:06:05.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:06:05.185Z] [2021-04-26T08:06:05.185Z] Login Succeeded [2021-04-26T08:06:05.185Z] nexus3.edgexfoundry.org:10002 [2021-04-26T08:06:05.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:06:05.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:06:05.733Z] Configure a credential helper to remove this warning. See [2021-04-26T08:06:05.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:06:05.733Z] [2021-04-26T08:06:05.733Z] Login Succeeded [2021-04-26T08:06:05.733Z] nexus3.edgexfoundry.org:10003 [2021-04-26T08:06:06.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:06:06.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:06:06.007Z] Configure a credential helper to remove this warning. See [2021-04-26T08:06:06.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:06:06.007Z] [2021-04-26T08:06:06.007Z] Login Succeeded [2021-04-26T08:06:06.007Z] nexus3.edgexfoundry.org:10004 [2021-04-26T08:06:06.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:06:06.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:06:06.607Z] Configure a credential helper to remove this warning. See [2021-04-26T08:06:06.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:06:06.607Z] [2021-04-26T08:06:06.607Z] Login Succeeded [2021-04-26T08:06:06.607Z] docker.io [2021-04-26T08:06:07.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:06:07.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:06:07.478Z] Configure a credential helper to remove this warning. See [2021-04-26T08:06:07.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:06:07.478Z] [2021-04-26T08:06:07.478Z] Login Succeeded [2021-04-26T08:06:07.478Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T08:06:07.495Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-26T08:06:07.771Z] ========================================================= [2021-04-26T08:06:07.771Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-26T08:06:07.771Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:06:08.105Z] + 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-04-26T08:06:08.390Z] 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-04-26T08:06:08.659Z] 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-04-26T08:06:10.616Z] 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-04-26T08:06:10.733Z] Sending build context to Docker daemon 167.4MB [2021-04-26T08:06:10.733Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T08:06:10.733Z] Step 2/6 : FROM ${BASE} [2021-04-26T08:06:10.733Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-26T08:06:10.733Z] 5f621e34cdf4: Pulling fs layer [2021-04-26T08:06:10.733Z] a4357932f1b6: Pulling fs layer [2021-04-26T08:06:10.733Z] 18c013af1878: Pulling fs layer [2021-04-26T08:06:10.733Z] 00ac8860ef70: Pulling fs layer [2021-04-26T08:06:10.733Z] 63d7cb157983: Pulling fs layer [2021-04-26T08:06:10.733Z] b116817d02f9: Pulling fs layer [2021-04-26T08:06:10.733Z] 745a02a5169b: Pulling fs layer [2021-04-26T08:06:10.733Z] 63d7cb157983: Waiting [2021-04-26T08:06:10.733Z] b116817d02f9: Waiting [2021-04-26T08:06:10.733Z] 745a02a5169b: Waiting [2021-04-26T08:06:10.733Z] 00ac8860ef70: Waiting [2021-04-26T08:06:10.733Z] 18c013af1878: Download complete [2021-04-26T08:06:10.733Z] a4357932f1b6: Verifying Checksum [2021-04-26T08:06:10.733Z] a4357932f1b6: Download complete [2021-04-26T08:06:10.733Z] 63d7cb157983: Verifying Checksum [2021-04-26T08:06:10.733Z] 63d7cb157983: Download complete [2021-04-26T08:06:10.733Z] 5f621e34cdf4: Verifying Checksum [2021-04-26T08:06:10.733Z] b116817d02f9: Verifying Checksum [2021-04-26T08:06:10.733Z] b116817d02f9: Download complete [2021-04-26T08:06:11.336Z] 5f621e34cdf4: Pull complete [2021-04-26T08:06:11.581Z] 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-04-26T08:06:11.937Z] a4357932f1b6: Pull complete [2021-04-26T08:06:12.212Z] 18c013af1878: Pull complete [2021-04-26T08:06:13.190Z] 745a02a5169b: Verifying Checksum [2021-04-26T08:06:13.190Z] 745a02a5169b: Download complete [2021-04-26T08:06:13.523Z] 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-04-26T08:06:13.796Z] 00ac8860ef70: Verifying Checksum [2021-04-26T08:06:13.796Z] 00ac8860ef70: Download complete [2021-04-26T08:06:15.496Z] 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-04-26T08:06:16.902Z] 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-04-26T08:06:18.888Z] 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-04-26T08:06:20.303Z] 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-04-26T08:06:21.715Z] 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-04-26T08:06:23.948Z] 00ac8860ef70: Pull complete [2021-04-26T08:06:23.948Z] 63d7cb157983: Pull complete [2021-04-26T08:06:24.224Z] b116817d02f9: Pull complete [Pipeline] } [2021-04-26T08:06:24.310Z] $ docker stop --time=1 21e0f279c780747a557579cc2f5e1d8d17cb748747c7662753cfc00088ce71c1 [2021-04-26T08:06:26.046Z] $ docker rm -f 21e0f279c780747a557579cc2f5e1d8d17cb748747c7662753cfc00088ce71c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:06:27.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:06:27.736Z] [2021-04-26T08:06:27.736Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:06:28.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:06:28.070Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-26T08:06:28.070Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-26T08:06:28.070Z] ca9280d653b3: Pulling fs layer [2021-04-26T08:06:28.070Z] 7e9c9ca2126c: Pulling fs layer [2021-04-26T08:06:28.340Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-26T08:06:28.340Z] cbdbe7a5bc2a: Download complete [2021-04-26T08:06:28.541Z] 745a02a5169b: Pull complete [2021-04-26T08:06:28.541Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-26T08:06:28.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-26T08:06:28.541Z] ---> b7e6874047d6 [2021-04-26T08:06:28.541Z] 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-04-26T08:06:28.927Z] ca9280d653b3: Verifying Checksum [2021-04-26T08:06:28.927Z] ca9280d653b3: Download complete [2021-04-26T08:06:28.927Z] cbdbe7a5bc2a: Pull complete [2021-04-26T08:06:30.383Z] ca9280d653b3: Pull complete [2021-04-26T08:06:30.383Z] 7e9c9ca2126c: Verifying Checksum [2021-04-26T08:06:30.383Z] 7e9c9ca2126c: Download complete [2021-04-26T08:06:31.177Z] ---> Running in 583a26b6c511 [2021-04-26T08:06:32.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:06:33.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:06:34.110Z] (1/12) Installing libmagic (5.38-r0) [2021-04-26T08:06:34.382Z] (2/12) Installing file (5.38-r0) [2021-04-26T08:06:34.382Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-26T08:06:34.655Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-26T08:06:38.033Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-26T08:06:38.305Z] (6/12) Installing patch (2.7.6-r6) [2021-04-26T08:06:38.305Z] (7/12) Installing build-base (0.5-r2) [2021-04-26T08:06:38.305Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-26T08:06:38.305Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-26T08:06:38.578Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-26T08:06:38.578Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-26T08:06:38.706Z] 7e9c9ca2126c: Pull complete [2021-04-26T08:06:38.706Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-26T08:06:38.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:06:38.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-26T08:06:38.851Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-26T08:06:38.851Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:06:38.851Z] OK: 217 MiB in 51 packages [2021-04-26T08:06:38.961Z] prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container [2021-04-26T08:06:39.058Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-26T08:06:41.750Z] $ docker top c3076e169a5ecb607ec9503aee0f14ed1952f394855bfbcb5520f2fc307ef9fc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:06:42.196Z] + docker-compose build --help [2021-04-26T08:06:42.196Z] + grep parallel [2021-04-26T08:06:43.187Z] Removing intermediate container 583a26b6c511 [2021-04-26T08:06:43.187Z] ---> 1703e40db1d6 [2021-04-26T08:06:43.187Z] Step 4/6 : WORKDIR /edgex-go [2021-04-26T08:06:43.187Z] ---> Running in ab09365986e5 [2021-04-26T08:06:43.470Z] Removing intermediate container ab09365986e5 [2021-04-26T08:06:43.471Z] ---> a5a7517764fb [2021-04-26T08:06:43.471Z] Step 5/6 : COPY go.mod . [2021-04-26T08:06:43.603Z] --parallel Build images in parallel. [Pipeline] } [2021-04-26T08:06:43.628Z] $ docker stop --time=1 c3076e169a5ecb607ec9503aee0f14ed1952f394855bfbcb5520f2fc307ef9fc [2021-04-26T08:06:44.070Z] ---> 891e7f249caa [2021-04-26T08:06:44.070Z] Step 6/6 : RUN go mod download [2021-04-26T08:06:44.364Z] ---> Running in 6024f2a12ac2 [2021-04-26T08:06:45.106Z] $ docker rm -f c3076e169a5ecb607ec9503aee0f14ed1952f394855bfbcb5520f2fc307ef9fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:06:45.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:06:45.645Z] . [Pipeline] withDockerContainer [2021-04-26T08:06:45.828Z] prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container [2021-04-26T08:06:45.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-26T08:06:46.884Z] $ docker top a3944737fa156c4d331b80ab77c034d547e53e6ab65557f3bd9bb68cb73eab71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:06:47.507Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-26T08:06:48.917Z] Building docker-core-command-go ... [2021-04-26T08:06:48.917Z] Building docker-core-data-go ... [2021-04-26T08:06:48.917Z] Building docker-core-metadata-go ... [2021-04-26T08:06:48.917Z] Building docker-security-bootstrapper-go ... [2021-04-26T08:06:48.917Z] Building docker-security-proxy-setup-go ... [2021-04-26T08:06:48.917Z] Building docker-security-secretstore-setup-go ... [2021-04-26T08:06:48.917Z] Building docker-support-notifications-go ... [2021-04-26T08:06:48.917Z] Building docker-support-scheduler-go ... [2021-04-26T08:06:48.917Z] Building docker-sys-mgmt-agent-go ... [2021-04-26T08:06:48.917Z] Building docker-security-proxy-setup-go [2021-04-26T08:06:48.917Z] Building docker-core-metadata-go [2021-04-26T08:06:48.917Z] Building docker-core-command-go [2021-04-26T08:06:48.917Z] Building docker-support-scheduler-go [2021-04-26T08:06:48.917Z] Building docker-sys-mgmt-agent-go [2021-04-26T08:07:11.188Z] Removing intermediate container 6024f2a12ac2 [2021-04-26T08:07:11.188Z] ---> 52fd2de8e31b [2021-04-26T08:07:11.188Z] Successfully built 52fd2de8e31b [2021-04-26T08:07:11.188Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:07:11.529Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T08:07:11.529Z] . [Pipeline] withDockerContainer [2021-04-26T08:07:11.765Z] prd-ubuntu18.04-docker-arm64-4c-16g-1777 does not seem to be running inside a container [2021-04-26T08:07:11.849Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T08:07:13.404Z] $ docker top 01cef3681acc7417b3e8b812a62d134fa87b564f43fc79a4df1318af86871ef5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:07:14.347Z] + go version [2021-04-26T08:07:14.347Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-26T08:07:14.372Z] $ docker stop --time=1 01cef3681acc7417b3e8b812a62d134fa87b564f43fc79a4df1318af86871ef5 [2021-04-26T08:07:16.209Z] $ docker rm -f 01cef3681acc7417b3e8b812a62d134fa87b564f43fc79a4df1318af86871ef5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:07:16.893Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T08:07:16.893Z] . [Pipeline] withDockerContainer [2021-04-26T08:07:17.181Z] prd-ubuntu18.04-docker-arm64-4c-16g-1777 does not seem to be running inside a container [2021-04-26T08:07:17.273Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T08:07:18.735Z] $ docker top c927c848b65305e4753abb8b612a347ef5bd97a6ef127e8b794616c6b3f61ea1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T08:07:19.042Z] ========================================================= [2021-04-26T08:07:19.042Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-26T08:07:19.042Z] ========================================================= [Pipeline] sh [2021-04-26T08:07:19.687Z] + make test [2021-04-26T08:07:19.687Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T08:07:27.817Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:07:27.817Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:07:27.817Z] ---> 97a3416ece01 [2021-04-26T08:07:27.817Z] Step 3/21 : WORKDIR /edgex-go [2021-04-26T08:07:27.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:07:27.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:07:27.817Z] ---> 97a3416ece01 [2021-04-26T08:07:27.817Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:07:27.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:07:27.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:07:27.817Z] ---> 97a3416ece01 [2021-04-26T08:07:27.817Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:07:27.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:07:27.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:07:27.817Z] ---> 97a3416ece01 [2021-04-26T08:07:27.817Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:07:27.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:07:27.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:07:27.817Z] ---> 97a3416ece01 [2021-04-26T08:07:27.817Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:07:28.083Z] ---> Running in d7c43d652e6d [2021-04-26T08:07:28.083Z] ---> Running in ca71b4b11b6c [2021-04-26T08:07:28.347Z] ---> Running in 965ecac6ae19 [2021-04-26T08:07:28.347Z] ---> Running in 6c4f43959b91 [2021-04-26T08:07:28.347Z] ---> Running in f5ea5ee99894 [2021-04-26T08:07:28.620Z] Removing intermediate container d7c43d652e6d [2021-04-26T08:07:28.620Z] ---> ad7772984a90 [2021-04-26T08:07:28.620Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:07:28.620Z] Removing intermediate container ca71b4b11b6c [2021-04-26T08:07:28.620Z] ---> 8396e154f41c [2021-04-26T08:07:28.620Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:07:28.890Z] Removing intermediate container 965ecac6ae19 [2021-04-26T08:07:28.890Z] ---> 46202114bcec [2021-04-26T08:07:28.890Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:07:28.890Z] Removing intermediate container f5ea5ee99894 [2021-04-26T08:07:28.890Z] ---> e1df189d150f [2021-04-26T08:07:28.891Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:07:28.891Z] Removing intermediate container 6c4f43959b91 [2021-04-26T08:07:28.891Z] ---> 8381457fdac5 [2021-04-26T08:07:28.891Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:07:28.891Z] ---> Running in 6006c1346c8d [2021-04-26T08:07:28.891Z] ---> Running in 45c9b02e9266 [2021-04-26T08:07:28.891Z] ---> Running in 5ec050d2f380 [2021-04-26T08:07:28.891Z] ---> Running in 08a2d8388bc4 [2021-04-26T08:07:28.891Z] ---> Running in 77535a7d44ce [2021-04-26T08:07:31.590Z] Removing intermediate container 6006c1346c8d [2021-04-26T08:07:31.590Z] ---> 538fd299b1bc [2021-04-26T08:07:31.590Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-26T08:07:31.590Z] Removing intermediate container 5ec050d2f380 [2021-04-26T08:07:31.590Z] ---> 1c006e8e3142 [2021-04-26T08:07:31.590Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-26T08:07:31.590Z] ---> Running in c999eab4f384 [2021-04-26T08:07:32.559Z] Removing intermediate container 45c9b02e9266 [2021-04-26T08:07:32.559Z] ---> 7fc35ac50668 [2021-04-26T08:07:32.559Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-26T08:07:32.559Z] ---> Running in 7dbaec92726d [2021-04-26T08:07:32.824Z] Removing intermediate container 77535a7d44ce [2021-04-26T08:07:32.824Z] ---> 9222e6c42d4d [2021-04-26T08:07:32.824Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:07:32.824Z] Removing intermediate container 08a2d8388bc4 [2021-04-26T08:07:32.824Z] ---> e157fb008437 [2021-04-26T08:07:32.824Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:07:33.187Z] ---> Running in 7b27037adbb4 [2021-04-26T08:07:33.187Z] ---> Running in 75e759355270 [2021-04-26T08:07:33.187Z] ---> Running in 3f372fb99699 [2021-04-26T08:07:33.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:33.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:33.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:34.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:34.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:34.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:34.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:34.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:34.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:34.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:07:34.858Z] OK: 233 MiB in 51 packages [2021-04-26T08:07:35.182Z] OK: 233 MiB in 51 packages [2021-04-26T08:07:35.182Z] OK: 233 MiB in 51 packages [2021-04-26T08:07:35.464Z] OK: 233 MiB in 51 packages [2021-04-26T08:07:35.730Z] OK: 233 MiB in 51 packages [2021-04-26T08:07:35.998Z] Removing intermediate container c999eab4f384 [2021-04-26T08:07:35.998Z] ---> 41cfc35c2267 [2021-04-26T08:07:35.998Z] Step 6/23 : COPY go.mod . [2021-04-26T08:07:36.273Z] Removing intermediate container 7dbaec92726d [2021-04-26T08:07:36.273Z] ---> ddbfa424af7f [2021-04-26T08:07:36.273Z] Step 6/21 : COPY go.mod . [2021-04-26T08:07:36.273Z] Removing intermediate container 7b27037adbb4 [2021-04-26T08:07:36.273Z] ---> 919357e839cd [2021-04-26T08:07:36.273Z] Step 6/22 : COPY go.mod . [2021-04-26T08:07:36.273Z] ---> d27ee60f6dcf [2021-04-26T08:07:36.273Z] Step 7/23 : RUN go mod download [2021-04-26T08:07:36.537Z] ---> Running in 078ac9b30550 [2021-04-26T08:07:36.537Z] ---> b6463e9e31e1 [2021-04-26T08:07:36.537Z] Step 7/21 : RUN go mod download [2021-04-26T08:07:36.537Z] Removing intermediate container 3f372fb99699 [2021-04-26T08:07:36.537Z] ---> 99c2954ad45b [2021-04-26T08:07:36.537Z] Step 6/23 : COPY go.mod . [2021-04-26T08:07:36.807Z] ---> 5b95a130cdbb [2021-04-26T08:07:36.807Z] Step 7/22 : RUN go mod download [2021-04-26T08:07:36.807Z] Removing intermediate container 75e759355270 [2021-04-26T08:07:36.807Z] ---> 9dfd6c549539 [2021-04-26T08:07:36.807Z] Step 6/23 : COPY go.mod . [2021-04-26T08:07:37.085Z] ---> Running in b2651c865248 [2021-04-26T08:07:37.085Z] ---> Running in 75dd0d017928 [2021-04-26T08:07:37.085Z] ---> 86cdfffa3daf [2021-04-26T08:07:37.085Z] Step 7/23 : RUN go mod download [2021-04-26T08:07:37.350Z] ---> Running in dc74784eb0ee [2021-04-26T08:07:37.350Z] ---> 348f8bbcae0d [2021-04-26T08:07:37.350Z] Step 7/23 : RUN go mod download [2021-04-26T08:07:37.623Z] ---> Running in f625ba7983ca [2021-04-26T08:07:40.440Z] Removing intermediate container f625ba7983ca [2021-04-26T08:07:40.440Z] ---> 42c6e9aa5d61 [2021-04-26T08:07:40.440Z] Step 8/23 : COPY . . [2021-04-26T08:07:40.440Z] Removing intermediate container b2651c865248 [2021-04-26T08:07:40.440Z] ---> 7a7bcdda0b39 [2021-04-26T08:07:40.440Z] Step 8/22 : COPY . . [2021-04-26T08:07:40.440Z] Removing intermediate container dc74784eb0ee [2021-04-26T08:07:40.440Z] ---> b01868747cd1 [2021-04-26T08:07:40.440Z] Step 8/23 : COPY . . [2021-04-26T08:07:40.440Z] Removing intermediate container 75dd0d017928 [2021-04-26T08:07:40.440Z] ---> 31967a6106ad [2021-04-26T08:07:40.440Z] Step 8/21 : COPY . . [2021-04-26T08:07:40.440Z] Removing intermediate container 078ac9b30550 [2021-04-26T08:07:40.440Z] ---> 12b9dd9fff29 [2021-04-26T08:07:40.440Z] Step 8/23 : COPY . . [2021-04-26T08:07:41.864Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-26T08:08:28.742Z] ---> b58813e29685 [2021-04-26T08:08:28.742Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-26T08:08:28.742Z] ---> Running in e51727f8f212 [2021-04-26T08:08:28.742Z] ---> caba01372636 [2021-04-26T08:08:28.742Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-26T08:08:28.742Z] ---> a979e069909f [2021-04-26T08:08:28.742Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-26T08:08:28.742Z] ---> d06c184c3c2a [2021-04-26T08:08:28.742Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-26T08:08:28.742Z] ---> b1db911fa268 [2021-04-26T08:08:28.742Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-26T08:08:28.742Z] ---> Running in 5b61bd34f456 [2021-04-26T08:08:28.742Z] ---> Running in 783d9d3b8bc7 [2021-04-26T08:08:28.742Z] ---> Running in 281921a58d6d [2021-04-26T08:08:28.742Z] ---> Running in 5c03c1e0bf1f [2021-04-26T08:08:28.742Z] 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-04-26T08:08:28.742Z] 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-04-26T08:08:28.742Z] 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-04-26T08:08:28.742Z] 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-04-26T08:08:28.742Z] 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-04-26T08:08:38.566Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-26T08:08:38.566Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-26T08:08:45.353Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-26T08:08:45.353Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-26T08:08:47.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-26T08:08:47.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-26T08:08:47.363Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-26T08:08:47.643Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-26T08:08:51.058Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-26T08:08:52.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-26T08:09:00.356Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-26T08:09:00.356Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-26T08:09:00.356Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-26T08:09:05.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.269s coverage: 45.9% of statements [2021-04-26T08:09:05.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-26T08:09:05.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-26T08:09:05.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-26T08:09:05.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-26T08:09:05.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-26T08:09:05.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-26T08:09:05.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements [2021-04-26T08:09:05.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.244s coverage: 100.0% of statements [2021-04-26T08:09:08.072Z] 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-04-26T08:09:12.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.519s coverage: 27.1% of statements [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-26T08:09:12.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-26T08:09:12.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.145s coverage: 100.0% of statements [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-26T08:09:12.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-26T08:09:14.003Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.262s coverage: 71.3% of statements [2021-04-26T08:09:14.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-26T08:09:14.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-26T08:09:15.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.570s coverage: 82.9% of statements [2021-04-26T08:09:15.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-26T08:09:15.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:09:15.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements [2021-04-26T08:09:15.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-26T08:09:18.401Z] Removing intermediate container 5b61bd34f456 [2021-04-26T08:09:18.401Z] ---> 030ba956c8a8 [2021-04-26T08:09:18.401Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-26T08:09:20.412Z] Removing intermediate container e51727f8f212 [2021-04-26T08:09:20.412Z] ---> 0223897f1178 [2021-04-26T08:09:20.412Z] [2021-04-26T08:09:20.412Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:09:20.679Z] 3.12: Pulling from library/alpine [2021-04-26T08:09:21.306Z] ---> Running in 72d2e503bf1b [2021-04-26T08:09:22.348Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:09:22.348Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:09:22.348Z] ---> 13621d1b12d4 [2021-04-26T08:09:22.348Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:09:23.393Z] Removing intermediate container 281921a58d6d [2021-04-26T08:09:23.393Z] ---> 94a2afa49859 [2021-04-26T08:09:23.393Z] [2021-04-26T08:09:23.393Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:09:23.393Z] ---> 13621d1b12d4 [2021-04-26T08:09:23.393Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:09:23.393Z] Removing intermediate container 783d9d3b8bc7 [2021-04-26T08:09:23.393Z] ---> 3276044feb85 [2021-04-26T08:09:23.393Z] [2021-04-26T08:09:23.393Z] Step 10/21 : FROM alpine:3.12 [2021-04-26T08:09:23.393Z] ---> 13621d1b12d4 [2021-04-26T08:09:23.393Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-26T08:09:24.007Z] ---> Running in 4328e18f6ee6 [2021-04-26T08:09:24.007Z] ---> Running in 6442fa991057 [2021-04-26T08:09:24.007Z] ---> Running in 69ff5ffd3739 [2021-04-26T08:09:24.656Z] Removing intermediate container 5c03c1e0bf1f [2021-04-26T08:09:24.656Z] ---> 4ebf031be682 [2021-04-26T08:09:24.656Z] [2021-04-26T08:09:24.656Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:09:24.656Z] ---> 13621d1b12d4 [2021-04-26T08:09:24.656Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:09:24.656Z] 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-04-26T08:09:24.953Z] ---> Running in a4bc876f2c98 [2021-04-26T08:09:26.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:26.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:26.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:26.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:26.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:26.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:26.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:26.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements [2021-04-26T08:09:26.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-26T08:09:26.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-26T08:09:26.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-26T08:09:26.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.523s coverage: 86.7% of statements [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-26T08:09:26.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.445s coverage: 97.5% of statements [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-26T08:09:26.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.230s coverage: 78.3% of statements [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-26T08:09:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-26T08:09:26.375Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:09:26.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:26.375Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:09:26.375Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:09:26.375Z] OK: 6 MiB in 15 packages [2021-04-26T08:09:26.375Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:09:26.375Z] OK: 6 MiB in 15 packages [2021-04-26T08:09:26.375Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-26T08:09:26.375Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:09:26.375Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-26T08:09:26.375Z] (4/4) Installing curl (7.76.1-r0) [2021-04-26T08:09:26.375Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:09:26.375Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:09:26.375Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:09:26.375Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:09:26.375Z] OK: 6 MiB in 15 packages [2021-04-26T08:09:26.375Z] OK: 7 MiB in 18 packages [2021-04-26T08:09:27.613Z] Removing intermediate container 72d2e503bf1b [2021-04-26T08:09:27.613Z] ---> 7c936075348f [2021-04-26T08:09:27.613Z] [2021-04-26T08:09:27.613Z] Step 11/23 : FROM docker:20.10.0 [2021-04-26T08:09:27.613Z] 20.10.0: Pulling from library/docker [2021-04-26T08:09:27.613Z] Removing intermediate container 4328e18f6ee6 [2021-04-26T08:09:27.613Z] ---> 4844043ccf32 [2021-04-26T08:09:27.613Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:09:28.747Z] ---> Running in c96706e41863 [2021-04-26T08:09:28.747Z] Removing intermediate container 6442fa991057 [2021-04-26T08:09:28.747Z] ---> 639ee2c6e7ce [2021-04-26T08:09:28.747Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:09:29.442Z] ---> Running in e04316a691ee [2021-04-26T08:09:29.442Z] Removing intermediate container a4bc876f2c98 [2021-04-26T08:09:29.442Z] ---> 51fb1a22b46f [2021-04-26T08:09:29.442Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:09:29.727Z] Removing intermediate container c96706e41863 [2021-04-26T08:09:29.727Z] ---> 106aeaebd684 [2021-04-26T08:09:29.727Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-26T08:09:29.727Z] Removing intermediate container 69ff5ffd3739 [2021-04-26T08:09:29.727Z] ---> 11849a2a5573 [2021-04-26T08:09:29.727Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:09:30.527Z] ---> Running in dc509d2cb1e6 [2021-04-26T08:09:30.527Z] ---> Running in a5affdc67610 [2021-04-26T08:09:30.527Z] ---> Running in 7210bae94429 [2021-04-26T08:09:30.527Z] Removing intermediate container e04316a691ee [2021-04-26T08:09:30.527Z] ---> 57cfc43d7f7b [2021-04-26T08:09:30.527Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-26T08:09:30.836Z] ---> Running in 3eb7338d5dee [2021-04-26T08:09:31.143Z] Removing intermediate container 7210bae94429 [2021-04-26T08:09:31.143Z] ---> 518e9b3987ec [2021-04-26T08:09:31.143Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:09:31.143Z] Removing intermediate container dc509d2cb1e6 [2021-04-26T08:09:31.143Z] ---> 418170981def [2021-04-26T08:09:31.143Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-26T08:09:31.143Z] Removing intermediate container a5affdc67610 [2021-04-26T08:09:31.143Z] ---> 8b00b770ed88 [2021-04-26T08:09:31.143Z] Step 13/21 : WORKDIR /edgex [2021-04-26T08:09:31.143Z] ---> Running in 880cb78a6aea [2021-04-26T08:09:31.485Z] ---> Running in 7ac8dc8eef34 [2021-04-26T08:09:31.485Z] ---> Running in c6f71ed82994 [2021-04-26T08:09:31.485Z] Removing intermediate container 3eb7338d5dee [2021-04-26T08:09:31.485Z] ---> 2fb9f2f69c88 [2021-04-26T08:09:31.485Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:09:31.843Z] ---> Running in 15114d3d5e98 [2021-04-26T08:09:32.997Z] Removing intermediate container 7ac8dc8eef34 [2021-04-26T08:09:32.997Z] ---> 900608de25f3 [2021-04-26T08:09:32.997Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:09:32.997Z] Removing intermediate container 880cb78a6aea [2021-04-26T08:09:32.997Z] ---> 5d1ad446d5b9 [2021-04-26T08:09:32.997Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:09:33.314Z] Removing intermediate container c6f71ed82994 [2021-04-26T08:09:33.314Z] ---> f58b29a571d4 [2021-04-26T08:09:33.314Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-26T08:09:33.314Z] Removing intermediate container 15114d3d5e98 [2021-04-26T08:09:33.314Z] ---> f82d8c19d8a6 [2021-04-26T08:09:33.314Z] Step 15/23 : WORKDIR / [2021-04-26T08:09:33.653Z] ---> Running in 270d3258a0be [2021-04-26T08:09:33.653Z] ---> Running in cc67fc02eb52 [2021-04-26T08:09:33.957Z] Removing intermediate container 270d3258a0be [2021-04-26T08:09:33.957Z] ---> 891cf0d0c681 [2021-04-26T08:09:33.957Z] Step 15/23 : WORKDIR / [2021-04-26T08:09:33.957Z] ---> 350b8caa6e42 [2021-04-26T08:09:33.957Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-26T08:09:34.255Z] ---> 9bd3d9945cef [2021-04-26T08:09:34.255Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-26T08:09:34.255Z] ---> Running in 6981b206ec47 [2021-04-26T08:09:34.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.209s coverage: 93.0% of statements [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-26T08:09:34.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-26T08:09:34.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.9% of statements [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-26T08:09:34.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-26T08:09:34.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.149s coverage: 47.1% of statements [2021-04-26T08:09:34.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.145s coverage: 79.5% of statements [2021-04-26T08:09:34.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.164s coverage: 94.1% of statements [2021-04-26T08:09:34.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.167s coverage: 96.3% of statements [2021-04-26T08:09:34.546Z] Removing intermediate container cc67fc02eb52 [2021-04-26T08:09:34.546Z] ---> 517cbe426e10 [2021-04-26T08:09:34.546Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:09:34.844Z] ---> 3f2d4caec3fa [2021-04-26T08:09:34.844Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-26T08:09:35.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.128s coverage: 87.5% of statements [2021-04-26T08:09:35.121Z] Removing intermediate container 6981b206ec47 [2021-04-26T08:09:35.121Z] ---> 24971a18f49d [2021-04-26T08:09:35.121Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:09:35.429Z] ---> 1e8cff2a637e [2021-04-26T08:09:35.429Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-26T08:09:35.429Z] ---> 875cb8d6932a [2021-04-26T08:09:35.429Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-26T08:09:35.715Z] ---> ddd442e6a071 [2021-04-26T08:09:35.715Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-26T08:09:35.984Z] ---> 9a2eee7d4939 [2021-04-26T08:09:35.984Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-26T08:09:35.984Z] ---> 62a169a9ef9c [2021-04-26T08:09:35.984Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-26T08:09:36.251Z] ---> Running in d300a0983024 [2021-04-26T08:09:36.520Z] ---> Running in c4cc5448fd8c [2021-04-26T08:09:36.520Z] ---> e3746a9c7184 [2021-04-26T08:09:36.520Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-26T08:09:36.520Z] Removing intermediate container d300a0983024 [2021-04-26T08:09:36.520Z] ---> d0b6e458c0d9 [2021-04-26T08:09:36.520Z] Step 18/21 : CMD ["--init=true"] [2021-04-26T08:09:36.805Z] ---> dbae6d722dcf [2021-04-26T08:09:36.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-26T08:09:36.805Z] ---> Running in a128cb908b93 [2021-04-26T08:09:36.805Z] Removing intermediate container c4cc5448fd8c [2021-04-26T08:09:36.805Z] ---> 0d80924a8d1d [2021-04-26T08:09:36.805Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:09:36.805Z] ---> 3d8c815ef688 [2021-04-26T08:09:36.805Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-26T08:09:37.077Z] ---> Running in e4ae7de1744d [2021-04-26T08:09:37.077Z] ---> Running in 41a41928efc0 [2021-04-26T08:09:37.077Z] ---> 40f6019b4ddb [2021-04-26T08:09:37.077Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-26T08:09:37.077Z] Removing intermediate container a128cb908b93 [2021-04-26T08:09:37.077Z] ---> ede6e3edbe24 [2021-04-26T08:09:37.077Z] Step 19/21 : LABEL arch=x86_64 [2021-04-26T08:09:37.373Z] Removing intermediate container e4ae7de1744d [2021-04-26T08:09:37.373Z] ---> 7c1cd0c83777 [2021-04-26T08:09:37.373Z] Step 20/22 : LABEL arch=x86_64 [2021-04-26T08:09:37.373Z] ---> Running in f2ab72eb180d [2021-04-26T08:09:37.373Z] ---> Running in fc9c48844769 [2021-04-26T08:09:37.373Z] Removing intermediate container 41a41928efc0 [2021-04-26T08:09:37.373Z] ---> 999b7b2111de [2021-04-26T08:09:37.373Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:09:37.660Z] ---> Running in 8a0cab266b6d [2021-04-26T08:09:37.660Z] ---> Running in 1207d2b0b09d [2021-04-26T08:09:37.660Z] Removing intermediate container f2ab72eb180d [2021-04-26T08:09:37.660Z] ---> 5bf04a5fbfe8 [2021-04-26T08:09:37.660Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:09:37.660Z] Removing intermediate container fc9c48844769 [2021-04-26T08:09:37.660Z] ---> 1c5211e3f558 [2021-04-26T08:09:37.660Z] Step 20/21 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:09:37.933Z] ---> Running in 32906a742c47 [2021-04-26T08:09:37.933Z] ---> Running in 4b39ca749b01 [2021-04-26T08:09:37.933Z] Removing intermediate container 8a0cab266b6d [2021-04-26T08:09:37.933Z] ---> 9365c7480b5f [2021-04-26T08:09:37.933Z] Step 21/22 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:09:37.933Z] Removing intermediate container 1207d2b0b09d [2021-04-26T08:09:37.933Z] ---> ee1e7db0a8bb [2021-04-26T08:09:37.933Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:09:38.220Z] ---> Running in 5fdb1357d6bf [2021-04-26T08:09:38.220Z] ---> Running in 56f27faf33c7 [2021-04-26T08:09:38.506Z] Removing intermediate container 4b39ca749b01 [2021-04-26T08:09:38.506Z] ---> c75bd4c7d772 [2021-04-26T08:09:38.506Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:09:38.506Z] Removing intermediate container 32906a742c47 [2021-04-26T08:09:38.506Z] ---> 4b3a088f34ec [2021-04-26T08:09:38.506Z] Step 21/21 : LABEL version=0.0.0 [2021-04-26T08:09:38.506Z] Removing intermediate container 5fdb1357d6bf [2021-04-26T08:09:38.506Z] ---> b9ab90e2c4d4 [2021-04-26T08:09:38.506Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:09:38.785Z] Removing intermediate container 56f27faf33c7 [2021-04-26T08:09:38.785Z] ---> bb09ba4b6362 [2021-04-26T08:09:38.785Z] Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:09:38.785Z] ---> Running in 3cb413a9e3d8 [2021-04-26T08:09:38.785Z] ---> Running in 31ff0a5541cc [2021-04-26T08:09:38.785Z] ---> Running in af72cb155802 [2021-04-26T08:09:38.785Z] ---> Running in f1483af87073 [2021-04-26T08:09:39.771Z] Removing intermediate container f1483af87073 [2021-04-26T08:09:39.771Z] ---> 897611687209 [2021-04-26T08:09:39.771Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:09:39.771Z] Removing intermediate container 31ff0a5541cc [2021-04-26T08:09:39.771Z] ---> 96ad881f7f2d [2021-04-26T08:09:39.771Z] [2021-04-26T08:09:39.771Z] Removing intermediate container af72cb155802 [2021-04-26T08:09:39.771Z] ---> d84894544d04 [2021-04-26T08:09:39.771Z] [2021-04-26T08:09:39.771Z] Removing intermediate container 3cb413a9e3d8 [2021-04-26T08:09:39.771Z] ---> 8c590216554f [2021-04-26T08:09:39.771Z] Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:09:39.771Z] ---> Running in 4e29f1e5f7ca [2021-04-26T08:09:40.036Z] ---> Running in 0ec5a474d707 [2021-04-26T08:09:40.314Z] Successfully built 96ad881f7f2d [2021-04-26T08:09:40.314Z] Removing intermediate container 4e29f1e5f7ca [2021-04-26T08:09:40.314Z] ---> 931ac0c5562e [2021-04-26T08:09:40.314Z] [2021-04-26T08:09:40.314Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-26T08:09:40.314Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-26T08:09:40.314Z] Removing intermediate container 0ec5a474d707 [2021-04-26T08:09:40.314Z] ---> 81c9a760d6f6 [2021-04-26T08:09:40.314Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:09:40.314Z] Successfully built d84894544d04 [2021-04-26T08:09:40.581Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-26T08:09:40.581Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-26T08:09:40.581Z] ---> Running in 5ad92b7cc667 [2021-04-26T08:09:40.581Z] Successfully built 931ac0c5562e [2021-04-26T08:09:40.581Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-26T08:09:40.581Z] Successfully tagged docker-core-command-go:latest [2021-04-26T08:09:40.581Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-04-26T08:09:40.581Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-26T08:09:40.581Z] ---> aefe523efa57 [2021-04-26T08:09:40.581Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:09:41.166Z] ---> Running in f14bd22c4a4e [2021-04-26T08:09:41.166Z] Removing intermediate container 5ad92b7cc667 [2021-04-26T08:09:41.166Z] ---> ec683c18a47a [2021-04-26T08:09:41.166Z] [2021-04-26T08:09:41.440Z] Successfully built ec683c18a47a [2021-04-26T08:09:41.440Z] Successfully tagged docker-core-metadata-go:latest [2021-04-26T08:09:41.440Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-04-26T08:09:41.440Z] Removing intermediate container f14bd22c4a4e [2021-04-26T08:09:41.440Z] ---> 6d2174196293 [2021-04-26T08:09:41.440Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-26T08:09:41.440Z] ---> Running in 91fb11783cf6 [2021-04-26T08:09:44.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:44.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:09:44.838Z] (1/39) Installing readline (8.0.4-r0) [2021-04-26T08:09:44.838Z] (2/39) Installing bash (5.0.17-r0) [2021-04-26T08:09:44.838Z] Executing bash-5.0.17-r0.post-install [2021-04-26T08:09:44.839Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:09:44.839Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-26T08:09:45.118Z] (5/39) Installing curl (7.76.1-r0) [2021-04-26T08:09:45.118Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-26T08:09:45.118Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-26T08:09:45.118Z] (8/39) Installing expat (2.2.9-r1) [2021-04-26T08:09:45.118Z] (9/39) Installing libffi (3.3-r2) [2021-04-26T08:09:45.119Z] (10/39) Installing gdbm (1.13-r1) [2021-04-26T08:09:45.119Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-26T08:09:45.119Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-26T08:09:45.119Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-26T08:09:50.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.230s coverage: 94.4% of statements [2021-04-26T08:09:50.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.161s coverage: 44.8% of statements [2021-04-26T08:09:51.993Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-26T08:09:51.993Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-26T08:09:51.993Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-26T08:09:51.993Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-26T08:09:51.993Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-26T08:09:51.993Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-26T08:09:51.993Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-26T08:09:51.993Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-26T08:09:51.993Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-26T08:09:51.993Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-26T08:09:51.993Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-26T08:09:51.993Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-26T08:09:51.993Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-26T08:09:51.993Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-26T08:09:51.993Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-26T08:09:51.993Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-26T08:09:52.288Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-26T08:09:52.288Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-26T08:09:52.288Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-26T08:09:52.288Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-26T08:09:52.288Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-26T08:09:52.288Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-26T08:09:52.288Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-26T08:09:52.288Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-26T08:09:52.288Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-26T08:09:52.288Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-26T08:09:52.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.473s coverage: 81.9% of statements [2021-04-26T08:09:52.815Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-26T08:09:56.565Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:09:56.842Z] OK: 72 MiB in 59 packages [2021-04-26T08:09:59.472Z] Collecting docker-compose==1.23.2 [2021-04-26T08:09:59.472Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-26T08:10:00.489Z] Collecting docopt<0.7,>=0.6.1 [2021-04-26T08:10:00.489Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-26T08:10:03.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.186s coverage: 92.9% of statements [2021-04-26T08:10:03.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-26T08:10:03.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-26T08:10:03.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.145s coverage: 75.5% of statements [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.197s coverage: 84.6% of statements [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.6% of statements [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.627s coverage: 64.4% of statements [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-26T08:10:03.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.137s coverage: 100.0% of statements [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-04-26T08:10:03.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-04-26T08:10:03.256Z] Collecting PyYAML<4,>=3.10 [2021-04-26T08:10:03.256Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-26T08:10:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2021-04-26T08:10:04.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2021-04-26T08:10:06.365Z] Collecting jsonschema<3,>=2.5.1 [2021-04-26T08:10:06.365Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-26T08:10:06.365Z] Collecting texttable<0.10,>=0.9.0 [2021-04-26T08:10:06.365Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-26T08:10:06.969Z] Collecting docker<4.0,>=3.6.0 [2021-04-26T08:10:07.256Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-26T08:10:07.528Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-26T08:10:07.528Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-26T08:10:08.575Z] Collecting cached-property<2,>=1.2.0 [2021-04-26T08:10:08.575Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-26T08:10:08.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.896s coverage: 69.0% of statements [2021-04-26T08:10:08.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-26T08:10:08.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-26T08:10:08.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-26T08:10:08.927Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-26T08:10:08.927Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-26T08:10:09.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.436s coverage: 38.4% of statements [2021-04-26T08:10:09.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-26T08:10:09.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-26T08:10:09.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements [2021-04-26T08:10:09.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-26T08:10:09.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.070s coverage: 84.8% of statements [2021-04-26T08:10:09.570Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-26T08:10:09.571Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-26T08:10:09.855Z] 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-04-26T08:10:10.141Z] Collecting docker-pycreds>=0.4.0 [2021-04-26T08:10:10.141Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-26T08:10:10.141Z] 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-04-26T08:10:10.427Z] Collecting idna<2.8,>=2.5 [2021-04-26T08:10:10.427Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-26T08:10:10.704Z] 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-04-26T08:10:10.704Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-26T08:10:10.704Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-26T08:10:10.980Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-26T08:10:10.980Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-26T08:10:10.980Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-26T08:10:10.980Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-26T08:10:11.292Z] Installing collected packages: docopt, PyYAML, jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-04-26T08:10:11.292Z] Running setup.py install for docopt: started [2021-04-26T08:10:13.443Z] Running setup.py install for docopt: finished with status 'done' [2021-04-26T08:10:13.443Z] Running setup.py install for PyYAML: started [2021-04-26T08:10:14.603Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-26T08:10:15.230Z] Running setup.py install for texttable: started [2021-04-26T08:10:15.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.458s coverage: 47.0% of statements [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-26T08:10:15.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-26T08:10:15.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-26T08:10:15.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.130s coverage: 9.6% of statements [2021-04-26T08:10:15.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-26T08:10:16.303Z] Running setup.py install for texttable: finished with status 'done' [2021-04-26T08:10:16.303Z] Attempting uninstall: idna [2021-04-26T08:10:16.303Z] Found existing installation: idna 2.9 [2021-04-26T08:10:16.579Z] Uninstalling idna-2.9: [2021-04-26T08:10:16.579Z] Successfully uninstalled idna-2.9 [2021-04-26T08:10:17.605Z] Attempting uninstall: urllib3 [2021-04-26T08:10:17.605Z] Found existing installation: urllib3 1.25.9 [2021-04-26T08:10:17.605Z] Uninstalling urllib3-1.25.9: [2021-04-26T08:10:17.605Z] Successfully uninstalled urllib3-1.25.9 [2021-04-26T08:10:18.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.480s coverage: 88.6% of statements [2021-04-26T08:10:18.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-26T08:10:18.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:10:18.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-26T08:10:18.756Z] Attempting uninstall: requests [2021-04-26T08:10:18.756Z] Found existing installation: requests 2.23.0 [2021-04-26T08:10:18.756Z] Uninstalling requests-2.23.0: [2021-04-26T08:10:18.756Z] Successfully uninstalled requests-2.23.0 [2021-04-26T08:10:22.314Z] Running setup.py install for dockerpty: started [2021-04-26T08:10:23.360Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:10:23.360Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:10:23.360Z] ---> 97a3416ece01 [2021-04-26T08:10:23.360Z] Step 3/24 : WORKDIR /edgex-go [2021-04-26T08:10:23.360Z] ---> Using cache [2021-04-26T08:10:23.360Z] ---> 8381457fdac5 [2021-04-26T08:10:23.360Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:10:23.360Z] ---> Using cache [2021-04-26T08:10:23.360Z] ---> 9222e6c42d4d [2021-04-26T08:10:23.672Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-26T08:10:23.672Z] ---> Using cache [2021-04-26T08:10:23.672Z] ---> 9dfd6c549539 [2021-04-26T08:10:23.672Z] Step 6/24 : COPY go.mod . [2021-04-26T08:10:23.672Z] ---> Using cache [2021-04-26T08:10:23.672Z] ---> 348f8bbcae0d [2021-04-26T08:10:23.672Z] Step 7/24 : RUN go mod download [2021-04-26T08:10:23.672Z] ---> Using cache [2021-04-26T08:10:23.672Z] ---> 42c6e9aa5d61 [2021-04-26T08:10:23.672Z] Step 8/24 : COPY . . [2021-04-26T08:10:23.673Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:10:23.673Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:10:23.673Z] ---> 97a3416ece01 [2021-04-26T08:10:23.673Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:10:23.673Z] ---> Using cache [2021-04-26T08:10:23.673Z] ---> 8381457fdac5 [2021-04-26T08:10:23.673Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:10:23.673Z] ---> Using cache [2021-04-26T08:10:23.673Z] ---> 9222e6c42d4d [2021-04-26T08:10:23.673Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-26T08:10:23.673Z] ---> Using cache [2021-04-26T08:10:23.673Z] ---> b58813e29685 [2021-04-26T08:10:23.673Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-26T08:10:23.941Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:10:23.941Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:10:23.941Z] ---> 97a3416ece01 [2021-04-26T08:10:23.941Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:10:23.941Z] ---> Using cache [2021-04-26T08:10:23.941Z] ---> 8381457fdac5 [2021-04-26T08:10:23.941Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:10:23.941Z] ---> Using cache [2021-04-26T08:10:23.941Z] ---> 9222e6c42d4d [2021-04-26T08:10:23.941Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-26T08:10:24.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.341s coverage: 28.7% of statements [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-26T08:10:24.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-26T08:10:24.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-26T08:10:24.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.153s coverage: 64.6% of statements [2021-04-26T08:10:24.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-26T08:10:24.531Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:10:24.531Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:10:24.531Z] ---> 97a3416ece01 [2021-04-26T08:10:24.531Z] Step 3/31 : WORKDIR /edgex-go [2021-04-26T08:10:24.531Z] ---> Using cache [2021-04-26T08:10:24.531Z] ---> 8381457fdac5 [2021-04-26T08:10:24.531Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:10:24.531Z] ---> Using cache [2021-04-26T08:10:24.531Z] ---> 9222e6c42d4d [2021-04-26T08:10:24.531Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-26T08:10:24.531Z] ---> Using cache [2021-04-26T08:10:24.531Z] ---> 9dfd6c549539 [2021-04-26T08:10:24.531Z] Step 6/31 : COPY go.mod . [2021-04-26T08:10:24.531Z] ---> Using cache [2021-04-26T08:10:24.531Z] ---> 348f8bbcae0d [2021-04-26T08:10:24.531Z] Step 7/31 : RUN go mod download [2021-04-26T08:10:24.531Z] ---> Using cache [2021-04-26T08:10:24.531Z] ---> 42c6e9aa5d61 [2021-04-26T08:10:24.531Z] Step 8/31 : COPY . . [2021-04-26T08:10:24.531Z] ---> Using cache [2021-04-26T08:10:24.531Z] ---> b58813e29685 [2021-04-26T08:10:24.531Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-26T08:10:24.531Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-26T08:10:25.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.397s coverage: 95.6% of statements [2021-04-26T08:10:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-26T08:10:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:10:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-26T08:10:25.012Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-26T08:10:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-26T08:10:25.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-04-26T08:10:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-26T08:10:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-26T08:10:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-26T08:10:25.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-26T08:10:25.145Z] ---> Running in 4dca3751ecf1 [2021-04-26T08:10:25.145Z] ---> Running in 85a6b96d2828 [2021-04-26T08:10:25.145Z] ---> Running in f9448e2c181d [2021-04-26T08:10:25.145Z] ---> Running in 66ae3ab8b1e9 [2021-04-26T08:10:25.412Z] 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-04-26T08:10:25.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-04-26T08:10:25.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-26T08:10:25.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-26T08:10:25.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-04-26T08:10:26.869Z] 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-04-26T08:10:27.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.106s coverage: 28.1% of statements [2021-04-26T08:10:27.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:10:27.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:10:27.150Z] 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-04-26T08:10:27.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-26T08:10:27.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:10:27.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:10:28.510Z] OK: 233 MiB in 51 packages [2021-04-26T08:10:28.510Z] OK: 233 MiB in 51 packages [2021-04-26T08:10:28.614Z] GO111MODULE=on go vet ./... [2021-04-26T08:10:30.541Z] Removing intermediate container 4dca3751ecf1 [2021-04-26T08:10:30.541Z] ---> 508b8924e339 [2021-04-26T08:10:30.541Z] Step 6/22 : COPY go.mod . [2021-04-26T08:10:30.816Z] Removing intermediate container 85a6b96d2828 [2021-04-26T08:10:30.816Z] ---> 6b78c73f9d11 [2021-04-26T08:10:30.816Z] Step 6/23 : COPY go.mod . [2021-04-26T08:10:31.803Z] ---> 330db57686bb [2021-04-26T08:10:31.803Z] Step 7/22 : RUN go mod download [2021-04-26T08:10:33.135Z] ---> 90ab1f6a6413 [2021-04-26T08:10:33.135Z] Step 7/23 : RUN go mod download [2021-04-26T08:10:33.507Z] ---> Running in da3673c4022b [2021-04-26T08:10:34.766Z] ---> Running in 158bf5616834 [2021-04-26T08:10:40.293Z] Removing intermediate container 158bf5616834 [2021-04-26T08:10:40.293Z] ---> 66fd6d15b11b [2021-04-26T08:10:40.293Z] Step 8/23 : COPY . . [2021-04-26T08:10:40.293Z] Removing intermediate container da3673c4022b [2021-04-26T08:10:40.293Z] ---> 93ea7146bc33 [2021-04-26T08:10:40.293Z] Step 8/22 : COPY . . [2021-04-26T08:11:02.942Z] 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-04-26T08:11:02.942Z] Removing intermediate container 91fb11783cf6 [2021-04-26T08:11:02.942Z] ---> bade039150cf [2021-04-26T08:11:02.942Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-26T08:11:04.966Z] ---> Running in 53fca4219790 [2021-04-26T08:11:06.438Z] Removing intermediate container 53fca4219790 [2021-04-26T08:11:06.438Z] ---> 489948c9623a [2021-04-26T08:11:06.438Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-26T08:11:08.535Z] ---> Running in 385b906a34f5 [2021-04-26T08:11:11.265Z] Removing intermediate container 385b906a34f5 [2021-04-26T08:11:11.265Z] ---> e92ab002449d [2021-04-26T08:11:11.265Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-26T08:11:18.082Z] ---> f0f743967db7 [2021-04-26T08:11:18.082Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-26T08:11:18.082Z] Removing intermediate container 66ae3ab8b1e9 [2021-04-26T08:11:18.082Z] ---> 4f1a4c1f2dbf [2021-04-26T08:11:18.082Z] [2021-04-26T08:11:18.082Z] Step 10/31 : FROM alpine:3.12 [2021-04-26T08:11:18.082Z] ---> 13621d1b12d4 [2021-04-26T08:11:18.082Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-26T08:11:18.082Z] ---> 1c32646f6a5a [2021-04-26T08:11:18.082Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-26T08:11:18.082Z] ---> 42d4b816c5f8 [2021-04-26T08:11:18.082Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-26T08:11:19.525Z] ---> Running in 56b39cc5b939 [2021-04-26T08:11:19.525Z] ---> Running in 40d9d647c9f0 [2021-04-26T08:11:19.525Z] ---> Running in bc05aabaa7f9 [2021-04-26T08:11:19.525Z] ---> d5f4428715dc [2021-04-26T08:11:19.525Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-26T08:11:20.138Z] Removing intermediate container f9448e2c181d [2021-04-26T08:11:20.138Z] ---> 82b51b10375a [2021-04-26T08:11:20.138Z] [2021-04-26T08:11:20.138Z] Step 10/24 : FROM alpine:3.12 [2021-04-26T08:11:20.138Z] ---> 13621d1b12d4 [2021-04-26T08:11:20.138Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-26T08:11:20.138Z] Removing intermediate container 56b39cc5b939 [2021-04-26T08:11:20.138Z] ---> fe53b51af4c9 [2021-04-26T08:11:20.138Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-26T08:11:20.138Z] ---> Running in 34d878fbd3fc [2021-04-26T08:11:20.443Z] ---> 8d027aae104e [2021-04-26T08:11:20.443Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-26T08:11:20.443Z] ---> Running in 6d58191d29e1 [2021-04-26T08:11:20.443Z] ---> Running in 48882238a681 [2021-04-26T08:11:20.721Z] 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-04-26T08:11:21.000Z] Removing intermediate container 48882238a681 [2021-04-26T08:11:21.000Z] ---> d05d77f311b1 [2021-04-26T08:11:21.000Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:11:21.000Z] 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-04-26T08:11:21.273Z] ---> Running in 130e2ee50641 [2021-04-26T08:11:21.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:11:21.553Z] Removing intermediate container 130e2ee50641 [2021-04-26T08:11:21.553Z] ---> 0abaf26c55f8 [2021-04-26T08:11:21.553Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:11:21.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:11:21.553Z] ---> Running in 869f1782db1f [2021-04-26T08:11:21.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:11:21.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:11:21.829Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-26T08:11:21.829Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:11:21.829Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-26T08:11:21.829Z] (4/6) Installing curl (7.76.1-r0) [2021-04-26T08:11:21.829Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:11:21.829Z] (6/6) Installing su-exec (0.2-r1) [2021-04-26T08:11:21.829Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:11:21.829Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:11:22.101Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:11:22.101Z] (2/2) Installing su-exec (0.2-r1) [2021-04-26T08:11:22.101Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:11:22.101Z] OK: 6 MiB in 16 packages [2021-04-26T08:11:22.368Z] OK: 7 MiB in 20 packages [2021-04-26T08:11:23.344Z] Removing intermediate container 869f1782db1f [2021-04-26T08:11:23.344Z] ---> 9f525c45a9ed [2021-04-26T08:11:23.344Z] Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:11:23.627Z] ---> Running in ab9ae35c0ce1 [2021-04-26T08:11:24.231Z] Removing intermediate container ab9ae35c0ce1 [2021-04-26T08:11:24.231Z] ---> 0eb684ba8b91 [2021-04-26T08:11:24.231Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:11:24.895Z] ---> Running in 7a9ba474de30 [2021-04-26T08:11:24.895Z] Removing intermediate container 6d58191d29e1 [2021-04-26T08:11:24.895Z] ---> e13f63211e7c [2021-04-26T08:11:24.895Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-26T08:11:24.895Z] Removing intermediate container 34d878fbd3fc [2021-04-26T08:11:24.895Z] ---> 320f56d72ff7 [2021-04-26T08:11:24.895Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:11:25.265Z] ---> Running in 416955bdcd45 [2021-04-26T08:11:25.543Z] ---> Running in c16837f05260 [2021-04-26T08:11:25.544Z] Removing intermediate container 7a9ba474de30 [2021-04-26T08:11:25.544Z] ---> f4495566bf1b [2021-04-26T08:11:25.544Z] [2021-04-26T08:11:26.147Z] Successfully built f4495566bf1b [2021-04-26T08:11:26.147Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-26T08:11:26.147Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 416955bdcd45 [2021-04-26T08:11:26.147Z] ---> d76385e77903 [2021-04-26T08:11:26.147Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-26T08:11:26.449Z] Removing intermediate container c16837f05260 [2021-04-26T08:11:26.449Z] ---> d144a348a42e [2021-04-26T08:11:26.449Z] Step 13/24 : WORKDIR / [2021-04-26T08:11:26.740Z] ---> Running in 88902a178c06 [2021-04-26T08:11:26.740Z] ---> Running in 0f887658b984 [2021-04-26T08:11:27.008Z] Removing intermediate container 88902a178c06 [2021-04-26T08:11:27.008Z] ---> cb4b34bbc519 [2021-04-26T08:11:27.008Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-26T08:11:27.277Z] Removing intermediate container 0f887658b984 [2021-04-26T08:11:27.277Z] ---> 6998c7db2765 [2021-04-26T08:11:27.277Z] 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-04-26T08:11:27.277Z] ---> Running in 03a0473879f1 [2021-04-26T08:11:27.908Z] ---> 6fe5ffd08ec9 [2021-04-26T08:11:27.908Z] 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-04-26T08:11:28.577Z] ---> f91788ea82a9 [2021-04-26T08:11:28.577Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-26T08:11:29.187Z] ---> 7dcead293959 [2021-04-26T08:11:29.187Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-26T08:11:29.471Z] Removing intermediate container 03a0473879f1 [2021-04-26T08:11:29.471Z] ---> e969730b8996 [2021-04-26T08:11:29.471Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-26T08:11:29.756Z] ---> Running in 2a8be9f5487e [2021-04-26T08:11:31.324Z] ---> 5ffa684ed480 [2021-04-26T08:11:31.324Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-26T08:11:31.324Z] Removing intermediate container 2a8be9f5487e [2021-04-26T08:11:31.324Z] ---> 87d233cd8a94 [2021-04-26T08:11:31.324Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-26T08:11:33.325Z] ---> a6e5005db875 [2021-04-26T08:11:33.325Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-26T08:11:33.325Z] ---> Running in dd4fabef8dd6 [2021-04-26T08:11:33.325Z] ---> 04b6515c32a1 [2021-04-26T08:11:33.325Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-26T08:11:34.352Z] ---> 26d7f3122eda [2021-04-26T08:11:34.352Z] 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-04-26T08:11:35.368Z] ---> Running in e30e65c36bc6 [2021-04-26T08:11:36.434Z] Removing intermediate container dd4fabef8dd6 [2021-04-26T08:11:36.434Z] ---> ad902e3cf3b5 [2021-04-26T08:11:36.434Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:11:37.164Z] ---> 0a1ad868a120 [2021-04-26T08:11:37.164Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-26T08:11:37.860Z] Removing intermediate container e30e65c36bc6 [2021-04-26T08:11:37.860Z] ---> 47a6ee021e2a [2021-04-26T08:11:37.860Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-26T08:11:38.192Z] ---> Running in 09267a5e2ce7 [2021-04-26T08:11:38.536Z] Removing intermediate container 09267a5e2ce7 [2021-04-26T08:11:38.536Z] ---> 532ec9d9860a [2021-04-26T08:11:38.536Z] Step 22/24 : LABEL arch=x86_64 [2021-04-26T08:11:38.841Z] ---> 13009fd54caa [2021-04-26T08:11:38.841Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-26T08:11:38.841Z] ---> Running in 02259217dc58 [2021-04-26T08:11:39.134Z] Removing intermediate container 02259217dc58 [2021-04-26T08:11:39.134Z] ---> d2b30a662043 [2021-04-26T08:11:39.134Z] Step 23/24 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:11:39.134Z] ---> Running in fabc62e07053 [2021-04-26T08:11:39.134Z] ---> d5341a3b8eed [2021-04-26T08:11:39.134Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-26T08:11:39.420Z] Removing intermediate container fabc62e07053 [2021-04-26T08:11:39.420Z] ---> 050a286c0eb6 [2021-04-26T08:11:39.420Z] Step 24/24 : LABEL version=0.0.0 [2021-04-26T08:11:39.420Z] ---> Running in c400f28b528e [2021-04-26T08:11:39.694Z] ---> 98bda8544949 [2021-04-26T08:11:39.694Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-26T08:11:39.974Z] Removing intermediate container c400f28b528e [2021-04-26T08:11:39.974Z] ---> a059b71c8003 [2021-04-26T08:11:39.974Z] [2021-04-26T08:11:40.252Z] ---> 783b376836ee [2021-04-26T08:11:40.252Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-26T08:11:40.252Z] Successfully built a059b71c8003 [2021-04-26T08:11:40.252Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-26T08:11:40.556Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b7b9b40ad9b9 [2021-04-26T08:11:40.932Z] Removing intermediate container b7b9b40ad9b9 [2021-04-26T08:11:40.932Z] ---> 022800de1d40 [2021-04-26T08:11:40.932Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-26T08:11:41.558Z] ---> f806896fcadb [2021-04-26T08:11:41.558Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-26T08:11:42.180Z] ---> Running in 04d8bb7db544 [2021-04-26T08:11:44.833Z] Removing intermediate container 04d8bb7db544 [2021-04-26T08:11:44.833Z] ---> 88ed02e7cc24 [2021-04-26T08:11:44.833Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-26T08:11:44.833Z] ---> Running in dd630d3ccc3e [2021-04-26T08:11:44.833Z] Removing intermediate container dd630d3ccc3e [2021-04-26T08:11:44.833Z] ---> 23440500d0d1 [2021-04-26T08:11:44.833Z] Step 28/31 : CMD ["gate"] [2021-04-26T08:11:45.106Z] ---> Running in 588312750ffe [2021-04-26T08:11:45.376Z] Removing intermediate container 588312750ffe [2021-04-26T08:11:45.376Z] ---> 1c809d4931f2 [2021-04-26T08:11:45.376Z] Step 29/31 : LABEL arch=x86_64 [2021-04-26T08:11:45.651Z] ---> Running in b42b9e2da134 [2021-04-26T08:11:46.240Z] Removing intermediate container b42b9e2da134 [2021-04-26T08:11:46.240Z] ---> 7ffcac724717 [2021-04-26T08:11:46.240Z] Step 30/31 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:11:46.240Z] ---> Running in 4a6ac4d67b71 [2021-04-26T08:11:46.509Z] Removing intermediate container 4a6ac4d67b71 [2021-04-26T08:11:46.509Z] ---> 600e700922bf [2021-04-26T08:11:46.509Z] Step 31/31 : LABEL version=0.0.0 [2021-04-26T08:11:46.786Z] ---> Running in 455aefc4e679 [2021-04-26T08:11:50.383Z] Removing intermediate container 455aefc4e679 [2021-04-26T08:11:50.383Z] ---> 8abd210ea84f [2021-04-26T08:11:50.383Z] [2021-04-26T08:11:50.383Z] Successfully built 8abd210ea84f [2021-04-26T08:11:50.398Z] gofmt -l . [2021-04-26T08:11:50.398Z] [ "`gofmt -l .`" = "" ] [2021-04-26T08:11:50.398Z] ./bin/test-go-mod-tidy.sh [2021-04-26T08:11:50.398Z] ./bin/test-attribution-txt.sh [2021-04-26T08:11:51.030Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-26T08:11:51.031Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 40d9d647c9f0 [2021-04-26T08:11:51.031Z] ---> 4a0893b2038e [2021-04-26T08:11:51.031Z] [2021-04-26T08:11:51.031Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:11:51.031Z] ---> 13621d1b12d4 [2021-04-26T08:11:51.031Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-26T08:11:51.298Z] ---> Running in 2be963c21be7 [2021-04-26T08:11:51.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:11:52.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:11:52.241Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-26T08:11:52.241Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:11:52.241Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:11:52.241Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] sh [2021-04-26T08:11:52.513Z] OK: 6 MiB in 16 packages [2021-04-26T08:11:53.137Z] + ls -al . [2021-04-26T08:11:53.137Z] total 840 [2021-04-26T08:11:53.137Z] drwxrwxr-x 9 1001 1001 4096 Apr 26 08:11 . [2021-04-26T08:11:53.137Z] drwxr-xr-x 4 root root 4096 Apr 26 08:07 .. [2021-04-26T08:11:53.137Z] -rw-rw-r-- 1 1001 1001 11 Apr 26 08:05 .dockerignore [2021-04-26T08:11:53.137Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 08:05 .git [2021-04-26T08:11:53.137Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 08:05 .github [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 818 Apr 26 08:05 .gitignore [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 08:05 .sonarcloud.properties [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 8609 Apr 26 08:05 Attribution.txt [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 08:05 CONTRIBUTING.md [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 931 Apr 26 08:05 Dockerfile.build [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 863 Apr 26 08:05 Jenkinsfile [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 08:05 LICENSE [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 5774 Apr 26 08:05 Makefile [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 7978 Apr 26 08:05 README.md [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 6755 Apr 26 08:05 SECURITY.md [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 08:02 VERSION [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 4131 Apr 26 08:05 ZMQWindows.md [2021-04-26T08:11:53.138Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 08:05 bin [2021-04-26T08:11:53.138Z] drwxrwxr-x 14 1001 1001 4096 Apr 26 08:05 cmd [2021-04-26T08:11:53.138Z] -rw-r--r-- 1 root root 704315 Apr 26 08:10 coverage.out [2021-04-26T08:11:53.138Z] -rw-r--r-- 1 root root 1060 Apr 26 08:11 go.mod [2021-04-26T08:11:53.138Z] -rw-r--r-- 1 root root 22420 Apr 26 08:11 go.sum [2021-04-26T08:11:53.138Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 08:05 internal [2021-04-26T08:11:53.138Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 08:05 openapi [2021-04-26T08:11:53.138Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 08:05 snap [2021-04-26T08:11:53.138Z] -rw-rw-r-- 1 1001 1001 168 Apr 26 08:05 version.go [Pipeline] sh [2021-04-26T08:11:53.868Z] + '[' -e coverage.out ] [2021-04-26T08:11:53.868Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-26T08:11:53.898Z] Warning: overwriting stash ‘coverage-report’ [2021-04-26T08:11:54.489Z] Removing intermediate container bc05aabaa7f9 [2021-04-26T08:11:54.489Z] ---> 4a498e440083 [2021-04-26T08:11:54.489Z] [2021-04-26T08:11:54.489Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:11:54.489Z] ---> 13621d1b12d4 [2021-04-26T08:11:54.489Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-26T08:11:54.768Z] ---> Running in 3b10d4be510c [2021-04-26T08:11:54.768Z] Removing intermediate container 2be963c21be7 [2021-04-26T08:11:54.768Z] ---> e03868c423ff [2021-04-26T08:11:54.768Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:11:54.768Z] ---> Running in 35b385bc3840 [2021-04-26T08:11:54.768Z] Removing intermediate container 3b10d4be510c [2021-04-26T08:11:54.768Z] ---> 6111897d37fb [2021-04-26T08:11:54.768Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-26T08:11:55.042Z] ---> Running in 4b21b98d82d8 [2021-04-26T08:11:55.042Z] Removing intermediate container 35b385bc3840 [2021-04-26T08:11:55.042Z] ---> 2280c55ca467 [2021-04-26T08:11:55.042Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-26T08:11:55.042Z] ---> Running in bdb48a863605 [2021-04-26T08:11:55.055Z] Stashed 1 file(s) [Pipeline] sh [2021-04-26T08:11:55.320Z] Removing intermediate container 4b21b98d82d8 [2021-04-26T08:11:55.320Z] ---> c2f6d5fdd0c3 [2021-04-26T08:11:55.320Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-26T08:11:55.320Z] ---> Running in 1af0f3919175 [2021-04-26T08:11:55.320Z] Removing intermediate container bdb48a863605 [2021-04-26T08:11:55.320Z] ---> 7f524a242577 [2021-04-26T08:11:55.320Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:11:55.601Z] Removing intermediate container 1af0f3919175 [2021-04-26T08:11:55.601Z] ---> 898a34b8ade2 [2021-04-26T08:11:55.601Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:11:55.601Z] ---> Running in 185d1089c096 [2021-04-26T08:11:55.601Z] ---> Running in 89dbe9006c09 [2021-04-26T08:11:55.695Z] + make build [2021-04-26T08:11:55.696Z] 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-04-26T08:11:55.880Z] Removing intermediate container 185d1089c096 [2021-04-26T08:11:55.880Z] ---> dc39466d191f [2021-04-26T08:11:55.880Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:11:56.167Z] ---> 6f67ea9a4f62 [2021-04-26T08:11:56.167Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-26T08:11:57.135Z] ---> 2c1e9a6903d9 [2021-04-26T08:11:57.135Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-26T08:11:57.135Z] Removing intermediate container 89dbe9006c09 [2021-04-26T08:11:57.135Z] ---> 11415b6b5d37 [2021-04-26T08:11:57.135Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-26T08:11:57.135Z] ---> Running in d1f15936b54a [2021-04-26T08:11:57.415Z] ---> 95f6378e8051 [2021-04-26T08:11:57.415Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-26T08:11:57.415Z] ---> Running in 19bcd567f19d [2021-04-26T08:11:57.682Z] Removing intermediate container 19bcd567f19d [2021-04-26T08:11:57.682Z] ---> fd72254a5c11 [2021-04-26T08:11:57.682Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:11:57.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:11:57.682Z] ---> Running in 4885b84bfbd2 [2021-04-26T08:11:58.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:11:58.534Z] Removing intermediate container 4885b84bfbd2 [2021-04-26T08:11:58.534Z] ---> 7c5a6d872827 [2021-04-26T08:11:58.534Z] Step 20/22 : LABEL arch=x86_64 [2021-04-26T08:11:58.534Z] ---> Running in 2e00dd04adf0 [2021-04-26T08:11:58.835Z] Removing intermediate container 2e00dd04adf0 [2021-04-26T08:11:58.835Z] ---> 320cc5ff44a6 [2021-04-26T08:11:58.835Z] Step 21/22 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:11:58.835Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:11:58.835Z] ---> Running in d3564c1727b0 [2021-04-26T08:11:59.103Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-26T08:11:59.103Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-26T08:11:59.103Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-26T08:11:59.373Z] Removing intermediate container d3564c1727b0 [2021-04-26T08:11:59.373Z] ---> 21ecfa5d2e88 [2021-04-26T08:11:59.373Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:11:59.373Z] ---> Running in ed326bdbf4ae [2021-04-26T08:11:59.642Z] Removing intermediate container ed326bdbf4ae [2021-04-26T08:11:59.642Z] ---> 9f97a9727a80 [2021-04-26T08:11:59.642Z] [2021-04-26T08:11:59.910Z] Successfully built 9f97a9727a80 [2021-04-26T08:11:59.910Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T08:11:59.910Z] Successfully tagged docker-support-notifications-go:latest [2021-04-26T08:12:00.177Z]  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-04-26T08:12:00.177Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:12:00.177Z] OK: 8 MiB in 20 packages [2021-04-26T08:12:00.758Z] Removing intermediate container d1f15936b54a [2021-04-26T08:12:00.758Z] ---> 7a07e2357962 [2021-04-26T08:12:00.758Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:12:01.024Z] ---> 91fcea29fca7 [2021-04-26T08:12:01.024Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-26T08:12:02.026Z] ---> 52a8eda05429 [2021-04-26T08:12:02.026Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-26T08:12:02.307Z] ---> 580f45840912 [2021-04-26T08:12:02.307Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-26T08:12:02.307Z] ---> Running in 470cdb3a5b6b [2021-04-26T08:12:02.583Z] Removing intermediate container 470cdb3a5b6b [2021-04-26T08:12:02.583Z] ---> b90ed20ef2c9 [2021-04-26T08:12:02.583Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:12:02.583Z] ---> Running in 0302427c1ca5 [2021-04-26T08:12:04.024Z] Removing intermediate container 0302427c1ca5 [2021-04-26T08:12:04.024Z] ---> 75916ad7d82f [2021-04-26T08:12:04.024Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:12:04.024Z] ---> Running in f8236d00b82a [2021-04-26T08:12:04.024Z] Removing intermediate container f8236d00b82a [2021-04-26T08:12:04.024Z] ---> 7e4b2756a95b [2021-04-26T08:12:04.024Z] Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:12:04.288Z] ---> Running in 41e2d73a02f3 [2021-04-26T08:12:04.288Z] Removing intermediate container 41e2d73a02f3 [2021-04-26T08:12:04.288Z] ---> 5f8b63cb046e [2021-04-26T08:12:04.289Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:12:04.553Z] ---> Running in 7a25f5bf43ea [2021-04-26T08:12:04.553Z] Removing intermediate container 7a25f5bf43ea [2021-04-26T08:12:04.553Z] ---> 4df4c1b54261 [2021-04-26T08:12:04.553Z] [2021-04-26T08:12:04.817Z] Successfully built 4df4c1b54261 [2021-04-26T08:12:04.817Z] Successfully tagged docker-core-data-go:latest [2021-04-26T08:12:05.632Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-26T08:12:05.706Z] $ docker stop --time=1 a3944737fa156c4d331b80ab77c034d547e53e6ab65557f3bd9bb68cb73eab71 [2021-04-26T08:12:05.846Z] 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-04-26T08:12:07.789Z] $ docker rm -f a3944737fa156c4d331b80ab77c034d547e53e6ab65557f3bd9bb68cb73eab71 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T08:12:08.430Z] + grep docker [2021-04-26T08:12:08.430Z] + docker images [2021-04-26T08:12:09.006Z] docker-core-data-go latest 4df4c1b54261 4 seconds ago 22.9MB [2021-04-26T08:12:09.006Z] docker-support-notifications-go latest 9f97a9727a80 9 seconds ago 18.2MB [2021-04-26T08:12:09.006Z] docker-security-bootstrapper-go latest 8abd210ea84f 21 seconds ago 19.3MB [2021-04-26T08:12:09.006Z] docker-security-secretstore-setup-go latest a059b71c8003 29 seconds ago 26.3MB [2021-04-26T08:12:09.006Z] docker-sys-mgmt-agent-go latest f4495566bf1b 43 seconds ago 312MB [2021-04-26T08:12:09.006Z] docker-core-metadata-go latest ec683c18a47a 2 minutes ago 19.2MB [2021-04-26T08:12:09.006Z] docker-support-scheduler-go latest d84894544d04 2 minutes ago 17.7MB [2021-04-26T08:12:09.006Z] docker-core-command-go latest 931ac0c5562e 2 minutes ago 17.5MB [2021-04-26T08:12:09.006Z] docker-security-proxy-setup-go latest 96ad881f7f2d 2 minutes ago 26MB [2021-04-26T08:12:09.006Z] docker 20.10.0 aefe523efa57 4 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-04-26T08:12:24.381Z] Still waiting to schedule task [2021-04-26T08:12:24.382Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-26T08:12:32.665Z] 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-04-26T08:12:33.641Z] 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-04-26T08:12:40.351Z] 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-04-26T08:12:40.947Z] 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-04-26T08:12:46.351Z] 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-04-26T08:12:51.739Z] 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-04-26T08:12:57.129Z] 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-04-26T08:13:01.427Z] 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-04-26T08:13:04.806Z] 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-04-26T08:13:09.110Z] 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-04-26T08:13:15.838Z] $ docker stop --time=1 c927c848b65305e4753abb8b612a347ef5bd97a6ef127e8b794616c6b3f61ea1 [2021-04-26T08:13:17.663Z] Running on prd-ubuntu18.04-docker-8c-8g-1778 in /w/workspace/edgexfoundry_edgex-go_PR-3398 [2021-04-26T08:13:18.355Z] $ docker rm -f c927c848b65305e4753abb8b612a347ef5bd97a6ef127e8b794616c6b3f61ea1 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-04-26T08:13:19.622Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:13:20.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:13:20.054Z] [2021-04-26T08:13:20.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:13:20.414Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:13:20.414Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-26T08:13:20.414Z] 29e5d40040c1: Pulling fs layer [2021-04-26T08:13:20.414Z] 1ce36da41761: Pulling fs layer [2021-04-26T08:13:20.414Z] 25b303627fd3: Pulling fs layer [2021-04-26T08:13:21.009Z] 29e5d40040c1: Verifying Checksum [2021-04-26T08:13:21.009Z] 29e5d40040c1: Download complete [2021-04-26T08:13:21.282Z] 1ce36da41761: Verifying Checksum [2021-04-26T08:13:21.282Z] 1ce36da41761: Download complete [2021-04-26T08:13:21.557Z] 29e5d40040c1: Pull complete [2021-04-26T08:13:21.973Z] using credential edgex-jenkins-ssh [2021-04-26T08:13:21.992Z] Cloning the remote Git repository [2021-04-26T08:13:22.002Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:13:22.067Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-26T08:13:22.995Z] 1ce36da41761: Pull complete [2021-04-26T08:13:22.995Z] 25b303627fd3: Verifying Checksum [2021-04-26T08:13:22.995Z] 25b303627fd3: Download complete [2021-04-26T08:13:22.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:13:22.099Z] > git --version # timeout=10 [2021-04-26T08:13:22.105Z] > git --version # 'git version 2.17.1' [2021-04-26T08:13:22.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:13:22.126Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:13:33.165Z] 25b303627fd3: Pull complete [2021-04-26T08:13:33.165Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-26T08:13:33.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:13:33.165Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-26T08:13:33.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-1777 does not seem to be running inside a container [2021-04-26T08:13:33.502Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-26T08:13:33.913Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:13:33.919Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:13:33.928Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:13:33.943Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:13:33.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:13:33.948Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3398/head:refs/remotes/origin/PR-3398 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-26T08:13:34.427Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit d6d173bd5c855aba92705912408ca4da5de9fb7e [2021-04-26T08:13:34.599Z] Merge succeeded, producing e4b8469b4267b024fd76fa8ac659da30018eb51f [2021-04-26T08:13:34.599Z] Checking out Revision e4b8469b4267b024fd76fa8ac659da30018eb51f (PR-3398) [2021-04-26T08:13:34.434Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:13:34.439Z] > git checkout -f d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 [2021-04-26T08:13:34.511Z] > git remote # timeout=10 [2021-04-26T08:13:34.518Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T08:13:34.523Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:13:34.528Z] > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 [2021-04-26T08:13:34.593Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T08:13:34.601Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:13:34.607Z] > git checkout -f e4b8469b4267b024fd76fa8ac659da30018eb51f # timeout=10 [2021-04-26T08:13:36.372Z] $ docker top 821fb511a465a5a08f4963400c1ab6cc01cbf0e40924e2495ce95706da837098 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:13:37.261Z] + grep parallel [2021-04-26T08:13:37.261Z] + docker-compose build --help [2021-04-26T08:13:38.199Z] Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" [2021-04-26T08:13:38.203Z] > git rev-list --no-walk d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:13:39.211Z] + echo snap-build.sh [2021-04-26T08:13:39.212Z] snap-build.sh [2021-04-26T08:13:39.212Z] + SNAP_BASE_DIR=. [2021-04-26T08:13:39.212Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-26T08:13:39.212Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-26T08:13:39.212Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-26T08:13:39.212Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-26T08:13:39.212Z] + cd /w/workspace/edgex-go/2 [2021-04-26T08:13:39.212Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-26T08:13:39.212Z] Reading package lists... [2021-04-26T08:13:39.212Z] Building dependency tree... [2021-04-26T08:13:39.212Z] Reading state information... [2021-04-26T08:13:39.472Z] The following packages were automatically installed and are no longer required: [2021-04-26T08:13:39.472Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-26T08:13:39.472Z] uidmap xdelta3 [2021-04-26T08:13:39.472Z] Use 'sudo apt autoremove' to remove them. [2021-04-26T08:13:39.472Z] The following packages will be REMOVED: [2021-04-26T08:13:39.472Z] lxd* lxd-client* [2021-04-26T08:13:40.045Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-26T08:13:40.045Z] After this operation, 31.7 MB disk space will be freed. [2021-04-26T08:13:40.624Z] --parallel Build images in parallel. [Pipeline] } [2021-04-26T08:13:40.641Z] $ docker stop --time=1 821fb511a465a5a08f4963400c1ab6cc01cbf0e40924e2495ce95706da837098 [2021-04-26T08:13:40.827Z] (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-04-26T08:13:40.827Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:13:41.771Z] Removing lxd dnsmasq configuration [2021-04-26T08:13:41.771Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:13:42.032Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-26T08:13:42.541Z] $ docker rm -f 821fb511a465a5a08f4963400c1ab6cc01cbf0e40924e2495ce95706da837098 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:13:42.975Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-26T08:13:42.975Z] (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-04-26T08:13:42.975Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:13:43.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:13:43.158Z] . [Pipeline] withDockerContainer [2021-04-26T08:13:43.392Z] prd-ubuntu18.04-docker-arm64-4c-16g-1777 does not seem to be running inside a container [2021-04-26T08:13:43.461Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-26T08:13:44.364Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-26T08:13:44.364Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-26T08:13:44.748Z] $ docker top 944b6c660db77b8c1df77f880c8c4281937ef52e6d2ff6b07b36829066fd7cb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:13:45.640Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-26T08:13:45.747Z] + sudo snap remove --purge lxd [2021-04-26T08:13:45.747Z] snap "lxd" is not installed [2021-04-26T08:13:45.747Z] + sudo groupadd --force --system lxd [2021-04-26T08:13:45.747Z] ++ whoami [2021-04-26T08:13:45.747Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-26T08:13:45.747Z] + newgrp - lxd [2021-04-26T08:13:45.747Z] + sudo snap install lxd [2021-04-26T08:13:49.919Z] Building docker-core-command-go ... [2021-04-26T08:13:49.919Z] Building docker-core-data-go ... [2021-04-26T08:13:49.919Z] Building docker-core-metadata-go ... [2021-04-26T08:13:49.920Z] Building docker-security-bootstrapper-go ... [2021-04-26T08:13:49.920Z] Building docker-security-proxy-setup-go ... [2021-04-26T08:13:49.920Z] Building docker-security-secretstore-setup-go ... [2021-04-26T08:13:49.920Z] Building docker-support-notifications-go ... [2021-04-26T08:13:49.920Z] Building docker-support-scheduler-go ... [2021-04-26T08:13:49.920Z] Building docker-sys-mgmt-agent-go ... [2021-04-26T08:13:49.920Z] Building docker-support-scheduler-go [2021-04-26T08:13:49.920Z] Building docker-support-notifications-go [2021-04-26T08:13:49.920Z] Building docker-security-bootstrapper-go [2021-04-26T08:13:49.920Z] Building docker-security-proxy-setup-go [2021-04-26T08:13:49.920Z] Building docker-core-data-go [2021-04-26T08:13:53.890Z] 2021-04-26T08:13:51Z INFO Waiting for automatic snapd restart... [2021-04-26T08:14:06.166Z] lxd 4.13 from Canonical* installed [2021-04-26T08:14:06.166Z] + sudo lxd init --auto [2021-04-26T08:14:14.905Z] + sudo snap install --classic snapcraft [2021-04-26T08:14:19.106Z] snapcraft 4.6.2 from Canonical* installed [2021-04-26T08:14:19.107Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-26T08:14:19.107Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-26T08:14:19.107Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T08:14:19.107Z] Dload Upload Total Spent Left Speed [2021-04-26T08:14:19.107Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 8250 0 --:--:-- --:--:-- --:--:-- 8250 [2021-04-26T08:14:19.107Z] 1 3325k 1 58789 0 0 490k 0 0:00:06 --:--:-- 0:00:06 490k 100 3325k 100 3325k 0 0 18.1M 0 --:--:-- --:--:-- --:--:-- 51.4M [2021-04-26T08:14:19.107Z] ./yq_linux_amd64 [2021-04-26T08:14:19.107Z] + sudo snapcraft prime --use-lxd [2021-04-26T08:14:21.018Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-26T08:14:21.018Z] 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-04-26T08:14:21.018Z] - README.md [2021-04-26T08:14:21.018Z] [2021-04-26T08:14:21.018Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-26T08:14:21.279Z] Launching a container. [2021-04-26T08:14:33.518Z] Waiting for container to be ready [2021-04-26T08:14:33.518Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-26T08:14:33.518Z] [2021-04-26T08:14:36.067Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-26T08:14:36.642Z] Waiting for network to be ready... [2021-04-26T08:14:36.907Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-26T08:14:37.174Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-26T08:14:37.174Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-26T08:14:37.174Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-26T08:14:37.174Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-26T08:14:37.174Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-26T08:14:37.174Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-26T08:14:37.174Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-26T08:14:37.174Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-26T08:14:37.438Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-26T08:14:37.698Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-26T08:14:37.698Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-26T08:14:37.959Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-26T08:14:37.959Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-26T08:14:37.959Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-26T08:14:37.959Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-26T08:14:37.959Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-26T08:14:37.959Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-26T08:14:38.529Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-26T08:14:38.791Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-26T08:14:38.791Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-26T08:14:38.791Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-26T08:14:38.791Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-26T08:14:38.791Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-26T08:14:38.791Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-26T08:14:38.791Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-26T08:14:39.052Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-26T08:14:40.966Z] Fetched 24.4 MB in 4s (6238 kB/s) [2021-04-26T08:14:41.538Z] Reading package lists... [2021-04-26T08:14:41.799Z] Reading package lists... [2021-04-26T08:14:42.059Z] Building dependency tree... [2021-04-26T08:14:42.059Z] Reading state information... [2021-04-26T08:14:42.321Z] The following additional packages will be installed: [2021-04-26T08:14:42.321Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-26T08:14:42.321Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-26T08:14:42.321Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-26T08:14:42.321Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-26T08:14:42.321Z] Suggested packages: [2021-04-26T08:14:42.321Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-26T08:14:42.321Z] Recommended packages: [2021-04-26T08:14:42.321Z] gnupg libsasl2-modules [2021-04-26T08:14:42.321Z] The following NEW packages will be installed: [2021-04-26T08:14:42.321Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-26T08:14:42.321Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-26T08:14:42.321Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-26T08:14:42.321Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-26T08:14:42.321Z] The following packages will be upgraded: [2021-04-26T08:14:42.321Z] gpg gpg-agent gpgconf libudev1 [2021-04-26T08:14:42.321Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-26T08:14:42.321Z] Need to get 3529 kB of archives. [2021-04-26T08:14:42.321Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-26T08:14:42.321Z] 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-04-26T08:14:42.321Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-26T08:14:42.321Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-26T08:14:42.321Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-26T08:14:42.582Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-26T08:14:42.842Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-26T08:14:43.104Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-26T08:14:43.366Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-26T08:14:43.366Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-26T08:14:43.366Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-26T08:14:43.366Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-26T08:14:43.366Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-26T08:14:43.366Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-26T08:14:43.366Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-26T08:14:43.366Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-26T08:14:43.366Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-26T08:14:43.366Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-26T08:14:43.366Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-26T08:14:43.366Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-26T08:14:43.366Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-26T08:14:43.366Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-26T08:14:43.366Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-26T08:14:43.627Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:14:43.627Z] Fetched 3529 kB in 1s (3137 kB/s) [2021-04-26T08:14:43.627Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-26T08:14:43.627Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:14:43.627Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:14:43.888Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-26T08:14:43.888Z] Selecting previously unselected package udev. [2021-04-26T08:14:43.888Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-26T08:14:43.888Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:14:43.888Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-26T08:14:44.149Z] Selecting previously unselected package libfuse2:amd64. [2021-04-26T08:14:44.149Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-26T08:14:44.149Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-26T08:14:44.149Z] Selecting previously unselected package fuse. [2021-04-26T08:14:44.149Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-26T08:14:44.149Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-26T08:14:44.410Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:14:44.410Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:14:44.410Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:14:44.410Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:14:44.671Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:14:44.671Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:14:44.671Z] Selecting previously unselected package libksba8:amd64. [2021-04-26T08:14:44.671Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-26T08:14:44.671Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-26T08:14:44.936Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-26T08:14:44.936Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:44.936Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:44.936Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-26T08:14:44.936Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:44.936Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:45.196Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-26T08:14:45.196Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:45.196Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:45.196Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-26T08:14:45.196Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:45.196Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:45.196Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-26T08:14:45.196Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:45.196Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:45.769Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-26T08:14:45.769Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:45.769Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:45.769Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-26T08:14:46.031Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:46.031Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:46.031Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-26T08:14:46.031Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:46.031Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:46.031Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-26T08:14:46.031Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:14:46.031Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:46.293Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-26T08:14:46.293Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-26T08:14:46.293Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:14:46.293Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-26T08:14:46.293Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-26T08:14:46.293Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:14:46.293Z] Selecting previously unselected package libldap-common. [2021-04-26T08:14:46.293Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-26T08:14:46.293Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:14:46.554Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-26T08:14:46.554Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-26T08:14:46.554Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:14:46.554Z] Selecting previously unselected package dirmngr. [2021-04-26T08:14:46.554Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:14:46.554Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-26T08:14:46.816Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:14:46.816Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-26T08:14:46.816Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-26T08:14:46.816Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:14:46.816Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:14:46.816Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-26T08:14:47.077Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.077Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-26T08:14:47.077Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:14:47.077Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-26T08:14:47.339Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-26T08:14:47.601Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.601Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-26T08:14:47.601Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-26T08:14:47.601Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-26T08:14:47.601Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.862Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.862Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.862Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.862Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.862Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.862Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:14:47.862Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:14:47.862Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-26T08:14:47.862Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:14:48.435Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-26T08:14:48.435Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-26T08:14:48.435Z] This means they are not meant to be enabled using systemctl. [2021-04-26T08:14:48.435Z] Possible reasons for having this kind of units are: [2021-04-26T08:14:48.435Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-26T08:14:48.435Z] .wants/ or .requires/ directory. [2021-04-26T08:14:48.435Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-26T08:14:48.435Z] a requirement dependency on it. [2021-04-26T08:14:48.435Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-26T08:14:48.435Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-26T08:14:48.435Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-26T08:14:48.435Z] instance name specified. [2021-04-26T08:14:48.696Z] Reading package lists... [2021-04-26T08:14:48.957Z] Building dependency tree... [2021-04-26T08:14:48.957Z] Reading state information... [2021-04-26T08:14:48.957Z] The following additional packages will be installed: [2021-04-26T08:14:48.957Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-26T08:14:48.957Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-26T08:14:48.957Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-26T08:14:48.957Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-26T08:14:48.957Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-26T08:14:48.957Z] Suggested packages: [2021-04-26T08:14:48.957Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-26T08:14:48.957Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-26T08:14:48.957Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-26T08:14:48.957Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-26T08:14:48.957Z] systemd-container policykit-1 [2021-04-26T08:14:48.957Z] Recommended packages: [2021-04-26T08:14:48.957Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-26T08:14:48.957Z] The following NEW packages will be installed: [2021-04-26T08:14:48.957Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-26T08:14:48.957Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-26T08:14:48.957Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-26T08:14:48.957Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-26T08:14:48.957Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-26T08:14:48.957Z] The following packages will be upgraded: [2021-04-26T08:14:49.217Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-26T08:14:49.217Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-26T08:14:49.217Z] Need to get 35.2 MB of archives. [2021-04-26T08:14:49.217Z] After this operation, 141 MB of additional disk space will be used. [2021-04-26T08:14:49.217Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-26T08:14:49.217Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-26T08:14:49.217Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-26T08:14:49.217Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-26T08:14:49.217Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-26T08:14:49.479Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-26T08:14:49.479Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-26T08:14:49.479Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-26T08:14:49.479Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-26T08:14:49.479Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-26T08:14:49.479Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-26T08:14:49.479Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-26T08:14:49.479Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-26T08:14:49.479Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-26T08:14:49.479Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-26T08:14:49.479Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-26T08:14:49.479Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-26T08:14:50.421Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-26T08:14:50.421Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-26T08:14:50.421Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-26T08:14:50.421Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-26T08:14:50.421Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-26T08:14:50.421Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-26T08:14:50.421Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-26T08:14:50.421Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-26T08:14:50.421Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-26T08:14:50.421Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-26T08:14:50.421Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-26T08:14:50.421Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-26T08:14:50.421Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-26T08:14:50.421Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:14:50.421Z] Fetched 35.2 MB in 1s (27.8 MB/s) [2021-04-26T08:14:50.682Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:14:50.682Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:14:50.682Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:14:51.252Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:14:51.252Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:14:51.252Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-26T08:14:51.514Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:14:51.514Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-26T08:14:51.514Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-26T08:14:51.774Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-26T08:14:51.774Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:14:51.774Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-26T08:14:51.774Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-26T08:14:52.035Z] Setting up apt (1.6.13) ... [2021-04-26T08:14:52.035Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-26T08:14:52.607Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-26T08:14:52.607Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-26T08:14:52.607Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-26T08:14:52.607Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-26T08:14:52.867Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-26T08:14:52.867Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:14:52.867Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:14:52.867Z] Selecting previously unselected package libexpat1:amd64. [2021-04-26T08:14:52.867Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-26T08:14:53.128Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-26T08:14:53.128Z] Selecting previously unselected package python3.6-minimal. [2021-04-26T08:14:53.128Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:14:53.128Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:14:53.389Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-26T08:14:53.389Z] Checking for services that may need to be restarted...done. [2021-04-26T08:14:53.389Z] Checking for services that may need to be restarted...done. [2021-04-26T08:14:53.964Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:14:54.907Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-26T08:14:54.907Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:14:55.476Z] Selecting previously unselected package python3-minimal. [2021-04-26T08:14:55.476Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-26T08:14:55.476Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:14:55.476Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-26T08:14:55.476Z] Selecting previously unselected package mime-support. [2021-04-26T08:14:55.476Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-26T08:14:55.476Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-26T08:14:55.476Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-26T08:14:55.476Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-26T08:14:55.476Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-26T08:14:55.737Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-26T08:14:55.737Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:14:55.737Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:14:55.998Z] Selecting previously unselected package python3.6. [2021-04-26T08:14:55.998Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:14:55.998Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:14:55.998Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-26T08:14:55.998Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:14:55.998Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-26T08:14:56.260Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-26T08:14:56.260Z] Selecting previously unselected package python3. [2021-04-26T08:14:56.260Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-26T08:14:56.260Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:14:56.521Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-26T08:14:56.521Z] Selecting previously unselected package multiarch-support. [2021-04-26T08:14:56.521Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:14:56.521Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-26T08:14:56.521Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-26T08:14:56.782Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-26T08:14:56.782Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-26T08:14:56.782Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-26T08:14:56.782Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-26T08:14:56.782Z] Selecting previously unselected package libbsd0:amd64. [2021-04-26T08:14:56.782Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-26T08:14:56.782Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-26T08:14:56.782Z] Selecting previously unselected package sudo. [2021-04-26T08:14:56.782Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-26T08:14:56.782Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-26T08:14:57.042Z] Selecting previously unselected package apparmor. [2021-04-26T08:14:57.042Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-26T08:14:57.042Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-26T08:14:57.303Z] Selecting previously unselected package libedit2:amd64. [2021-04-26T08:14:57.303Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-26T08:14:57.303Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-26T08:14:57.303Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-26T08:14:57.303Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:14:57.303Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:14:57.303Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-26T08:14:57.303Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:14:57.303Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:14:57.565Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-26T08:14:57.565Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-26T08:14:57.565Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-26T08:14:57.565Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-26T08:14:57.565Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:14:57.565Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:14:57.825Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-26T08:14:57.825Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:14:57.825Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:14:57.825Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-26T08:14:57.825Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-26T08:14:57.825Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-26T08:14:58.086Z] Selecting previously unselected package openssh-client. [2021-04-26T08:14:58.086Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-26T08:14:58.086Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-26T08:14:58.347Z] Selecting previously unselected package squashfs-tools. [2021-04-26T08:14:58.347Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-26T08:14:58.347Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-26T08:14:58.347Z] Selecting previously unselected package snapd. [2021-04-26T08:14:58.347Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-26T08:14:58.347Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-26T08:15:00.260Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-26T08:15:00.260Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-26T08:15:00.522Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-26T08:15:00.522Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-26T08:15:00.522Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-26T08:15:00.522Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:15:00.522Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:15:00.783Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-26T08:15:00.783Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-26T08:15:01.353Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-26T08:15:01.353Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-26T08:15:01.353Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-26T08:15:01.353Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:15:01.353Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:15:01.614Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:15:02.190Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-26T08:15:02.190Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:15:02.190Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-26T08:15:02.190Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-26T08:15:02.190Z] running python rtupdate hooks for python3.6... [2021-04-26T08:15:02.190Z] running python post-rtupdate hooks for python3.6... [2021-04-26T08:15:02.190Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-26T08:15:04.103Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-26T08:15:04.103Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:15:04.103Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-26T08:15:04.103Z] Setting up snapd (2.48.3+18.04) ... [2021-04-26T08:15:04.676Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-26T08:15:04.676Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-26T08:15:04.937Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-26T08:15:04.937Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-26T08:15:05.198Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-26T08:15:05.198Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-26T08:15:05.459Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-26T08:15:05.459Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-26T08:15:05.721Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-26T08:15:05.982Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-26T08:15:05.982Z] /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-04-26T08:15:05.982Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:15:05.982Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-26T08:15:06.938Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:15:06.938Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:15:06.938Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:15:08.146Z] Reading package lists... [2021-04-26T08:15:08.407Z] Reading package lists... [2021-04-26T08:15:08.407Z] Building dependency tree... [2021-04-26T08:15:08.407Z] Reading state information... [2021-04-26T08:15:08.676Z] Calculating upgrade... [2021-04-26T08:15:08.676Z] The following packages will be upgraded: [2021-04-26T08:15:08.676Z] advancecomp base-files bash binutils binutils-common [2021-04-26T08:15:08.676Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-26T08:15:08.676Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-26T08:15:08.676Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-26T08:15:08.676Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-26T08:15:08.676Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-26T08:15:08.676Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-26T08:15:08.676Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-26T08:15:08.676Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-26T08:15:08.676Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-26T08:15:08.676Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-26T08:15:08.676Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-26T08:15:08.676Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-26T08:15:08.676Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-26T08:15:08.676Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-26T08:15:08.937Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:15:08.937Z] Need to get 64.0 MB of archives. [2021-04-26T08:15:08.937Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-26T08:15:08.937Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-26T08:15:08.937Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-26T08:15:09.510Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-26T08:15:09.510Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-26T08:15:09.510Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-26T08:15:09.510Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-26T08:15:09.510Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-26T08:15:09.510Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-26T08:15:09.510Z] 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-04-26T08:15:09.510Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-26T08:15:09.510Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-26T08:15:09.510Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-26T08:15:09.771Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-26T08:15:09.771Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-26T08:15:09.771Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-26T08:15:09.771Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-26T08:15:09.771Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-26T08:15:09.771Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-26T08:15:09.771Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-26T08:15:09.771Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-26T08:15:09.771Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-26T08:15:09.772Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-26T08:15:09.772Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-26T08:15:09.772Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-26T08:15:09.772Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-26T08:15:09.772Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-26T08:15:09.772Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-26T08:15:09.772Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-26T08:15:09.772Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-26T08:15:10.033Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-26T08:15:10.034Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-26T08:15:10.034Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-26T08:15:10.034Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-26T08:15:10.034Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-26T08:15:10.034Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-26T08:15:10.034Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-26T08:15:10.034Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-26T08:15:10.034Z] 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-04-26T08:15:10.034Z] 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-04-26T08:15:10.034Z] 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-04-26T08:15:10.034Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-26T08:15:10.034Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-26T08:15:10.034Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-26T08:15:10.034Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-26T08:15:10.034Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-26T08:15:10.034Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-26T08:15:10.034Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-26T08:15:10.034Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-26T08:15:10.034Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-26T08:15:10.034Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-26T08:15:10.034Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-26T08:15:10.034Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-26T08:15:10.034Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-26T08:15:10.034Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-26T08:15:10.294Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-26T08:15:10.294Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-26T08:15:10.294Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-26T08:15:10.294Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-26T08:15:10.294Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-26T08:15:10.294Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-26T08:15:10.294Z] 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-04-26T08:15:10.294Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-26T08:15:10.294Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-26T08:15:10.294Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-26T08:15:10.294Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-26T08:15:10.294Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-26T08:15:10.294Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-26T08:15:10.294Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-26T08:15:10.294Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-26T08:15:10.294Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-26T08:15:10.294Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-26T08:15:10.294Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-26T08:15:10.294Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-26T08:15:10.294Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-26T08:15:10.294Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-26T08:15:10.294Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-26T08:15:10.294Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-26T08:15:10.294Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-26T08:15:10.294Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-26T08:15:10.294Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-26T08:15:10.294Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-26T08:15:10.294Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-26T08:15:10.294Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-26T08:15:10.558Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-26T08:15:10.558Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-26T08:15:10.558Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-26T08:15:10.558Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-26T08:15:10.558Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-26T08:15:10.558Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-26T08:15:10.558Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-26T08:15:10.558Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-26T08:15:10.558Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-26T08:15:11.130Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-26T08:15:11.701Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-26T08:15:11.701Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-26T08:15:11.701Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-26T08:15:11.761Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:15:11.762Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:15:11.762Z] ---> 52fd2de8e31b [2021-04-26T08:15:11.762Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:15:11.762Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:15:11.762Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:15:11.762Z] ---> 52fd2de8e31b [2021-04-26T08:15:11.762Z] Step 3/31 : WORKDIR /edgex-go [2021-04-26T08:15:11.762Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:15:11.762Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:15:11.762Z] ---> 52fd2de8e31b [2021-04-26T08:15:11.762Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:15:11.762Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:15:11.762Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:15:11.762Z] ---> 52fd2de8e31b [2021-04-26T08:15:11.762Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:15:11.762Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:15:11.762Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:15:11.762Z] ---> 52fd2de8e31b [2021-04-26T08:15:11.762Z] Step 3/21 : WORKDIR /edgex-go [2021-04-26T08:15:11.762Z] ---> Running in 6f9bdd698a6e [2021-04-26T08:15:11.762Z] ---> Running in db5906c13438 [2021-04-26T08:15:11.762Z] ---> Running in acc3765b91c4 [2021-04-26T08:15:11.762Z] ---> Running in 7b21a2d34833 [2021-04-26T08:15:11.762Z] ---> Running in a71ebf7b39dc [2021-04-26T08:15:11.762Z] Removing intermediate container acc3765b91c4 [2021-04-26T08:15:11.762Z] ---> f4b8ee3171d2 [2021-04-26T08:15:11.762Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:15:11.762Z] Removing intermediate container 7b21a2d34833 [2021-04-26T08:15:11.762Z] Removing intermediate container db5906c13438 [2021-04-26T08:15:11.762Z] ---> 8f737e3863d6 [2021-04-26T08:15:11.762Z] ---> dad32137d9da [2021-04-26T08:15:11.762Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:15:11.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:15:11.762Z] Removing intermediate container 6f9bdd698a6e [2021-04-26T08:15:11.762Z] ---> b7160dd3e0d4 [2021-04-26T08:15:11.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:15:11.762Z] Removing intermediate container a71ebf7b39dc [2021-04-26T08:15:11.762Z] ---> 8cea066d0248 [2021-04-26T08:15:11.762Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:15:11.762Z] ---> Running in 6a7034e56a9b [2021-04-26T08:15:11.762Z] ---> Running in 1cd407699673 [2021-04-26T08:15:11.762Z] ---> Running in 947087c1b023 [2021-04-26T08:15:11.762Z] ---> Running in feee47c6447a [2021-04-26T08:15:11.762Z] ---> Running in d259f7954d2d [2021-04-26T08:15:11.762Z] Removing intermediate container 6a7034e56a9b [2021-04-26T08:15:11.762Z] ---> b6678bf66ef4 [2021-04-26T08:15:11.762Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-26T08:15:11.762Z] ---> Running in e3530f91fc09 [2021-04-26T08:15:11.762Z] Removing intermediate container 1cd407699673 [2021-04-26T08:15:11.762Z] ---> 4e25f95a2d08 [2021-04-26T08:15:11.762Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-26T08:15:11.762Z] Removing intermediate container feee47c6447a [2021-04-26T08:15:11.762Z] ---> 65286324a816 [2021-04-26T08:15:11.762Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-26T08:15:11.762Z] ---> Running in 17604087aca4 [2021-04-26T08:15:11.762Z] ---> Running in 08efe030e7e6 [2021-04-26T08:15:11.762Z] Removing intermediate container 947087c1b023 [2021-04-26T08:15:11.762Z] ---> 481f1835eab5 [2021-04-26T08:15:11.762Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-26T08:15:11.762Z] Removing intermediate container d259f7954d2d [2021-04-26T08:15:11.762Z] ---> 13c9504a9df7 [2021-04-26T08:15:11.762Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-26T08:15:11.762Z] ---> Running in fcd00d1d9d28 [2021-04-26T08:15:11.762Z] ---> Running in bed03b257326 [2021-04-26T08:15:11.961Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-26T08:15:11.962Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-26T08:15:11.962Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-26T08:15:11.962Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-26T08:15:11.962Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-26T08:15:12.221Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:15:12.221Z] Fetched 64.0 MB in 3s (19.2 MB/s) [2021-04-26T08:15:12.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:12.221Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:15:12.221Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:15:12.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:12.793Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:15:13.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:13.054Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:15:13.054Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-26T08:15:13.054Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-26T08:15:13.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:13.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:13.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:13.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:13.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:13.997Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:13.997Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:13.997Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:13.997Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:14.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:14.130Z] OK: 217 MiB in 51 packages [2021-04-26T08:15:14.257Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:14.257Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:14.258Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:14.258Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:14.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:14.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:15:14.519Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:14.519Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:14.519Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:14.519Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:14.519Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:14.684Z] OK: 217 MiB in 51 packages [2021-04-26T08:15:14.780Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:14.780Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:14.780Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:15:14.780Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:14.961Z] OK: 217 MiB in 51 packages [2021-04-26T08:15:15.041Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-26T08:15:15.041Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:15.041Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:15:15.041Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:15.249Z] OK: 217 MiB in 51 packages [2021-04-26T08:15:15.249Z] OK: 217 MiB in 51 packages [2021-04-26T08:15:15.314Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:15.314Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:15.314Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:15.574Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:15.574Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:15:15.574Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:15.835Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:15:15.835Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:15:15.854Z] Removing intermediate container e3530f91fc09 [2021-04-26T08:15:15.854Z] ---> 6cdc25b93cff [2021-04-26T08:15:15.854Z] Step 6/21 : COPY go.mod . [2021-04-26T08:15:16.096Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:15:16.356Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-26T08:15:16.454Z] Removing intermediate container 17604087aca4 [2021-04-26T08:15:16.455Z] ---> bb54b38b9abc [2021-04-26T08:15:16.455Z] Step 6/22 : COPY go.mod . [2021-04-26T08:15:16.617Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:15:16.617Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-26T08:15:16.617Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-26T08:15:16.617Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-26T08:15:16.728Z] Removing intermediate container 08efe030e7e6 [2021-04-26T08:15:16.728Z] ---> b85079702b9b [2021-04-26T08:15:16.728Z] Step 6/22 : COPY go.mod . [2021-04-26T08:15:16.878Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-26T08:15:16.878Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-26T08:15:17.006Z] Removing intermediate container bed03b257326 [2021-04-26T08:15:17.006Z] ---> 59ac37c024b6 [2021-04-26T08:15:17.006Z] Step 6/31 : COPY go.mod . [2021-04-26T08:15:17.139Z] Installing new version of config file /etc/issue ... [2021-04-26T08:15:17.139Z] Installing new version of config file /etc/issue.net ... [2021-04-26T08:15:17.139Z] Installing new version of config file /etc/lsb-release ... [2021-04-26T08:15:17.139Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-26T08:15:17.297Z] ---> 9f3166af1a53 [2021-04-26T08:15:17.297Z] Step 7/21 : RUN go mod download [2021-04-26T08:15:17.297Z] Removing intermediate container fcd00d1d9d28 [2021-04-26T08:15:17.297Z] ---> 1538c5652720 [2021-04-26T08:15:17.297Z] Step 6/23 : COPY go.mod . [2021-04-26T08:15:17.297Z] ---> Running in d564609a1143 [2021-04-26T08:15:17.400Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-26T08:15:17.400Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-26T08:15:17.400Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-26T08:15:17.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:17.400Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-26T08:15:17.400Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-26T08:15:17.572Z] ---> b000e7c6521c [2021-04-26T08:15:17.572Z] Step 7/22 : RUN go mod download [2021-04-26T08:15:17.661Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-26T08:15:17.661Z] 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-04-26T08:15:17.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:17.661Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:17.661Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:17.855Z] ---> 2f0270aa16d2 [2021-04-26T08:15:17.855Z] Step 7/22 : RUN go mod download [2021-04-26T08:15:17.855Z] ---> Running in a58e24f8319e [2021-04-26T08:15:17.922Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:17.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:17.922Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-26T08:15:17.922Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-26T08:15:18.130Z] ---> 7cb187cc6cbf [2021-04-26T08:15:18.131Z] Step 7/31 : RUN go mod download [2021-04-26T08:15:18.131Z] ---> Running in 69be159d9540 [2021-04-26T08:15:18.183Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-26T08:15:18.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:18.183Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-26T08:15:18.183Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:15:18.405Z] ---> aeeffbafbf35 [2021-04-26T08:15:18.405Z] Step 7/23 : RUN go mod download [2021-04-26T08:15:18.405Z] ---> Running in 9929cff625cf [2021-04-26T08:15:18.443Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-26T08:15:18.681Z] ---> Running in e4c468419d71 [2021-04-26T08:15:18.704Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:18.704Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:15:18.704Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:15:18.704Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:15:18.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:18.964Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:15:18.964Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:15:18.964Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-26T08:15:19.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:19.226Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-26T08:15:19.226Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-26T08:15:19.226Z] Setting up grep (3.1-2build1) ... [2021-04-26T08:15:19.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:19.487Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-26T08:15:19.487Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-26T08:15:19.487Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-26T08:15:19.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:19.748Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:15:19.748Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:15:19.748Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-26T08:15:20.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:20.008Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:15:20.008Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:15:20.580Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:15:20.580Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:15:20.840Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:15:20.840Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:15:21.410Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-26T08:15:21.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:21.410Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-26T08:15:21.671Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:15:22.090Z] Removing intermediate container d564609a1143 [2021-04-26T08:15:22.090Z] ---> 7fb2df9679a2 [2021-04-26T08:15:22.090Z] Step 8/21 : COPY . . [2021-04-26T08:15:22.364Z] Removing intermediate container a58e24f8319e [2021-04-26T08:15:22.364Z] ---> 35ea5a4bb397 [2021-04-26T08:15:22.364Z] Step 8/22 : COPY . . [2021-04-26T08:15:22.628Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-26T08:15:22.628Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-26T08:15:22.628Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-26T08:15:22.639Z] Removing intermediate container 69be159d9540 [2021-04-26T08:15:22.639Z] ---> 349dff438c62 [2021-04-26T08:15:22.639Z] Step 8/22 : COPY . . [2021-04-26T08:15:22.889Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-26T08:15:22.889Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-26T08:15:22.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:22.889Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-26T08:15:22.889Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-26T08:15:23.179Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-26T08:15:23.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:23.179Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:23.179Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:23.441Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:23.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:23.441Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:23.441Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:23.623Z] Removing intermediate container 9929cff625cf [2021-04-26T08:15:23.623Z] ---> f1b8a581f90a [2021-04-26T08:15:23.623Z] Step 8/31 : COPY . . [2021-04-26T08:15:23.702Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:23.702Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:23.702Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:23.702Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:23.702Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:23.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:23.966Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:23.966Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:23.966Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:24.222Z] Removing intermediate container e4c468419d71 [2021-04-26T08:15:24.222Z] ---> 1792887c751c [2021-04-26T08:15:24.222Z] Step 8/23 : COPY . . [2021-04-26T08:15:24.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:24.226Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:15:24.226Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:15:24.797Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:15:24.797Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:15:25.369Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:15:26.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:26.313Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:15:26.574Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:15:27.147Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:15:27.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:27.793Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:28.089Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:28.839Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:28.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:28.839Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:29.144Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:29.144Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:29.144Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:29.144Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:29.408Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:29.673Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:29.935Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-26T08:15:30.195Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-26T08:15:30.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:30.195Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:15:30.195Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:15:30.456Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:15:30.718Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:15:30.718Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-26T08:15:30.718Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:15:30.718Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-26T08:15:31.025Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:31.025Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-26T08:15:31.025Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-26T08:15:31.287Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-26T08:15:31.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:31.549Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-26T08:15:31.549Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-26T08:15:31.810Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-26T08:15:31.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:31.810Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-26T08:15:31.810Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-26T08:15:32.072Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-26T08:15:32.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:32.072Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:15:32.072Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:15:32.335Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:15:32.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:32.335Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:15:32.335Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:15:32.596Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:15:32.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:32.596Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:15:32.596Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:15:32.857Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:15:33.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:33.118Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:15:33.118Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:15:33.118Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:15:33.119Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:15:33.119Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:15:33.379Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:15:33.379Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:15:33.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:33.379Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-26T08:15:33.379Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-26T08:15:33.639Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-26T08:15:33.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:33.639Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-26T08:15:33.900Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:15:33.901Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:15:34.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:34.162Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:15:34.162Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:15:34.162Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:15:34.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:34.422Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-26T08:15:34.422Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-26T08:15:34.422Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-26T08:15:34.686Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:34.686Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-26T08:15:34.686Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-26T08:15:34.947Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-26T08:15:35.209Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:35.209Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:15:35.209Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:15:35.209Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-26T08:15:35.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:35.471Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-26T08:15:35.471Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-26T08:15:35.471Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-26T08:15:35.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:35.733Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-26T08:15:35.733Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-26T08:15:35.733Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-26T08:15:35.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:35.733Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-26T08:15:35.733Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-26T08:15:35.995Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-26T08:15:36.255Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:36.255Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-26T08:15:36.255Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-26T08:15:36.256Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-26T08:15:36.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:36.517Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-26T08:15:36.517Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-26T08:15:36.517Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-26T08:15:36.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:36.778Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-26T08:15:36.778Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-26T08:15:36.778Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-26T08:15:37.039Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:37.039Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-26T08:15:37.039Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-26T08:15:37.039Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-26T08:15:37.300Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:15:37.300Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-26T08:15:37.300Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-26T08:15:37.300Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-26T08:15:37.300Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-26T08:15:37.300Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-26T08:15:37.564Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-26T08:15:37.564Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-26T08:15:37.564Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-26T08:15:37.826Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-26T08:15:37.826Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-26T08:15:37.826Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-26T08:15:38.087Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-26T08:15:38.087Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-26T08:15:38.087Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-26T08:15:38.350Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-26T08:15:38.350Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-26T08:15:38.350Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-26T08:15:38.350Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-26T08:15:38.612Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-26T08:15:38.612Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-26T08:15:38.612Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-26T08:15:38.612Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-26T08:15:38.874Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-26T08:15:38.874Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-26T08:15:38.874Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-26T08:15:39.136Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-26T08:15:39.136Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-26T08:15:39.136Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-26T08:15:40.086Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-26T08:15:40.086Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-26T08:15:40.349Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-26T08:15:40.349Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-26T08:15:40.349Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:15:40.349Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:15:40.921Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:15:40.921Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:15:40.921Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:15:40.921Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:15:41.182Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:15:41.182Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:15:41.182Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:41.444Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:41.707Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:41.707Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:41.968Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:41.968Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:42.540Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:42.799Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:44.181Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:44.441Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:45.382Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:45.646Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:46.586Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:46.586Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:46.846Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:46.846Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:47.787Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:15:47.787Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:15:47.787Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:15:47.787Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:15:47.787Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-26T08:15:48.048Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:15:48.048Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-26T08:15:48.048Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:15:48.310Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-26T08:15:48.310Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-26T08:15:48.310Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:15:48.310Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:15:48.571Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:15:48.571Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:15:48.571Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-26T08:15:48.571Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-26T08:15:48.859Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:48.859Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:15:48.859Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:48.859Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:48.859Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:48.859Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-26T08:15:48.859Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-26T08:15:49.125Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-26T08:15:49.125Z] [2021-04-26T08:15:49.125Z] Current default time zone: 'Etc/UTC' [2021-04-26T08:15:49.125Z] Local time is now: Mon Apr 26 08:15:48 UTC 2021. [2021-04-26T08:15:49.125Z] Universal Time is now: Mon Apr 26 08:15:48 UTC 2021. [2021-04-26T08:15:49.125Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-26T08:15:49.125Z] [2021-04-26T08:15:49.125Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-26T08:15:49.125Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:49.125Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-26T08:15:49.386Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:15:49.386Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-26T08:15:49.386Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-26T08:15:49.386Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-26T08:15:49.386Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-26T08:15:49.386Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-26T08:15:49.386Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-26T08:15:49.386Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:49.651Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-26T08:15:49.651Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:49.651Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:15:49.913Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:49.913Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-26T08:15:49.913Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-26T08:15:49.913Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-26T08:15:49.913Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-26T08:15:49.913Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-26T08:15:49.913Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-26T08:15:49.913Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:15:49.913Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-26T08:15:51.043Z] ---> 808a5c88bb3c [2021-04-26T08:15:51.043Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-26T08:15:51.043Z] ---> 97796e9b4dc5 [2021-04-26T08:15:51.043Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-26T08:15:51.043Z] ---> 9a301cab9a5f [2021-04-26T08:15:51.043Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-26T08:15:51.043Z] ---> 991904585f3e [2021-04-26T08:15:51.043Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-26T08:15:51.043Z] ---> 7d89cdf52320 [2021-04-26T08:15:51.043Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-26T08:15:51.043Z] ---> Running in 75ee43bedbbe [2021-04-26T08:15:51.043Z] ---> Running in 3e16c34fd35e [2021-04-26T08:15:51.043Z] ---> Running in f992b52e503c [2021-04-26T08:15:51.043Z] ---> Running in ce2b931214c2 [2021-04-26T08:15:51.043Z] ---> Running in 1089623a625f [2021-04-26T08:15:51.043Z] 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-04-26T08:15:51.043Z] 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-04-26T08:15:51.043Z] 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-04-26T08:15:51.043Z] 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-04-26T08:15:51.043Z] 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-04-26T08:15:51.838Z] Updating certificates in /etc/ssl/certs... [2021-04-26T08:15:52.792Z] 23 added, 27 removed; done. [2021-04-26T08:15:52.792Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-26T08:15:52.792Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:15:52.792Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-26T08:15:52.792Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-26T08:15:52.792Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-26T08:15:52.792Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:52.792Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:15:52.792Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:52.792Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:53.053Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:53.053Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:53.053Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:53.053Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-26T08:15:53.053Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:15:53.053Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:15:53.053Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-26T08:15:53.053Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:15:53.319Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:53.319Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:15:53.319Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:15:53.319Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-26T08:15:53.319Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:15:53.319Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:15:53.579Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-26T08:15:53.579Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-26T08:15:53.579Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-26T08:15:53.579Z] Updating certificates in /etc/ssl/certs... [2021-04-26T08:15:54.149Z] 0 added, 0 removed; done. [2021-04-26T08:15:54.149Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-26T08:15:54.149Z] done. [2021-04-26T08:15:54.721Z] Reading package lists... [2021-04-26T08:15:54.722Z] Building dependency tree... [2021-04-26T08:15:54.722Z] Reading state information... [2021-04-26T08:15:54.983Z] The following NEW packages will be installed: [2021-04-26T08:15:54.983Z] apt-transport-https [2021-04-26T08:15:54.983Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:15:54.983Z] Need to get 1692 B of archives. [2021-04-26T08:15:54.983Z] After this operation, 154 kB of additional disk space will be used. [2021-04-26T08:15:54.983Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-26T08:15:55.243Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:15:55.243Z] Fetched 1692 B in 0s (8572 B/s) [2021-04-26T08:15:55.243Z] Selecting previously unselected package apt-transport-https. [2021-04-26T08:15:55.243Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-26T08:15:55.243Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-26T08:15:55.243Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-26T08:15:55.504Z] Setting up apt-transport-https (1.6.13) ... [2021-04-26T08:15:55.765Z] Waiting for network to be ready... [2021-04-26T08:16:02.359Z] 2021-04-26T08:15:59Z INFO Waiting for automatic snapd restart... [2021-04-26T08:16:04.275Z] snapd 2.49.2 from Canonical* installed [2021-04-26T08:16:05.216Z] "snapd" switched to the "latest/stable" channel [2021-04-26T08:16:05.216Z] [2021-04-26T08:16:07.760Z] core18 20210309 from Canonical* installed [2021-04-26T08:16:08.023Z] "core18" switched to the "latest/stable" channel [2021-04-26T08:16:08.023Z] [2021-04-26T08:16:11.319Z] snapcraft 4.6.2 from Canonical* installed [2021-04-26T08:16:11.319Z] "snapcraft" switched to the "latest/stable" channel [2021-04-26T08:16:11.319Z] [2021-04-26T08:16:15.521Z] 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-04-26T08:16:15.521Z] - README.md [2021-04-26T08:16:15.521Z] [2021-04-26T08:16:15.521Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-26T08:16:22.105Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:16:22.105Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:16:22.105Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:16:22.105Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:16:22.676Z] Reading package lists... [2021-04-26T08:16:22.937Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-04-26T08:16:29.521Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:16:29.521Z] Reading package lists... [2021-04-26T08:16:29.521Z] Building dependency tree... [2021-04-26T08:16:29.521Z] Reading state information... [2021-04-26T08:16:29.521Z] Suggested packages: [2021-04-26T08:16:29.521Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-26T08:16:29.521Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-26T08:16:29.521Z] Recommended packages: [2021-04-26T08:16:29.521Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-26T08:16:29.521Z] The following NEW packages will be installed: [2021-04-26T08:16:29.521Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-26T08:16:29.521Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-26T08:16:29.521Z] pkg-config zip [2021-04-26T08:16:29.521Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:16:29.521Z] Need to get 7663 kB of archives. [2021-04-26T08:16:29.522Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-26T08:16:29.522Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-26T08:16:29.522Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-26T08:16:29.782Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-26T08:16:29.782Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-26T08:16:29.782Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-26T08:16:30.043Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-26T08:16:30.043Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-26T08:16:30.043Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-26T08:16:30.043Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-26T08:16:30.043Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-26T08:16:30.303Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-26T08:16:30.303Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-26T08:16:30.303Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-26T08:16:30.563Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-26T08:16:30.563Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-26T08:16:30.563Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:16:30.563Z] Fetched 7663 kB in 1s (7020 kB/s) [2021-04-26T08:16:30.563Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-26T08:16:30.563Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-26T08:16:30.563Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-26T08:16:30.823Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-26T08:16:30.823Z] Selecting previously unselected package libpsl5:amd64. [2021-04-26T08:16:30.823Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-26T08:16:30.823Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-26T08:16:31.083Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-26T08:16:31.083Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-26T08:16:31.083Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-26T08:16:31.083Z] Selecting previously unselected package librtmp1:amd64. [2021-04-26T08:16:31.083Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-26T08:16:31.083Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-26T08:16:31.083Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-26T08:16:31.083Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-26T08:16:31.083Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-26T08:16:31.358Z] Selecting previously unselected package liberror-perl. [2021-04-26T08:16:31.359Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-26T08:16:31.359Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-26T08:16:31.359Z] Selecting previously unselected package git-man. [2021-04-26T08:16:31.359Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-26T08:16:31.359Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:16:31.750Z] Selecting previously unselected package git. [2021-04-26T08:16:31.750Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-26T08:16:31.750Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:16:32.420Z] Selecting previously unselected package libnorm1:amd64. [2021-04-26T08:16:32.420Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-26T08:16:32.420Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-26T08:16:32.420Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-26T08:16:32.421Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-26T08:16:32.421Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-26T08:16:32.421Z] Selecting previously unselected package libsodium23:amd64. [2021-04-26T08:16:32.421Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-26T08:16:32.686Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-26T08:16:32.686Z] Selecting previously unselected package libzmq5:amd64. [2021-04-26T08:16:32.686Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-26T08:16:32.686Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:16:32.686Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-26T08:16:32.686Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-26T08:16:32.686Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:16:32.946Z] Selecting previously unselected package pkg-config. [2021-04-26T08:16:32.946Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-26T08:16:32.946Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-26T08:16:33.207Z] Selecting previously unselected package zip. [2021-04-26T08:16:33.207Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-26T08:16:33.207Z] Unpacking zip (3.0-11build1) ... [2021-04-26T08:16:33.207Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-26T08:16:33.207Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:16:33.207Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-26T08:16:33.207Z] Setting up liberror-perl (0.17025-1) ... [2021-04-26T08:16:33.207Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-26T08:16:33.467Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-26T08:16:33.467Z] No schema files found: doing nothing. [2021-04-26T08:16:33.467Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-26T08:16:33.467Z] Setting up zip (3.0-11build1) ... [2021-04-26T08:16:33.467Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-26T08:16:33.467Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-26T08:16:33.467Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-26T08:16:33.467Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:16:33.728Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-26T08:16:33.728Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:16:33.728Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:16:33.728Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:16:40.318Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:16:40.318Z] git set to automatically installed. [2021-04-26T08:16:40.318Z] git-man set to automatically installed. [2021-04-26T08:16:40.318Z] libcurl3-gnutls set to automatically installed. [2021-04-26T08:16:40.318Z] liberror-perl set to automatically installed. [2021-04-26T08:16:40.318Z] libglib2.0-0 set to automatically installed. [2021-04-26T08:16:40.318Z] libnghttp2-14 set to automatically installed. [2021-04-26T08:16:40.318Z] libnorm1 set to automatically installed. [2021-04-26T08:16:40.318Z] libpgm-5.2-0 set to automatically installed. [2021-04-26T08:16:40.318Z] libpsl5 set to automatically installed. [2021-04-26T08:16:40.318Z] librtmp1 set to automatically installed. [2021-04-26T08:16:40.318Z] libsodium23 set to automatically installed. [2021-04-26T08:16:40.318Z] libzmq3-dev set to automatically installed. [2021-04-26T08:16:40.318Z] libzmq5 set to automatically installed. [2021-04-26T08:16:40.318Z] pkg-config set to automatically installed. [2021-04-26T08:16:40.318Z] zip set to automatically installed. [2021-04-26T08:16:41.702Z] snapd is not logged in, snap install commands will use sudo [2021-04-26T08:16:48.285Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:17:00.515Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-26T08:17:00.515Z] snapd is not logged in, snap install commands will use sudo [2021-04-26T08:17:05.807Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:17:06.067Z] snap "core18" has no updates available [2021-04-26T08:17:06.640Z] Pulling go-build-helper [2021-04-26T08:17:06.640Z] + snapcraftctl pull [2021-04-26T08:17:07.579Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-26T08:17:07.579Z] Skipping pull go-build-helper (already ran) [2021-04-26T08:17:07.579Z] Building go-build-helper [2021-04-26T08:17:07.579Z] + snapcraftctl build [2021-04-26T08:17:09.494Z] Staging go-build-helper [2021-04-26T08:17:09.494Z] + snapcraftctl stage [2021-04-26T08:17:19.496Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-26T08:17:19.496Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-26T08:17:19.496Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-26T08:17:19.496Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-26T08:17:19.496Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-26T08:17:19.496Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-26T08:17:19.496Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-26T08:17:19.496Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-26T08:17:19.496Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-26T08:17:19.496Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-26T08:17:19.496Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-26T08:17:19.496Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-26T08:17:19.496Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-26T08:17:19.496Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-26T08:17:19.496Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-26T08:17:19.496Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-26T08:17:19.496Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-26T08:17:19.496Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-26T08:17:19.496Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-26T08:17:19.496Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-26T08:17:19.496Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-26T08:17:19.496Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-26T08:17:19.496Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-26T08:17:19.496Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-26T08:17:19.496Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-26T08:17:19.496Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-26T08:17:19.496Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-26T08:17:19.496Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-26T08:17:19.496Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-26T08:17:19.496Z] Fetched 224 kB in 0s (0 B/s) [2021-04-26T08:17:19.496Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-26T08:17:19.496Z] Fetched 157 kB in 0s (0 B/s) [2021-04-26T08:17:19.496Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-26T08:17:19.496Z] Fetched 221 kB in 0s (0 B/s) [2021-04-26T08:17:19.496Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-26T08:17:19.496Z] Fetched 143 kB in 0s (0 B/s) [2021-04-26T08:17:19.496Z] Pulling app-service-config [2021-04-26T08:17:19.496Z] + snapcraftctl pull [2021-04-26T08:17:19.757Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-26T08:17:20.329Z] Pulling config-common [2021-04-26T08:17:20.329Z] + snapcraftctl pull [2021-04-26T08:17:24.531Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:17:24.531Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:17:24.531Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:17:24.531Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:17:24.531Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-26T08:17:24.531Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:17:24.531Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-26T08:17:24.531Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:17:24.531Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-26T08:17:24.531Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:17:24.531Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-26T08:17:24.531Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:17:24.531Z] Pulling edgex-go [2021-04-26T08:17:24.531Z] + snapcraftctl pull [2021-04-26T08:17:27.913Z] 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-04-26T08:17:43.050Z] Removing intermediate container 1089623a625f [2021-04-26T08:17:43.050Z] ---> 0d10e640f820 [2021-04-26T08:17:43.050Z] [2021-04-26T08:17:43.050Z] Step 10/31 : FROM alpine:3.12 [2021-04-26T08:17:43.333Z] 3.12: Pulling from library/alpine [2021-04-26T08:17:43.939Z] Removing intermediate container 75ee43bedbbe [2021-04-26T08:17:43.939Z] ---> bb74da183d45 [2021-04-26T08:17:43.939Z] [2021-04-26T08:17:43.939Z] Step 10/21 : FROM alpine:3.12 [2021-04-26T08:17:44.217Z] 3.12: Pulling from library/alpine [2021-04-26T08:17:44.822Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:17:44.823Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:17:44.823Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:17:44.823Z] ---> 9852663dfa18 [2021-04-26T08:17:44.823Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-26T08:17:44.823Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:17:44.823Z] ---> 9852663dfa18 [2021-04-26T08:17:44.823Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-26T08:17:45.446Z] ---> Running in cebae4eb7aeb [2021-04-26T08:17:45.446Z] ---> Running in c498e903d2ac [2021-04-26T08:17:46.451Z] Removing intermediate container c498e903d2ac [2021-04-26T08:17:46.451Z] ---> 7e21f97e6ff1 [2021-04-26T08:17:46.451Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-26T08:17:46.451Z] ---> Running in b0bdee8ef810 [2021-04-26T08:17:46.493Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:17:46.493Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:17:46.493Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:17:46.493Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-26T08:17:46.493Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-26T08:17:46.493Z] Fetched 279 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-26T08:17:46.493Z] Fetched 122 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-26T08:17:46.493Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-26T08:17:46.493Z] Fetched 8848 B in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-26T08:17:46.493Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-26T08:17:46.493Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-26T08:17:46.493Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-26T08:17:46.493Z] Fetched 219 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-26T08:17:46.493Z] Fetched 154 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-26T08:17:46.493Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-26T08:17:46.493Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-26T08:17:46.493Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-26T08:17:46.493Z] Fetched 499 kB in 0s (0 B/s) [2021-04-26T08:17:46.493Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-26T08:17:46.494Z] Fetched 111 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-26T08:17:46.494Z] Fetched 240 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-26T08:17:46.494Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-26T08:17:46.494Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-26T08:17:46.494Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-26T08:17:46.494Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-26T08:17:46.494Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-26T08:17:46.494Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-26T08:17:46.494Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-26T08:17:46.494Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-26T08:17:46.494Z] Fetched 8720 B in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-26T08:17:46.494Z] Fetched 137 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-26T08:17:46.494Z] Fetched 119 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-26T08:17:46.494Z] Fetched 110 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-26T08:17:46.494Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-26T08:17:46.494Z] Fetched 645 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-26T08:17:46.494Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-26T08:17:46.494Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-26T08:17:46.494Z] Fetched 368 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-26T08:17:46.494Z] Fetched 187 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-26T08:17:46.494Z] Fetched 175 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-26T08:17:46.494Z] Fetched 206 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-26T08:17:46.494Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-26T08:17:46.494Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-26T08:17:46.494Z] Fetched 159 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-26T08:17:46.494Z] Fetched 107 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-26T08:17:46.494Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-26T08:17:46.494Z] Pulling static-packages [2021-04-26T08:17:46.494Z] + snapcraftctl pull [2021-04-26T08:17:46.494Z] Pulling version [2021-04-26T08:17:46.494Z] + cd /root/project [2021-04-26T08:17:46.494Z] + [ -f VERSION ] [2021-04-26T08:17:46.494Z] + PROJECT_VERSION=local-dev [2021-04-26T08:17:46.494Z] + git rev-parse --short HEAD [2021-04-26T08:17:46.494Z] + GIT_REVISION=e4b8469b [2021-04-26T08:17:46.494Z] + snapcraftctl set-version local-dev [2021-04-26T08:17:46.494Z] Skipping build go-build-helper (already ran) [2021-04-26T08:17:46.755Z] Building app-service-config [2021-04-26T08:17:46.755Z] + make build [2021-04-26T08:17:46.755Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-26T08:17:47.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:17:47.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:17:48.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:17:48.327Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-26T08:17:48.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:17:48.601Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:17:48.601Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-26T08:17:48.601Z] (4/4) Installing curl (7.76.1-r0) [2021-04-26T08:17:48.601Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:17:48.601Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:17:48.665Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-26T08:17:48.665Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-26T08:17:48.665Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-26T08:17:48.665Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-26T08:17:48.665Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-26T08:17:48.665Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-26T08:17:48.665Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-26T08:17:48.665Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-26T08:17:48.876Z] OK: 7 MiB in 18 packages [2021-04-26T08:17:48.876Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:17:48.876Z] (2/2) Installing su-exec (0.2-r1) [2021-04-26T08:17:48.876Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:17:48.925Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-26T08:17:48.925Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-26T08:17:48.925Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-26T08:17:48.925Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-26T08:17:49.154Z] OK: 5 MiB in 16 packages [2021-04-26T08:17:49.183Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-26T08:17:49.184Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-26T08:17:49.184Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-26T08:17:49.184Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-26T08:17:49.443Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-26T08:17:49.443Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-26T08:17:49.443Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-26T08:17:49.443Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-26T08:17:49.443Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-26T08:17:49.443Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-26T08:17:49.443Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-26T08:17:49.714Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-26T08:17:49.714Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-26T08:17:49.714Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-26T08:17:49.714Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-26T08:17:49.983Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-26T08:17:49.983Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-26T08:17:49.983Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-26T08:17:49.983Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-26T08:17:49.983Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-26T08:17:50.246Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-26T08:17:50.246Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-26T08:17:50.246Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-26T08:17:50.246Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-26T08:17:50.246Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-26T08:17:50.246Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-26T08:17:50.246Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-26T08:17:50.246Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-26T08:17:50.246Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-26T08:17:50.246Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-26T08:17:50.246Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-26T08:17:50.505Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-26T08:17:50.505Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-26T08:17:51.799Z] Removing intermediate container b0bdee8ef810 [2021-04-26T08:17:51.800Z] ---> f00dc433f3d0 [2021-04-26T08:17:51.800Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-26T08:17:52.081Z] ---> Running in b0bdabed41d5 [2021-04-26T08:17:52.355Z] Removing intermediate container cebae4eb7aeb [2021-04-26T08:17:52.355Z] ---> 74fa5ae7c7f4 [2021-04-26T08:17:52.355Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:17:52.975Z] ---> Running in 4a98d97ce3eb [2021-04-26T08:17:53.247Z] Removing intermediate container b0bdabed41d5 [2021-04-26T08:17:53.247Z] ---> 64266af3f40f [2021-04-26T08:17:53.247Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-26T08:17:53.849Z] ---> Running in 75d51cd937bc [2021-04-26T08:17:53.849Z] Removing intermediate container 4a98d97ce3eb [2021-04-26T08:17:53.849Z] ---> 1a7afb54d514 [2021-04-26T08:17:53.849Z] Step 13/21 : WORKDIR /edgex [2021-04-26T08:17:54.448Z] ---> Running in ee0ce2cf5f65 [2021-04-26T08:17:55.044Z] Removing intermediate container 75d51cd937bc [2021-04-26T08:17:55.044Z] ---> 225e85da3029 [2021-04-26T08:17:55.044Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-26T08:17:55.637Z] ---> Running in f4187bc0c367 [2021-04-26T08:17:55.911Z] Removing intermediate container 3e16c34fd35e [2021-04-26T08:17:55.911Z] ---> b141f380f600 [2021-04-26T08:17:55.911Z] [2021-04-26T08:17:55.911Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:17:55.911Z] ---> 9852663dfa18 [2021-04-26T08:17:55.911Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-26T08:17:56.186Z] Removing intermediate container ee0ce2cf5f65 [2021-04-26T08:17:56.186Z] ---> ecafb016653a [2021-04-26T08:17:56.186Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-26T08:17:56.461Z] ---> Running in 0386fdca2a22 [2021-04-26T08:17:57.901Z] ---> 0ed7e92943cf [2021-04-26T08:17:57.901Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-26T08:17:58.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:17:58.179Z] Removing intermediate container f992b52e503c [2021-04-26T08:17:58.179Z] ---> 9066568f16dc [2021-04-26T08:17:58.179Z] [2021-04-26T08:17:58.179Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:17:58.179Z] ---> 9852663dfa18 [2021-04-26T08:17:58.179Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:17:58.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:17:58.742Z] ---> Running in e3618af91f6a [2021-04-26T08:17:59.020Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-26T08:17:59.298Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:17:59.298Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:17:59.298Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:17:59.663Z] OK: 6 MiB in 16 packages [2021-04-26T08:18:00.264Z] ---> 23272b451cb3 [2021-04-26T08:18:00.264Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-26T08:18:00.264Z] Removing intermediate container f4187bc0c367 [2021-04-26T08:18:00.264Z] ---> 484b28511688 [2021-04-26T08:18:00.264Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-26T08:18:00.501Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-26T08:18:00.501Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-26T08:18:00.501Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-26T08:18:00.501Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-26T08:18:00.501Z] Building config-common [2021-04-26T08:18:00.501Z] + snapcraftctl build [2021-04-26T08:18:00.553Z] ---> Running in e00cb1240ba0 [2021-04-26T08:18:02.015Z] Removing intermediate container e00cb1240ba0 [2021-04-26T08:18:02.015Z] ---> e1221a0f9c85 [2021-04-26T08:18:02.015Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-26T08:18:02.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:18:02.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:18:02.289Z] ---> b3b9916b120b [2021-04-26T08:18:02.289Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-26T08:18:02.289Z] Removing intermediate container 0386fdca2a22 [2021-04-26T08:18:02.289Z] ---> b86e0a5c1a0a [2021-04-26T08:18:02.289Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:18:02.415Z] Building edgex-go [2021-04-26T08:18:02.415Z] + cd /root/parts/edgex-go/src [2021-04-26T08:18:02.415Z] + make build [2021-04-26T08:18:02.415Z] 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-04-26T08:18:02.570Z] ---> Running in fa1bb4a22bac [2021-04-26T08:18:02.570Z] ---> Running in 8218a02dcebe [2021-04-26T08:18:02.570Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:18:02.570Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:18:02.570Z] OK: 5 MiB in 15 packages [2021-04-26T08:18:03.002Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-26T08:18:03.002Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-26T08:18:03.002Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-26T08:18:03.002Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-26T08:18:03.002Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-26T08:18:03.002Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-26T08:18:03.002Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-26T08:18:03.002Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-26T08:18:03.002Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-26T08:18:03.002Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-26T08:18:03.002Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-26T08:18:03.002Z] go: downloading golang.org/x/text v0.3.2 [2021-04-26T08:18:03.610Z] ---> 12c560f46490 [2021-04-26T08:18:03.610Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-26T08:18:03.610Z] Removing intermediate container fa1bb4a22bac [2021-04-26T08:18:03.610Z] ---> 4bf6573abeb4 [2021-04-26T08:18:03.610Z] Step 18/21 : CMD ["--init=true"] [2021-04-26T08:18:03.610Z] Removing intermediate container 8218a02dcebe [2021-04-26T08:18:03.610Z] ---> 6854993336a5 [2021-04-26T08:18:03.610Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-26T08:18:03.610Z] ---> Running in d6a18a656940 [2021-04-26T08:18:03.610Z] ---> Running in 2af73d0d7dac [2021-04-26T08:18:04.052Z] ---> Running in a9ee0228b58d [2021-04-26T08:18:05.166Z] Removing intermediate container 2af73d0d7dac [2021-04-26T08:18:05.166Z] ---> 427fb20e5658 [2021-04-26T08:18:05.166Z] Step 19/21 : LABEL arch=arm64 [2021-04-26T08:18:05.166Z] Removing intermediate container e3618af91f6a [2021-04-26T08:18:05.166Z] ---> a8045e027d6d [2021-04-26T08:18:05.166Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:18:05.166Z] Removing intermediate container a9ee0228b58d [2021-04-26T08:18:05.166Z] ---> 377e337b150a [2021-04-26T08:18:05.166Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:18:05.166Z] ---> Running in 687108d8e4ac [2021-04-26T08:18:05.166Z] ---> Running in 629d1c9f7e9c [2021-04-26T08:18:05.449Z] ---> Running in b6b0d66c06b4 [2021-04-26T08:18:06.061Z] Removing intermediate container 687108d8e4ac [2021-04-26T08:18:06.061Z] ---> deb22dd59a16 [2021-04-26T08:18:06.061Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-26T08:18:06.340Z] Removing intermediate container 629d1c9f7e9c [2021-04-26T08:18:06.340Z] ---> 2e5dfb76132a [2021-04-26T08:18:06.340Z] Step 20/21 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:18:06.340Z] ---> Running in 9c608e898481 [2021-04-26T08:18:06.612Z] ---> Running in 3ede493a163c [2021-04-26T08:18:06.612Z] Removing intermediate container b6b0d66c06b4 [2021-04-26T08:18:06.612Z] ---> c2edb0cf8bc6 [2021-04-26T08:18:06.612Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:18:07.212Z] Removing intermediate container 9c608e898481 [2021-04-26T08:18:07.212Z] ---> 6ea435b30bb3 [2021-04-26T08:18:07.212Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:18:07.485Z] Removing intermediate container 3ede493a163c [2021-04-26T08:18:07.485Z] ---> f4224b85d98e [2021-04-26T08:18:07.485Z] Step 21/21 : LABEL version=0.0.0 [2021-04-26T08:18:07.485Z] ---> Running in da864c477e81 [2021-04-26T08:18:07.759Z] ---> Running in cb8db9d96f1a [2021-04-26T08:18:07.759Z] Removing intermediate container d6a18a656940 [2021-04-26T08:18:07.759Z] ---> 42571e830081 [2021-04-26T08:18:07.759Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:18:07.759Z] ---> 057b480fcf59 [2021-04-26T08:18:07.759Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-26T08:18:08.284Z] 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-04-26T08:18:08.284Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-26T08:18:08.361Z] Removing intermediate container da864c477e81 [2021-04-26T08:18:08.361Z] ---> 0683e0617810 [2021-04-26T08:18:08.361Z] Removing intermediate container cb8db9d96f1a [2021-04-26T08:18:08.361Z] ---> caea379fd9b9 [2021-04-26T08:18:08.361Z] [2021-04-26T08:18:08.361Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:18:09.342Z] Successfully built caea379fd9b9 [2021-04-26T08:18:09.342Z] ---> fba8335df59a [2021-04-26T08:18:09.342Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-26T08:18:09.342Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-26T08:18:09.342Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-26T08:18:09.939Z] ---> 54756da144e5 [2021-04-26T08:18:09.939Z] ---> f7727cb45c18 [2021-04-26T08:18:09.939Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-26T08:18:09.939Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-26T08:18:12.484Z] 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-04-26T08:18:13.348Z] ---> 4410e501e9b0 [2021-04-26T08:18:13.348Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-26T08:18:13.348Z] ---> f2fc46d4f6d7 [2021-04-26T08:18:13.348Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-26T08:18:13.348Z] ---> 88a8cca2eed8 [2021-04-26T08:18:13.348Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-26T08:18:13.625Z] Removing intermediate container ce2b931214c2 [2021-04-26T08:18:13.625Z] ---> 87d554a71fa1 [2021-04-26T08:18:13.625Z] [2021-04-26T08:18:13.625Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:18:13.625Z] ---> 9852663dfa18 [2021-04-26T08:18:13.625Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-26T08:18:13.625Z] ---> Running in b5a0cfff5d76 [2021-04-26T08:18:13.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-26T08:18:14.606Z] ---> Running in aef444078be6 [2021-04-26T08:18:14.606Z] Removing intermediate container b5a0cfff5d76 [2021-04-26T08:18:14.606Z] ---> a1ca9482d025 [2021-04-26T08:18:14.606Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:18:14.884Z] ---> 303524950214 [2021-04-26T08:18:14.884Z] ---> 667c7b4d24d6 [2021-04-26T08:18:14.884Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"]Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-26T08:18:14.884Z] [2021-04-26T08:18:15.159Z] ---> Running in 1e50e7dd9c4c [2021-04-26T08:18:15.245Z] 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-04-26T08:18:15.432Z] ---> Running in 8ed40fd3032f [2021-04-26T08:18:15.432Z] Removing intermediate container aef444078be6 [2021-04-26T08:18:15.432Z] ---> 54df36fd1662 [2021-04-26T08:18:15.432Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-26T08:18:15.707Z] ---> Running in 9e0079355f6a [2021-04-26T08:18:15.816Z] 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-04-26T08:18:15.817Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-26T08:18:15.979Z] ---> dcfa58cd6741 [2021-04-26T08:18:15.979Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-26T08:18:15.979Z] Removing intermediate container 1e50e7dd9c4c [2021-04-26T08:18:15.979Z] ---> b0a5c8d858a2 [2021-04-26T08:18:15.979Z] Step 20/22 : LABEL arch=arm64 [2021-04-26T08:18:15.979Z] Removing intermediate container 8ed40fd3032f [2021-04-26T08:18:15.979Z] ---> dad43af6925f [2021-04-26T08:18:15.979Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:18:16.076Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-26T08:18:16.076Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-26T08:18:16.076Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-26T08:18:16.263Z] ---> Running in 15de23a239ad [2021-04-26T08:18:16.263Z] ---> Running in 0b3cd0a293be [2021-04-26T08:18:16.263Z] Removing intermediate container 9e0079355f6a [2021-04-26T08:18:16.263Z] ---> 651f302489fc [2021-04-26T08:18:16.263Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-26T08:18:16.552Z] ---> Running in 15ed30f5d47b [2021-04-26T08:18:16.823Z] Removing intermediate container 15de23a239ad [2021-04-26T08:18:16.823Z] ---> 98a89b0c033f [2021-04-26T08:18:16.823Z] Step 21/22 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:18:16.823Z] ---> d50f0901f944 [2021-04-26T08:18:16.823Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-26T08:18:17.097Z] Removing intermediate container 0b3cd0a293be [2021-04-26T08:18:17.097Z] ---> a1ff29c679ef [2021-04-26T08:18:17.097Z] Step 20/22 : LABEL arch=arm64 [2021-04-26T08:18:17.097Z] ---> Running in 10b21bef14e7 [2021-04-26T08:18:17.368Z] ---> Running in 730e47bda7f6 [2021-04-26T08:18:17.368Z] ---> Running in 8ebf8a1b0d98 [2021-04-26T08:18:17.368Z] Removing intermediate container 15ed30f5d47b [2021-04-26T08:18:17.368Z] ---> 55b2d4f4e01f [2021-04-26T08:18:17.368Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:18:17.645Z] ---> Running in a42c406eb242 [2021-04-26T08:18:17.645Z] Removing intermediate container 10b21bef14e7 [2021-04-26T08:18:17.645Z] ---> 51cbeddf2daf [2021-04-26T08:18:17.645Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:18:17.983Z] 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-04-26T08:18:17.983Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-26T08:18:17.983Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-26T08:18:18.249Z] ---> Running in b6de33618b58 [2021-04-26T08:18:18.249Z] Removing intermediate container 8ebf8a1b0d98 [2021-04-26T08:18:18.249Z] ---> 87450c8ca809 [2021-04-26T08:18:18.249Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-26T08:18:18.526Z] Removing intermediate container 730e47bda7f6 [2021-04-26T08:18:18.526Z] ---> 9756d2d52753 [2021-04-26T08:18:18.526Z] Step 21/22 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:18:19.128Z] ---> Running in 7b4f9b4a0a6b [2021-04-26T08:18:19.128Z] Removing intermediate container b6de33618b58 [2021-04-26T08:18:19.128Z] ---> 5de106462add [2021-04-26T08:18:19.128Z] [2021-04-26T08:18:19.382Z] 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-04-26T08:18:19.400Z] ---> 2e0742bb173a [2021-04-26T08:18:19.400Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-26T08:18:19.686Z] Successfully built 5de106462add [2021-04-26T08:18:19.963Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-26T08:18:19.963Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-04-26T08:18:19.963Z] ---> Running in 7483ec126372 [2021-04-26T08:18:19.963Z] Removing intermediate container 7b4f9b4a0a6b [2021-04-26T08:18:19.963Z] ---> 1dcb7baaa539 [2021-04-26T08:18:19.963Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:18:20.573Z] ---> Running in 1314f5e5b54b [2021-04-26T08:18:20.763Z] 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-04-26T08:18:21.558Z] Removing intermediate container 1314f5e5b54b [2021-04-26T08:18:21.558Z] ---> 7b4a40e7d9f0 [2021-04-26T08:18:21.558Z] [2021-04-26T08:18:21.558Z] Removing intermediate container a42c406eb242 [2021-04-26T08:18:21.558Z] ---> 17f4974dd7c3 [2021-04-26T08:18:21.558Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-26T08:18:21.703Z] 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-04-26T08:18:21.846Z] Successfully built 7b4a40e7d9f0 [2021-04-26T08:18:22.126Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-26T08:18:22.126Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-04-26T08:18:22.126Z] ---> Running in c3f6c564970a [2021-04-26T08:18:23.083Z] 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-04-26T08:18:23.084Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-26T08:18:23.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:18:23.557Z] Removing intermediate container 7483ec126372 [2021-04-26T08:18:23.557Z] ---> 0da48d269fe4 [2021-04-26T08:18:23.557Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-26T08:18:24.149Z] ---> Running in a0a5df9cfbc5 [2021-04-26T08:18:24.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:18:24.464Z] 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-04-26T08:18:24.464Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-26T08:18:24.745Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:18:25.022Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-26T08:18:25.022Z] Removing intermediate container a0a5df9cfbc5 [2021-04-26T08:18:25.022Z] ---> 53ea7e7e345b [2021-04-26T08:18:25.022Z] Step 28/31 : CMD ["gate"] [2021-04-26T08:18:25.022Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-26T08:18:25.022Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-26T08:18:25.295Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T08:18:25.580Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-26T08:18:25.580Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:18:25.580Z] OK: 8 MiB in 20 packages [2021-04-26T08:18:26.177Z] ---> Running in e43bbaa70e21 [2021-04-26T08:18:26.374Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-26T08:18:26.375Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-26T08:18:26.375Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-26T08:18:26.375Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-26T08:18:26.375Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-26T08:18:26.375Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-26T08:18:26.375Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-26T08:18:26.375Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-26T08:18:26.375Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-26T08:18:26.375Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-26T08:18:26.375Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-26T08:18:26.375Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-26T08:18:26.375Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-26T08:18:26.375Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-26T08:18:26.375Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-26T08:18:26.375Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-26T08:18:26.375Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-26T08:18:26.375Z] + 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-04-26T08:18:26.375Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-26T08:18:26.635Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-26T08:18:26.635Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-26T08:18:26.635Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-26T08:18:26.635Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-26T08:18:26.635Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-26T08:18:26.635Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-26T08:18:26.635Z] + 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-04-26T08:18:27.643Z] Removing intermediate container e43bbaa70e21 [2021-04-26T08:18:27.643Z] ---> db0a679dd665 [2021-04-26T08:18:27.643Z] Step 29/31 : LABEL arch=arm64 [2021-04-26T08:18:28.652Z] Removing intermediate container c3f6c564970a [2021-04-26T08:18:28.652Z] ---> 47d36638ec5d [2021-04-26T08:18:28.652Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:18:29.177Z] Building static-packages [2021-04-26T08:18:29.177Z] + snapcraftctl build [2021-04-26T08:18:29.247Z] ---> Running in 08f4810b3f65 [2021-04-26T08:18:29.516Z] ---> ac527e5f7214 [2021-04-26T08:18:29.516Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-26T08:18:29.516Z] Removing intermediate container 08f4810b3f65 [2021-04-26T08:18:29.516Z] ---> 5d493291cf04 [2021-04-26T08:18:29.516Z] Step 30/31 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:18:30.489Z] ---> Running in c4f34508d191 [2021-04-26T08:18:31.164Z] Building version [2021-04-26T08:18:31.164Z] + snapcraftctl build [2021-04-26T08:18:31.464Z] ---> fa264bbee8e2 [2021-04-26T08:18:31.464Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-26T08:18:31.464Z] Removing intermediate container c4f34508d191 [2021-04-26T08:18:31.464Z] ---> 3d8545261d6d [2021-04-26T08:18:31.464Z] Step 31/31 : LABEL version=0.0.0 [2021-04-26T08:18:32.082Z] ---> Running in bbe2b34c3584 [2021-04-26T08:18:32.675Z] ---> f6404e449453 [2021-04-26T08:18:32.675Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-26T08:18:33.160Z] Skipping stage go-build-helper (already ran) [2021-04-26T08:18:33.160Z] Staging app-service-config [2021-04-26T08:18:33.160Z] + snapcraftctl stage [2021-04-26T08:18:33.268Z] ---> Running in b88c4c269e7f [2021-04-26T08:18:33.268Z] Removing intermediate container bbe2b34c3584 [2021-04-26T08:18:33.268Z] ---> 5441862f5c83 [2021-04-26T08:18:33.268Z] [2021-04-26T08:18:33.873Z] Successfully built 5441862f5c83 [2021-04-26T08:18:33.873Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-26T08:18:33.873Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-04-26T08:18:34.098Z] Staging config-common [2021-04-26T08:18:34.099Z] + snapcraftctl stage [2021-04-26T08:18:34.465Z] Removing intermediate container b88c4c269e7f [2021-04-26T08:18:34.465Z] ---> 2600a54d62db [2021-04-26T08:18:34.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:18:34.465Z] ---> Running in fef82ed0a6e7 [2021-04-26T08:18:35.039Z] Staging edgex-go [2021-04-26T08:18:35.039Z] + snapcraftctl stage [2021-04-26T08:18:35.072Z] Removing intermediate container fef82ed0a6e7 [2021-04-26T08:18:35.072Z] ---> 96cf30cf6ae0 [2021-04-26T08:18:35.072Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:18:35.343Z] ---> Running in 57b702dd9372 [2021-04-26T08:18:36.326Z] Removing intermediate container 57b702dd9372 [2021-04-26T08:18:36.326Z] ---> 698b811f3462 [2021-04-26T08:18:36.326Z] Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:18:36.423Z] Staging static-packages [2021-04-26T08:18:36.423Z] + snapcraftctl stage [2021-04-26T08:18:37.300Z] ---> Running in 1df7945348e2 [2021-04-26T08:18:37.364Z] Staging version [2021-04-26T08:18:37.364Z] + snapcraftctl stage [2021-04-26T08:18:37.898Z] Removing intermediate container 1df7945348e2 [2021-04-26T08:18:37.898Z] ---> 2e2d08fb7971 [2021-04-26T08:18:37.898Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:18:38.304Z] Priming go-build-helper [2021-04-26T08:18:38.304Z] + snapcraftctl prime [2021-04-26T08:18:38.885Z] ---> Running in f6baa41420d1 [2021-04-26T08:18:39.162Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:18:39.162Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:18:39.162Z] ---> 52fd2de8e31b [2021-04-26T08:18:39.162Z] Step 3/24 : WORKDIR /edgex-go [2021-04-26T08:18:39.162Z] ---> Using cache [2021-04-26T08:18:39.162Z] ---> 8cea066d0248 [2021-04-26T08:18:39.162Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:18:39.162Z] ---> Using cache [2021-04-26T08:18:39.162Z] ---> 13c9504a9df7 [2021-04-26T08:18:39.162Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-26T08:18:39.242Z] Priming app-service-config [2021-04-26T08:18:39.242Z] + snapcraftctl prime [2021-04-26T08:18:39.435Z] ---> Running in 5dd9cf611e28 [2021-04-26T08:18:39.714Z] Removing intermediate container f6baa41420d1 [2021-04-26T08:18:39.714Z] ---> 87a2f13031c5 [2021-04-26T08:18:39.714Z] [2021-04-26T08:18:40.185Z] Priming config-common [2021-04-26T08:18:40.185Z] + snapcraftctl prime [2021-04-26T08:18:40.314Z] Successfully built 87a2f13031c5 [2021-04-26T08:18:40.314Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-26T08:18:40.593Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:18:41.124Z] Priming edgex-go [2021-04-26T08:18:41.124Z] + snapcraftctl prime [2021-04-26T08:18:41.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:18:42.167Z] OK: 217 MiB in 51 packages [2021-04-26T08:18:42.507Z] Priming static-packages [2021-04-26T08:18:42.508Z] + snapcraftctl prime [2021-04-26T08:18:44.786Z] Removing intermediate container 5dd9cf611e28 [2021-04-26T08:18:44.786Z] ---> 59a04401294b [2021-04-26T08:18:44.786Z] Step 6/24 : COPY go.mod . [2021-04-26T08:18:45.050Z] Priming version [2021-04-26T08:18:45.050Z] + snapcraftctl prime [2021-04-26T08:18:45.633Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-26T08:18:45.876Z] ---> 668ece88c0d0 [2021-04-26T08:18:45.876Z] Step 7/24 : RUN go mod download [2021-04-26T08:18:46.153Z] ---> Running in 5284e61c9155 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-26T08:18:51.565Z] Removing intermediate container 5284e61c9155 [2021-04-26T08:18:51.565Z] ---> a42c3a0631a5 [2021-04-26T08:18:51.565Z] Step 8/24 : COPY . . [2021-04-26T08:19:03.981Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:19:03.981Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:19:03.981Z] ---> 52fd2de8e31b [2021-04-26T08:19:03.981Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:19:03.981Z] ---> Using cache [2021-04-26T08:19:03.981Z] ---> 8cea066d0248 [2021-04-26T08:19:03.981Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:19:03.981Z] ---> Using cache [2021-04-26T08:19:03.981Z] ---> 13c9504a9df7 [2021-04-26T08:19:03.981Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-26T08:19:03.981Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:19:03.981Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:19:03.981Z] ---> 52fd2de8e31b [2021-04-26T08:19:03.981Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:19:03.981Z] ---> Using cache [2021-04-26T08:19:03.981Z] ---> 8cea066d0248 [2021-04-26T08:19:03.981Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:19:03.981Z] ---> Using cache [2021-04-26T08:19:03.981Z] ---> 13c9504a9df7 [2021-04-26T08:19:03.981Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:19:03.981Z] ---> Using cache [2021-04-26T08:19:03.981Z] ---> 59a04401294b [2021-04-26T08:19:03.981Z] Step 6/23 : COPY go.mod . [2021-04-26T08:19:03.981Z] ---> Using cache [2021-04-26T08:19:03.981Z] ---> 668ece88c0d0 [2021-04-26T08:19:03.981Z] Step 7/23 : RUN go mod download [2021-04-26T08:19:03.981Z] ---> Using cache [2021-04-26T08:19:03.981Z] ---> a42c3a0631a5 [2021-04-26T08:19:03.981Z] Step 8/23 : COPY . . [2021-04-26T08:19:08.288Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:19:08.288Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:19:08.288Z] ---> 52fd2de8e31b [2021-04-26T08:19:08.288Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:19:08.288Z] ---> Using cache [2021-04-26T08:19:08.288Z] ---> 8cea066d0248 [2021-04-26T08:19:08.288Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:19:08.288Z] ---> Using cache [2021-04-26T08:19:08.288Z] ---> 13c9504a9df7 [2021-04-26T08:19:08.288Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:19:08.288Z] ---> Using cache [2021-04-26T08:19:08.288Z] ---> 59a04401294b [2021-04-26T08:19:08.288Z] Step 6/23 : COPY go.mod . [2021-04-26T08:19:08.288Z] ---> Using cache [2021-04-26T08:19:08.288Z] ---> 668ece88c0d0 [2021-04-26T08:19:08.288Z] Step 7/23 : RUN go mod download [2021-04-26T08:19:08.288Z] ---> Using cache [2021-04-26T08:19:08.288Z] ---> a42c3a0631a5 [2021-04-26T08:19:08.288Z] Step 8/23 : COPY . . [2021-04-26T08:19:11.692Z] ---> Running in 9db098130fa1 [2021-04-26T08:19:11.964Z] ---> e4403a45a05d [2021-04-26T08:19:11.964Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-26T08:19:13.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:19:13.419Z] ---> Running in 32dd6f8dec1f [2021-04-26T08:19:14.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:19:14.620Z] OK: 217 MiB in 51 packages [2021-04-26T08:19:14.893Z] 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-04-26T08:19:18.473Z] Removing intermediate container 9db098130fa1 [2021-04-26T08:19:18.473Z] ---> 6dcf6d2814dd [2021-04-26T08:19:18.473Z] Step 6/23 : COPY go.mod . [2021-04-26T08:19:19.913Z] ---> d67829bc050f [2021-04-26T08:19:19.913Z] Step 7/23 : RUN go mod download [2021-04-26T08:19:20.511Z] ---> Running in a381a23a94b3 [2021-04-26T08:19:20.799Z] ---> d2882065b862 [2021-04-26T08:19:20.799Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-26T08:19:21.404Z] ---> Running in a94d92f6d9df [2021-04-26T08:19:24.034Z] 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-04-26T08:19:26.684Z] Removing intermediate container a381a23a94b3 [2021-04-26T08:19:26.684Z] ---> b4c20acb3f4d [2021-04-26T08:19:26.684Z] Step 8/23 : COPY . . [2021-04-26T08:19:32.098Z] ---> b8d4a375feb8 [2021-04-26T08:19:32.098Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-26T08:19:32.371Z] ---> Running in 3d6f3a67c277 [2021-04-26T08:19:34.365Z] 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-04-26T08:19:49.495Z] ---> 55c388909af7 [2021-04-26T08:19:49.495Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-26T08:19:49.495Z] ---> Running in 9a0fc89c7295 [2021-04-26T08:19:49.495Z] 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-04-26T08:20:21.877Z] 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-04-26T08:20:37.003Z] Removing intermediate container 32dd6f8dec1f [2021-04-26T08:20:37.003Z] ---> adb23a86d993 [2021-04-26T08:20:37.003Z] [2021-04-26T08:20:37.003Z] Step 10/24 : FROM alpine:3.12 [2021-04-26T08:20:37.003Z] ---> 9852663dfa18 [2021-04-26T08:20:37.003Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-26T08:20:37.003Z] ---> Running in 46bdca861dc5 [2021-04-26T08:20:37.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:20:37.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:20:37.886Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-26T08:20:38.164Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:20:38.164Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-26T08:20:38.164Z] (4/6) Installing curl (7.76.1-r0) [2021-04-26T08:20:38.164Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:20:38.164Z] (6/6) Installing su-exec (0.2-r1) [2021-04-26T08:20:38.164Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:20:38.164Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:20:38.441Z] OK: 7 MiB in 20 packages [2021-04-26T08:20:41.104Z] Removing intermediate container 46bdca861dc5 [2021-04-26T08:20:41.104Z] ---> 67caab5e9e0b [2021-04-26T08:20:41.104Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:20:41.380Z] ---> Running in 73b8b386b85f [2021-04-26T08:20:41.990Z] Removing intermediate container 73b8b386b85f [2021-04-26T08:20:41.990Z] ---> 38291369407b [2021-04-26T08:20:41.990Z] Step 13/24 : WORKDIR / [2021-04-26T08:20:42.287Z] ---> Running in 898aa4fb30d4 [2021-04-26T08:20:42.894Z] Removing intermediate container 898aa4fb30d4 [2021-04-26T08:20:42.894Z] ---> 48e593daf07b [2021-04-26T08:20:42.894Z] 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-04-26T08:20:43.921Z] ---> a600ec902032 [2021-04-26T08:20:43.921Z] 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-04-26T08:20:45.399Z] ---> 813aebfafcdd [2021-04-26T08:20:45.399Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-26T08:20:46.395Z] ---> bf79117bb9dc [2021-04-26T08:20:46.395Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-26T08:20:48.403Z] ---> 70c77c5f6af1 [2021-04-26T08:20:48.403Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-26T08:20:49.853Z] ---> 84e17c7d03b2 [2021-04-26T08:20:49.853Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-26T08:20:51.322Z] ---> 481fb816973b [2021-04-26T08:20:51.322Z] 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-04-26T08:20:51.322Z] ---> Running in ba0b2a54910c [2021-04-26T08:20:54.771Z] Removing intermediate container ba0b2a54910c [2021-04-26T08:20:54.771Z] ---> 26e4b2995e5f [2021-04-26T08:20:54.771Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-26T08:20:55.049Z] ---> Running in a177a0943f07 [2021-04-26T08:20:55.676Z] Removing intermediate container a177a0943f07 [2021-04-26T08:20:55.676Z] ---> 719ca8c48bcf [2021-04-26T08:20:55.676Z] Step 22/24 : LABEL arch=arm64 [2021-04-26T08:20:55.676Z] ---> Running in 2f5c7066749c [2021-04-26T08:20:56.324Z] Removing intermediate container 2f5c7066749c [2021-04-26T08:20:56.324Z] ---> c38ca254bb5c [2021-04-26T08:20:56.324Z] Step 23/24 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:20:56.324Z] ---> Running in d0efcee2de3e [2021-04-26T08:20:57.350Z] Removing intermediate container d0efcee2de3e [2021-04-26T08:20:57.350Z] ---> ec871aad9496 [2021-04-26T08:20:57.350Z] Step 24/24 : LABEL version=0.0.0 [2021-04-26T08:20:57.350Z] ---> Running in a7d43210721f [2021-04-26T08:20:57.971Z] Removing intermediate container a7d43210721f [2021-04-26T08:20:57.971Z] ---> bad538745b3b [2021-04-26T08:20:57.971Z] [2021-04-26T08:20:58.575Z] Successfully built bad538745b3b [2021-04-26T08:20:58.575Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-26T08:21:11.015Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3d6f3a67c277 [2021-04-26T08:21:11.015Z] ---> b1ef0fe86abd [2021-04-26T08:21:11.015Z] [2021-04-26T08:21:11.015Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:21:11.015Z] ---> 9852663dfa18 [2021-04-26T08:21:11.015Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:21:11.015Z] ---> Using cache [2021-04-26T08:21:11.015Z] ---> a8045e027d6d [2021-04-26T08:21:11.016Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:21:11.016Z] ---> Using cache [2021-04-26T08:21:11.016Z] ---> deb22dd59a16 [2021-04-26T08:21:11.016Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-26T08:21:11.016Z] ---> Running in fad5f2a1cde7 [2021-04-26T08:21:11.016Z] Removing intermediate container a94d92f6d9df [2021-04-26T08:21:11.016Z] ---> 7bec4441adf8 [2021-04-26T08:21:11.016Z] [2021-04-26T08:21:11.016Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:21:11.016Z] ---> 9852663dfa18 [2021-04-26T08:21:11.016Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:21:11.016Z] ---> Using cache [2021-04-26T08:21:11.016Z] ---> a8045e027d6d [2021-04-26T08:21:11.016Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:21:11.016Z] ---> Using cache [2021-04-26T08:21:11.016Z] ---> deb22dd59a16 [2021-04-26T08:21:11.016Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-26T08:21:11.016Z] Removing intermediate container fad5f2a1cde7 [2021-04-26T08:21:11.016Z] ---> e94d0e8589a7 [2021-04-26T08:21:11.016Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:21:11.016Z] ---> Running in 442742bc21d0 [2021-04-26T08:21:11.016Z] ---> Running in ddbf5462c5c6 [2021-04-26T08:21:11.016Z] Removing intermediate container 442742bc21d0 [2021-04-26T08:21:11.016Z] ---> 640160296ab4 [2021-04-26T08:21:11.016Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:21:11.303Z] ---> Running in 7fa4b5853a14 [2021-04-26T08:21:11.303Z] Removing intermediate container ddbf5462c5c6 [2021-04-26T08:21:11.303Z] ---> 096ad42e95a3 [2021-04-26T08:21:11.303Z] Step 15/23 : WORKDIR / [2021-04-26T08:21:11.597Z] ---> Running in fff91d9fc27e [2021-04-26T08:21:11.597Z] Removing intermediate container 9a0fc89c7295 [2021-04-26T08:21:11.597Z] ---> 48faff089371 [2021-04-26T08:21:11.597Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-26T08:21:11.873Z] ---> Running in 25968347ab7b [2021-04-26T08:21:11.873Z] Removing intermediate container 7fa4b5853a14 [2021-04-26T08:21:11.873Z] ---> 88c9e8661e2a [2021-04-26T08:21:11.873Z] Step 15/23 : WORKDIR / [2021-04-26T08:21:12.147Z] ---> Running in f00d233924d0 [2021-04-26T08:21:12.147Z] Removing intermediate container fff91d9fc27e [2021-04-26T08:21:12.147Z] ---> 2620f8d53eff [2021-04-26T08:21:12.147Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:21:12.748Z] Removing intermediate container f00d233924d0 [2021-04-26T08:21:12.748Z] ---> 165724905efa [2021-04-26T08:21:12.748Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:21:13.023Z] ---> 5c5778cbd480 [2021-04-26T08:21:13.023Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-26T08:21:13.300Z] 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-04-26T08:21:13.915Z] ---> 262a3456239d [2021-04-26T08:21:13.915Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-26T08:21:15.045Z] ---> 5c1fd93ad90b [2021-04-26T08:21:15.045Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-26T08:21:15.675Z] ---> a105740fe261 [2021-04-26T08:21:15.675Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-26T08:21:15.963Z] ---> 60be51c77e3e [2021-04-26T08:21:15.963Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-26T08:21:16.241Z] ---> Running in f647c1e86368 [2021-04-26T08:21:16.855Z] ---> 31083513eb2e [2021-04-26T08:21:16.855Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-26T08:21:16.855Z] Removing intermediate container f647c1e86368 [2021-04-26T08:21:16.855Z] ---> e9c1aeeb23ec [2021-04-26T08:21:16.855Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:21:16.855Z] Removing intermediate container 25968347ab7b [2021-04-26T08:21:16.855Z] ---> 39cadcd38363 [2021-04-26T08:21:16.855Z] [2021-04-26T08:21:16.855Z] Step 11/23 : FROM docker:20.10.0 [2021-04-26T08:21:16.855Z] ---> Running in 0e4da04df6a7 [2021-04-26T08:21:16.855Z] 20.10.0: Pulling from library/docker [2021-04-26T08:21:17.132Z] ---> Running in fbae5ce1df25 [2021-04-26T08:21:17.743Z] Removing intermediate container 0e4da04df6a7 [2021-04-26T08:21:17.743Z] ---> 5df725c6912a [2021-04-26T08:21:17.743Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:21:17.743Z] Removing intermediate container fbae5ce1df25 [2021-04-26T08:21:17.743Z] ---> 2a645f219a9e [2021-04-26T08:21:17.743Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:21:18.020Z] ---> Running in cfc1351a5446 [2021-04-26T08:21:18.020Z] ---> Running in e07d8ab35294 [2021-04-26T08:21:18.629Z] Removing intermediate container cfc1351a5446 [2021-04-26T08:21:18.629Z] ---> 235a96a21c82 [2021-04-26T08:21:18.629Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:21:18.904Z] Removing intermediate container e07d8ab35294 [2021-04-26T08:21:18.905Z] ---> 48be3b9ffe26 [2021-04-26T08:21:18.905Z] Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:21:19.181Z] ---> Running in 9b8dd3942495 [2021-04-26T08:21:19.181Z] ---> Running in 974313ab3289 [2021-04-26T08:21:19.777Z] Removing intermediate container 9b8dd3942495 [2021-04-26T08:21:19.777Z] ---> 6348d953f6a3 [2021-04-26T08:21:19.777Z] Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:21:19.777Z] Removing intermediate container 974313ab3289 [2021-04-26T08:21:19.777Z] ---> 091e7afb9162 [2021-04-26T08:21:19.777Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:21:19.777Z] ---> Running in a45d8a5c8f4b [2021-04-26T08:21:20.051Z] ---> Running in a5200167c71c [2021-04-26T08:21:20.651Z] Removing intermediate container a45d8a5c8f4b [2021-04-26T08:21:20.651Z] ---> 98020b267023 [2021-04-26T08:21:20.651Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:21:20.651Z] Removing intermediate container a5200167c71c [2021-04-26T08:21:20.651Z] ---> 10d0818cdb15 [2021-04-26T08:21:20.651Z] [2021-04-26T08:21:20.927Z] ---> Running in 5b1e96a66392 [2021-04-26T08:21:21.205Z] Successfully built 10d0818cdb15 [2021-04-26T08:21:21.205Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-26T08:21:21.804Z]  Building docker-core-command-go ... done Removing intermediate container 5b1e96a66392 [2021-04-26T08:21:21.804Z] ---> 9e3b97c1dfe8 [2021-04-26T08:21:21.804Z] [2021-04-26T08:21:22.127Z] Successfully built 9e3b97c1dfe8 [2021-04-26T08:21:22.127Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-26T08:21:25.521Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-26T08:21:25.521Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-26T08:21:25.521Z] ---> eeaf43b92773 [2021-04-26T08:21:25.521Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:21:26.119Z] ---> Running in cd09a88ecdb0 [2021-04-26T08:21:26.400Z] Removing intermediate container cd09a88ecdb0 [2021-04-26T08:21:26.400Z] ---> 7cc44ebc657b [2021-04-26T08:21:26.400Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-26T08:21:26.400Z] ---> Running in 21f497302b5c [2021-04-26T08:21:27.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:21:27.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:21:28.440Z] (1/39) Installing readline (8.0.4-r0) [2021-04-26T08:21:28.440Z] (2/39) Installing bash (5.0.17-r0) [2021-04-26T08:21:28.440Z] Executing bash-5.0.17-r0.post-install [2021-04-26T08:21:28.440Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:21:28.440Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-26T08:21:28.440Z] (5/39) Installing curl (7.76.1-r0) [2021-04-26T08:21:28.440Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-26T08:21:28.440Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-26T08:21:28.440Z] (8/39) Installing expat (2.2.9-r1) [2021-04-26T08:21:28.440Z] (9/39) Installing libffi (3.3-r2) [2021-04-26T08:21:28.714Z] (10/39) Installing gdbm (1.13-r1) [2021-04-26T08:21:28.714Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-26T08:21:28.714Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-26T08:21:28.714Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-26T08:21:30.685Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-26T08:21:30.685Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-26T08:21:30.685Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-26T08:21:30.685Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-26T08:21:30.685Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-26T08:21:30.685Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-26T08:21:30.685Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-26T08:21:30.685Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-26T08:21:30.685Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-26T08:21:30.685Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-26T08:21:30.685Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-26T08:21:30.685Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-26T08:21:30.685Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-26T08:21:30.686Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-26T08:21:30.686Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-26T08:21:30.686Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-26T08:21:30.686Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-26T08:21:30.686Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-26T08:21:30.686Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-26T08:21:30.686Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-26T08:21:30.686Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-26T08:21:30.686Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-26T08:21:30.686Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-26T08:21:30.958Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-26T08:21:30.958Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-26T08:21:30.958Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-26T08:21:30.958Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:21:30.958Z] OK: 72 MiB in 59 packages [2021-04-26T08:21:35.265Z] Collecting docker-compose==1.23.2 [2021-04-26T08:21:35.265Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-26T08:21:35.885Z] Collecting PyYAML<4,>=3.10 [2021-04-26T08:21:35.885Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-26T08:21:39.266Z] Collecting docopt<0.7,>=0.6.1 [2021-04-26T08:21:39.266Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-26T08:21:40.695Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-26T08:21:40.695Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-26T08:21:40.968Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-26T08:21:40.968Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-26T08:21:43.587Z] Collecting docker<4.0,>=3.6.0 [2021-04-26T08:21:43.587Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-26T08:21:43.587Z] 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-04-26T08:21:43.859Z] Collecting cached-property<2,>=1.2.0 [2021-04-26T08:21:43.859Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-26T08:21:44.454Z] Collecting jsonschema<3,>=2.5.1 [2021-04-26T08:21:44.454Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-26T08:21:44.726Z] Collecting texttable<0.10,>=0.9.0 [2021-04-26T08:21:44.726Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-26T08:21:47.340Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-26T08:21:47.340Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-26T08:21:47.611Z] Collecting docker-pycreds>=0.4.0 [2021-04-26T08:21:47.611Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-26T08:21:47.611Z] 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-04-26T08:21:47.611Z] 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-04-26T08:21:48.202Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-26T08:21:48.202Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-26T08:21:48.473Z] Collecting idna<2.8,>=2.5 [2021-04-26T08:21:48.473Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-26T08:21:48.473Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-26T08:21:48.473Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-26T08:21:48.745Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-26T08:21:48.745Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-26T08:21:49.339Z] Installing collected packages: PyYAML, docopt, websocket-client, dockerpty, urllib3, idna, requests, docker-pycreds, docker, cached-property, jsonschema, texttable, docker-compose [2021-04-26T08:21:49.339Z] Running setup.py install for PyYAML: started [2021-04-26T08:21:51.312Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-26T08:21:51.312Z] Running setup.py install for docopt: started [2021-04-26T08:21:53.283Z] Running setup.py install for docopt: finished with status 'done' [2021-04-26T08:21:53.283Z] Running setup.py install for dockerpty: started [2021-04-26T08:21:55.264Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-26T08:21:55.264Z] Attempting uninstall: urllib3 [2021-04-26T08:21:55.264Z] Found existing installation: urllib3 1.25.9 [2021-04-26T08:21:55.264Z] Uninstalling urllib3-1.25.9: [2021-04-26T08:21:55.264Z] Successfully uninstalled urllib3-1.25.9 [2021-04-26T08:21:55.859Z] Attempting uninstall: idna [2021-04-26T08:21:55.859Z] Found existing installation: idna 2.9 [2021-04-26T08:21:55.859Z] Uninstalling idna-2.9: [2021-04-26T08:21:55.859Z] Successfully uninstalled idna-2.9 [2021-04-26T08:21:56.456Z] Attempting uninstall: requests [2021-04-26T08:21:56.456Z] Found existing installation: requests 2.23.0 [2021-04-26T08:21:56.456Z] Uninstalling requests-2.23.0: [2021-04-26T08:21:56.456Z] Successfully uninstalled requests-2.23.0 [2021-04-26T08:21:57.888Z] Running setup.py install for texttable: started [2021-04-26T08:21:59.864Z] Running setup.py install for texttable: finished with status 'done' [2021-04-26T08:22:00.457Z] 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-04-26T08:22:08.739Z] Removing intermediate container 21f497302b5c [2021-04-26T08:22:08.739Z] ---> f8c44aff267d [2021-04-26T08:22:08.739Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-26T08:22:09.012Z] ---> Running in f2d01acaab26 [2021-04-26T08:22:09.287Z] Removing intermediate container f2d01acaab26 [2021-04-26T08:22:09.287Z] ---> 4385825f669f [2021-04-26T08:22:09.287Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-26T08:22:09.559Z] ---> Running in b29a0eb12847 [2021-04-26T08:22:10.159Z] Removing intermediate container b29a0eb12847 [2021-04-26T08:22:10.159Z] ---> 559a89318fb1 [2021-04-26T08:22:10.159Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-26T08:22:11.137Z] ---> 9b53fcf9ad35 [2021-04-26T08:22:11.137Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-26T08:22:11.735Z] ---> b15ecc407793 [2021-04-26T08:22:11.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-26T08:22:12.714Z] ---> 2d9609697682 [2021-04-26T08:22:12.714Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-26T08:22:12.714Z] ---> Running in 2db0f47f1568 [2021-04-26T08:22:13.311Z] Removing intermediate container 2db0f47f1568 [2021-04-26T08:22:13.311Z] ---> 746f3169a6a2 [2021-04-26T08:22:13.311Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:22:13.311Z] ---> Running in cf621456f349 [2021-04-26T08:22:13.911Z] Removing intermediate container cf621456f349 [2021-04-26T08:22:13.911Z] ---> 9387f4af4a4c [2021-04-26T08:22:13.911Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:22:13.911Z] ---> Running in 52991ac661c9 [2021-04-26T08:22:14.510Z] Removing intermediate container 52991ac661c9 [2021-04-26T08:22:14.510Z] ---> c30432b3f853 [2021-04-26T08:22:14.510Z] Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 [2021-04-26T08:22:14.510Z] ---> Running in 819e667e64ca [2021-04-26T08:22:15.108Z] Removing intermediate container 819e667e64ca [2021-04-26T08:22:15.108Z] ---> 886d0e053a61 [2021-04-26T08:22:15.108Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:22:15.108Z] ---> Running in a9fd165b36f9 [2021-04-26T08:22:15.703Z] Removing intermediate container a9fd165b36f9 [2021-04-26T08:22:15.703Z] ---> 15e757403038 [2021-04-26T08:22:15.703Z] [2021-04-26T08:22:15.976Z] Successfully built 15e757403038 [2021-04-26T08:22:15.976Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-26T08:22:16.585Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-26T08:22:16.585Z] $ docker stop --time=1 944b6c660db77b8c1df77f880c8c4281937ef52e6d2ff6b07b36829066fd7cb2 [2021-04-26T08:22:18.492Z] $ docker rm -f 944b6c660db77b8c1df77f880c8c4281937ef52e6d2ff6b07b36829066fd7cb2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T08:22:19.148Z] + grep docker [2021-04-26T08:22:19.148Z] + docker images [2021-04-26T08:22:19.431Z] docker-sys-mgmt-agent-go-arm64 latest 15e757403038 4 seconds ago 299MB [2021-04-26T08:22:19.431Z] docker-core-metadata-go-arm64 latest 9e3b97c1dfe8 58 seconds ago 18.1MB [2021-04-26T08:22:19.431Z] docker-core-command-go-arm64 latest 10d0818cdb15 59 seconds ago 16.5MB [2021-04-26T08:22:19.431Z] docker-security-secretstore-setup-go-arm64 latest bad538745b3b About a minute ago 24.9MB [2021-04-26T08:22:19.431Z] docker-core-data-go-arm64 latest 87a2f13031c5 3 minutes ago 21.6MB [2021-04-26T08:22:19.431Z] docker-security-bootstrapper-go-arm64 latest 5441862f5c83 3 minutes ago 18.1MB [2021-04-26T08:22:19.431Z] docker-support-scheduler-go-arm64 latest 7b4a40e7d9f0 3 minutes ago 16.6MB [2021-04-26T08:22:19.431Z] docker-support-notifications-go-arm64 latest 5de106462add 4 minutes ago 17.2MB [2021-04-26T08:22:19.431Z] docker-security-proxy-setup-go-arm64 latest caea379fd9b9 4 minutes ago 24.6MB [2021-04-26T08:22:19.431Z] docker 20.10.0 eeaf43b92773 4 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-04-26T08:22:20.007Z] ---> job-cost.sh [2021-04-26T08:22:20.007Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-H1S2 [2021-04-26T08:22:58.943Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-26T08:24:35.673Z] lf-activate-venv(): INFO: Adding /tmp/venv-H1S2/bin to PATH [2021-04-26T08:24:35.673Z] INFO: No Stack... [2021-04-26T08:24:35.673Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-26T08:24:35.673Z] INFO: Archiving Costs [Pipeline] sh [2021-04-26T08:24:36.009Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-26T08:24:36.009Z] + cut -d, -f6 [Pipeline] lock [2021-04-26T08:24:36.123Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3398-2-stack-cost] [2021-04-26T08:24:36.140Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3398-2-stack-cost] did not exist. Created. [2021-04-26T08:24:36.140Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3398-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-26T08:24:36.501Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-26T08:24:36.780Z] Stashed 1 file(s) [Pipeline] } [2021-04-26T08:24:36.791Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3398-2-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-04-26T08:24:37.497Z] provisioning config files... [2021-04-26T08:24:37.515Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5639814017828646904tmp [Pipeline] { [Pipeline] sh [2021-04-26T08:24:37.891Z] + set +x [2021-04-26T08:24:37.891Z] + curl -s https://codecov.io/bash [2021-04-26T08:24:37.891Z] + bash -s -- [2021-04-26T08:24:38.158Z] [2021-04-26T08:24:38.158Z] _____ _ [2021-04-26T08:24:38.158Z] / ____| | | [2021-04-26T08:24:38.158Z] | | ___ __| | ___ ___ _____ __ [2021-04-26T08:24:38.158Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-26T08:24:38.158Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-26T08:24:38.158Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-26T08:24:38.158Z] Bash-1.0.2 [2021-04-26T08:24:38.158Z] [2021-04-26T08:24:38.158Z] [2021-04-26T08:24:38.158Z] ==> git version 2.24.3 found [2021-04-26T08:24:38.158Z] ==> 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-04-26T08:24:38.158Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-26T08:24:38.158Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-26T08:24:38.158Z] ==> Jenkins CI detected. [2021-04-26T08:24:38.158Z] project root: . [2021-04-26T08:24:38.158Z] --> token set from env [2021-04-26T08:24:38.420Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-26T08:24:38.420Z] ==> Running gcov in . (disable via -X gcov) [2021-04-26T08:24:38.420Z] ==> Python coveragepy not found [2021-04-26T08:24:38.420Z] ==> Searching for coverage reports in: [2021-04-26T08:24:38.420Z] + . [2021-04-26T08:24:38.420Z] -> Found 1 reports [2021-04-26T08:24:38.420Z] ==> Detecting git/mercurial file structure [2021-04-26T08:24:38.420Z] ==> Reading reports [2021-04-26T08:24:38.420Z] + ./coverage.out bytes=704315 [2021-04-26T08:24:38.420Z] ==> Appending adjustments [2021-04-26T08:24:38.420Z] https://docs.codecov.io/docs/fixing-reports [2021-04-26T08:24:42.664Z] + Found adjustments [2021-04-26T08:24:42.664Z] ==> Gzipping contents [2021-04-26T08:24:42.664Z] 100K /tmp/codecov.2UyEfL.gz [2021-04-26T08:24:42.664Z] ==> Uploading reports [2021-04-26T08:24:42.664Z] url: https://codecov.io [2021-04-26T08:24:42.664Z] query: branch=PR-3398&commit=9f17fcb7dbe4509db94eff3fee78c96b79945b94&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3398%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3398&job=&cmd_args= [2021-04-26T08:24:42.664Z] -> Pinging Codecov [2021-04-26T08:24:42.664Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3398&commit=9f17fcb7dbe4509db94eff3fee78c96b79945b94&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3398%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3398&job=&cmd_args= [2021-04-26T08:24:42.928Z] -> Uploading to [2021-04-26T08:24:42.928Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-26/00271124DB129430A58F1EEE437C3FCB/9f17fcb7dbe4509db94eff3fee78c96b79945b94/777d53c8-0511-42c8-bbda-8cfe5afdd3ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T082442Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=35b075a808b980a4ef569013154cd85dd8a45d42c261f12f54a2c454d48c343e [2021-04-26T08:24:42.928Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T08:24:42.928Z] Dload Upload Total Spent Left Speed [2021-04-26T08:24:43.770Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 162k --:--:-- --:--:-- --:--:-- 162k 100 98k 0 0 100 98k 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-04-26T08:24:43.770Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9f17fcb7dbe4509db94eff3fee78c96b79945b94 [Pipeline] } [2021-04-26T08:24:43.782Z] 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-04-26T08:24:44.575Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:24:45.477Z] ---> package-listing.sh [2021-04-26T08:24:45.477Z] ++ facter osfamily [2021-04-26T08:24:45.477Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-26T08:24:45.741Z] + OS_FAMILY=redhat [2021-04-26T08:24:45.741Z] + workspace=/w/workspace/edgex-go/2 [2021-04-26T08:24:45.741Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-26T08:24:45.741Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-26T08:24:45.741Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-26T08:24:45.741Z] + PACKAGES=/tmp/packages_start.txt [2021-04-26T08:24:45.741Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-26T08:24:45.741Z] + PACKAGES=/tmp/packages_end.txt [2021-04-26T08:24:45.741Z] + case "${OS_FAMILY}" in [2021-04-26T08:24:45.741Z] + rpm -qa [2021-04-26T08:24:45.741Z] + sort [2021-04-26T08:24:51.074Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-26T08:24:51.074Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-26T08:24:51.074Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-26T08:24:51.074Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-26T08:24:51.074Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-26T08:24:51.074Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-26T08:24:51.092Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-26T08:24:51.554Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:24:52.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:24:52.449Z] [2021-04-26T08:24:52.449Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:24:52.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:24:52.835Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-26T08:24:52.835Z] df20fa9351a1: Pulling fs layer [2021-04-26T08:24:52.835Z] 36b3adc4ff6f: Pulling fs layer [2021-04-26T08:24:52.835Z] 8ad3a11d3b57: Pulling fs layer [2021-04-26T08:24:52.835Z] 46f8f816bc3b: Pulling fs layer [2021-04-26T08:24:52.835Z] 93b61091891f: Pulling fs layer [2021-04-26T08:24:52.835Z] 93b9cdb0e59b: Pulling fs layer [2021-04-26T08:24:52.835Z] 5e14af77c1be: Pulling fs layer [2021-04-26T08:24:52.835Z] 01666e4c0597: Pulling fs layer [2021-04-26T08:24:52.835Z] aa168da1d23b: Pulling fs layer [2021-04-26T08:24:52.835Z] 93b9cdb0e59b: Waiting [2021-04-26T08:24:52.835Z] 5e14af77c1be: Waiting [2021-04-26T08:24:52.835Z] 01666e4c0597: Waiting [2021-04-26T08:24:52.835Z] aa168da1d23b: Waiting [2021-04-26T08:24:52.835Z] 46f8f816bc3b: Waiting [2021-04-26T08:24:52.835Z] 93b61091891f: Waiting [2021-04-26T08:24:52.835Z] 36b3adc4ff6f: Verifying Checksum [2021-04-26T08:24:52.835Z] 36b3adc4ff6f: Download complete [2021-04-26T08:24:52.835Z] 46f8f816bc3b: Verifying Checksum [2021-04-26T08:24:52.835Z] 46f8f816bc3b: Download complete [2021-04-26T08:24:52.835Z] df20fa9351a1: Verifying Checksum [2021-04-26T08:24:52.835Z] df20fa9351a1: Download complete [2021-04-26T08:24:53.114Z] 93b9cdb0e59b: Verifying Checksum [2021-04-26T08:24:53.114Z] 93b9cdb0e59b: Download complete [2021-04-26T08:24:53.114Z] 5e14af77c1be: Verifying Checksum [2021-04-26T08:24:53.114Z] 5e14af77c1be: Download complete [2021-04-26T08:24:53.114Z] 01666e4c0597: Verifying Checksum [2021-04-26T08:24:53.114Z] 01666e4c0597: Download complete [2021-04-26T08:24:53.114Z] 93b61091891f: Verifying Checksum [2021-04-26T08:24:53.114Z] 93b61091891f: Download complete [2021-04-26T08:24:53.382Z] 8ad3a11d3b57: Verifying Checksum [2021-04-26T08:24:53.382Z] 8ad3a11d3b57: Download complete [2021-04-26T08:24:53.382Z] df20fa9351a1: Pull complete [2021-04-26T08:24:53.649Z] 36b3adc4ff6f: Pull complete [2021-04-26T08:24:55.616Z] 8ad3a11d3b57: Pull complete [2021-04-26T08:24:55.901Z] 46f8f816bc3b: Pull complete [2021-04-26T08:24:56.503Z] aa168da1d23b: Verifying Checksum [2021-04-26T08:24:56.503Z] aa168da1d23b: Download complete [2021-04-26T08:24:57.455Z] 93b61091891f: Pull complete [2021-04-26T08:24:57.723Z] 93b9cdb0e59b: Pull complete [2021-04-26T08:24:57.723Z] 5e14af77c1be: Pull complete [2021-04-26T08:24:57.987Z] 01666e4c0597: Pull complete [2021-04-26T08:25:08.148Z] aa168da1d23b: Pull complete [2021-04-26T08:25:08.148Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-26T08:25:08.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:25:08.148Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-26T08:25:08.416Z] prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container [2021-04-26T08:25:08.479Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-26T08:25:12.816Z] $ docker top 8f44d89fe7bf550758099346474093fd2ee3733671d721248e053f29b0b5a02b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:25:13.341Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-26T08:25:13.727Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-26T08:25:14.391Z] + ls /var/log/sa-host [2021-04-26T08:25:14.391Z] + sadf -c /var/log/sa-host/sa23 [2021-04-26T08:25:14.391Z] file_magic: OK [2021-04-26T08:25:14.391Z] HZ: Using current value: 100 [2021-04-26T08:25:14.391Z] file_header: OK [2021-04-26T08:25:14.391Z] 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-04-26T08:25:14.391Z] Statistics: [2021-04-26T08:25:14.391Z] Hnuu...uuuununununu... [2021-04-26T08:25:14.391Z] File successfully converted to sysstat format version 12.2.1 [2021-04-26T08:25:14.391Z] + sadf -c /var/log/sa-host/sa26 [2021-04-26T08:25:14.391Z] file_magic: OK [2021-04-26T08:25:14.391Z] HZ: Using current value: 100 [2021-04-26T08:25:14.391Z] file_header: OK [2021-04-26T08:25:14.391Z] 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-04-26T08:25:14.391Z] Statistics: [2021-04-26T08:25:14.391Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-26T08:25:14.391Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-26T08:25:14.601Z] provisioning config files... [2021-04-26T08:25:14.622Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2609501208776301261tmp [Pipeline] { [Pipeline] echo [2021-04-26T08:25:14.656Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:25:14.973Z] ---> create-netrc.sh [Pipeline] } [2021-04-26T08:25:14.983Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-26T08:25:15.008Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:25:15.346Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-26T08:25:15.370Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:25:15.716Z] ---> sudo-logs.sh [2021-04-26T08:25:15.716Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-26T08:25:15.751Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:25:16.400Z] ---> job-cost.sh [2021-04-26T08:25:16.400Z] lf-activate-venv: SKIPPING [2021-04-26T08:25:16.400Z] DEBUG: total: 0.20999999344348907 [2021-04-26T08:25:16.400Z] INFO: Retrieving Stack Cost... [2021-04-26T08:25:17.823Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-26T08:25:18.088Z] INFO: Archiving Costs [Pipeline] echo [2021-04-26T08:25:18.105Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:25:18.433Z] ---> logs-deploy.sh [2021-04-26T08:25:18.433Z] lf-activate-venv: SKIPPING [2021-04-26T08:25:18.433Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3398/2 [2021-04-26T08:25:18.433Z] INFO: archiving workspace using pattern(s): [2021-04-26T08:25:21.021Z] Archives upload complete. [2021-04-26T08:25:21.021Z] INFO: archiving logs to Nexus [2021-04-26T08:25:21.992Z] ---> uname -a: [2021-04-26T08:25:21.992Z] Linux prd-centos7-docker-4c-2g-1771.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-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] ---> lscpu: [2021-04-26T08:25:21.992Z] Architecture: x86_64 [2021-04-26T08:25:21.992Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-26T08:25:21.992Z] Byte Order: Little Endian [2021-04-26T08:25:21.992Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-26T08:25:21.992Z] CPU(s): 4 [2021-04-26T08:25:21.992Z] On-line CPU(s) list: 0-3 [2021-04-26T08:25:21.992Z] Thread(s) per core: 1 [2021-04-26T08:25:21.992Z] Core(s) per socket: 1 [2021-04-26T08:25:21.992Z] Socket(s): 4 [2021-04-26T08:25:21.992Z] NUMA node(s): 1 [2021-04-26T08:25:21.992Z] Vendor ID: GenuineIntel [2021-04-26T08:25:21.992Z] CPU family: 6 [2021-04-26T08:25:21.992Z] Model: 44 [2021-04-26T08:25:21.992Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-26T08:25:21.992Z] Stepping: 1 [2021-04-26T08:25:21.992Z] CPU MHz: 2933.436 [2021-04-26T08:25:21.992Z] BogoMIPS: 5866.87 [2021-04-26T08:25:21.992Z] Virtualization: VT-x [2021-04-26T08:25:21.992Z] Hypervisor vendor: KVM [2021-04-26T08:25:21.992Z] Virtualization type: full [2021-04-26T08:25:21.992Z] L1d cache: 128 KiB [2021-04-26T08:25:21.992Z] L1i cache: 128 KiB [2021-04-26T08:25:21.992Z] L2 cache: 16 MiB [2021-04-26T08:25:21.992Z] L3 cache: 64 MiB [2021-04-26T08:25:21.992Z] NUMA node0 CPU(s): 0-3 [2021-04-26T08:25:21.992Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-26T08:25:21.992Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-26T08:25:21.992Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-26T08:25:21.992Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-26T08:25:21.992Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-26T08:25:21.992Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-26T08:25:21.992Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-26T08:25:21.992Z] Vulnerability Srbds: Not affected [2021-04-26T08:25:21.992Z] Vulnerability Tsx async abort: Not affected [2021-04-26T08:25:21.992Z] 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-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] ---> nproc: [2021-04-26T08:25:21.992Z] 4 [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] ---> df -h: [2021-04-26T08:25:21.992Z] Filesystem Size Used Available Use% Mounted on [2021-04-26T08:25:21.992Z] overlay 50.0G 11.4G 38.6G 23% / [2021-04-26T08:25:21.992Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-26T08:25:21.992Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-26T08:25:21.992Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2 [2021-04-26T08:25:21.992Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2@tmp [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] ---> free -m: [2021-04-26T08:25:21.992Z] total used free shared buff/cache available [2021-04-26T08:25:21.992Z] Mem: 1837 849 118 0 869 928 [2021-04-26T08:25:21.992Z] Swap: 1023 59 964 [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] ---> ip addr: [2021-04-26T08:25:21.992Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-26T08:25:21.992Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-26T08:25:21.992Z] inet 127.0.0.1/8 scope host lo [2021-04-26T08:25:21.992Z] valid_lft forever preferred_lft forever [2021-04-26T08:25:21.992Z] inet6 ::1/128 scope host [2021-04-26T08:25:21.992Z] valid_lft forever preferred_lft forever [2021-04-26T08:25:21.992Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-26T08:25:21.992Z] link/ether fa:16:3e:9d:d4:06 brd ff:ff:ff:ff:ff:ff [2021-04-26T08:25:21.992Z] inet 10.30.122.84/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-26T08:25:21.992Z] valid_lft 84897sec preferred_lft 84897sec [2021-04-26T08:25:21.992Z] inet6 fe80::f816:3eff:fe9d:d406/64 scope link [2021-04-26T08:25:21.992Z] valid_lft forever preferred_lft forever [2021-04-26T08:25:21.992Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-26T08:25:21.992Z] link/ether 02:42:1e:36:57:6c brd ff:ff:ff:ff:ff:ff [2021-04-26T08:25:21.992Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-26T08:25:21.992Z] valid_lft forever preferred_lft forever [2021-04-26T08:25:21.992Z] inet6 fe80::42:1eff:fe36:576c/64 scope link [2021-04-26T08:25:21.992Z] valid_lft forever preferred_lft forever [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] ---> sar -b -r -n DEV: [2021-04-26T08:25:21.992Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] 08:00:01 LINUX RESTART (4 CPU) [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] 08:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-26T08:25:21.992Z] 08:02:02 62.76 16.09 46.68 0.00 4951.28 10424.61 0.00 [2021-04-26T08:25:21.992Z] 08:03:01 217.10 93.17 123.93 0.00 6994.62 48084.12 0.00 [2021-04-26T08:25:21.992Z] 08:04:01 225.75 99.82 125.93 0.00 3472.87 16272.69 0.00 [2021-04-26T08:25:21.992Z] 08:05:01 84.71 18.40 66.31 0.00 685.66 9238.01 0.00 [2021-04-26T08:25:21.992Z] 08:06:01 151.06 81.54 69.53 0.00 3793.48 7040.24 0.00 [2021-04-26T08:25:21.992Z] 08:07:02 188.24 45.39 142.85 0.00 14193.55 84973.45 0.00 [2021-04-26T08:25:21.992Z] 08:08:02 1768.64 1447.14 321.50 0.00 175946.02 186393.33 0.00 [2021-04-26T08:25:21.992Z] 08:09:01 1122.22 965.08 157.13 0.00 55785.89 66167.24 0.00 [2021-04-26T08:25:21.992Z] 08:10:02 449.74 170.00 279.75 0.00 31795.35 97263.40 0.00 [2021-04-26T08:25:21.992Z] 08:11:03 1524.04 1237.08 286.96 0.00 105269.22 108325.20 0.00 [2021-04-26T08:25:21.992Z] 08:12:02 745.27 469.92 275.35 0.00 29939.25 47131.16 0.00 [2021-04-26T08:25:21.992Z] 08:13:01 35.00 20.35 14.66 0.00 3145.16 406.82 0.00 [2021-04-26T08:25:21.992Z] 08:14:01 2.78 1.12 1.67 0.00 20.78 32.36 0.00 [2021-04-26T08:25:21.992Z] 08:15:01 2.06 1.77 0.30 0.00 57.42 4.23 0.00 [2021-04-26T08:25:21.992Z] 08:16:01 0.88 0.07 0.82 0.00 2.13 15.24 0.00 [2021-04-26T08:25:21.992Z] 08:17:01 0.33 0.08 0.25 0.00 1.07 3.00 0.00 [2021-04-26T08:25:21.992Z] 08:18:01 0.82 0.53 0.28 0.00 15.72 3.43 0.00 [2021-04-26T08:25:21.992Z] 08:19:01 0.23 0.00 0.23 0.00 0.00 2.90 0.00 [2021-04-26T08:25:21.992Z] 08:20:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 [2021-04-26T08:25:21.992Z] 08:21:01 285.26 265.09 20.17 0.00 3749.08 718.54 0.00 [2021-04-26T08:25:21.992Z] 08:22:01 48.13 43.08 5.04 0.00 888.43 462.28 0.00 [2021-04-26T08:25:21.992Z] 08:23:01 0.43 0.02 0.42 0.00 0.27 6.00 0.00 [2021-04-26T08:25:21.992Z] 08:24:01 0.27 0.02 0.25 0.00 0.53 2.43 0.00 [2021-04-26T08:25:21.992Z] 08:25:02 114.44 69.18 45.26 0.00 5692.75 11008.21 0.00 [2021-04-26T08:25:21.992Z] Average: 293.25 210.50 82.75 0.00 18656.28 28982.51 0.00 [2021-04-26T08:25:21.992Z] [2021-04-26T08:25:21.992Z] 08:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-26T08:25:21.992Z] 08:02:02 83596 0 675900 35.92 2620 1119428 1420200 48.47 596676 995456 79468 [2021-04-26T08:25:21.992Z] 08:03:01 148828 0 738148 39.23 1500 993068 1628040 55.56 556784 930952 196 [2021-04-26T08:25:21.992Z] 08:04:01 80708 0 968472 51.47 836 831528 1908512 65.13 742048 780256 51904 [2021-04-26T08:25:21.992Z] 08:05:01 234332 0 824880 43.84 544 821788 1582372 54.00 673340 687072 79348 [2021-04-26T08:25:21.992Z] 08:06:01 244872 0 801164 42.58 516 834992 1670824 57.02 603852 735444 51280 [2021-04-26T08:25:21.992Z] 08:07:02 77652 0 718824 38.20 204 1084864 1290556 44.04 720480 838080 64972 [2021-04-26T08:25:21.992Z] 08:08:02 74320 0 871360 46.31 8 935856 2356336 80.42 726556 843568 26816 [2021-04-26T08:25:21.992Z] 08:09:01 241124 0 1121788 59.62 8 518624 3902332 133.18 705896 656724 34372 [2021-04-26T08:25:21.992Z] 08:10:02 76156 0 876156 46.57 8 929224 2295068 78.33 706108 866628 79968 [2021-04-26T08:25:21.992Z] 08:11:03 77536 0 789728 41.97 8 1014272 2216120 75.63 541436 1007048 36256 [2021-04-26T08:25:21.992Z] 08:12:02 411232 0 732632 38.94 8 737672 1565052 53.41 595044 625088 64 [2021-04-26T08:25:21.992Z] 08:13:01 432996 0 655856 34.86 8 792684 1213736 41.42 565524 636568 8 [2021-04-26T08:25:21.992Z] 08:14:01 436888 0 651944 34.65 8 792704 1181476 40.32 563080 636396 8 [2021-04-26T08:25:21.992Z] 08:15:01 435784 0 652012 34.65 8 793740 1181308 40.32 563676 636596 16 [2021-04-26T08:25:21.992Z] 08:16:01 435276 0 652528 34.68 8 793732 1181368 40.32 563768 636596 12 [2021-04-26T08:25:21.992Z] 08:17:01 435620 0 652128 34.66 8 793788 1181344 40.32 563640 636644 16 [2021-04-26T08:25:21.992Z] 08:18:01 434780 0 652884 34.70 8 793872 1181416 40.32 563872 637112 24 [2021-04-26T08:25:21.993Z] 08:19:01 435360 0 652300 34.67 8 793876 1181308 40.32 563620 637112 12 [2021-04-26T08:25:21.993Z] 08:20:01 435508 0 652140 34.66 8 793888 1181308 40.32 563628 637112 8 [2021-04-26T08:25:21.993Z] 08:21:01 291540 0 737820 39.21 8 852176 1183068 40.38 605308 654844 3348 [2021-04-26T08:25:21.993Z] 08:22:01 244660 0 780960 41.51 8 855916 1181340 40.32 604396 658600 12 [2021-04-26T08:25:21.993Z] 08:23:01 244360 0 781252 41.52 8 855924 1181340 40.32 604400 658608 8 [2021-04-26T08:25:21.993Z] 08:24:01 244528 0 781092 41.51 8 855916 1181340 40.32 604288 658608 16 [2021-04-26T08:25:21.993Z] 08:25:02 71196 0 864232 45.93 8 946108 1609204 54.92 669488 748596 58684 [2021-04-26T08:25:21.993Z] Average: 263702 0 761925 40.49 265 855652 1568957 53.55 615288 726654 23617 [2021-04-26T08:25:21.993Z] [2021-04-26T08:25:21.993Z] 08:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-26T08:25:21.993Z] 08:02:02 eth0 1112.30 981.27 5452.18 111.42 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:02:02 veth03ffefa 672.17 515.72 67.83 2335.05 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:02:02 docker0 672.17 515.59 58.64 2335.04 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:03:01 vethcca8c6b 5.58 4.58 0.56 5.93 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:03:01 eth0 517.96 407.91 3607.12 78.93 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:03:01 docker0 155.72 209.12 11.38 716.62 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:04:01 eth0 136.42 93.35 489.68 17.30 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:04:01 vethc15bd3e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:04:01 docker0 72.72 110.13 5.91 463.03 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:05:01 eth0 29.45 19.74 20.94 11.39 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:05:01 vethc15bd3e 1.42 1.42 0.11 0.12 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:05:01 docker0 1.42 1.42 0.10 0.12 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:06:01 eth0 40.30 37.19 17.51 86.34 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:06:01 vethc15bd3e 0.50 0.50 0.04 0.04 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:06:01 docker0 0.50 0.50 0.03 0.04 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:07:02 vetha46cdf8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:07:02 eth0 178.48 120.26 1691.76 22.65 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:08:02 vetha46cdf8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:08:02 eth0 83.78 56.13 162.81 58.96 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:08:02 docker0 35.32 55.13 2.24 148.77 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:09:01 vetha46cdf8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:09:01 eth0 6.99 5.26 5.48 2.94 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:09:01 veth8c7e7fb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:10:02 vethf23ae0f 18.52 47.22 1.40 332.30 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:10:02 vetha46cdf8 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:10:02 eth0 211.97 142.42 1740.04 23.77 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:11:03 veth4403490 0.00 0.31 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:11:03 vetha46cdf8 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:11:03 eth0 69.40 54.71 99.17 92.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:11:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:12:02 vetha46cdf8 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:12:02 eth0 86.20 59.17 190.10 22.74 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:12:02 docker0 1034.42 1049.26 85.07 4471.54 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:13:01 eth0 31.74 30.37 8.33 67.35 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:13:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:14:01 eth0 0.50 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:15:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:16:01 eth0 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:17:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:18:01 eth0 0.48 0.33 0.28 0.20 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:19:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:21:01 eth0 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:22:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:23:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:24:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:25:02 eth0 200.58 145.71 2164.24 19.71 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] 08:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] Average: eth0 112.80 89.77 652.27 25.69 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] Average: docker0 41.90 42.50 3.45 181.12 0.00 0.00 0.00 0.00 [2021-04-26T08:25:21.993Z] [2021-04-26T08:25:21.993Z] [2021-04-26T08:25:21.993Z] ---> sar -P ALL: [2021-04-26T08:25:21.993Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) [2021-04-26T08:25:21.993Z] [2021-04-26T08:25:21.993Z] 08:00:01 LINUX RESTART (4 CPU) [2021-04-26T08:25:21.993Z] [2021-04-26T08:25:21.993Z] 08:01:01 CPU %user %nice %system %iowait %steal %idle [2021-04-26T08:25:21.993Z] 08:02:02 all 9.21 0.00 5.49 1.19 11.93 72.18 [2021-04-26T08:25:21.993Z] 08:02:02 0 7.54 0.00 6.56 2.41 13.53 69.97 [2021-04-26T08:25:21.993Z] 08:02:02 1 10.29 0.00 4.65 0.99 11.92 72.14 [2021-04-26T08:25:21.993Z] 08:02:02 2 9.95 0.00 4.77 0.55 11.06 73.68 [2021-04-26T08:25:21.993Z] 08:02:02 3 9.05 0.00 5.99 0.83 11.22 72.91 [2021-04-26T08:25:21.993Z] 08:03:01 all 12.42 0.00 7.76 2.09 5.13 72.60 [2021-04-26T08:25:21.993Z] 08:03:01 0 9.32 0.00 8.59 3.78 6.30 72.02 [2021-04-26T08:25:21.993Z] 08:03:01 1 12.65 0.00 6.39 1.81 4.76 74.39 [2021-04-26T08:25:21.993Z] 08:03:01 2 12.97 0.00 7.54 1.31 4.86 73.31 [2021-04-26T08:25:21.993Z] 08:03:01 3 14.73 0.00 8.53 1.46 4.60 70.67 [2021-04-26T08:25:21.993Z] 08:04:01 all 27.17 0.00 9.75 5.44 7.98 49.66 [2021-04-26T08:25:21.993Z] 08:04:01 0 27.53 0.00 10.56 5.69 8.20 48.03 [2021-04-26T08:25:21.993Z] 08:04:01 1 25.78 0.00 8.95 5.48 8.55 51.24 [2021-04-26T08:25:21.993Z] 08:04:01 2 28.97 0.00 10.26 6.09 7.45 47.24 [2021-04-26T08:25:21.993Z] 08:04:01 3 26.43 0.00 9.23 4.51 7.70 52.13 [2021-04-26T08:25:21.993Z] 08:05:01 all 43.88 0.00 12.79 3.50 5.14 34.70 [2021-04-26T08:25:21.993Z] 08:05:01 0 44.71 0.00 14.50 4.55 4.49 31.75 [2021-04-26T08:25:21.993Z] 08:05:01 1 43.33 0.00 12.24 2.48 5.49 36.46 [2021-04-26T08:25:21.993Z] 08:05:01 2 45.13 0.00 12.10 2.01 5.46 35.30 [2021-04-26T08:25:21.993Z] 08:05:01 3 42.36 0.00 12.34 4.98 5.09 35.22 [2021-04-26T08:25:21.993Z] 08:06:01 all 49.82 0.00 15.82 3.20 4.59 26.58 [2021-04-26T08:25:21.993Z] 08:06:01 0 52.41 0.00 17.45 2.32 3.56 24.27 [2021-04-26T08:25:21.993Z] 08:06:01 1 51.52 0.00 15.88 3.52 4.44 24.65 [2021-04-26T08:25:21.993Z] 08:06:01 2 47.57 0.00 15.19 3.07 5.20 28.96 [2021-04-26T08:25:21.993Z] 08:06:01 3 47.83 0.00 14.79 3.86 5.14 28.39 [2021-04-26T08:25:21.993Z] 08:07:02 all 20.30 0.00 13.86 4.69 5.57 55.57 [2021-04-26T08:25:21.993Z] 08:07:02 0 20.83 0.00 14.30 2.50 5.62 56.76 [2021-04-26T08:25:21.993Z] 08:07:02 1 19.90 0.00 14.80 6.55 5.66 53.08 [2021-04-26T08:25:21.993Z] 08:07:02 2 21.03 0.00 13.77 5.24 5.46 54.50 [2021-04-26T08:25:21.993Z] 08:07:02 3 19.42 0.00 12.59 4.45 5.56 57.98 [2021-04-26T08:25:21.993Z] 08:08:02 all 22.26 0.00 28.86 16.22 7.48 25.18 [2021-04-26T08:25:21.993Z] 08:08:02 0 20.64 0.00 27.52 16.27 8.31 27.26 [2021-04-26T08:25:21.993Z] 08:08:02 1 22.80 0.00 29.48 16.02 7.18 24.51 [2021-04-26T08:25:21.993Z] 08:08:02 2 24.16 0.00 29.06 16.33 6.64 23.82 [2021-04-26T08:25:21.993Z] 08:08:02 3 21.46 0.00 29.40 16.27 7.76 25.11 [2021-04-26T08:25:21.993Z] 08:09:01 all 60.80 0.00 19.22 6.31 4.46 9.22 [2021-04-26T08:25:21.993Z] 08:09:01 0 58.19 0.00 19.56 5.73 5.05 11.47 [2021-04-26T08:25:21.993Z] 08:09:01 1 60.15 0.00 19.50 7.63 4.99 7.73 [2021-04-26T08:25:21.993Z] 08:09:01 2 63.36 0.00 18.42 5.91 3.90 8.42 [2021-04-26T08:25:21.993Z] 08:09:01 3 61.47 0.00 19.42 5.96 3.88 9.26 [2021-04-26T08:25:21.993Z] 08:10:02 all 27.32 0.00 18.16 19.79 8.13 26.59 [2021-04-26T08:25:21.993Z] 08:10:02 0 26.26 0.00 17.00 18.60 9.58 28.56 [2021-04-26T08:25:21.993Z] 08:10:02 1 28.13 0.00 18.74 18.60 8.02 26.51 [2021-04-26T08:25:21.993Z] 08:10:02 2 26.94 0.00 17.87 18.44 7.57 29.19 [2021-04-26T08:25:21.994Z] 08:10:02 3 27.98 0.00 19.06 23.52 7.36 22.09 [2021-04-26T08:25:21.994Z] 08:11:03 all 41.33 0.00 24.36 13.44 8.99 11.88 [2021-04-26T08:25:21.994Z] 08:11:03 0 41.50 0.00 24.85 13.26 8.38 12.01 [2021-04-26T08:25:21.994Z] 08:11:03 1 39.22 0.00 24.85 14.48 10.01 11.44 [2021-04-26T08:25:21.994Z] 08:11:03 2 39.03 0.00 24.32 13.72 9.58 13.36 [2021-04-26T08:25:21.994Z] 08:11:03 3 45.67 0.00 23.41 12.27 7.97 10.68 [2021-04-26T08:25:21.994Z] 08:12:02 all 38.04 0.00 18.31 14.50 5.02 24.14 [2021-04-26T08:25:21.994Z] 08:12:02 0 37.57 0.00 18.77 11.61 5.22 26.83 [2021-04-26T08:25:21.994Z] 08:12:02 1 37.77 0.00 17.21 15.89 5.09 24.04 [2021-04-26T08:25:21.994Z] 08:12:02 2 37.19 0.00 18.56 14.75 4.72 24.79 [2021-04-26T08:25:21.994Z] 08:12:02 3 39.63 0.00 18.70 15.77 5.04 20.86 [2021-04-26T08:25:21.994Z] [2021-04-26T08:25:21.994Z] 08:12:02 CPU %user %nice %system %iowait %steal %idle [2021-04-26T08:25:21.994Z] 08:13:01 all 0.87 0.00 0.94 0.71 0.90 96.57 [2021-04-26T08:25:21.994Z] 08:13:01 0 0.92 0.00 1.36 1.48 0.63 95.63 [2021-04-26T08:25:21.994Z] 08:13:01 1 1.03 0.00 0.83 0.29 0.88 96.97 [2021-04-26T08:25:21.994Z] 08:13:01 2 0.61 0.00 0.86 0.39 1.18 96.96 [2021-04-26T08:25:21.994Z] 08:13:01 3 0.91 0.00 0.73 0.71 0.93 96.72 [2021-04-26T08:25:21.994Z] 08:14:01 all 0.14 0.00 0.04 0.03 0.21 99.58 [2021-04-26T08:25:21.994Z] 08:14:01 0 0.05 0.00 0.07 0.02 0.48 99.39 [2021-04-26T08:25:21.994Z] 08:14:01 1 0.00 0.00 0.02 0.00 0.05 99.93 [2021-04-26T08:25:21.994Z] 08:14:01 2 0.08 0.00 0.03 0.02 0.10 99.77 [2021-04-26T08:25:21.994Z] 08:14:01 3 0.43 0.00 0.03 0.08 0.20 99.25 [2021-04-26T08:25:21.994Z] 08:15:01 all 0.16 0.00 0.19 0.03 0.17 99.45 [2021-04-26T08:25:21.994Z] 08:15:01 0 0.05 0.00 0.22 0.02 0.20 99.52 [2021-04-26T08:25:21.994Z] 08:15:01 1 0.05 0.00 0.22 0.02 0.20 99.52 [2021-04-26T08:25:21.994Z] 08:15:01 2 0.08 0.00 0.13 0.08 0.20 99.50 [2021-04-26T08:25:21.994Z] 08:15:01 3 0.47 0.00 0.18 0.00 0.07 99.28 [2021-04-26T08:25:21.994Z] 08:16:01 all 0.14 0.00 0.03 0.00 0.11 99.72 [2021-04-26T08:25:21.994Z] 08:16:01 0 0.02 0.00 0.02 0.00 0.12 99.85 [2021-04-26T08:25:21.994Z] 08:16:01 1 0.05 0.00 0.03 0.00 0.25 99.67 [2021-04-26T08:25:21.994Z] 08:16:01 2 0.02 0.00 0.02 0.00 0.05 99.92 [2021-04-26T08:25:21.994Z] 08:16:01 3 0.47 0.00 0.05 0.00 0.03 99.45 [2021-04-26T08:25:21.994Z] 08:17:01 all 0.15 0.00 0.05 0.00 0.03 99.77 [2021-04-26T08:25:21.994Z] 08:17:01 0 0.03 0.00 0.07 0.00 0.03 99.87 [2021-04-26T08:25:21.994Z] 08:17:01 1 0.02 0.00 0.07 0.00 0.02 99.90 [2021-04-26T08:25:21.994Z] 08:17:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2021-04-26T08:25:21.994Z] 08:17:01 3 0.50 0.00 0.05 0.00 0.05 99.40 [2021-04-26T08:25:21.994Z] 08:18:01 all 0.14 0.00 0.03 0.03 0.02 99.78 [2021-04-26T08:25:21.994Z] 08:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-26T08:25:21.994Z] 08:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-26T08:25:21.994Z] 08:18:01 2 0.07 0.00 0.07 0.00 0.05 99.82 [2021-04-26T08:25:21.994Z] 08:18:01 3 0.47 0.00 0.02 0.12 0.02 99.38 [2021-04-26T08:25:21.994Z] 08:19:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-04-26T08:25:21.994Z] 08:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-26T08:25:21.994Z] 08:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-26T08:25:21.994Z] 08:19:01 2 0.07 0.00 0.07 0.00 0.05 99.82 [2021-04-26T08:25:21.994Z] 08:19:01 3 0.48 0.00 0.02 0.00 0.00 99.50 [2021-04-26T08:25:21.994Z] 08:20:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2021-04-26T08:25:21.994Z] 08:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-26T08:25:21.994Z] 08:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-26T08:25:21.994Z] 08:20:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2021-04-26T08:25:21.994Z] 08:20:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-26T08:25:21.994Z] 08:21:01 all 0.15 2.77 13.07 6.16 4.02 73.82 [2021-04-26T08:25:21.994Z] 08:21:01 0 0.10 2.46 11.64 3.40 3.86 78.54 [2021-04-26T08:25:21.994Z] 08:21:01 1 0.13 3.35 14.88 9.64 4.22 67.78 [2021-04-26T08:25:21.994Z] 08:21:01 2 0.07 3.10 14.76 8.98 4.02 69.06 [2021-04-26T08:25:21.994Z] 08:21:01 3 0.32 2.18 10.98 2.57 3.99 79.97 [2021-04-26T08:25:21.994Z] 08:22:01 all 0.15 0.06 0.50 0.00 0.14 99.14 [2021-04-26T08:25:21.994Z] 08:22:01 0 0.02 0.03 0.27 0.00 0.07 99.62 [2021-04-26T08:25:21.994Z] 08:22:01 1 0.50 0.00 0.25 0.00 0.22 99.03 [2021-04-26T08:25:21.994Z] 08:22:01 2 0.05 0.08 0.55 0.00 0.17 99.15 [2021-04-26T08:25:21.994Z] 08:22:01 3 0.03 0.13 0.95 0.00 0.12 98.77 [2021-04-26T08:25:21.994Z] 08:23:01 all 0.16 0.00 0.02 0.00 0.02 99.80 [2021-04-26T08:25:21.994Z] 08:23:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-26T08:25:21.994Z] 08:23:01 1 0.52 0.00 0.02 0.02 0.02 99.43 [2021-04-26T08:25:21.994Z] 08:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-04-26T08:25:21.994Z] 08:23:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2021-04-26T08:25:21.994Z] [2021-04-26T08:25:21.994Z] 08:23:01 CPU %user %nice %system %iowait %steal %idle [2021-04-26T08:25:21.994Z] 08:24:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-26T08:25:21.994Z] 08:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-26T08:25:21.994Z] 08:24:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-26T08:25:21.994Z] 08:24:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-26T08:25:21.994Z] 08:24:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-26T08:25:21.994Z] 08:25:02 all 5.38 0.00 3.84 2.77 1.30 86.71 [2021-04-26T08:25:21.994Z] 08:25:02 0 4.80 0.00 3.45 0.67 1.53 89.54 [2021-04-26T08:25:21.994Z] 08:25:02 1 6.00 0.00 4.71 3.22 1.26 84.81 [2021-04-26T08:25:21.994Z] 08:25:02 2 5.23 0.00 3.28 3.41 1.18 86.91 [2021-04-26T08:25:21.994Z] 08:25:02 3 5.49 0.00 3.93 3.76 1.24 85.59 [2021-04-26T08:25:21.994Z] Average: all 14.48 0.12 7.81 4.05 3.35 70.20 [2021-04-26T08:25:21.994Z] Average: 0 14.13 0.11 7.96 3.74 3.51 70.56 [2021-04-26T08:25:21.994Z] Average: 1 14.50 0.14 7.85 4.32 3.43 69.76 [2021-04-26T08:25:21.994Z] Average: 2 14.61 0.14 7.76 4.06 3.25 70.19 [2021-04-26T08:25:21.994Z] Average: 3 14.67 0.10 7.68 4.07 3.20 70.29 [2021-04-26T08:25:21.994Z] [2021-04-26T08:25:21.994Z] [2021-04-26T08:25:21.994Z]