Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d rather than d01e42c31d774825d2a5c7d3879b2510314babf8 Obtained Jenkinsfile from 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4219 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # 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 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d into PR head commit d01e42c31d774825d2a5c7d3879b2510314babf8 Merge succeeded, producing d01e42c31d774825d2a5c7d3879b2510314babf8 Checking out Revision d01e42c31d774825d2a5c7d3879b2510314babf8 (PR-3422) > 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/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 Commit message: "Merge branch 'master' into issue-3421" > git rev-list --no-walk cad576f88217c1f50f1d4ab94f48ff7e3bff147b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T21:55:58.108Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T21:55:58.204Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T21:55:58.233Z] ========================================================= [2021-05-10T21:55:58.234Z] EdgeX Global Pipelines Version Info [2021-05-10T21:55:58.234Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T21:55:59.903Z] ------------------- [2021-05-10T21:55:59.903Z] stable info: [2021-05-10T21:55:59.903Z] ------------------- [2021-05-10T21:55:59.903Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T21:55:59.903Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T21:55:59.903Z] Message: update stable to v1.0.191 [2021-05-10T21:56:00.850Z] ------------------- [2021-05-10T21:56:00.850Z] experimental info: [2021-05-10T21:56:00.850Z] ------------------- [2021-05-10T21:56:00.850Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T21:56:00.850Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-10T21:56:00.850Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T21:56:00.978Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-10T21:56:01.020Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-10T21:56:01.047Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T21:56:01.084Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T21:56:01.109Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T21:56:01.146Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T21:56:01.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T21:56:01.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-10T21:56:01.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-10T21:56:01.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-10T21:56:01.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T21:56:01.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T21:56:01.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T21:56:01.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T21:56:01.438Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T21:56:01.477Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T21:56:01.502Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T21:56:01.528Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T21:56:01.610Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T21:56:01.633Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T21:56:01.670Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T21:56:01.693Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T21:56:01.731Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo [2021-05-10T21:56:01.755Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo [2021-05-10T21:56:01.793Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo [2021-05-10T21:56:01.819Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d01e42c31d774825d2a5c7d3879b2510314babf8 [Pipeline] echo [2021-05-10T21:56:01.857Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d01e42c [Pipeline] echo [2021-05-10T21:56:01.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T21:56:01.967Z] provisioning config files... [2021-05-10T21:56:02.005Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config3216695381779433870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T21:56:02.341Z] ---> docker-login.sh [2021-05-10T21:56:02.341Z] nexus3.edgexfoundry.org:10001 [2021-05-10T21:56:02.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:56:02.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:56:02.869Z] Configure a credential helper to remove this warning. See [2021-05-10T21:56:02.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:56:02.869Z] [2021-05-10T21:56:02.869Z] Login Succeeded [2021-05-10T21:56:02.869Z] nexus3.edgexfoundry.org:10002 [2021-05-10T21:56:02.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:56:02.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:56:02.869Z] Configure a credential helper to remove this warning. See [2021-05-10T21:56:02.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:56:02.869Z] [2021-05-10T21:56:02.869Z] Login Succeeded [2021-05-10T21:56:02.869Z] nexus3.edgexfoundry.org:10003 [2021-05-10T21:56:03.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:56:03.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:56:03.134Z] Configure a credential helper to remove this warning. See [2021-05-10T21:56:03.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:56:03.134Z] [2021-05-10T21:56:03.134Z] Login Succeeded [2021-05-10T21:56:03.134Z] nexus3.edgexfoundry.org:10004 [2021-05-10T21:56:03.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:56:03.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:56:03.397Z] Configure a credential helper to remove this warning. See [2021-05-10T21:56:03.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:56:03.397Z] [2021-05-10T21:56:03.397Z] Login Succeeded [2021-05-10T21:56:03.397Z] docker.io [2021-05-10T21:56:03.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:56:03.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:56:03.661Z] Configure a credential helper to remove this warning. See [2021-05-10T21:56:03.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:56:03.661Z] [2021-05-10T21:56:03.661Z] Login Succeeded [2021-05-10T21:56:03.661Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T21:56:03.671Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T21:56:04.013Z] ++ 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-05-10T21:56:04.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.013Z] ++ dirname cmd/core-command/Dockerfile [2021-05-10T21:56:04.013Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.013Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-10T21:56:04.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.013Z] ++ dirname cmd/core-data/Dockerfile [2021-05-10T21:56:04.013Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.013Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-10T21:56:04.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.013Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-10T21:56:04.013Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.013Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-10T21:56:04.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.013Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-10T21:56:04.013Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.013Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-10T21:56:04.013Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.013Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-10T21:56:04.013Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.014Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-10T21:56:04.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.014Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-10T21:56:04.014Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.014Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-10T21:56:04.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.014Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-10T21:56:04.014Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.014Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-10T21:56:04.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.014Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-10T21:56:04.014Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.014Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-10T21:56:04.014Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T21:56:04.014Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-10T21:56:04.014Z] ++ cut -d/ -f2 [2021-05-10T21:56:04.014Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-10T21:56:04.103Z] 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-05-10T21:56:04.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T21:56:04.780Z] [2021-05-10T21:56:04.780Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T21:56:05.102Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T21:56:05.102Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T21:56:05.102Z] 31603596830f: Pulling fs layer [2021-05-10T21:56:05.102Z] 54011a49482f: Pulling fs layer [2021-05-10T21:56:05.103Z] a6820b24f6d8: Pulling fs layer [2021-05-10T21:56:05.103Z] f581987b2513: Pulling fs layer [2021-05-10T21:56:05.103Z] f581987b2513: Waiting [2021-05-10T21:56:05.103Z] 54011a49482f: Verifying Checksum [2021-05-10T21:56:05.103Z] 54011a49482f: Download complete [2021-05-10T21:56:05.103Z] 31603596830f: Verifying Checksum [2021-05-10T21:56:05.103Z] 31603596830f: Download complete [2021-05-10T21:56:05.369Z] f581987b2513: Verifying Checksum [2021-05-10T21:56:05.369Z] f581987b2513: Download complete [2021-05-10T21:56:05.369Z] a6820b24f6d8: Verifying Checksum [2021-05-10T21:56:05.369Z] a6820b24f6d8: Download complete [2021-05-10T21:56:05.632Z] 31603596830f: Pull complete [2021-05-10T21:56:05.896Z] 54011a49482f: Pull complete [2021-05-10T21:56:06.853Z] a6820b24f6d8: Pull complete [2021-05-10T21:56:06.853Z] f581987b2513: Pull complete [2021-05-10T21:56:06.853Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T21:56:06.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T21:56:06.853Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T21:56:06.982Z] prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container [2021-05-10T21:56:07.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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:10004/edgex-devops/git-semver:latest cat [2021-05-10T21:56:10.070Z] $ docker top cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T21:56:10.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T21:56:10.306Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T21:56:10.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T21:56:10.553Z] $ docker exec cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 ssh-agent [2021-05-10T21:56:10.736Z] SSH_AUTH_SOCK=/tmp/ssh-LCX0mcV6akNR/agent.11 [2021-05-10T21:56:10.736Z] SSH_AGENT_PID=17 [2021-05-10T21:56:10.751Z] Running ssh-add (command line suppressed) [2021-05-10T21:56:10.883Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_1403575207294684166.key (/w/workspace/edgex-go/17@tmp/private_key_1403575207294684166.key) [2021-05-10T21:56:10.956Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T21:56:11.264Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T21:56:11.288Z] $ docker exec --env ******** --env ******** cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 ssh-agent -k [2021-05-10T21:56:11.420Z] unset SSH_AUTH_SOCK; [2021-05-10T21:56:11.421Z] unset SSH_AGENT_PID; [2021-05-10T21:56:11.421Z] echo Agent pid 17 killed; [2021-05-10T21:56:11.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T21:56:11.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T21:56:11.501Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T21:56:11.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T21:56:11.676Z] $ docker exec cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 ssh-agent [2021-05-10T21:56:11.849Z] SSH_AUTH_SOCK=/tmp/ssh-SyvGxbFr1yhF/agent.46 [2021-05-10T21:56:11.849Z] SSH_AGENT_PID=51 [2021-05-10T21:56:11.856Z] Running ssh-add (command line suppressed) [2021-05-10T21:56:11.976Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_7153342532849355674.key (/w/workspace/edgex-go/17@tmp/private_key_7153342532849355674.key) [2021-05-10T21:56:12.030Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T21:56:12.338Z] + git semver init [2021-05-10T21:56:12.338Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T21:56:12.338Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2021-05-10T21:56:12.338Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2021-05-10T21:56:12.338Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T21:56:12.338Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T21:56:12.338Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T21:56:12.338Z] # $SEMVER_BRANCH = PR-3422 [2021-05-10T21:56:12.338Z] # $SEMVER_TEMP = /tmp/semver-877253420 [2021-05-10T21:56:12.338Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-10T21:56:30.516Z] # '/tmp/semver-877253420' -> '/w/workspace/edgex-go/17/.semver' [2021-05-10T21:56:30.516Z] # -> Force: false [2021-05-10T21:56:30.516Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2021-05-10T21:56:30.532Z] $ docker exec --env ******** --env ******** cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 ssh-agent -k [2021-05-10T21:56:31.398Z] unset SSH_AUTH_SOCK; [2021-05-10T21:56:31.399Z] unset SSH_AGENT_PID; [2021-05-10T21:56:31.399Z] echo Agent pid 51 killed; [2021-05-10T21:56:31.478Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T21:56:31.822Z] + git semver [Pipeline] } [2021-05-10T21:56:31.843Z] $ docker stop --time=1 cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 [2021-05-10T21:56:33.427Z] $ docker rm -f cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T21:56:33.876Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T21:56:34.345Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T21:56:34.348Z] [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-05-10T21:56:34.902Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T21:56:35.202Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T21:56:35.501Z] + sudo service docker restart [2021-05-10T21:56:35.501Z] + true [2021-05-10T21:56:35.501Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-10T21:56:36.095Z] ========================================================= [2021-05-10T21:56:36.095Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T21:56:36.095Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T21:56:36.427Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T21:56:40.768Z] Sending build context to Docker daemon 330.3MB [2021-05-10T21:56:40.768Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T21:56:40.768Z] Step 2/6 : FROM ${BASE} [2021-05-10T21:56:40.768Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T21:56:40.768Z] 540db60ca938: Pulling fs layer [2021-05-10T21:56:40.768Z] adcc1eea9eea: Pulling fs layer [2021-05-10T21:56:40.768Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T21:56:40.768Z] 0510c868ecb4: Pulling fs layer [2021-05-10T21:56:40.768Z] afea3b2eda06: Pulling fs layer [2021-05-10T21:56:40.768Z] 7809a108b3ef: Pulling fs layer [2021-05-10T21:56:40.768Z] f706445af74f: Pulling fs layer [2021-05-10T21:56:40.768Z] 0510c868ecb4: Waiting [2021-05-10T21:56:40.768Z] afea3b2eda06: Waiting [2021-05-10T21:56:40.768Z] 7809a108b3ef: Waiting [2021-05-10T21:56:40.768Z] f706445af74f: Waiting [2021-05-10T21:56:40.768Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T21:56:40.768Z] 4c4ab2625f07: Download complete [2021-05-10T21:56:40.768Z] adcc1eea9eea: Download complete [2021-05-10T21:56:40.768Z] afea3b2eda06: Verifying Checksum [2021-05-10T21:56:40.768Z] afea3b2eda06: Download complete [2021-05-10T21:56:40.768Z] 7809a108b3ef: Verifying Checksum [2021-05-10T21:56:40.768Z] 7809a108b3ef: Download complete [2021-05-10T21:56:40.769Z] 540db60ca938: Verifying Checksum [2021-05-10T21:56:40.769Z] 540db60ca938: Download complete [2021-05-10T21:56:41.038Z] 540db60ca938: Pull complete [2021-05-10T21:56:41.299Z] adcc1eea9eea: Pull complete [2021-05-10T21:56:41.299Z] 4c4ab2625f07: Pull complete [2021-05-10T21:56:42.694Z] f706445af74f: Verifying Checksum [2021-05-10T21:56:42.694Z] f706445af74f: Download complete [2021-05-10T21:56:43.279Z] 0510c868ecb4: Verifying Checksum [2021-05-10T21:56:43.279Z] 0510c868ecb4: Download complete [2021-05-10T21:56:49.516Z] Still waiting to schedule task [2021-05-10T21:56:49.516Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-10T21:56:49.910Z] 0510c868ecb4: Pull complete [2021-05-10T21:56:49.910Z] afea3b2eda06: Pull complete [2021-05-10T21:56:49.910Z] 7809a108b3ef: Pull complete [2021-05-10T21:56:54.157Z] f706445af74f: Pull complete [2021-05-10T21:56:54.157Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T21:56:54.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T21:56:54.157Z] ---> b068be0155e3 [2021-05-10T21:56:54.157Z] 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-05-10T21:56:54.157Z] ---> Running in b10fb78963f2 [2021-05-10T21:56:55.105Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T21:56:56.512Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T21:56:59.070Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T21:56:59.645Z] (2/12) Installing file (5.39-r0) [2021-05-10T21:56:59.645Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T21:56:59.907Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T21:57:12.169Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T21:57:12.169Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T21:57:12.169Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T21:57:12.169Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T21:57:12.169Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T21:57:12.169Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T21:57:12.169Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T21:57:12.169Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T21:57:12.169Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T21:57:12.169Z] OK: 219 MiB in 52 packages [2021-05-10T21:57:15.501Z] Removing intermediate container b10fb78963f2 [2021-05-10T21:57:15.501Z] ---> a1c7ea704f5e [2021-05-10T21:57:15.501Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T21:57:15.765Z] ---> Running in 9dd9812adb21 [2021-05-10T21:57:16.028Z] Removing intermediate container 9dd9812adb21 [2021-05-10T21:57:16.028Z] ---> 50a62d44c776 [2021-05-10T21:57:16.028Z] Step 5/6 : COPY go.mod . [2021-05-10T21:57:16.028Z] ---> 0b0b5f86bc19 [2021-05-10T21:57:16.028Z] Step 6/6 : RUN go mod download [2021-05-10T21:57:16.297Z] ---> Running in 18cf7760dd14 [2021-05-10T21:57:38.306Z] Removing intermediate container 18cf7760dd14 [2021-05-10T21:57:38.306Z] ---> 5ea40b7ac2ca [2021-05-10T21:57:38.306Z] Successfully built 5ea40b7ac2ca [2021-05-10T21:57:38.306Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T21:57:38.629Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T21:57:38.629Z] . [Pipeline] withDockerContainer [2021-05-10T21:57:38.771Z] prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container [2021-05-10T21:57:38.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T21:57:39.816Z] $ docker top d5377317ad91ae8e10389bcaf8d4f161b8c51d31f9d83c03fa206aa433a9715c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T21:57:40.289Z] + go version [2021-05-10T21:57:40.289Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T21:57:40.306Z] $ docker stop --time=1 d5377317ad91ae8e10389bcaf8d4f161b8c51d31f9d83c03fa206aa433a9715c [2021-05-10T21:57:41.792Z] $ docker rm -f d5377317ad91ae8e10389bcaf8d4f161b8c51d31f9d83c03fa206aa433a9715c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T21:57:42.355Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T21:57:42.355Z] . [Pipeline] withDockerContainer [2021-05-10T21:57:42.470Z] prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container [2021-05-10T21:57:42.532Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T21:57:43.308Z] $ docker top 9ee7a96eec4bd3ff2259f8d1b22c14285137443a647da25218282927fffc1f46 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T21:57:43.452Z] ========================================================= [2021-05-10T21:57:43.452Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T21:57:43.452Z] ========================================================= [Pipeline] sh [2021-05-10T21:57:43.756Z] + go mod tidy [Pipeline] sh [2021-05-10T21:57:45.462Z] + make test [2021-05-10T21:57:45.462Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T21:57:53.672Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T21:58:20.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T21:58:20.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T21:58:22.428Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T21:58:22.428Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T21:58:23.844Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T21:58:23.844Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T21:58:23.844Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T21:58:23.844Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T21:58:25.265Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T21:58:25.538Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T21:58:28.921Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T21:58:28.921Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T21:58:28.921Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T21:58:32.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.159s coverage: 45.9% of statements [2021-05-10T21:58:32.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T21:58:32.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T21:58:32.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T21:58:32.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T21:58:32.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T21:58:32.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T21:58:32.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.089s coverage: 19.8% of statements [2021-05-10T21:58:32.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.130s coverage: 100.0% of statements [2021-05-10T21:58:34.232Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.342s coverage: 27.8% of statements [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T21:58:34.232Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T21:58:34.232Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T21:58:34.232Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T21:58:34.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements [2021-05-10T21:58:34.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T21:58:34.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T21:58:35.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.233s coverage: 87.7% of statements [2021-05-10T21:58:35.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T21:58:35.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T21:58:35.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements [2021-05-10T21:58:35.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T21:58:36.913Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4220 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws [2021-05-10T21:58:36.932Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-05-10T21:58:38.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements [2021-05-10T21:58:38.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T21:58:38.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T21:58:38.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T21:58:38.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T21:58:38.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T21:58:38.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2021-05-10T21:58:38.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T21:58:38.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-05-10T21:58:38.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T21:58:38.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2021-05-10T21:58:38.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T21:58:38.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.220s coverage: 97.5% of statements [2021-05-10T21:58:38.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T21:58:38.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements [2021-05-10T21:58:38.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T21:58:38.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T21:58:38.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T21:58:38.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T21:58:42.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.376s coverage: 95.1% of statements [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T21:58:42.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T21:58:42.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.9% of statements [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T21:58:42.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.054s coverage: 22.0% of statements [2021-05-10T21:58:42.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T21:58:42.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements [2021-05-10T21:58:42.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.060s coverage: 79.5% of statements [2021-05-10T21:58:42.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-05-10T21:58:42.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-05-10T21:58:42.330Z] using credential edgex-jenkins-ssh [2021-05-10T21:58:42.348Z] Cloning the remote Git repository [2021-05-10T21:58:42.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-05-10T21:58:42.399Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T21:58:42.498Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-05-10T21:58:42.587Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T21:58:42.587Z] > git --version # timeout=10 [2021-05-10T21:58:42.648Z] > git --version # 'git version 2.17.1' [2021-05-10T21:58:42.651Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T21:58:42.725Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T21:58:54.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-05-10T21:58:54.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2021-05-10T21:58:56.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.250s coverage: 81.8% of statements [2021-05-10T21:58:56.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T21:59:01.044Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T21:59:01.066Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T21:59:01.089Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T21:59:01.122Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T21:59:01.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T21:59:01.134Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T21:59:02.741Z] Merging remotes/origin/master commit 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d into PR head commit d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T21:59:03.164Z] Merge succeeded, producing d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T21:59:03.164Z] Checking out Revision d01e42c31d774825d2a5c7d3879b2510314babf8 (PR-3422) [2021-05-10T21:59:02.762Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T21:59:02.774Z] > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 [2021-05-10T21:59:03.101Z] > git remote # timeout=10 [2021-05-10T21:59:03.116Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T21:59:03.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T21:59:03.137Z] > git merge 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d # timeout=10 [2021-05-10T21:59:03.157Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T21:59:03.175Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T21:59:03.187Z] > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 76.0% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 85.4% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 91.2% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 66.9% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.226s coverage: 43.4% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T21:59:06.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T21:59:06.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T21:59:07.388Z] Commit message: "Merge branch 'master' into issue-3421" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T21:59:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.081s coverage: 22.7% of statements [2021-05-10T21:59:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T21:59:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.161s coverage: 92.6% of statements [2021-05-10T21:59:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T21:59:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T21:59:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T21:59:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 28.7% of statements [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T21:59:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T21:59:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T21:59:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.070s coverage: 64.6% of statements [2021-05-10T21:59:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T21:59:08.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.139s coverage: 97.6% of statements [2021-05-10T21:59:08.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T21:59:08.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T21:59:08.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T21:59:08.937Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-05-10T21:59:08.937Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T21:59:08.937Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-05-10T21:59:08.937Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T21:59:08.937Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T21:59:08.937Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T21:59:08.937Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T21:59:09.204Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-05-10T21:59:09.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T21:59:09.204Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T21:59:09.204Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-05-10T21:59:09.368Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T21:59:09.768Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-05-10T21:59:09.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements [2021-05-10T21:59:09.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T21:59:09.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.026s coverage: 85.7% of statements [2021-05-10T21:59:09.783Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-10T21:59:09.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [Pipeline] sh [2021-05-10T21:59:10.111Z] + + sudo servicetrue docker [2021-05-10T21:59:10.112Z] restart [2021-05-10T21:59:10.440Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T21:59:12.778Z] provisioning config files... [2021-05-10T21:59:12.826Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config3904534138919871295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T21:59:13.196Z] ---> docker-login.sh [2021-05-10T21:59:13.196Z] nexus3.edgexfoundry.org:10001 [2021-05-10T21:59:13.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:59:14.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:59:14.393Z] Configure a credential helper to remove this warning. See [2021-05-10T21:59:14.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:59:14.393Z] [2021-05-10T21:59:14.393Z] Login Succeeded [2021-05-10T21:59:14.393Z] nexus3.edgexfoundry.org:10002 [2021-05-10T21:59:14.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:59:14.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:59:14.943Z] Configure a credential helper to remove this warning. See [2021-05-10T21:59:14.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:59:14.943Z] [2021-05-10T21:59:14.943Z] Login Succeeded [2021-05-10T21:59:14.943Z] nexus3.edgexfoundry.org:10003 [2021-05-10T21:59:15.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:59:15.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:59:15.492Z] Configure a credential helper to remove this warning. See [2021-05-10T21:59:15.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:59:15.492Z] [2021-05-10T21:59:15.492Z] Login Succeeded [2021-05-10T21:59:15.492Z] nexus3.edgexfoundry.org:10004 [2021-05-10T21:59:15.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:59:16.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:59:16.051Z] Configure a credential helper to remove this warning. See [2021-05-10T21:59:16.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:59:16.051Z] [2021-05-10T21:59:16.051Z] Login Succeeded [2021-05-10T21:59:16.051Z] docker.io [2021-05-10T21:59:16.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T21:59:17.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T21:59:17.756Z] Configure a credential helper to remove this warning. See [2021-05-10T21:59:17.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T21:59:17.756Z] [2021-05-10T21:59:17.756Z] Login Succeeded [2021-05-10T21:59:17.756Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T21:59:17.774Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T21:59:18.064Z] ========================================================= [2021-05-10T21:59:18.064Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T21:59:18.064Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T21:59:18.402Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T21:59:21.049Z] Sending build context to Docker daemon 167.8MB [2021-05-10T21:59:21.049Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T21:59:21.049Z] Step 2/6 : FROM ${BASE} [2021-05-10T21:59:21.049Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T21:59:21.049Z] 595b0fe564bb: Pulling fs layer [2021-05-10T21:59:21.049Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T21:59:21.049Z] 316046926c0a: Pulling fs layer [2021-05-10T21:59:21.049Z] 4ebd0625c992: Pulling fs layer [2021-05-10T21:59:21.049Z] 207e8628e3a3: Pulling fs layer [2021-05-10T21:59:21.049Z] c791037a9be2: Pulling fs layer [2021-05-10T21:59:21.049Z] ffd874e62e21: Pulling fs layer [2021-05-10T21:59:21.049Z] 4ebd0625c992: Waiting [2021-05-10T21:59:21.049Z] 207e8628e3a3: Waiting [2021-05-10T21:59:21.049Z] c791037a9be2: Waiting [2021-05-10T21:59:21.049Z] ffd874e62e21: Waiting [2021-05-10T21:59:21.049Z] 316046926c0a: Verifying Checksum [2021-05-10T21:59:21.049Z] 316046926c0a: Download complete [2021-05-10T21:59:21.049Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T21:59:21.049Z] 7186ed65a4f7: Download complete [2021-05-10T21:59:21.049Z] 207e8628e3a3: Verifying Checksum [2021-05-10T21:59:21.049Z] 207e8628e3a3: Download complete [2021-05-10T21:59:21.049Z] c791037a9be2: Download complete [2021-05-10T21:59:21.325Z] 595b0fe564bb: Verifying Checksum [2021-05-10T21:59:21.325Z] 595b0fe564bb: Download complete [2021-05-10T21:59:21.933Z] 595b0fe564bb: Pull complete [2021-05-10T21:59:22.530Z] 7186ed65a4f7: Pull complete [2021-05-10T21:59:22.804Z] 316046926c0a: Pull complete [2021-05-10T21:59:23.794Z] ffd874e62e21: Verifying Checksum [2021-05-10T21:59:23.795Z] ffd874e62e21: Download complete [2021-05-10T21:59:25.229Z] 4ebd0625c992: Verifying Checksum [2021-05-10T21:59:25.229Z] 4ebd0625c992: Download complete [2021-05-10T21:59:35.398Z] 4ebd0625c992: Pull complete [2021-05-10T21:59:35.994Z] 207e8628e3a3: Pull complete [2021-05-10T21:59:36.276Z] c791037a9be2: Pull complete [2021-05-10T21:59:39.673Z] ffd874e62e21: Pull complete [2021-05-10T21:59:39.673Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T21:59:39.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T21:59:39.944Z] ---> cfc18b08335c [2021-05-10T21:59:39.944Z] 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-05-10T21:59:43.344Z] ---> Running in 213c20af63f7 [2021-05-10T21:59:44.324Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T21:59:45.768Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T21:59:47.196Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T21:59:47.196Z] (2/12) Installing file (5.39-r0) [2021-05-10T21:59:47.196Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T21:59:47.466Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T21:59:49.824Z] gofmt -l . [2021-05-10T21:59:49.824Z] [ "`gofmt -l .`" = "" ] [2021-05-10T21:59:49.824Z] ./bin/test-go-mod-tidy.sh [2021-05-10T21:59:49.825Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T21:59:50.140Z] + ls -al . [2021-05-10T21:59:50.140Z] total 828 [2021-05-10T21:59:50.140Z] drwxrwxr-x 10 1001 1001 4096 May 10 21:59 . [2021-05-10T21:59:50.140Z] drwxr-xr-x 4 root root 30 May 10 21:57 .. [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 11 May 10 21:55 .dockerignore [2021-05-10T21:59:50.140Z] drwxrwxr-x 8 1001 1001 179 May 10 21:55 .git [2021-05-10T21:59:50.140Z] drwxrwxr-x 3 1001 1001 125 May 10 21:55 .github [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 818 May 10 21:55 .gitignore [2021-05-10T21:59:50.140Z] drwx------ 3 1001 1001 60 May 10 21:56 .semver [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 166 May 10 21:55 .sonarcloud.properties [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 8609 May 10 21:55 Attribution.txt [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 3804 May 10 21:55 CONTRIBUTING.md [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 931 May 10 21:55 Dockerfile.build [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 863 May 10 21:55 Jenkinsfile [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 10775 May 10 21:55 LICENSE [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 5807 May 10 21:55 Makefile [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 7978 May 10 21:55 README.md [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 6755 May 10 21:55 SECURITY.md [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 5 May 10 21:56 VERSION [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 4131 May 10 21:55 ZMQWindows.md [2021-05-10T21:59:50.140Z] drwxrwxr-x 2 1001 1001 117 May 10 21:55 bin [2021-05-10T21:59:50.140Z] drwxrwxr-x 14 1001 1001 4096 May 10 21:55 cmd [2021-05-10T21:59:50.140Z] -rw-r--r-- 1 root root 717673 May 10 21:59 coverage.out [2021-05-10T21:59:50.140Z] -rw-r--r-- 1 root root 1060 May 10 21:59 go.mod [2021-05-10T21:59:50.140Z] -rw-r--r-- 1 root root 22169 May 10 21:57 go.sum [2021-05-10T21:59:50.140Z] drwxrwxr-x 8 1001 1001 127 May 10 21:55 internal [2021-05-10T21:59:50.140Z] drwxrwxr-x 4 1001 1001 26 May 10 21:55 openapi [2021-05-10T21:59:50.140Z] drwxrwxr-x 4 1001 1001 71 May 10 21:55 snap [2021-05-10T21:59:50.140Z] -rw-rw-r-- 1 1001 1001 168 May 10 21:55 version.go [Pipeline] sh [2021-05-10T21:59:50.449Z] + '[' -e coverage.out ] [2021-05-10T21:59:50.449Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T21:59:50.705Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T21:59:51.007Z] + make build [2021-05-10T21:59:51.007Z] 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-05-10T21:59:53.572Z] CGO_ENABLED=1 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-05-10T21:59:54.974Z] CGO_ENABLED=1 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-05-10T21:59:55.723Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T21:59:55.724Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T21:59:55.724Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T21:59:55.724Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T21:59:55.994Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T21:59:56.268Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T21:59:56.268Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T21:59:56.539Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T21:59:56.811Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T21:59:56.811Z] OK: 218 MiB in 52 packages [2021-05-10T21:59:56.904Z] CGO_ENABLED=1 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-05-10T21:59:58.831Z] CGO_ENABLED=1 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-05-10T21:59:58.831Z] CGO_ENABLED=1 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-05-10T22:00:01.123Z] Removing intermediate container 213c20af63f7 [2021-05-10T22:00:01.123Z] ---> c5f855644c70 [2021-05-10T22:00:01.123Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T22:00:01.123Z] ---> Running in edf8aa62c933 [2021-05-10T22:00:01.398Z] Removing intermediate container edf8aa62c933 [2021-05-10T22:00:01.398Z] ---> a008f7313990 [2021-05-10T22:00:01.398Z] Step 5/6 : COPY go.mod . [2021-05-10T22:00:01.997Z] ---> e5daf1cca9f8 [2021-05-10T22:00:01.997Z] Step 6/6 : RUN go mod download [2021-05-10T22:00:02.158Z] CGO_ENABLED=1 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-05-10T22:00:02.280Z] ---> Running in b3a66afbdb91 [2021-05-10T22:00:04.098Z] CGO_ENABLED=1 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-05-10T22:00:05.499Z] CGO_ENABLED=1 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-05-10T22:00:07.421Z] CGO_ENABLED=1 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-05-10T22:00:08.812Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T22:00:10.212Z] CGO_ENABLED=1 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-05-10T22:00:12.160Z] $ docker stop --time=1 9ee7a96eec4bd3ff2259f8d1b22c14285137443a647da25218282927fffc1f46 [2021-05-10T22:00:13.836Z] $ docker rm -f 9ee7a96eec4bd3ff2259f8d1b22c14285137443a647da25218282927fffc1f46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:00:18.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T22:00:18.193Z] [2021-05-10T22:00:18.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:00:18.512Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T22:00:18.512Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-10T22:00:18.512Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-10T22:00:18.513Z] ca9280d653b3: Pulling fs layer [2021-05-10T22:00:18.513Z] 7e9c9ca2126c: Pulling fs layer [2021-05-10T22:00:18.777Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-10T22:00:18.778Z] cbdbe7a5bc2a: Download complete [2021-05-10T22:00:19.373Z] ca9280d653b3: Verifying Checksum [2021-05-10T22:00:19.373Z] ca9280d653b3: Download complete [2021-05-10T22:00:19.373Z] cbdbe7a5bc2a: Pull complete [2021-05-10T22:00:20.339Z] ca9280d653b3: Pull complete [2021-05-10T22:00:20.604Z] 7e9c9ca2126c: Verifying Checksum [2021-05-10T22:00:20.605Z] 7e9c9ca2126c: Download complete [2021-05-10T22:00:27.247Z] 7e9c9ca2126c: Pull complete [2021-05-10T22:00:27.247Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-10T22:00:27.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T22:00:27.247Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-10T22:00:27.397Z] prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container [2021-05-10T22:00:27.451Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T22:00:29.077Z] Removing intermediate container b3a66afbdb91 [2021-05-10T22:00:29.077Z] ---> a6c79a1572a8 [2021-05-10T22:00:29.077Z] Successfully built a6c79a1572a8 [2021-05-10T22:00:29.077Z] Successfully tagged ci-base-image-arm64:latest [2021-05-10T22:00:30.714Z] $ docker top 2409be8bd2aea0375245a40fc2bdc7fe4684ff1a9100467a10161e4ac57c1da2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:00:31.202Z] + docker-compose build --help [2021-05-10T22:00:31.202Z] + grep parallel [2021-05-10T22:00:31.276Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T22:00:31.277Z] . [Pipeline] withDockerContainer [2021-05-10T22:00:31.556Z] prd-ubuntu18.04-docker-arm64-4c-16g-4220 does not seem to be running inside a container [2021-05-10T22:00:31.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T22:00:32.151Z] --parallel Build images in parallel. [2021-05-10T22:00:33.195Z] $ docker top 76ea4eee2ec94e3cb81e824b992484f5e60bdc9fb8470490c17cf6a289d06a73 -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-10T22:00:33.479Z] $ docker stop --time=1 2409be8bd2aea0375245a40fc2bdc7fe4684ff1a9100467a10161e4ac57c1da2 [2021-05-10T22:00:34.883Z] $ docker rm -f 2409be8bd2aea0375245a40fc2bdc7fe4684ff1a9100467a10161e4ac57c1da2 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:00:35.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T22:00:35.443Z] . [Pipeline] withDockerContainer [2021-05-10T22:00:35.550Z] prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container [2021-05-10T22:00:35.610Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T22:00:35.641Z] + go version [2021-05-10T22:00:35.641Z] go version go1.16.3 linux/arm64 [2021-05-10T22:00:36.468Z] $ docker top a51990f69533924cc3a1aeac5dee6a86e0010192d253ebf5382afb53412db95d -eo pid,comm [Pipeline] { [Pipeline] } [2021-05-10T22:00:36.598Z] $ docker stop --time=1 76ea4eee2ec94e3cb81e824b992484f5e60bdc9fb8470490c17cf6a289d06a73 [2021-05-10T22:00:38.489Z] $ docker rm -f 76ea4eee2ec94e3cb81e824b992484f5e60bdc9fb8470490c17cf6a289d06a73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:00:39.060Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T22:00:39.265Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T22:00:39.265Z] . [Pipeline] withDockerContainer [2021-05-10T22:00:39.531Z] prd-ubuntu18.04-docker-arm64-4c-16g-4220 does not seem to be running inside a container [2021-05-10T22:00:39.620Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T22:00:40.007Z] Building docker-core-command-go ... [2021-05-10T22:00:40.007Z] Building docker-core-data-go ... [2021-05-10T22:00:40.007Z] Building docker-core-metadata-go ... [2021-05-10T22:00:40.007Z] Building docker-security-bootstrapper-go ... [2021-05-10T22:00:40.007Z] Building docker-security-proxy-setup-go ... [2021-05-10T22:00:40.007Z] Building docker-security-secretstore-setup-go ... [2021-05-10T22:00:40.007Z] Building docker-support-notifications-go ... [2021-05-10T22:00:40.007Z] Building docker-support-scheduler-go ... [2021-05-10T22:00:40.007Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T22:00:40.007Z] Building docker-support-notifications-go [2021-05-10T22:00:40.007Z] Building docker-security-bootstrapper-go [2021-05-10T22:00:40.007Z] Building docker-sys-mgmt-agent-go [2021-05-10T22:00:40.007Z] Building docker-security-proxy-setup-go [2021-05-10T22:00:40.007Z] Building docker-support-scheduler-go [2021-05-10T22:00:41.047Z] $ docker top 0a41a2d95e0b6f147c2ad604bf6a19550ee38b1c1c4190958c7e94925fcefcc9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T22:00:41.353Z] ========================================================= [2021-05-10T22:00:41.353Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T22:00:41.353Z] ========================================================= [Pipeline] sh [2021-05-10T22:00:42.002Z] + go mod tidy [Pipeline] sh [2021-05-10T22:00:43.642Z] + make test [2021-05-10T22:00:43.642Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T22:01:10.647Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T22:01:19.223Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:01:19.223Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:01:19.223Z] ---> 5ea40b7ac2ca [2021-05-10T22:01:19.223Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T22:01:19.223Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:01:19.223Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:01:19.223Z] ---> 5ea40b7ac2ca [2021-05-10T22:01:19.223Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T22:01:19.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:01:19.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:01:19.223Z] ---> 5ea40b7ac2ca [2021-05-10T22:01:19.223Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T22:01:19.223Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:01:19.223Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:01:19.223Z] ---> 5ea40b7ac2ca [2021-05-10T22:01:19.223Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T22:01:19.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:01:19.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:01:19.223Z] ---> 5ea40b7ac2ca [2021-05-10T22:01:19.223Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T22:01:19.223Z] ---> Running in f557a82fff0d [2021-05-10T22:01:19.223Z] ---> Running in fa79e4a2ecce [2021-05-10T22:01:19.223Z] ---> Running in 69344424e99a [2021-05-10T22:01:19.224Z] ---> Running in 71c160bce473 [2021-05-10T22:01:19.224Z] ---> Running in ef6f1a759ca9 [2021-05-10T22:01:19.224Z] Removing intermediate container 69344424e99a [2021-05-10T22:01:19.224Z] ---> f2b733f273ad [2021-05-10T22:01:19.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:01:19.224Z] Removing intermediate container 71c160bce473 [2021-05-10T22:01:19.224Z] ---> 2d6e1703b28d [2021-05-10T22:01:19.224Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:01:19.224Z] Removing intermediate container f557a82fff0d [2021-05-10T22:01:19.224Z] ---> cd1387b9eb5b [2021-05-10T22:01:19.224Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:01:19.224Z] Removing intermediate container ef6f1a759ca9 [2021-05-10T22:01:19.224Z] ---> 2d89a9c974ce [2021-05-10T22:01:19.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:01:19.224Z] Removing intermediate container fa79e4a2ecce [2021-05-10T22:01:19.224Z] ---> 5831c6e4b78b [2021-05-10T22:01:19.224Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:01:19.224Z] ---> Running in 417fac3011a1 [2021-05-10T22:01:19.224Z] ---> Running in 7689552b84ba [2021-05-10T22:01:19.224Z] ---> Running in dfbd48d2cae6 [2021-05-10T22:01:19.224Z] ---> Running in 2b4be5a32ffc [2021-05-10T22:01:19.224Z] ---> Running in 126c1026a852 [2021-05-10T22:01:20.176Z] Removing intermediate container 2b4be5a32ffc [2021-05-10T22:01:20.176Z] ---> 19a96c98e072 [2021-05-10T22:01:20.176Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T22:01:20.442Z] ---> Running in 3444b46e9db8 [2021-05-10T22:01:20.442Z] Removing intermediate container dfbd48d2cae6 [2021-05-10T22:01:20.442Z] ---> 5432458cf1dd [2021-05-10T22:01:20.442Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T22:01:20.706Z] Removing intermediate container 7689552b84ba [2021-05-10T22:01:20.706Z] ---> b5dba56b4167 [2021-05-10T22:01:20.706Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T22:01:20.706Z] Removing intermediate container 417fac3011a1 [2021-05-10T22:01:20.706Z] ---> 31588e70d794 [2021-05-10T22:01:20.706Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T22:01:20.973Z] ---> Running in cd6568d4871e [2021-05-10T22:01:20.973Z] ---> Running in d012cb9d1d09 [2021-05-10T22:01:20.973Z] ---> Running in 62ee6df633fc [2021-05-10T22:01:20.973Z] Removing intermediate container 126c1026a852 [2021-05-10T22:01:20.973Z] ---> b074e5bd4808 [2021-05-10T22:01:20.973Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T22:01:20.973Z] ---> Running in 23d9fcec8a29 [2021-05-10T22:01:21.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:21.833Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:21.833Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:22.103Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:22.103Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:23.500Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:23.500Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:23.763Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:23.763Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:24.352Z] OK: 219 MiB in 52 packages [2021-05-10T22:01:24.352Z] OK: 219 MiB in 52 packages [2021-05-10T22:01:24.619Z] OK: 219 MiB in 52 packages [2021-05-10T22:01:24.619Z] OK: 219 MiB in 52 packages [2021-05-10T22:01:24.881Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:01:25.145Z] Removing intermediate container 3444b46e9db8 [2021-05-10T22:01:25.145Z] ---> 501148ca286b [2021-05-10T22:01:25.145Z] Step 6/22 : COPY go.mod . [2021-05-10T22:01:25.145Z] Removing intermediate container cd6568d4871e [2021-05-10T22:01:25.145Z] ---> b0a99cb1de9f [2021-05-10T22:01:25.145Z] Step 6/23 : COPY go.mod . [2021-05-10T22:01:25.409Z] Removing intermediate container 62ee6df633fc [2021-05-10T22:01:25.409Z] ---> 2b0af3a078c3 [2021-05-10T22:01:25.409Z] Step 6/22 : COPY go.mod . [2021-05-10T22:01:25.409Z] Removing intermediate container 23d9fcec8a29 [2021-05-10T22:01:25.409Z] ---> 85ff3d3ed828 [2021-05-10T22:01:25.409Z] Step 6/21 : COPY go.mod . [2021-05-10T22:01:25.409Z] ---> 0b87088b28fd [2021-05-10T22:01:25.409Z] Step 7/23 : RUN go mod download [2021-05-10T22:01:25.409Z] ---> 77547f2a72e4 [2021-05-10T22:01:25.409Z] Step 7/22 : RUN go mod download [2021-05-10T22:01:25.676Z] ---> Running in 8d0dd608ac62 [2021-05-10T22:01:25.676Z] ---> Running in 957c3f0b4c9b [2021-05-10T22:01:25.676Z] ---> 76f37c984d90 [2021-05-10T22:01:25.676Z] Step 7/22 : RUN go mod download [2021-05-10T22:01:25.946Z] ---> dd82abe88233 [2021-05-10T22:01:25.946Z] Step 7/21 : RUN go mod download [2021-05-10T22:01:25.946Z] OK: 219 MiB in 52 packages [2021-05-10T22:01:25.946Z] ---> Running in ce1059663087 [2021-05-10T22:01:25.946Z] ---> Running in 1e0161d3c390 [2021-05-10T22:01:26.917Z] Removing intermediate container d012cb9d1d09 [2021-05-10T22:01:26.917Z] ---> b0bf12ec70e7 [2021-05-10T22:01:26.917Z] Step 6/31 : COPY go.mod . [2021-05-10T22:01:27.187Z] ---> 68841e1ce27e [2021-05-10T22:01:27.187Z] Step 7/31 : RUN go mod download [2021-05-10T22:01:27.187Z] ---> Running in b01debb7065c [2021-05-10T22:01:28.150Z] Removing intermediate container 1e0161d3c390 [2021-05-10T22:01:28.150Z] ---> e2eba9f5e8d2 [2021-05-10T22:01:28.150Z] Step 8/21 : COPY . . [2021-05-10T22:01:28.150Z] Removing intermediate container 957c3f0b4c9b [2021-05-10T22:01:28.150Z] ---> 7e9be6abb192 [2021-05-10T22:01:28.150Z] Step 8/22 : COPY . . [2021-05-10T22:01:28.423Z] Removing intermediate container ce1059663087 [2021-05-10T22:01:28.423Z] ---> 214a59540213 [2021-05-10T22:01:28.423Z] Step 8/22 : COPY . . [2021-05-10T22:01:29.012Z] Removing intermediate container 8d0dd608ac62 [2021-05-10T22:01:29.012Z] ---> 17605edb24e8 [2021-05-10T22:01:29.012Z] Step 8/23 : COPY . . [2021-05-10T22:01:35.667Z] Removing intermediate container b01debb7065c [2021-05-10T22:01:35.667Z] ---> 0088e5d205c1 [2021-05-10T22:01:35.667Z] Step 8/31 : COPY . . [2021-05-10T22:02:14.611Z] ---> 11f72a7cde9c [2021-05-10T22:02:14.611Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T22:02:14.875Z] ---> bbd76f0bf4c0 [2021-05-10T22:02:14.875Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T22:02:14.875Z] ---> 36aca1172007 [2021-05-10T22:02:14.875Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T22:02:15.449Z] ---> Running in b667ced161f6 [2021-05-10T22:02:15.449Z] ---> Running in 8bcc1dc943ad [2021-05-10T22:02:15.449Z] ---> Running in 21454be08e00 [2021-05-10T22:02:16.024Z] ---> 9ce9197df219 [2021-05-10T22:02:16.024Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T22:02:16.024Z] ---> ccb6c26dd0bb [2021-05-10T22:02:16.024Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T22:02:16.288Z] ---> Running in 06bfe634d7f7 [2021-05-10T22:02:16.288Z] ---> Running in 2a4f023e4080 [2021-05-10T22:02:17.245Z] CGO_ENABLED=1 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-05-10T22:02:17.245Z] CGO_ENABLED=1 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-05-10T22:02:17.245Z] CGO_ENABLED=1 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-05-10T22:02:17.245Z] CGO_ENABLED=1 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-05-10T22:02:17.514Z] CGO_ENABLED=1 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-05-10T22:02:18.714Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T22:02:18.714Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T22:02:20.702Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T22:02:20.702Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T22:02:29.007Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T22:02:29.007Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T22:02:29.007Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T22:02:29.007Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T22:02:31.672Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T22:02:31.950Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T22:02:42.137Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T22:02:42.137Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T22:02:42.137Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T22:02:47.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.358s coverage: 45.9% of statements [2021-05-10T22:02:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T22:02:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T22:02:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T22:02:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T22:02:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T22:02:47.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T22:02:47.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 19.8% of statements [2021-05-10T22:02:47.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.275s coverage: 100.0% of statements [2021-05-10T22:02:53.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.8% of statements [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T22:02:53.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.135s coverage: 100.0% of statements [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T22:02:53.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.139s coverage: 100.0% of statements [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T22:02:53.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T22:02:55.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.277s coverage: 71.3% of statements [2021-05-10T22:02:55.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T22:02:55.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T22:02:56.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.529s coverage: 87.7% of statements [2021-05-10T22:02:56.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T22:02:56.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T22:02:56.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.175s coverage: 78.9% of statements [2021-05-10T22:02:56.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T22:03:04.620Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T22:03:08.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.065s coverage: 28.6% of statements [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T22:03:08.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.275s coverage: 100.0% of statements [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T22:03:08.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.206s coverage: 100.0% of statements [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T22:03:08.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.382s coverage: 86.7% of statements [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T22:03:08.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T22:03:08.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.304s coverage: 78.3% of statements [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T22:03:08.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T22:03:11.277Z] Removing intermediate container 06bfe634d7f7 [2021-05-10T22:03:11.277Z] ---> be2472aaaf8d [2021-05-10T22:03:11.277Z] [2021-05-10T22:03:11.277Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T22:03:11.561Z] 3.12: Pulling from library/alpine [2021-05-10T22:03:11.826Z] Removing intermediate container 2a4f023e4080 [2021-05-10T22:03:11.826Z] ---> c60b88b5e90a [2021-05-10T22:03:11.826Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T22:03:12.092Z] Removing intermediate container 21454be08e00 [2021-05-10T22:03:12.092Z] ---> 599370ef5dcb [2021-05-10T22:03:12.092Z] [2021-05-10T22:03:12.092Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T22:03:12.355Z] 3.12: Pulling from library/alpine [2021-05-10T22:03:12.930Z] Removing intermediate container 8bcc1dc943ad [2021-05-10T22:03:12.930Z] ---> a674f5ef05b2 [2021-05-10T22:03:12.930Z] [2021-05-10T22:03:12.930Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T22:03:13.192Z] 3.12: Pulling from library/alpine [2021-05-10T22:03:13.192Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T22:03:13.192Z] ---> Running in 9250b1d05fe2 [2021-05-10T22:03:13.192Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T22:03:13.192Z] Status: Image is up to date for alpine:3.12 [2021-05-10T22:03:13.192Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T22:03:13.192Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T22:03:13.192Z] Status: Image is up to date for alpine:3.12 [2021-05-10T22:03:13.192Z] ---> 13621d1b12d4 [2021-05-10T22:03:13.192Z] ---> 13621d1b12d4 [2021-05-10T22:03:13.192Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T22:03:13.192Z] ---> 13621d1b12d4 [2021-05-10T22:03:13.192Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T22:03:13.192Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T22:03:14.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.354s coverage: 95.1% of statements [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T22:03:14.146Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.127s coverage: 58.8% of statements [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T22:03:14.146Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.231s coverage: 0.9% of statements [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T22:03:14.146Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.168s coverage: 22.0% of statements [2021-05-10T22:03:14.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T22:03:14.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.194s coverage: 47.1% of statements [2021-05-10T22:03:14.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.186s coverage: 79.5% of statements [2021-05-10T22:03:14.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.150s coverage: 94.1% of statements [2021-05-10T22:03:14.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.180s coverage: 96.3% of statements [2021-05-10T22:03:15.134Z] ---> Running in 6c44d0e2adad [2021-05-10T22:03:15.134Z] ---> Running in 687cc8c4b2f2 [2021-05-10T22:03:15.134Z] ---> Running in 24dabfa86899 [2021-05-10T22:03:15.134Z] Removing intermediate container b667ced161f6 [2021-05-10T22:03:15.134Z] ---> 3177237b9ade [2021-05-10T22:03:15.134Z] [2021-05-10T22:03:15.134Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T22:03:15.134Z] ---> 13621d1b12d4 [2021-05-10T22:03:15.134Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T22:03:15.134Z] ---> Running in 1aebe5feaf8b [2021-05-10T22:03:15.397Z] Removing intermediate container 6c44d0e2adad [2021-05-10T22:03:15.398Z] ---> b0465ca92d26 [2021-05-10T22:03:15.398Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T22:03:15.398Z] CGO_ENABLED=1 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-05-10T22:03:15.679Z] ---> Running in 91ebbe27473d [2021-05-10T22:03:15.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:15.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:15.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:15.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements [2021-05-10T22:03:15.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:15.955Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T22:03:15.955Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:03:15.955Z] OK: 6 MiB in 15 packages [2021-05-10T22:03:16.228Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T22:03:16.228Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T22:03:16.228Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:03:16.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:16.228Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T22:03:16.228Z] OK: 6 MiB in 16 packages [2021-05-10T22:03:16.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:16.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:16.495Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T22:03:16.495Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T22:03:16.495Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T22:03:16.495Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T22:03:16.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:16.495Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:03:16.495Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T22:03:16.495Z] OK: 7 MiB in 18 packages [2021-05-10T22:03:16.757Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T22:03:16.757Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T22:03:16.757Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:03:16.757Z] OK: 6 MiB in 16 packages [2021-05-10T22:03:18.682Z] Removing intermediate container 687cc8c4b2f2 [2021-05-10T22:03:18.682Z] ---> 6279858d3eda [2021-05-10T22:03:18.682Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T22:03:18.682Z] ---> Running in 2c65ab4d83f8 [2021-05-10T22:03:18.682Z] Removing intermediate container 9250b1d05fe2 [2021-05-10T22:03:18.682Z] ---> df8d411764d9 [2021-05-10T22:03:18.682Z] [2021-05-10T22:03:18.682Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T22:03:18.682Z] Removing intermediate container 24dabfa86899 [2021-05-10T22:03:18.682Z] ---> 8ef298c33928 [2021-05-10T22:03:18.682Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T22:03:18.682Z] 20.10.0: Pulling from library/docker [2021-05-10T22:03:20.079Z] Removing intermediate container 2c65ab4d83f8 [2021-05-10T22:03:20.079Z] ---> 45d905dd226d [2021-05-10T22:03:20.079Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T22:03:20.079Z] ---> Running in 2387c2c6ccf4 [2021-05-10T22:03:20.079Z] Removing intermediate container 1aebe5feaf8b [2021-05-10T22:03:20.079Z] ---> 814b97f23fd5 [2021-05-10T22:03:20.079Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T22:03:20.079Z] Removing intermediate container 91ebbe27473d [2021-05-10T22:03:20.079Z] ---> d0263524ed09 [2021-05-10T22:03:20.079Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T22:03:20.655Z] ---> Running in 5741956aa8bb [2021-05-10T22:03:21.248Z] ---> Running in 647a56eb9633 [2021-05-10T22:03:21.248Z] ---> Running in fdac56e19412 [2021-05-10T22:03:21.248Z] Removing intermediate container 2387c2c6ccf4 [2021-05-10T22:03:21.248Z] ---> 4c03968e35c1 [2021-05-10T22:03:21.248Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T22:03:21.248Z] Removing intermediate container 5741956aa8bb [2021-05-10T22:03:21.248Z] ---> 0c3e0410d16b [2021-05-10T22:03:21.249Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T22:03:21.249Z] ---> Running in 2deb6879ccce [2021-05-10T22:03:21.513Z] ---> Running in e7b36b2038b0 [2021-05-10T22:03:21.513Z] Removing intermediate container fdac56e19412 [2021-05-10T22:03:21.513Z] ---> eb2b2637197e [2021-05-10T22:03:21.513Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T22:03:21.513Z] Removing intermediate container 647a56eb9633 [2021-05-10T22:03:21.513Z] ---> 3901eb9e8357 [2021-05-10T22:03:21.513Z] Step 13/21 : WORKDIR /edgex [2021-05-10T22:03:21.793Z] ---> Running in 5970ab3324a8 [2021-05-10T22:03:21.793Z] Removing intermediate container 2deb6879ccce [2021-05-10T22:03:21.794Z] ---> 69088bf96774 [2021-05-10T22:03:21.794Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T22:03:21.794Z] ---> Running in a6c44fd4823e [2021-05-10T22:03:22.069Z] Removing intermediate container e7b36b2038b0 [2021-05-10T22:03:22.069Z] ---> 24a4821619e4 [2021-05-10T22:03:22.069Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:03:22.069Z] ---> Running in ce3cd01241a8 [2021-05-10T22:03:22.069Z] Removing intermediate container a6c44fd4823e [2021-05-10T22:03:22.069Z] ---> 0b010b5474e7 [2021-05-10T22:03:22.069Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T22:03:22.339Z] Removing intermediate container 5970ab3324a8 [2021-05-10T22:03:22.339Z] ---> 4fc817800e7b [2021-05-10T22:03:22.339Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T22:03:22.339Z] ---> Running in 806ce69ad8fc [2021-05-10T22:03:22.339Z] Removing intermediate container ce3cd01241a8 [2021-05-10T22:03:22.339Z] ---> e2fd0bf51bc9 [2021-05-10T22:03:22.339Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:03:22.609Z] ---> d55cd77e4944 [2021-05-10T22:03:22.609Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T22:03:22.875Z] ---> 5db768a24105 [2021-05-10T22:03:22.875Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T22:03:22.875Z] ---> af5de91ad295 [2021-05-10T22:03:22.875Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T22:03:23.855Z] ---> bf111acff84d [2021-05-10T22:03:23.855Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T22:03:23.855Z] ---> 72e25fa63119 [2021-05-10T22:03:23.855Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T22:03:24.130Z] ---> 9de1e9586150 [2021-05-10T22:03:24.130Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T22:03:24.401Z] ---> 9af46d4dae8a [2021-05-10T22:03:24.401Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T22:03:24.664Z] Removing intermediate container 806ce69ad8fc [2021-05-10T22:03:24.664Z] ---> 684cbbb0ee49 [2021-05-10T22:03:24.664Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T22:03:24.664Z] ---> Running in 8841788d53cd [2021-05-10T22:03:24.664Z] ---> 96ed707b0bd1 [2021-05-10T22:03:24.664Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T22:03:24.664Z] ---> Running in d661355bd76c [2021-05-10T22:03:24.664Z] ---> 98da7dadc961 [2021-05-10T22:03:24.664Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T22:03:24.936Z] ---> Running in 0542fd885dc0 [2021-05-10T22:03:25.521Z] ---> Running in 6872b18293f5 [2021-05-10T22:03:25.521Z] Removing intermediate container 8841788d53cd [2021-05-10T22:03:25.521Z] ---> 8b306a49c08e [2021-05-10T22:03:25.521Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:03:25.521Z] Removing intermediate container d661355bd76c [2021-05-10T22:03:25.521Z] ---> 0128123938c3 [2021-05-10T22:03:25.521Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T22:03:25.521Z] Removing intermediate container 0542fd885dc0 [2021-05-10T22:03:25.521Z] ---> 013de5be0799 [2021-05-10T22:03:25.521Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:03:25.786Z] ---> Running in 3b7d3c64f8a7 [2021-05-10T22:03:25.786Z] Removing intermediate container 6872b18293f5 [2021-05-10T22:03:25.786Z] ---> cdcb20f5d4e2 [2021-05-10T22:03:25.786Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T22:03:25.786Z] ---> Running in 0214188dc85a [2021-05-10T22:03:26.054Z] ---> Running in afaf544e3aa3 [2021-05-10T22:03:26.054Z] Removing intermediate container 3b7d3c64f8a7 [2021-05-10T22:03:26.054Z] ---> 9d2fae6dd6c8 [2021-05-10T22:03:26.054Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T22:03:26.054Z] ---> 736871b0b874 [2021-05-10T22:03:26.054Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T22:03:26.316Z] Removing intermediate container 0214188dc85a [2021-05-10T22:03:26.316Z] ---> 9f7af937e45f [2021-05-10T22:03:26.316Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T22:03:26.316Z] ---> Running in 2c112ba12168 [2021-05-10T22:03:26.316Z] ---> Running in 0c17ce6f7185 [2021-05-10T22:03:26.316Z] Removing intermediate container afaf544e3aa3 [2021-05-10T22:03:26.316Z] ---> e2b1d6044345 [2021-05-10T22:03:26.316Z] Step 19/21 : LABEL arch=x86_64 [2021-05-10T22:03:26.584Z] ---> Running in ec1901457c8f [2021-05-10T22:03:26.584Z] ---> Running in b2ae051b5b32 [2021-05-10T22:03:26.848Z] Removing intermediate container 2c112ba12168 [2021-05-10T22:03:26.848Z] ---> 77cedcbb8e52 [2021-05-10T22:03:26.848Z] Step 21/22 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:03:26.848Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T22:03:26.848Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T22:03:26.848Z] ---> aefe523efa57 [2021-05-10T22:03:26.848Z] 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-05-10T22:03:26.848Z] Removing intermediate container ec1901457c8f [2021-05-10T22:03:26.848Z] ---> cf60c0eadd2b [2021-05-10T22:03:26.848Z] Step 21/22 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:03:27.422Z] ---> Running in 4c2ae11af40f [2021-05-10T22:03:27.422Z] ---> Running in 34168d198a60 [2021-05-10T22:03:27.422Z] ---> Running in 7334f57be679 [2021-05-10T22:03:27.422Z] Removing intermediate container b2ae051b5b32 [2021-05-10T22:03:27.422Z] ---> 34d5cb2f25f1 [2021-05-10T22:03:27.422Z] Step 20/21 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:03:27.422Z] ---> Running in e191bf23813b [2021-05-10T22:03:27.684Z] Removing intermediate container 4c2ae11af40f [2021-05-10T22:03:27.684Z] ---> f9eb5088c9b2 [2021-05-10T22:03:27.684Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T22:03:27.684Z] Removing intermediate container 34168d198a60 [2021-05-10T22:03:27.684Z] ---> dd30bd156941 [2021-05-10T22:03:27.684Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T22:03:27.684Z] Removing intermediate container 7334f57be679 [2021-05-10T22:03:27.684Z] ---> 4a33daf3f5b6 [2021-05-10T22:03:27.685Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T22:03:27.949Z] ---> Running in 47daee03cfb6 [2021-05-10T22:03:27.949Z] ---> Running in 87476d687ec1 [2021-05-10T22:03:27.949Z] ---> Running in e8787c4a40d2 [2021-05-10T22:03:27.949Z] Removing intermediate container e191bf23813b [2021-05-10T22:03:27.949Z] ---> aa9f8208c4bf [2021-05-10T22:03:27.949Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T22:03:28.212Z] ---> Running in 692519255ac8 [2021-05-10T22:03:28.489Z] Removing intermediate container e8787c4a40d2 [2021-05-10T22:03:28.489Z] ---> 2819b63c82ea [2021-05-10T22:03:28.489Z] [2021-05-10T22:03:28.489Z] Removing intermediate container 47daee03cfb6 [2021-05-10T22:03:28.489Z] ---> 574ed9962b6e [2021-05-10T22:03:28.489Z] [2021-05-10T22:03:28.489Z] Removing intermediate container 0c17ce6f7185 [2021-05-10T22:03:28.489Z] ---> 91be7699d5c7 [2021-05-10T22:03:28.489Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:03:28.755Z] Removing intermediate container 692519255ac8 [2021-05-10T22:03:28.755Z] ---> a206029cb394 [2021-05-10T22:03:28.755Z] [2021-05-10T22:03:28.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:28.755Z] Successfully built 574ed9962b6e [2021-05-10T22:03:28.755Z] Successfully built 2819b63c82ea [2021-05-10T22:03:28.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:03:28.755Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-10T22:03:28.755Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-05-10T22:03:28.755Z] Successfully built a206029cb394 [2021-05-10T22:03:28.755Z] Successfully tagged docker-support-notifications-go:latest [2021-05-10T22:03:28.755Z] Building docker-security-secretstore-setup-go [2021-05-10T22:03:28.755Z]  Building docker-support-notifications-go ... done  ---> 713b4a2807b7 [2021-05-10T22:03:28.755Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T22:03:29.021Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-10T22:03:29.021Z] Building docker-core-data-go [2021-05-10T22:03:29.021Z]  Building docker-security-proxy-setup-go ... done (1/39) Installing readline (8.0.4-r0) [2021-05-10T22:03:29.021Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T22:03:29.292Z] Executing bash-5.0.17-r0.post-install [2021-05-10T22:03:29.292Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T22:03:29.292Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T22:03:29.292Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T22:03:29.292Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T22:03:29.292Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T22:03:29.292Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T22:03:29.292Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T22:03:29.292Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T22:03:29.292Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T22:03:29.292Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T22:03:29.292Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T22:03:29.873Z] ---> d5119b0cb586 [2021-05-10T22:03:29.873Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T22:03:30.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.168s coverage: 94.4% of statements [2021-05-10T22:03:30.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements [2021-05-10T22:03:32.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.507s coverage: 81.8% of statements [2021-05-10T22:03:32.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T22:03:36.500Z] ---> 7c113b9723e4 [2021-05-10T22:03:36.501Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T22:03:39.869Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T22:03:39.869Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T22:03:39.869Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T22:03:39.869Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T22:03:39.869Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T22:03:39.869Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T22:03:39.869Z] ---> 1c547ae70343 [2021-05-10T22:03:39.869Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T22:03:39.869Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T22:03:41.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.191s coverage: 92.9% of statements [2021-05-10T22:03:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T22:03:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T22:03:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T22:03:41.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-05-10T22:03:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T22:03:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T22:03:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T22:03:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T22:03:41.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T22:03:41.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-05-10T22:03:41.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T22:03:41.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-05-10T22:03:41.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.158s coverage: 76.0% of statements [2021-05-10T22:03:41.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.135s coverage: 80.0% of statements [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.253s coverage: 87.2% of statements [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 85.4% of statements [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 91.2% of statements [2021-05-10T22:03:41.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.713s coverage: 64.4% of statements [2021-05-10T22:03:41.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T22:03:41.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.137s coverage: 100.0% of statements [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-05-10T22:03:41.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-05-10T22:03:41.260Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T22:03:41.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-05-10T22:03:41.842Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T22:03:41.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.089s coverage: 100.0% of statements [2021-05-10T22:03:42.425Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T22:03:43.374Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T22:03:43.374Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T22:03:43.374Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T22:03:43.374Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T22:03:43.639Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T22:03:43.639Z] ---> f3e473cecda1 [2021-05-10T22:03:43.639Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T22:03:43.639Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T22:03:43.909Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T22:03:43.909Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T22:03:43.909Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T22:03:43.909Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T22:03:43.909Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T22:03:43.909Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T22:03:43.909Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T22:03:43.909Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T22:03:43.909Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T22:03:44.172Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T22:03:44.762Z] ---> Running in e7cba4178224 [2021-05-10T22:03:44.762Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T22:03:45.027Z] OK: 72 MiB in 59 packages [2021-05-10T22:03:47.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.966s coverage: 66.9% of statements [2021-05-10T22:03:47.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T22:03:47.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T22:03:47.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T22:03:49.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.631s coverage: 43.4% of statements [2021-05-10T22:03:49.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T22:03:49.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T22:03:49.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements [2021-05-10T22:03:49.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T22:03:49.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements [2021-05-10T22:03:50.529Z] Removing intermediate container e7cba4178224 [2021-05-10T22:03:50.529Z] ---> d4ad8225529a [2021-05-10T22:03:50.529Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T22:03:54.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.470s coverage: 47.0% of statements [2021-05-10T22:03:54.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T22:03:54.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T22:03:54.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T22:03:54.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T22:03:54.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T22:03:54.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-05-10T22:03:54.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T22:03:54.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.170s coverage: 100.0% of statements [2021-05-10T22:03:54.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T22:03:54.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T22:03:57.236Z] Collecting docker-compose==1.23.2 [2021-05-10T22:03:57.236Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T22:03:57.236Z] ---> ecf1dee5d63b [2021-05-10T22:03:57.236Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T22:03:57.566Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T22:03:57.566Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T22:03:58.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.288s coverage: 22.7% of statements [2021-05-10T22:03:58.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T22:03:58.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.440s coverage: 92.6% of statements [2021-05-10T22:03:58.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T22:03:58.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T22:03:58.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T22:03:58.532Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T22:03:58.532Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T22:03:59.131Z] ---> Running in 8875d7a540b4 [2021-05-10T22:03:59.131Z] Collecting PyYAML<4,>=3.10 [2021-05-10T22:03:59.461Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T22:04:00.102Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:04:00.102Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:04:00.102Z] ---> 5ea40b7ac2ca [2021-05-10T22:04:00.102Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T22:04:00.102Z] ---> Using cache [2021-05-10T22:04:00.102Z] ---> 5831c6e4b78b [2021-05-10T22:04:00.102Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:04:00.102Z] ---> Using cache [2021-05-10T22:04:00.102Z] ---> b074e5bd4808 [2021-05-10T22:04:00.102Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T22:04:00.102Z] ---> Using cache [2021-05-10T22:04:00.102Z] ---> 85ff3d3ed828 [2021-05-10T22:04:00.102Z] Step 6/25 : COPY go.mod . [2021-05-10T22:04:00.102Z] ---> Using cache [2021-05-10T22:04:00.102Z] ---> dd82abe88233 [2021-05-10T22:04:00.102Z] Step 7/25 : RUN go mod download [2021-05-10T22:04:00.102Z] ---> Using cache [2021-05-10T22:04:00.102Z] ---> e2eba9f5e8d2 [2021-05-10T22:04:00.102Z] Step 8/25 : COPY . . [2021-05-10T22:04:00.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:04:00.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:04:00.368Z] ---> 5ea40b7ac2ca [2021-05-10T22:04:00.368Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T22:04:00.368Z] ---> Using cache [2021-05-10T22:04:00.368Z] ---> 5831c6e4b78b [2021-05-10T22:04:00.368Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:04:00.368Z] ---> Using cache [2021-05-10T22:04:00.368Z] ---> b074e5bd4808 [2021-05-10T22:04:00.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T22:04:00.368Z] ---> Using cache [2021-05-10T22:04:00.368Z] ---> 85ff3d3ed828 [2021-05-10T22:04:00.368Z] Step 6/23 : COPY go.mod . ---> Using cache [2021-05-10T22:04:00.368Z] ---> 11f72a7cde9c [2021-05-10T22:04:00.368Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T22:04:00.368Z] [2021-05-10T22:04:00.368Z] ---> Using cache [2021-05-10T22:04:00.368Z] ---> dd82abe88233 [2021-05-10T22:04:00.368Z] Step 7/23 : RUN go mod download [2021-05-10T22:04:00.368Z] ---> Using cache [2021-05-10T22:04:00.368Z] ---> e2eba9f5e8d2 [2021-05-10T22:04:00.368Z] Step 8/23 : COPY . . [2021-05-10T22:04:00.632Z] ---> Using cache [2021-05-10T22:04:00.632Z] ---> 11f72a7cde9c [2021-05-10T22:04:00.632Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T22:04:00.632Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:04:00.632Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:04:00.632Z] ---> 5ea40b7ac2ca [2021-05-10T22:04:00.632Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T22:04:00.632Z] ---> Using cache [2021-05-10T22:04:00.632Z] ---> 5831c6e4b78b [2021-05-10T22:04:00.632Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:04:00.632Z] ---> Using cache [2021-05-10T22:04:00.632Z] ---> b074e5bd4808 [2021-05-10T22:04:00.632Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T22:04:01.593Z] ---> Running in 1f87a90f8e26 [2021-05-10T22:04:01.593Z] ---> Running in 1a8c009b3eea [2021-05-10T22:04:01.865Z] ---> Running in 5be42315e0db [2021-05-10T22:04:02.445Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T22:04:02.445Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T22:04:03.238Z] 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-05-10T22:04:03.238Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T22:04:03.238Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T22:04:03.553Z] Removing intermediate container 8875d7a540b4 [2021-05-10T22:04:03.553Z] ---> 3ee4be883dae [2021-05-10T22:04:03.553Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T22:04:03.553Z] CGO_ENABLED=1 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-05-10T22:04:03.553Z] CGO_ENABLED=1 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-05-10T22:04:03.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.408s coverage: 28.7% of statements [2021-05-10T22:04:03.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T22:04:03.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T22:04:03.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.151s coverage: 100.0% of statements [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T22:04:03.636Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.160s coverage: 64.6% of statements [2021-05-10T22:04:03.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T22:04:03.827Z] ---> Running in 19cc5f453b7a [2021-05-10T22:04:03.827Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:04:04.111Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T22:04:04.111Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T22:04:04.111Z] Removing intermediate container 19cc5f453b7a [2021-05-10T22:04:04.111Z] ---> 7af0bd4f016e [2021-05-10T22:04:04.111Z] Step 28/31 : CMD ["gate"] [2021-05-10T22:04:04.469Z] ---> Running in cb9726f65229 [2021-05-10T22:04:04.788Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T22:04:04.788Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T22:04:04.788Z] Removing intermediate container cb9726f65229 [2021-05-10T22:04:04.788Z] ---> f1581e8838cb [2021-05-10T22:04:04.788Z] Step 29/31 : LABEL arch=x86_64 [2021-05-10T22:04:04.788Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T22:04:04.788Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T22:04:05.079Z] ---> Running in a4214430e801 [2021-05-10T22:04:05.079Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T22:04:05.079Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T22:04:05.458Z] Removing intermediate container a4214430e801 [2021-05-10T22:04:05.458Z] ---> 39a2c5c4cb5d [2021-05-10T22:04:05.458Z] Step 30/31 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:04:05.458Z] ---> Running in 58db1cf4670a [2021-05-10T22:04:05.831Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:04:05.831Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T22:04:05.831Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T22:04:05.831Z] Removing intermediate container 58db1cf4670a [2021-05-10T22:04:05.831Z] ---> 97ac60e418b5 [2021-05-10T22:04:05.831Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T22:04:05.831Z] 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-05-10T22:04:06.125Z] Collecting idna<2.8,>=2.5 [2021-05-10T22:04:06.125Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T22:04:06.125Z] ---> Running in 0e57580e2a70 [2021-05-10T22:04:06.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.422s coverage: 97.6% of statements [2021-05-10T22:04:06.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T22:04:06.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T22:04:06.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T22:04:06.280Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-05-10T22:04:06.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T22:04:06.280Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-05-10T22:04:06.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T22:04:06.280Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T22:04:06.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T22:04:06.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T22:04:06.281Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-05-10T22:04:06.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T22:04:06.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T22:04:06.281Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-05-10T22:04:06.399Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T22:04:06.399Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T22:04:06.399Z] 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-05-10T22:04:06.399Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T22:04:06.399Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T22:04:06.399Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T22:04:06.399Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T22:04:06.670Z] Removing intermediate container 0e57580e2a70 [2021-05-10T22:04:06.670Z] ---> 553ec9f994f3 [2021-05-10T22:04:06.670Z] [2021-05-10T22:04:06.670Z] OK: 219 MiB in 52 packages [2021-05-10T22:04:06.670Z] Installing collected packages: websocket-client, jsonschema, PyYAML, docopt, dockerpty, idna, urllib3, requests, docker-pycreds, docker, cached-property, texttable, docker-compose [2021-05-10T22:04:07.261Z] Running setup.py install for PyYAML: started [2021-05-10T22:04:07.261Z] Successfully built 553ec9f994f3 [2021-05-10T22:04:07.261Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-10T22:04:07.261Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-05-10T22:04:07.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 28.1% of statements [2021-05-10T22:04:07.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T22:04:07.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.057s coverage: 85.7% of statements [2021-05-10T22:04:07.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-10T22:04:07.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-05-10T22:04:08.255Z] Removing intermediate container 5be42315e0db [2021-05-10T22:04:08.255Z] ---> e71011165c65 [2021-05-10T22:04:08.255Z] Step 6/23 : COPY go.mod . [2021-05-10T22:04:08.255Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T22:04:08.255Z] Running setup.py install for docopt: started [2021-05-10T22:04:08.707Z] GO111MODULE=on go vet ./... [2021-05-10T22:04:10.257Z] ---> 62baabbcfb93 [2021-05-10T22:04:10.257Z] Step 7/23 : RUN go mod download [2021-05-10T22:04:10.257Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T22:04:10.257Z] Running setup.py install for dockerpty: started [2021-05-10T22:04:11.232Z] ---> Running in 6837b198ef16 [2021-05-10T22:04:11.232Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T22:04:11.232Z] Attempting uninstall: idna [2021-05-10T22:04:11.232Z] Found existing installation: idna 2.9 [2021-05-10T22:04:11.232Z] Uninstalling idna-2.9: [2021-05-10T22:04:11.232Z] Successfully uninstalled idna-2.9 [2021-05-10T22:04:11.820Z] Attempting uninstall: urllib3 [2021-05-10T22:04:11.820Z] Found existing installation: urllib3 1.25.9 [2021-05-10T22:04:11.820Z] Uninstalling urllib3-1.25.9: [2021-05-10T22:04:12.098Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T22:04:12.366Z] Attempting uninstall: requests [2021-05-10T22:04:12.366Z] Found existing installation: requests 2.23.0 [2021-05-10T22:04:12.366Z] Uninstalling requests-2.23.0: [2021-05-10T22:04:12.654Z] Successfully uninstalled requests-2.23.0 [2021-05-10T22:04:16.011Z] Running setup.py install for texttable: started [2021-05-10T22:04:16.998Z] Removing intermediate container 6837b198ef16 [2021-05-10T22:04:16.998Z] ---> de82c44784ad [2021-05-10T22:04:16.998Z] Step 8/23 : COPY . . [2021-05-10T22:04:17.280Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T22:04:18.698Z] 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.59.0 [2021-05-10T22:04:37.016Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:04:37.016Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:04:37.016Z] ---> 5ea40b7ac2ca [2021-05-10T22:04:37.016Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T22:04:37.016Z] ---> Using cache [2021-05-10T22:04:37.016Z] ---> 5831c6e4b78b [2021-05-10T22:04:37.016Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:04:37.016Z] ---> Using cache [2021-05-10T22:04:37.016Z] ---> b074e5bd4808 [2021-05-10T22:04:37.016Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T22:04:37.016Z] ---> Using cache [2021-05-10T22:04:37.016Z] ---> 85ff3d3ed828 [2021-05-10T22:04:37.016Z] Step 6/23 : COPY go.mod . [2021-05-10T22:04:37.016Z] ---> Using cache [2021-05-10T22:04:37.016Z] ---> dd82abe88233 [2021-05-10T22:04:37.016Z] Step 7/23 : RUN go mod download [2021-05-10T22:04:37.016Z] ---> Using cache [2021-05-10T22:04:37.016Z] ---> e2eba9f5e8d2 [2021-05-10T22:04:37.016Z] Step 8/23 : COPY . . [2021-05-10T22:04:37.016Z] ---> Using cache [2021-05-10T22:04:37.016Z] ---> 11f72a7cde9c [2021-05-10T22:04:37.016Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T22:04:37.016Z] ---> Running in 0f7bf90f4fc6 [2021-05-10T22:04:37.614Z] CGO_ENABLED=1 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-05-10T22:04:44.366Z] CGO_ENABLED=1 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-05-10T22:04:54.485Z] Removing intermediate container 87476d687ec1 [2021-05-10T22:04:54.485Z] ---> 2ae6523742da [2021-05-10T22:04:54.485Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T22:04:54.485Z] ---> Running in c03b5ad28547 [2021-05-10T22:04:54.485Z] ---> ce5bd79599b8 [2021-05-10T22:04:54.485Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T22:04:54.772Z] ---> Running in 28cbf8e171d3 [2021-05-10T22:04:54.772Z] Removing intermediate container c03b5ad28547 [2021-05-10T22:04:54.772Z] ---> 41621e6b87a0 [2021-05-10T22:04:54.772Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T22:04:55.051Z] ---> Running in c8562a569e86 [2021-05-10T22:04:56.078Z] Removing intermediate container c8562a569e86 [2021-05-10T22:04:56.078Z] ---> a9c3fdeab935 [2021-05-10T22:04:56.078Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T22:04:56.078Z] 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-05-10T22:05:00.432Z] ---> 830aa02e2010 [2021-05-10T22:05:00.432Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T22:05:01.418Z] Removing intermediate container 1a8c009b3eea [2021-05-10T22:05:01.418Z] ---> e7eedc3bf304 [2021-05-10T22:05:01.418Z] [2021-05-10T22:05:01.418Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T22:05:01.418Z] ---> 13621d1b12d4 [2021-05-10T22:05:01.418Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T22:05:01.418Z] Removing intermediate container 1f87a90f8e26 [2021-05-10T22:05:01.418Z] ---> 302e9ed6f4df [2021-05-10T22:05:01.418Z] [2021-05-10T22:05:01.418Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T22:05:01.418Z] ---> 13621d1b12d4 [2021-05-10T22:05:01.418Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T22:05:01.418Z] ---> Using cache [2021-05-10T22:05:01.418Z] ---> 6279858d3eda [2021-05-10T22:05:01.418Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T22:05:01.418Z] ---> Using cache [2021-05-10T22:05:01.418Z] ---> 45d905dd226d [2021-05-10T22:05:01.418Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T22:05:01.418Z] ---> 8e141978d609 [2021-05-10T22:05:01.418Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T22:05:01.418Z] ---> Running in 47e92636828b [2021-05-10T22:05:01.418Z] ---> Running in 9e28097a185c [2021-05-10T22:05:04.021Z] ---> 9425e7700ebd [2021-05-10T22:05:04.021Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T22:05:04.021Z] Removing intermediate container 47e92636828b [2021-05-10T22:05:04.021Z] ---> af91f11f189c [2021-05-10T22:05:04.021Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T22:05:04.293Z] ---> Running in f392c7278893 [2021-05-10T22:05:04.567Z] ---> Running in 672bafa69874 [2021-05-10T22:05:04.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:05:04.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:05:04.843Z] Removing intermediate container f392c7278893 [2021-05-10T22:05:04.843Z] ---> 5e69e76190eb [2021-05-10T22:05:04.843Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:05:04.843Z] Removing intermediate container 672bafa69874 [2021-05-10T22:05:04.843Z] ---> a7aaf73e309c [2021-05-10T22:05:04.843Z] Step 15/23 : WORKDIR / [2021-05-10T22:05:04.843Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T22:05:04.843Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T22:05:04.843Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T22:05:04.843Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T22:05:04.843Z] ---> Running in 2eb2dfb30458 [2021-05-10T22:05:04.843Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T22:05:04.843Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T22:05:04.843Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:05:04.843Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T22:05:05.123Z] OK: 7 MiB in 20 packages [2021-05-10T22:05:05.399Z] ---> Running in 0920ffc99813 [2021-05-10T22:05:05.677Z] Removing intermediate container 2eb2dfb30458 [2021-05-10T22:05:05.677Z] ---> 0e68bf9e4a02 [2021-05-10T22:05:05.677Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T22:05:05.951Z] ---> Running in f21059973e61 [2021-05-10T22:05:05.952Z] Removing intermediate container 0920ffc99813 [2021-05-10T22:05:05.952Z] ---> a3312ee82cad [2021-05-10T22:05:05.952Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:05:06.548Z] Removing intermediate container f21059973e61 [2021-05-10T22:05:06.548Z] ---> 6bc54f947df5 [2021-05-10T22:05:06.548Z] Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:05:06.825Z] ---> Running in 2042ab37cea1 [2021-05-10T22:05:07.097Z] Removing intermediate container 9e28097a185c [2021-05-10T22:05:07.097Z] ---> 5accbf1defca [2021-05-10T22:05:07.097Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T22:05:07.097Z] ---> 516108651ccf [2021-05-10T22:05:07.097Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T22:05:07.696Z] ---> Running in efcc0754b935 [2021-05-10T22:05:07.696Z] Removing intermediate container 2042ab37cea1 [2021-05-10T22:05:07.696Z] ---> bd9aecfe1437 [2021-05-10T22:05:07.696Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T22:05:07.975Z] ---> Running in c37215fff8d4 [2021-05-10T22:05:07.975Z] Removing intermediate container efcc0754b935 [2021-05-10T22:05:07.975Z] ---> 1fbdeb73096c [2021-05-10T22:05:07.975Z] Step 13/25 : WORKDIR / [2021-05-10T22:05:08.261Z] ---> Running in 8657ee365137 [2021-05-10T22:05:08.261Z] ---> fe358151b5f3 [2021-05-10T22:05:08.261Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T22:05:08.261Z] Removing intermediate container c37215fff8d4 [2021-05-10T22:05:08.261Z] ---> 2595043ec30a [2021-05-10T22:05:08.261Z] [2021-05-10T22:05:08.543Z] Successfully built 2595043ec30a [2021-05-10T22:05:08.543Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-10T22:05:08.543Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8657ee365137 [2021-05-10T22:05:08.543Z] ---> 3d3f9eb8063c [2021-05-10T22:05:08.543Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T22:05:08.819Z] ---> 533380d4fe5e [2021-05-10T22:05:08.819Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T22:05:08.819Z] ---> Running in 7895d34f8acb [2021-05-10T22:05:09.100Z] ---> 000827eae053 [2021-05-10T22:05:09.100Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T22:05:09.704Z] ---> 3cddae676c31 [2021-05-10T22:05:09.704Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T22:05:09.704Z] Removing intermediate container 7895d34f8acb [2021-05-10T22:05:09.704Z] ---> 5e6bb0f0b991 [2021-05-10T22:05:09.704Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:05:11.155Z] ---> Running in 2f12f24e428f [2021-05-10T22:05:11.155Z] ---> 90bea6b67704 [2021-05-10T22:05:11.155Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T22:05:12.121Z] Removing intermediate container 2f12f24e428f [2021-05-10T22:05:12.121Z] ---> 2e6368a11f31 [2021-05-10T22:05:12.121Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T22:05:12.399Z] ---> 412a39ffe901 [2021-05-10T22:05:12.399Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T22:05:12.676Z] ---> Running in 9a9a0c9f9928 [2021-05-10T22:05:13.294Z] Removing intermediate container 9a9a0c9f9928 [2021-05-10T22:05:13.295Z] ---> 12e8029a80d3 [2021-05-10T22:05:13.295Z] Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:05:13.295Z] ---> 0d0ea36d5854 [2021-05-10T22:05:13.295Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T22:05:13.295Z] ---> Running in ebe2cc88c271 [2021-05-10T22:05:13.577Z] Removing intermediate container ebe2cc88c271 [2021-05-10T22:05:13.577Z] ---> 1feae8d9ee90 [2021-05-10T22:05:13.577Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T22:05:13.853Z] ---> Running in 1d8791c01439 [2021-05-10T22:05:14.138Z] ---> 8035b618ca6d [2021-05-10T22:05:14.138Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T22:05:14.412Z] Removing intermediate container 1d8791c01439 [2021-05-10T22:05:14.412Z] ---> 81ee0191601c [2021-05-10T22:05:14.412Z] [2021-05-10T22:05:14.688Z] ---> 951442407b1c [2021-05-10T22:05:14.688Z] Step 21/25 : 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-05-10T22:05:14.688Z] Successfully built 81ee0191601c [2021-05-10T22:05:14.688Z] Successfully tagged docker-core-command-go:latest [2021-05-10T22:05:14.967Z]  Building docker-core-command-go ... done  ---> Running in 41920173979c [2021-05-10T22:05:17.648Z] Removing intermediate container 41920173979c [2021-05-10T22:05:17.648Z] ---> 065514e5382b [2021-05-10T22:05:17.648Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T22:05:18.625Z] ---> Running in f04e254a4c86 [2021-05-10T22:05:18.625Z] Removing intermediate container 0f7bf90f4fc6 [2021-05-10T22:05:18.625Z] ---> c1d20b9ba26f [2021-05-10T22:05:18.625Z] [2021-05-10T22:05:18.625Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T22:05:18.625Z] ---> 13621d1b12d4 [2021-05-10T22:05:18.625Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T22:05:18.625Z] ---> Using cache [2021-05-10T22:05:18.625Z] ---> 6279858d3eda [2021-05-10T22:05:18.625Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T22:05:18.625Z] ---> Using cache [2021-05-10T22:05:18.625Z] ---> 45d905dd226d [2021-05-10T22:05:18.625Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T22:05:18.625Z] Removing intermediate container f04e254a4c86 [2021-05-10T22:05:18.625Z] ---> 372f1d360ae0 [2021-05-10T22:05:18.625Z] Step 23/25 : LABEL arch=x86_64 [2021-05-10T22:05:19.211Z] ---> Running in 8938dcdeffbd [2021-05-10T22:05:19.476Z] ---> Running in e76f685fb58b [2021-05-10T22:05:19.476Z] Removing intermediate container 8938dcdeffbd [2021-05-10T22:05:19.476Z] ---> bd129b9b43f3 [2021-05-10T22:05:19.476Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T22:05:19.741Z] Removing intermediate container e76f685fb58b [2021-05-10T22:05:19.741Z] ---> a91f3ee2f71d [2021-05-10T22:05:19.741Z] Step 24/25 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:05:19.741Z] ---> Running in 3e8ce1d9feb3 [2021-05-10T22:05:19.741Z] ---> Running in 6dedb023cd3e [2021-05-10T22:05:19.741Z] Removing intermediate container 3e8ce1d9feb3 [2021-05-10T22:05:19.741Z] ---> d511331301ae [2021-05-10T22:05:19.741Z] Step 15/23 : WORKDIR / [2021-05-10T22:05:20.007Z] Removing intermediate container 6dedb023cd3e [2021-05-10T22:05:20.007Z] ---> 5144fdfa57df [2021-05-10T22:05:20.007Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T22:05:20.007Z] ---> Running in ec1a92e8bfd9 [2021-05-10T22:05:20.007Z] ---> Running in f3418ec9ada7 [2021-05-10T22:05:20.587Z] Removing intermediate container ec1a92e8bfd9 [2021-05-10T22:05:20.587Z] ---> 06e69adf3b83 [2021-05-10T22:05:20.587Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:05:20.587Z] Removing intermediate container f3418ec9ada7 [2021-05-10T22:05:20.587Z] ---> 16793ccc778e [2021-05-10T22:05:20.587Z] [2021-05-10T22:05:20.587Z] Successfully built 16793ccc778e [2021-05-10T22:05:20.587Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-10T22:05:20.852Z]  Building docker-security-secretstore-setup-go ... done  ---> 34cf327982e1 [2021-05-10T22:05:20.853Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T22:05:21.439Z] ---> 792f930d60ee [2021-05-10T22:05:21.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T22:05:22.394Z] ---> f5cd89636a48 [2021-05-10T22:05:22.394Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T22:05:22.394Z] ---> Running in 920d9001fd0f [2021-05-10T22:05:22.660Z] Removing intermediate container 920d9001fd0f [2021-05-10T22:05:22.660Z] ---> 586576a27ad3 [2021-05-10T22:05:22.660Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:05:22.927Z] ---> Running in 6ee7b88d57db [2021-05-10T22:05:23.880Z] Removing intermediate container 6ee7b88d57db [2021-05-10T22:05:23.880Z] ---> 7ac7dea01190 [2021-05-10T22:05:23.880Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T22:05:24.840Z] ---> Running in 6e7d0c327f3d [2021-05-10T22:05:25.105Z] Removing intermediate container 28cbf8e171d3 [2021-05-10T22:05:25.105Z] ---> abbcc8b36d26 [2021-05-10T22:05:25.105Z] [2021-05-10T22:05:25.105Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T22:05:25.105Z] ---> 13621d1b12d4 [2021-05-10T22:05:25.105Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T22:05:25.105Z] ---> Running in 11cfc5ec48f7 [2021-05-10T22:05:25.372Z] Removing intermediate container 6e7d0c327f3d [2021-05-10T22:05:25.372Z] ---> da3fdc639a2b [2021-05-10T22:05:25.372Z] Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:05:25.372Z] ---> Running in da3eaeeab208 [2021-05-10T22:05:25.372Z] Removing intermediate container 11cfc5ec48f7 [2021-05-10T22:05:25.372Z] ---> e4373f56d04f [2021-05-10T22:05:25.372Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T22:05:25.641Z] ---> Running in 75a184eb0a1e [2021-05-10T22:05:25.641Z] Removing intermediate container da3eaeeab208 [2021-05-10T22:05:25.641Z] ---> 0813bc980936 [2021-05-10T22:05:25.641Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T22:05:25.641Z] ---> Running in 790c67b93959 [2021-05-10T22:05:25.641Z] Removing intermediate container 75a184eb0a1e [2021-05-10T22:05:25.641Z] ---> d801da069339 [2021-05-10T22:05:25.641Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T22:05:25.913Z] ---> Running in 86033d8b4db6 [2021-05-10T22:05:25.913Z] Removing intermediate container 790c67b93959 [2021-05-10T22:05:25.913Z] ---> 68c033a364c9 [2021-05-10T22:05:25.913Z] [2021-05-10T22:05:25.913Z] Successfully built 68c033a364c9 [2021-05-10T22:05:26.182Z] Removing intermediate container 86033d8b4db6 [2021-05-10T22:05:26.182Z] ---> e7f0157deaaf [2021-05-10T22:05:26.182Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:05:26.182Z] Successfully tagged docker-core-metadata-go:latest [2021-05-10T22:05:26.182Z]  Building docker-core-metadata-go ... done  ---> Running in a08de09b645c [2021-05-10T22:05:27.137Z] Removing intermediate container a08de09b645c [2021-05-10T22:05:27.137Z] ---> cf384dfd5f59 [2021-05-10T22:05:27.137Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T22:05:27.137Z] ---> Running in 971d1a24e332 [2021-05-10T22:05:27.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T22:05:29.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T22:05:29.707Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T22:05:29.971Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T22:05:29.971Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T22:05:30.235Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T22:05:32.344Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T22:05:32.607Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T22:05:32.607Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:05:32.869Z] OK: 8 MiB in 20 packages [2021-05-10T22:05:33.816Z] Removing intermediate container 971d1a24e332 [2021-05-10T22:05:33.816Z] ---> 38a639e00ff2 [2021-05-10T22:05:33.816Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:05:34.077Z] ---> dfc831553a1f [2021-05-10T22:05:34.077Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T22:05:34.654Z] ---> de0280970d05 [2021-05-10T22:05:34.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T22:05:34.919Z] ---> 899d47a630be [2021-05-10T22:05:34.919Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T22:05:34.919Z] ---> Running in d3532e3a56b6 [2021-05-10T22:05:35.182Z] Removing intermediate container d3532e3a56b6 [2021-05-10T22:05:35.182Z] ---> 8d704e49b87f [2021-05-10T22:05:35.182Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:05:35.182Z] ---> Running in 2b8957d13fbf [2021-05-10T22:05:35.444Z] Removing intermediate container 2b8957d13fbf [2021-05-10T22:05:35.445Z] ---> 785530e2230b [2021-05-10T22:05:35.445Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T22:05:35.445Z] ---> Running in e0918422a52b [2021-05-10T22:05:35.710Z] Removing intermediate container e0918422a52b [2021-05-10T22:05:35.710Z] ---> 539e230acd3f [2021-05-10T22:05:35.710Z] Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:05:35.710Z] ---> Running in a903a630dbeb [2021-05-10T22:05:35.984Z] Removing intermediate container a903a630dbeb [2021-05-10T22:05:35.984Z] ---> b46c1b170dd1 [2021-05-10T22:05:35.984Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T22:05:35.984Z] ---> Running in c7c3ad17ebe2 [2021-05-10T22:05:35.984Z] Removing intermediate container c7c3ad17ebe2 [2021-05-10T22:05:35.984Z] ---> 0f52b513d151 [2021-05-10T22:05:35.984Z] [2021-05-10T22:05:36.246Z] Successfully built 0f52b513d151 [2021-05-10T22:05:36.246Z] Successfully tagged docker-core-data-go:latest [2021-05-10T22:05:36.842Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-10T22:05:36.892Z] $ docker stop --time=1 a51990f69533924cc3a1aeac5dee6a86e0010192d253ebf5382afb53412db95d [2021-05-10T22:05:38.644Z] $ docker rm -f a51990f69533924cc3a1aeac5dee6a86e0010192d253ebf5382afb53412db95d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T22:05:39.141Z] + docker images [2021-05-10T22:05:39.141Z] + grep docker [2021-05-10T22:05:39.405Z] docker-core-data-go latest 0f52b513d151 4 seconds ago 21.5MB [2021-05-10T22:05:39.405Z] docker-core-metadata-go latest 68c033a364c9 14 seconds ago 18.6MB [2021-05-10T22:05:39.405Z] docker-security-secretstore-setup-go latest 16793ccc778e 19 seconds ago 25.8MB [2021-05-10T22:05:39.405Z] docker-core-command-go latest 81ee0191601c 25 seconds ago 17.1MB [2021-05-10T22:05:39.405Z] docker-sys-mgmt-agent-go latest 2595043ec30a 31 seconds ago 312MB [2021-05-10T22:05:39.405Z] docker-security-bootstrapper-go latest 553ec9f994f3 About a minute ago 18.2MB [2021-05-10T22:05:39.405Z] docker-security-proxy-setup-go latest a206029cb394 2 minutes ago 25.4MB [2021-05-10T22:05:39.405Z] docker-support-notifications-go latest 2819b63c82ea 2 minutes ago 17.7MB [2021-05-10T22:05:39.405Z] docker-support-scheduler-go latest 574ed9962b6e 2 minutes ago 17.1MB [2021-05-10T22:05:39.405Z] docker 20.10.0 aefe523efa57 5 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-05-10T22:05:45.638Z] gofmt -l . [2021-05-10T22:05:45.916Z] [ "`gofmt -l .`" = "" ] [2021-05-10T22:05:48.525Z] ./bin/test-go-mod-tidy.sh [2021-05-10T22:05:49.510Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T22:05:52.135Z] + ls -al . [2021-05-10T22:05:52.135Z] total 856 [2021-05-10T22:05:52.135Z] drwxrwxr-x 9 1001 1001 4096 May 10 22:05 . [2021-05-10T22:05:52.135Z] drwxr-xr-x 4 root root 4096 May 10 22:00 .. [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 11 May 10 21:59 .dockerignore [2021-05-10T22:05:52.135Z] drwxrwxr-x 8 1001 1001 4096 May 10 21:59 .git [2021-05-10T22:05:52.135Z] drwxrwxr-x 3 1001 1001 4096 May 10 21:59 .github [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 818 May 10 21:59 .gitignore [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 166 May 10 21:59 .sonarcloud.properties [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 8609 May 10 21:59 Attribution.txt [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 3804 May 10 21:59 CONTRIBUTING.md [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 931 May 10 21:59 Dockerfile.build [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 863 May 10 21:59 Jenkinsfile [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 10775 May 10 21:59 LICENSE [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 5807 May 10 21:59 Makefile [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 7978 May 10 21:59 README.md [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 6755 May 10 21:59 SECURITY.md [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 5 May 10 21:56 VERSION [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 4131 May 10 21:59 ZMQWindows.md [2021-05-10T22:05:52.135Z] drwxrwxr-x 2 1001 1001 4096 May 10 21:59 bin [2021-05-10T22:05:52.135Z] drwxrwxr-x 14 1001 1001 4096 May 10 21:59 cmd [2021-05-10T22:05:52.135Z] -rw-r--r-- 1 root root 717673 May 10 22:04 coverage.out [2021-05-10T22:05:52.135Z] -rw-r--r-- 1 root root 1060 May 10 22:05 go.mod [2021-05-10T22:05:52.135Z] -rw-r--r-- 1 root root 22169 May 10 22:00 go.sum [2021-05-10T22:05:52.135Z] drwxrwxr-x 8 1001 1001 4096 May 10 21:59 internal [2021-05-10T22:05:52.135Z] drwxrwxr-x 4 1001 1001 4096 May 10 21:59 openapi [2021-05-10T22:05:52.135Z] drwxrwxr-x 4 1001 1001 4096 May 10 21:59 snap [2021-05-10T22:05:52.135Z] -rw-rw-r-- 1 1001 1001 168 May 10 21:59 version.go [Pipeline] sh [2021-05-10T22:05:52.790Z] + '[' -e coverage.out ] [2021-05-10T22:05:52.790Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T22:05:52.820Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T22:05:54.077Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T22:05:54.729Z] + make build [2021-05-10T22:05:54.729Z] 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-05-10T22:05:54.879Z] Still waiting to schedule task [2021-05-10T22:05:54.880Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-10T22:06:01.432Z] CGO_ENABLED=1 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-05-10T22:06:08.140Z] CGO_ENABLED=1 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-05-10T22:06:13.524Z] CGO_ENABLED=1 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-05-10T22:06:20.341Z] CGO_ENABLED=1 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-05-10T22:06:20.341Z] CGO_ENABLED=1 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-05-10T22:06:27.045Z] CGO_ENABLED=1 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-05-10T22:06:32.444Z] CGO_ENABLED=1 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-05-10T22:06:36.738Z] CGO_ENABLED=1 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-05-10T22:06:42.129Z] CGO_ENABLED=1 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-05-10T22:06:47.531Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T22:06:47.924Z] Running on prd-ubuntu18.04-docker-8c-8g-4223 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws [2021-05-10T22:06:47.944Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-05-10T22:06:50.426Z] using credential edgex-jenkins-ssh [2021-05-10T22:06:50.439Z] Cloning the remote Git repository [2021-05-10T22:06:50.467Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T22:06:50.532Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-05-10T22:06:50.558Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T22:06:50.559Z] > git --version # timeout=10 [2021-05-10T22:06:50.569Z] > git --version # 'git version 2.17.1' [2021-05-10T22:06:50.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T22:06:50.593Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T22:06:51.832Z] CGO_ENABLED=1 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-05-10T22:06:58.571Z] $ docker stop --time=1 0a41a2d95e0b6f147c2ad604bf6a19550ee38b1c1c4190958c7e94925fcefcc9 [2021-05-10T22:06:58.700Z] Merging remotes/origin/master commit 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d into PR head commit d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:06:58.869Z] Merge succeeded, producing d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:06:58.869Z] Checking out Revision d01e42c31d774825d2a5c7d3879b2510314babf8 (PR-3422) [2021-05-10T22:06:58.048Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T22:06:58.063Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T22:06:58.072Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T22:06:58.082Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T22:06:58.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T22:06:58.086Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T22:06:58.723Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T22:06:58.727Z] > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 [2021-05-10T22:06:58.847Z] > git remote # timeout=10 [2021-05-10T22:06:58.852Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T22:06:58.858Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T22:06:58.861Z] > git merge 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d # timeout=10 [2021-05-10T22:06:58.869Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T22:06:58.888Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T22:06:58.894Z] > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 [2021-05-10T22:07:01.016Z] $ docker rm -f 0a41a2d95e0b6f147c2ad604bf6a19550ee38b1c1c4190958c7e94925fcefcc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:07:03.793Z] Commit message: "Merge branch 'master' into issue-3421" [2021-05-10T22:07:03.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T22:07:03.988Z] [2021-05-10T22:07:03.988Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:07:04.357Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T22:07:04.357Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-10T22:07:04.357Z] 29e5d40040c1: Pulling fs layer [2021-05-10T22:07:04.357Z] 1ce36da41761: Pulling fs layer [2021-05-10T22:07:04.357Z] 25b303627fd3: Pulling fs layer [2021-05-10T22:07:04.630Z] 29e5d40040c1: Verifying Checksum [2021-05-10T22:07:04.630Z] 29e5d40040c1: Download complete [2021-05-10T22:07:04.942Z] + echo snap-build.sh [2021-05-10T22:07:04.942Z] snap-build.sh [2021-05-10T22:07:04.942Z] + SNAP_BASE_DIR=. [2021-05-10T22:07:04.942Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2021-05-10T22:07:04.942Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2021-05-10T22:07:04.942Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2021-05-10T22:07:04.942Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2021-05-10T22:07:04.942Z] + cd /w/workspace/edgex-go/17 [2021-05-10T22:07:04.942Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-10T22:07:04.942Z] Reading package lists... [2021-05-10T22:07:05.204Z] Building dependency tree... [2021-05-10T22:07:05.204Z] Reading state information... [2021-05-10T22:07:05.204Z] The following packages were automatically installed and are no longer required: [2021-05-10T22:07:05.204Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-10T22:07:05.204Z] uidmap xdelta3 [2021-05-10T22:07:05.204Z] Use 'sudo apt autoremove' to remove them. [2021-05-10T22:07:05.204Z] The following packages will be REMOVED: [2021-05-10T22:07:05.204Z] lxd* lxd-client* [2021-05-10T22:07:05.226Z] 29e5d40040c1: Pull complete [2021-05-10T22:07:05.777Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-10T22:07:05.777Z] After this operation, 31.7 MB disk space will be freed. [2021-05-10T22:07:05.820Z] 1ce36da41761: Download complete [2021-05-10T22:07:06.810Z] 1ce36da41761: Pull complete [2021-05-10T22:07:07.081Z] 25b303627fd3: Download complete [2021-05-10T22:07:07.086Z] (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-05-10T22:07:07.086Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T22:07:08.030Z] Removing lxd dnsmasq configuration [2021-05-10T22:07:08.030Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T22:07:08.030Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-10T22:07:08.976Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-10T22:07:08.976Z] (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-05-10T22:07:08.976Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T22:07:10.366Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-10T22:07:10.627Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-10T22:07:12.014Z] + sudo snap remove --purge lxd [2021-05-10T22:07:12.276Z] snap "lxd" is not installed [2021-05-10T22:07:12.276Z] + sudo groupadd --force --system lxd [2021-05-10T22:07:12.276Z] ++ whoami [2021-05-10T22:07:12.276Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-10T22:07:12.276Z] + newgrp - lxd [2021-05-10T22:07:12.276Z] + sudo snap install lxd [2021-05-10T22:07:17.223Z] 25b303627fd3: Pull complete [2021-05-10T22:07:17.223Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-10T22:07:17.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T22:07:17.223Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-10T22:07:17.481Z] prd-ubuntu18.04-docker-arm64-4c-16g-4220 does not seem to be running inside a container [2021-05-10T22:07:17.575Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-10T22:07:20.437Z] 2021-05-10T22:07:18Z INFO Waiting for automatic snapd restart... [2021-05-10T22:07:20.498Z] $ docker top dd8d6b5564556b2f9eddf22dfec84dbd735aea5a3b86757804e8caf6c1a745a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T22:07:21.451Z] + docker-compose build --help [2021-05-10T22:07:21.451Z] + grep parallel [2021-05-10T22:07:24.852Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T22:07:24.892Z] $ docker stop --time=1 dd8d6b5564556b2f9eddf22dfec84dbd735aea5a3b86757804e8caf6c1a745a5 [2021-05-10T22:07:26.844Z] $ docker rm -f dd8d6b5564556b2f9eddf22dfec84dbd735aea5a3b86757804e8caf6c1a745a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:07:27.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T22:07:27.504Z] . [Pipeline] withDockerContainer [2021-05-10T22:07:27.761Z] prd-ubuntu18.04-docker-arm64-4c-16g-4220 does not seem to be running inside a container [2021-05-10T22:07:27.854Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-10T22:07:29.285Z] $ docker top ddd699bf1a8e03e2e25fd4746fb292f0c8f93b68467bbb74f06900efe415fecd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T22:07:30.204Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T22:07:32.721Z] lxd 4.14 from Canonical* installed [2021-05-10T22:07:32.721Z] + sudo lxd init --auto [2021-05-10T22:07:34.510Z] Building docker-core-command-go ... [2021-05-10T22:07:34.510Z] Building docker-core-data-go ... [2021-05-10T22:07:34.510Z] Building docker-core-metadata-go ... [2021-05-10T22:07:34.510Z] Building docker-security-bootstrapper-go ... [2021-05-10T22:07:34.510Z] Building docker-security-proxy-setup-go ... [2021-05-10T22:07:34.510Z] Building docker-security-secretstore-setup-go ... [2021-05-10T22:07:34.510Z] Building docker-support-notifications-go ... [2021-05-10T22:07:34.510Z] Building docker-support-scheduler-go ... [2021-05-10T22:07:34.510Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T22:07:34.510Z] Building docker-core-metadata-go [2021-05-10T22:07:34.510Z] Building docker-core-command-go [2021-05-10T22:07:34.510Z] Building docker-sys-mgmt-agent-go [2021-05-10T22:07:34.510Z] Building docker-support-scheduler-go [2021-05-10T22:07:34.510Z] Building docker-security-secretstore-setup-go [2021-05-10T22:07:40.886Z] + sudo snap install --classic snapcraft [2021-05-10T22:07:49.053Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T22:07:49.053Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-10T22:07:49.053Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-10T22:07:49.053Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T22:07:49.053Z] Dload Upload Total Spent Left Speed [2021-05-10T22:07:49.053Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4208 0 --:--:-- --:--:-- --:--:-- 4208 [2021-05-10T22:07:49.315Z] 91 3325k 91 3039k 0 0 8887k 0 --:--:-- --:--:-- --:--:-- 8887k 100 3325k 100 3325k 0 0 9665k 0 --:--:-- --:--:-- --:--:-- 139M [2021-05-10T22:07:49.315Z] ./yq_linux_amd64 [2021-05-10T22:07:49.315Z] + sudo snapcraft prime --use-lxd [2021-05-10T22:07:51.238Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-10T22:07:51.499Z] 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-05-10T22:07:51.499Z] - README.md [2021-05-10T22:07:51.499Z] [2021-05-10T22:07:51.499Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T22:07:52.115Z] Launching a container. [2021-05-10T22:08:04.354Z] Waiting for container to be ready [2021-05-10T22:08:04.354Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-10T22:08:04.354Z] [2021-05-10T22:08:08.572Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-10T22:08:08.572Z] Waiting for network to be ready... [2021-05-10T22:08:08.834Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T22:08:08.834Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T22:08:09.097Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T22:08:09.358Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T22:08:09.358Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T22:08:09.619Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T22:08:09.619Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T22:08:09.619Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T22:08:09.619Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T22:08:09.619Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T22:08:09.619Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T22:08:09.619Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T22:08:09.619Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T22:08:09.619Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T22:08:09.619Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T22:08:09.619Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T22:08:09.619Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T22:08:09.883Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T22:08:10.457Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T22:08:10.457Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2066 kB] [2021-05-10T22:08:10.457Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-10T22:08:10.457Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T22:08:10.457Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T22:08:10.457Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [343 kB] [2021-05-10T22:08:10.458Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.7 kB] [2021-05-10T22:08:10.458Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-10T22:08:10.458Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T22:08:14.681Z] Fetched 24.5 MB in 6s (4218 kB/s) [2021-05-10T22:08:15.623Z] Reading package lists... [2021-05-10T22:08:15.623Z] Reading package lists... [2021-05-10T22:08:15.893Z] Building dependency tree... [2021-05-10T22:08:15.893Z] Reading state information... [2021-05-10T22:08:16.156Z] The following additional packages will be installed: [2021-05-10T22:08:16.156Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T22:08:16.156Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T22:08:16.156Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T22:08:16.156Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-10T22:08:16.156Z] Suggested packages: [2021-05-10T22:08:16.156Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-10T22:08:16.156Z] Recommended packages: [2021-05-10T22:08:16.156Z] gnupg libsasl2-modules [2021-05-10T22:08:16.156Z] The following NEW packages will be installed: [2021-05-10T22:08:16.156Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T22:08:16.156Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T22:08:16.156Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T22:08:16.156Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-10T22:08:16.156Z] The following packages will be upgraded: [2021-05-10T22:08:16.156Z] gpg gpg-agent gpgconf libudev1 [2021-05-10T22:08:16.156Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-10T22:08:16.156Z] Need to get 3530 kB of archives. [2021-05-10T22:08:16.156Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-10T22:08:16.156Z] 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-05-10T22:08:16.156Z] 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-05-10T22:08:16.156Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-10T22:08:16.156Z] 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-05-10T22:08:16.417Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-10T22:08:16.677Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-10T22:08:16.942Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-10T22:08:16.942Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-10T22:08:16.942Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-10T22:08:17.202Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-10T22:08:17.202Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-10T22:08:17.202Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-10T22:08:17.202Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-10T22:08:17.202Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-10T22:08:17.202Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-10T22:08:17.202Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-10T22:08:17.202Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-10T22:08:17.202Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-10T22:08:17.202Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-10T22:08:17.202Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-10T22:08:17.202Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-10T22:08:17.202Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-10T22:08:17.462Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T22:08:17.462Z] Fetched 3530 kB in 1s (3064 kB/s) [2021-05-10T22:08:17.462Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T22:08:17.462Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-10T22:08:17.462Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T22:08:17.462Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-10T22:08:17.723Z] Selecting previously unselected package udev. [2021-05-10T22:08:17.723Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T22:08:17.723Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-10T22:08:17.723Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-10T22:08:17.987Z] Selecting previously unselected package libfuse2:amd64. [2021-05-10T22:08:17.987Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T22:08:17.987Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T22:08:17.987Z] Selecting previously unselected package fuse. [2021-05-10T22:08:17.987Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T22:08:17.987Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-10T22:08:18.248Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T22:08:18.248Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T22:08:18.248Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T22:08:18.248Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T22:08:18.510Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T22:08:18.510Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T22:08:18.510Z] Selecting previously unselected package libksba8:amd64. [2021-05-10T22:08:18.510Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-10T22:08:18.510Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-10T22:08:18.771Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-10T22:08:18.771Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:18.771Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:18.771Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-10T22:08:18.771Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:18.771Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:18.771Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-10T22:08:18.771Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:18.771Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:19.031Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-10T22:08:19.031Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:19.031Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:19.031Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-10T22:08:19.031Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:19.031Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:19.031Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-10T22:08:19.031Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:19.031Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:19.291Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-10T22:08:19.291Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:19.291Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:19.291Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-10T22:08:19.291Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:19.291Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:19.558Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-10T22:08:19.558Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T22:08:19.558Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:19.558Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-10T22:08:19.558Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T22:08:19.558Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T22:08:19.558Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-10T22:08:19.558Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T22:08:19.558Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T22:08:19.558Z] Selecting previously unselected package libldap-common. [2021-05-10T22:08:19.558Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-10T22:08:19.558Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T22:08:19.819Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-10T22:08:19.819Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-10T22:08:19.819Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T22:08:19.819Z] Selecting previously unselected package dirmngr. [2021-05-10T22:08:19.819Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T22:08:19.819Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T22:08:20.080Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T22:08:20.080Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-10T22:08:20.080Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T22:08:20.080Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T22:08:20.080Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T22:08:20.080Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-10T22:08:20.080Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:20.342Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-10T22:08:20.342Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T22:08:20.342Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-10T22:08:20.912Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-10T22:08:20.912Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:20.912Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-10T22:08:20.912Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-10T22:08:20.912Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-10T22:08:20.912Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:21.173Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:21.173Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:21.173Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:21.173Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:21.173Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:21.173Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T22:08:21.433Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T22:08:21.434Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T22:08:21.434Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T22:08:22.005Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-10T22:08:22.005Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-10T22:08:22.005Z] This means they are not meant to be enabled using systemctl. [2021-05-10T22:08:22.005Z] Possible reasons for having this kind of units are: [2021-05-10T22:08:22.005Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-10T22:08:22.005Z] .wants/ or .requires/ directory. [2021-05-10T22:08:22.005Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-10T22:08:22.005Z] a requirement dependency on it. [2021-05-10T22:08:22.005Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-10T22:08:22.005Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-10T22:08:22.005Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-10T22:08:22.005Z] instance name specified. [2021-05-10T22:08:22.272Z] Reading package lists... [2021-05-10T22:08:22.543Z] Building dependency tree... [2021-05-10T22:08:22.543Z] Reading state information... [2021-05-10T22:08:22.543Z] The following additional packages will be installed: [2021-05-10T22:08:22.543Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-10T22:08:22.543Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-10T22:08:22.543Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-10T22:08:22.543Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-10T22:08:22.543Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-10T22:08:22.543Z] Suggested packages: [2021-05-10T22:08:22.543Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-10T22:08:22.543Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-10T22:08:22.543Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-10T22:08:22.543Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-10T22:08:22.543Z] systemd-container policykit-1 [2021-05-10T22:08:22.543Z] Recommended packages: [2021-05-10T22:08:22.543Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-10T22:08:22.543Z] The following NEW packages will be installed: [2021-05-10T22:08:22.543Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-10T22:08:22.543Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-10T22:08:22.543Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-10T22:08:22.543Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-10T22:08:22.543Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-10T22:08:22.543Z] The following packages will be upgraded: [2021-05-10T22:08:22.543Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-10T22:08:22.812Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-10T22:08:22.812Z] Need to get 35.2 MB of archives. [2021-05-10T22:08:22.812Z] After this operation, 141 MB of additional disk space will be used. [2021-05-10T22:08:22.812Z] 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-05-10T22:08:22.812Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-10T22:08:23.389Z] 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-05-10T22:08:23.651Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-10T22:08:23.651Z] 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-05-10T22:08:23.651Z] 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-05-10T22:08:23.651Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-10T22:08:23.913Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-10T22:08:23.913Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-10T22:08:23.913Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-10T22:08:23.913Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-10T22:08:23.913Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-10T22:08:23.913Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-10T22:08:23.913Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-10T22:08:23.913Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-10T22:08:23.913Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-10T22:08:23.913Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-10T22:08:23.913Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-10T22:08:23.913Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-10T22:08:23.913Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-10T22:08:23.913Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-10T22:08:23.913Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-10T22:08:23.913Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-10T22:08:23.913Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-10T22:08:23.913Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-10T22:08:23.913Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-10T22:08:24.176Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-10T22:08:24.176Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-10T22:08:24.176Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-10T22:08:24.176Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-10T22:08:25.119Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T22:08:25.119Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2021-05-10T22:08:25.119Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T22:08:25.119Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-10T22:08:25.379Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T22:08:25.951Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-10T22:08:25.952Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T22:08:25.952Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-10T22:08:26.213Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T22:08:26.213Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-10T22:08:26.213Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-10T22:08:26.475Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-10T22:08:26.743Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T22:08:26.743Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-10T22:08:26.743Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-10T22:08:27.004Z] Setting up apt (1.6.13) ... [2021-05-10T22:08:27.004Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-10T22:08:27.265Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-10T22:08:27.528Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-10T22:08:27.528Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T22:08:27.528Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T22:08:27.795Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-10T22:08:27.795Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T22:08:27.795Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T22:08:28.057Z] Selecting previously unselected package libexpat1:amd64. [2021-05-10T22:08:28.057Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-10T22:08:28.057Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T22:08:28.057Z] Selecting previously unselected package python3.6-minimal. [2021-05-10T22:08:28.057Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T22:08:28.057Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T22:08:28.319Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T22:08:28.582Z] Checking for services that may need to be restarted...done. [2021-05-10T22:08:28.582Z] Checking for services that may need to be restarted...done. [2021-05-10T22:08:28.582Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T22:08:28.582Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T22:08:28.582Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T22:08:29.155Z] Selecting previously unselected package python3-minimal. [2021-05-10T22:08:29.155Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-10T22:08:29.155Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-10T22:08:29.155Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-10T22:08:29.416Z] Selecting previously unselected package mime-support. [2021-05-10T22:08:29.416Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-10T22:08:29.416Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-10T22:08:29.416Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-10T22:08:29.416Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-10T22:08:29.416Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T22:08:29.416Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-10T22:08:29.677Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T22:08:29.677Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T22:08:29.957Z] Selecting previously unselected package python3.6. [2021-05-10T22:08:29.958Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T22:08:29.958Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T22:08:29.958Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-10T22:08:29.958Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-10T22:08:29.958Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T22:08:29.958Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-10T22:08:30.231Z] Selecting previously unselected package python3. [2021-05-10T22:08:30.231Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-10T22:08:30.231Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-10T22:08:30.231Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-10T22:08:30.231Z] Selecting previously unselected package multiarch-support. [2021-05-10T22:08:30.231Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T22:08:30.231Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T22:08:30.493Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T22:08:30.493Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-10T22:08:30.493Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-10T22:08:30.493Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-10T22:08:30.493Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T22:08:30.493Z] Selecting previously unselected package libbsd0:amd64. [2021-05-10T22:08:30.493Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-10T22:08:30.493Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T22:08:30.754Z] Selecting previously unselected package sudo. [2021-05-10T22:08:30.754Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-10T22:08:30.754Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T22:08:30.754Z] Selecting previously unselected package apparmor. [2021-05-10T22:08:30.754Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T22:08:30.754Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-10T22:08:31.017Z] Selecting previously unselected package libedit2:amd64. [2021-05-10T22:08:31.017Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-10T22:08:31.017Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T22:08:31.017Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-10T22:08:31.017Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T22:08:31.017Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T22:08:31.285Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-10T22:08:31.285Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T22:08:31.285Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T22:08:31.285Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-10T22:08:31.285Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-10T22:08:31.285Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T22:08:31.285Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-10T22:08:31.285Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T22:08:31.285Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T22:08:31.560Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-10T22:08:31.560Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T22:08:31.560Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T22:08:31.824Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-10T22:08:31.824Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-10T22:08:32.087Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T22:08:32.662Z] Selecting previously unselected package openssh-client. [2021-05-10T22:08:32.662Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-10T22:08:32.924Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T22:08:32.924Z] Selecting previously unselected package squashfs-tools. [2021-05-10T22:08:32.924Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-10T22:08:32.924Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T22:08:33.185Z] Selecting previously unselected package snapd. [2021-05-10T22:08:33.185Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-10T22:08:33.185Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-10T22:08:35.757Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T22:08:35.757Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T22:08:35.757Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-10T22:08:35.757Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T22:08:35.757Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T22:08:35.757Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T22:08:35.757Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T22:08:35.757Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-10T22:08:35.757Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-10T22:08:36.707Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T22:08:36.707Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T22:08:36.707Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T22:08:36.969Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T22:08:36.969Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T22:08:36.969Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T22:08:37.924Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T22:08:37.924Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T22:08:37.924Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T22:08:37.924Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-10T22:08:37.924Z] running python rtupdate hooks for python3.6... [2021-05-10T22:08:37.924Z] running python post-rtupdate hooks for python3.6... [2021-05-10T22:08:37.924Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-10T22:08:39.859Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-10T22:08:39.859Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T22:08:39.859Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T22:08:39.859Z] Setting up snapd (2.48.3+18.04) ... [2021-05-10T22:08:40.438Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-10T22:08:40.701Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-10T22:08:40.701Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-10T22:08:40.963Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-10T22:08:41.247Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T22:08:41.247Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T22:08:41.508Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-10T22:08:41.508Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-10T22:08:41.770Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-10T22:08:42.031Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-10T22:08:42.031Z] /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-05-10T22:08:42.294Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T22:08:42.294Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T22:08:43.687Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T22:08:43.687Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T22:08:43.687Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T22:08:45.084Z] Reading package lists... [2021-05-10T22:08:45.350Z] Reading package lists... [2021-05-10T22:08:45.616Z] Building dependency tree... [2021-05-10T22:08:45.616Z] Reading state information... [2021-05-10T22:08:45.616Z] Calculating upgrade... [2021-05-10T22:08:45.880Z] The following packages will be upgraded: [2021-05-10T22:08:45.880Z] advancecomp base-files bash binutils binutils-common [2021-05-10T22:08:45.880Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-10T22:08:45.880Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-10T22:08:45.880Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-10T22:08:45.880Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-10T22:08:45.880Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-10T22:08:45.880Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-10T22:08:45.880Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-10T22:08:45.880Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-10T22:08:45.880Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-10T22:08:45.880Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-10T22:08:45.880Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-10T22:08:45.880Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-10T22:08:45.880Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-10T22:08:45.880Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-10T22:08:46.143Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T22:08:46.143Z] Need to get 64.0 MB of archives. [2021-05-10T22:08:46.143Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-10T22:08:46.143Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-10T22:08:46.143Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-10T22:08:46.721Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-10T22:08:46.721Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-10T22:08:46.721Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-10T22:08:46.721Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-10T22:08:46.721Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-10T22:08:46.721Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-10T22:08:46.721Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-10T22:08:46.721Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-10T22:08:46.721Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-10T22:08:46.721Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-10T22:08:46.721Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-10T22:08:46.721Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-10T22:08:46.721Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-10T22:08:46.985Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-10T22:08:46.985Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-10T22:08:46.985Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-10T22:08:46.985Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-10T22:08:46.985Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-10T22:08:46.985Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-10T22:08:46.985Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-10T22:08:46.985Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-10T22:08:46.985Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-10T22:08:46.985Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-10T22:08:46.985Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-10T22:08:46.985Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-10T22:08:47.250Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-10T22:08:47.250Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-10T22:08:47.250Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-10T22:08:47.250Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-10T22:08:47.250Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-10T22:08:47.251Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-10T22:08:47.251Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-10T22:08:47.251Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-10T22:08:47.251Z] Get:36 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-05-10T22:08:47.251Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-10T22:08:47.251Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-10T22:08:47.251Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-10T22:08:47.251Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-10T22:08:47.251Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-10T22:08:47.251Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-10T22:08:47.513Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-10T22:08:47.513Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-10T22:08:47.513Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-10T22:08:47.513Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-10T22:08:47.513Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-10T22:08:47.513Z] Get:48 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-05-10T22:08:47.513Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-10T22:08:47.513Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-10T22:08:47.513Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-10T22:08:47.513Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-10T22:08:47.513Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-10T22:08:47.513Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-10T22:08:47.513Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-10T22:08:47.513Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-10T22:08:47.513Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-10T22:08:47.513Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-10T22:08:47.513Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-10T22:08:47.513Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-10T22:08:47.774Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-10T22:08:47.774Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-10T22:08:47.774Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-10T22:08:47.774Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-10T22:08:47.774Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-10T22:08:47.774Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-10T22:08:47.774Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-10T22:08:47.774Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-10T22:08:47.774Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-10T22:08:47.774Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-10T22:08:47.774Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-10T22:08:47.774Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-10T22:08:47.774Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-10T22:08:47.774Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-10T22:08:47.774Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-10T22:08:48.036Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-10T22:08:48.036Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-10T22:08:48.036Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-10T22:08:48.036Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-10T22:08:48.036Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-10T22:08:48.036Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-10T22:08:48.036Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-10T22:08:48.036Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-10T22:08:48.036Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-10T22:08:48.036Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-10T22:08:48.299Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-10T22:08:48.299Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-10T22:08:48.299Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-10T22:08:48.299Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-10T22:08:48.299Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-10T22:08:48.299Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-10T22:08:48.299Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-10T22:08:48.565Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-10T22:08:49.150Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-10T22:08:49.150Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-10T22:08:49.150Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-10T22:08:49.412Z] 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-05-10T22:08:49.412Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-10T22:08:49.412Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-10T22:08:49.412Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-10T22:08:49.412Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-10T22:08:49.673Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T22:08:49.673Z] Fetched 64.0 MB in 4s (18.0 MB/s) [2021-05-10T22:08:49.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:49.673Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T22:08:49.935Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T22:08:50.507Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T22:08:50.508Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T22:08:50.508Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-10T22:08:50.508Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-10T22:08:51.459Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:51.459Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:51.459Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:51.459Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:51.459Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:51.724Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:51.724Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:51.724Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:51.724Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:51.986Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:51.986Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:51.986Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:51.986Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:52.250Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:52.250Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:08:52.250Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T22:08:52.250Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:52.250Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-10T22:08:52.513Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:08:52.513Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T22:08:52.513Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:52.513Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:52.775Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:52.775Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:52.775Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T22:08:52.775Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T22:08:53.036Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:08:53.036Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T22:08:53.036Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T22:08:53.297Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T22:08:53.870Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T22:08:53.870Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T22:08:53.870Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-10T22:08:53.870Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-10T22:08:53.870Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-10T22:08:54.131Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-10T22:08:54.392Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-10T22:08:54.392Z] Installing new version of config file /etc/issue ... [2021-05-10T22:08:54.392Z] Installing new version of config file /etc/issue.net ... [2021-05-10T22:08:54.392Z] Installing new version of config file /etc/lsb-release ... [2021-05-10T22:08:54.392Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-10T22:08:54.654Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-10T22:08:54.655Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-10T22:08:54.655Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-10T22:08:54.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:54.917Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-10T22:08:54.917Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-10T22:08:54.917Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-10T22:08:55.180Z] 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-05-10T22:08:55.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:55.180Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:08:55.180Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-10T22:08:55.180Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:08:55.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:55.443Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-10T22:08:55.443Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-10T22:08:55.443Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-10T22:08:55.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:55.706Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-10T22:08:55.706Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T22:08:55.967Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-10T22:08:55.967Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:55.967Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T22:08:56.231Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T22:08:56.231Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T22:08:56.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:56.231Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T22:08:56.342Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:08:56.342Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:08:56.342Z] ---> a6c79a1572a8 [2021-05-10T22:08:56.342Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T22:08:56.342Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:08:56.342Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:08:56.342Z] ---> a6c79a1572a8 [2021-05-10T22:08:56.342Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T22:08:56.342Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:08:56.342Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:08:56.342Z] ---> a6c79a1572a8 [2021-05-10T22:08:56.342Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T22:08:56.342Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:08:56.342Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:08:56.342Z] ---> a6c79a1572a8 [2021-05-10T22:08:56.342Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T22:08:56.342Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:08:56.342Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:08:56.342Z] ---> a6c79a1572a8 [2021-05-10T22:08:56.342Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T22:08:56.342Z] ---> Running in 9b6293c4fb6f [2021-05-10T22:08:56.342Z] ---> Running in 776140e5b0c0 [2021-05-10T22:08:56.342Z] ---> Running in f705b4d33bdb [2021-05-10T22:08:56.342Z] ---> Running in 14d6b97c58c8 [2021-05-10T22:08:56.342Z] ---> Running in dd98a92d4ddc [2021-05-10T22:08:56.342Z] Removing intermediate container dd98a92d4ddc [2021-05-10T22:08:56.342Z] ---> d46e060cac94 [2021-05-10T22:08:56.342Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:08:56.342Z] Removing intermediate container 9b6293c4fb6f [2021-05-10T22:08:56.342Z] ---> 6339e15de8e8 [2021-05-10T22:08:56.342Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:08:56.342Z] Removing intermediate container 776140e5b0c0 [2021-05-10T22:08:56.342Z] ---> 4a19d8ebf38d [2021-05-10T22:08:56.342Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:08:56.342Z] Removing intermediate container f705b4d33bdb [2021-05-10T22:08:56.342Z] ---> ba45540977ca [2021-05-10T22:08:56.342Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 14d6b97c58c8 [2021-05-10T22:08:56.342Z] ---> e81760b87375 [2021-05-10T22:08:56.342Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:08:56.342Z] [2021-05-10T22:08:56.342Z] ---> Running in 8471c54d968d [2021-05-10T22:08:56.342Z] ---> Running in 6ba9e843b427 [2021-05-10T22:08:56.342Z] ---> Running in e45986d67952 [2021-05-10T22:08:56.342Z] ---> Running in c8c442d50376 [2021-05-10T22:08:56.342Z] ---> Running in 2f14431fb41c [2021-05-10T22:08:56.342Z] Removing intermediate container 6ba9e843b427 [2021-05-10T22:08:56.342Z] ---> 972ac644dea2 [2021-05-10T22:08:56.342Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T22:08:56.342Z] ---> Running in dec8ba6d4e6e [2021-05-10T22:08:56.342Z] Removing intermediate container e45986d67952 [2021-05-10T22:08:56.342Z] ---> 89ea0ae5cc4a [2021-05-10T22:08:56.342Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T22:08:56.342Z] Removing intermediate container 8471c54d968d [2021-05-10T22:08:56.342Z] ---> a4e18a375cdb [2021-05-10T22:08:56.342Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T22:08:56.342Z] ---> Running in df2c269d50bf [2021-05-10T22:08:56.342Z] ---> Running in ee85019ba79f [2021-05-10T22:08:56.342Z] Removing intermediate container 2f14431fb41c [2021-05-10T22:08:56.342Z] ---> c770de0d83b1 [2021-05-10T22:08:56.342Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T22:08:56.342Z] Removing intermediate container c8c442d50376 [2021-05-10T22:08:56.342Z] ---> 88d980092c59 [2021-05-10T22:08:56.342Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T22:08:56.342Z] ---> Running in 0dbfa3b9b838 [2021-05-10T22:08:56.342Z] ---> Running in 45e6c32e478d [2021-05-10T22:08:56.501Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T22:08:56.501Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-10T22:08:56.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:56.762Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-10T22:08:56.762Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-10T22:08:56.762Z] Setting up grep (3.1-2build1) ... [2021-05-10T22:08:57.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:57.024Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T22:08:57.024Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T22:08:57.024Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-10T22:08:57.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:57.286Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T22:08:57.286Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T22:08:57.286Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-10T22:08:57.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:57.286Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T22:08:57.286Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T22:08:57.345Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:57.345Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:57.345Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:57.617Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:57.617Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:57.861Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T22:08:57.861Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T22:08:58.134Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T22:08:58.134Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T22:08:58.727Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-10T22:08:58.727Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:08:58.727Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-10T22:08:58.727Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T22:08:59.042Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:59.042Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:59.316Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:59.316Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:08:59.715Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T22:08:59.715Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T22:08:59.916Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:09:00.004Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T22:09:00.004Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T22:09:00.004Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T22:09:00.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:00.004Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-10T22:09:00.281Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-10T22:09:00.281Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-10T22:09:00.516Z] OK: 218 MiB in 52 packages [2021-05-10T22:09:00.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:00.554Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:09:00.554Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T22:09:00.554Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:09:00.799Z] OK: 218 MiB in 52 packages [2021-05-10T22:09:00.799Z] OK: 218 MiB in 52 packages [2021-05-10T22:09:00.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:00.821Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:09:00.821Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T22:09:00.821Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:09:00.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:01.084Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:09:01.084Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T22:09:01.084Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:09:01.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:01.346Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:09:01.346Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T22:09:01.346Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:09:01.417Z] OK: 218 MiB in 52 packages [2021-05-10T22:09:01.418Z] OK: 218 MiB in 52 packages [2021-05-10T22:09:01.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:01.618Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T22:09:01.618Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T22:09:01.618Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T22:09:01.618Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T22:09:01.882Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T22:09:01.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:01.882Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T22:09:01.882Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T22:09:02.021Z] Removing intermediate container df2c269d50bf [2021-05-10T22:09:02.021Z] ---> a6e92e8f37a6 [2021-05-10T22:09:02.021Z] Step 6/23 : COPY go.mod . [2021-05-10T22:09:02.144Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T22:09:02.144Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:02.144Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:09:02.144Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T22:09:02.144Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:09:02.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:02.408Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:09:02.408Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T22:09:02.408Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:09:02.615Z] Removing intermediate container dec8ba6d4e6e [2021-05-10T22:09:02.615Z] ---> 4bb3e1d64af9 [2021-05-10T22:09:02.615Z] Step 6/23 : COPY go.mod . [2021-05-10T22:09:02.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:02.669Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:09:02.669Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T22:09:02.906Z] Removing intermediate container ee85019ba79f [2021-05-10T22:09:02.906Z] ---> 5d301cffa55e [2021-05-10T22:09:02.906Z] Step 6/22 : COPY go.mod . [2021-05-10T22:09:03.178Z] ---> e722c94ecb4a [2021-05-10T22:09:03.178Z] Step 7/23 : RUN go mod download [2021-05-10T22:09:03.178Z] Removing intermediate container 45e6c32e478d [2021-05-10T22:09:03.178Z] ---> 7fe20a983dcc [2021-05-10T22:09:03.178Z] Step 6/23 : COPY go.mod . [2021-05-10T22:09:03.248Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:09:03.468Z] ---> Running in ac5bc70ea6c4 [2021-05-10T22:09:03.509Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-10T22:09:03.744Z] Removing intermediate container 0dbfa3b9b838 [2021-05-10T22:09:03.744Z] ---> 39075cb6cd9b [2021-05-10T22:09:03.744Z] Step 6/25 : COPY go.mod . [2021-05-10T22:09:03.744Z] ---> b1f99c7a2a70 [2021-05-10T22:09:03.744Z] Step 7/23 : RUN go mod download [2021-05-10T22:09:03.777Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-10T22:09:03.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:03.777Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T22:09:04.022Z] ---> a22e2bec3bd9 [2021-05-10T22:09:04.022Z] Step 7/22 : RUN go mod download [2021-05-10T22:09:04.022Z] ---> Running in a1419eb086eb [2021-05-10T22:09:04.038Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T22:09:04.038Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T22:09:04.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T22:09:04.298Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-10T22:09:04.298Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T22:09:04.298Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-10T22:09:04.304Z] ---> Running in 5f72c6bdb212 [2021-05-10T22:09:04.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:04.565Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-10T22:09:04.565Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-10T22:09:04.611Z] ---> f879fb4bded5 [2021-05-10T22:09:04.611Z] Step 7/23 : RUN go mod download [2021-05-10T22:09:04.825Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-10T22:09:04.896Z] ---> Running in 96fa5fd6cf13 [2021-05-10T22:09:05.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:05.098Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-10T22:09:05.098Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T22:09:05.098Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-10T22:09:05.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:05.098Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-10T22:09:05.172Z] ---> b0c2e2a3b0ed [2021-05-10T22:09:05.172Z] Step 7/25 : RUN go mod download [2021-05-10T22:09:05.359Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T22:09:05.359Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-10T22:09:05.359Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:05.359Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T22:09:05.359Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T22:09:05.455Z] ---> Running in 622fbab7b955 [2021-05-10T22:09:05.619Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T22:09:05.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:05.619Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T22:09:05.619Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T22:09:05.879Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T22:09:05.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:05.879Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T22:09:06.139Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T22:09:06.139Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T22:09:06.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:06.400Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T22:09:06.400Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T22:09:06.660Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-10T22:09:06.660Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T22:09:06.660Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T22:09:06.660Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T22:09:06.922Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T22:09:06.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:06.922Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-10T22:09:06.922Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-10T22:09:07.186Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-10T22:09:07.186Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:07.186Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-10T22:09:07.186Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T22:09:07.478Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T22:09:07.739Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:07.739Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T22:09:07.739Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T22:09:07.739Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T22:09:08.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:08.000Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-10T22:09:08.000Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-10T22:09:08.000Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-10T22:09:08.123Z] Removing intermediate container ac5bc70ea6c4 [2021-05-10T22:09:08.123Z] ---> 824ebd78b78b [2021-05-10T22:09:08.123Z] Step 8/23 : COPY . . [2021-05-10T22:09:08.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:08.261Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T22:09:08.261Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T22:09:08.522Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-10T22:09:08.718Z] Removing intermediate container 5f72c6bdb212 [2021-05-10T22:09:08.718Z] ---> 87c5e917a85a [2021-05-10T22:09:08.718Z] Step 8/22 : COPY . . [2021-05-10T22:09:08.718Z] Removing intermediate container a1419eb086eb [2021-05-10T22:09:08.718Z] ---> 489eb7d0fae8 [2021-05-10T22:09:08.718Z] Step 8/23 : COPY . . [2021-05-10T22:09:08.994Z] Removing intermediate container 96fa5fd6cf13 [2021-05-10T22:09:08.994Z] ---> ccb3bf9e4faa [2021-05-10T22:09:08.994Z] Step 8/23 : COPY . . [2021-05-10T22:09:09.476Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:09.477Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T22:09:09.477Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T22:09:09.477Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-10T22:09:09.477Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:09.477Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T22:09:09.477Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T22:09:09.596Z] Removing intermediate container 622fbab7b955 [2021-05-10T22:09:09.596Z] ---> bb792b100bc0 [2021-05-10T22:09:09.596Z] Step 8/25 : COPY . . [2021-05-10T22:09:09.737Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T22:09:09.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:09.737Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T22:09:09.737Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T22:09:10.003Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T22:09:10.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:10.003Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-10T22:09:10.003Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-10T22:09:10.268Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-10T22:09:10.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:10.268Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-10T22:09:10.530Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-10T22:09:10.530Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-10T22:09:10.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:10.530Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-10T22:09:10.530Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-10T22:09:10.792Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-10T22:09:11.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:11.052Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-10T22:09:11.052Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-10T22:09:11.052Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-10T22:09:11.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:11.313Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-10T22:09:11.313Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-10T22:09:11.313Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-10T22:09:11.574Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T22:09:11.574Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-10T22:09:11.574Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-10T22:09:11.574Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-10T22:09:11.835Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-10T22:09:11.835Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T22:09:11.835Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T22:09:11.835Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T22:09:11.835Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T22:09:12.096Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T22:09:12.096Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T22:09:12.356Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-10T22:09:12.356Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-10T22:09:12.621Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T22:09:12.621Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-10T22:09:12.621Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-10T22:09:12.621Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-10T22:09:12.881Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-10T22:09:12.881Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-10T22:09:12.881Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-10T22:09:13.142Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-10T22:09:13.142Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-10T22:09:13.142Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-10T22:09:13.142Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-10T22:09:13.403Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-10T22:09:13.403Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-10T22:09:13.403Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-10T22:09:13.664Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-10T22:09:13.664Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-10T22:09:14.609Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-10T22:09:14.609Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-10T22:09:14.609Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-10T22:09:14.609Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-10T22:09:14.874Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T22:09:14.874Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T22:09:15.136Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T22:09:15.136Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T22:09:15.403Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T22:09:15.403Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T22:09:15.403Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T22:09:15.668Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T22:09:15.668Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:15.668Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:15.942Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:15.942Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:15.942Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:16.210Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:16.210Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:16.210Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:17.165Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:17.165Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:18.126Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:18.126Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:19.071Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:19.071Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:19.334Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:19.334Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:20.290Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T22:09:20.290Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T22:09:20.290Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T22:09:20.290Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T22:09:20.552Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T22:09:20.552Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T22:09:20.552Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T22:09:20.552Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T22:09:20.813Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-10T22:09:20.813Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-10T22:09:20.813Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T22:09:20.813Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T22:09:21.079Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T22:09:21.079Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T22:09:21.079Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-10T22:09:21.079Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-10T22:09:21.344Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:09:21.344Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T22:09:21.344Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:09:21.344Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:09:21.344Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:09:21.344Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-10T22:09:21.344Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-10T22:09:21.344Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-10T22:09:21.608Z] [2021-05-10T22:09:21.608Z] Current default time zone: 'Etc/UTC' [2021-05-10T22:09:21.608Z] Local time is now: Mon May 10 22:09:21 UTC 2021. [2021-05-10T22:09:21.608Z] Universal Time is now: Mon May 10 22:09:21 UTC 2021. [2021-05-10T22:09:21.608Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-10T22:09:21.608Z] [2021-05-10T22:09:21.608Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-10T22:09:21.608Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:09:21.608Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-10T22:09:21.608Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-10T22:09:21.608Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-10T22:09:21.608Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-10T22:09:21.869Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-10T22:09:21.869Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-10T22:09:21.869Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-10T22:09:21.869Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T22:09:21.869Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:09:21.869Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-10T22:09:22.130Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:22.130Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T22:09:22.130Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:09:22.130Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-10T22:09:22.130Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-10T22:09:22.130Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-10T22:09:22.130Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T22:09:22.130Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-10T22:09:22.130Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-10T22:09:22.130Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-10T22:09:22.392Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-10T22:09:23.781Z] Updating certificates in /etc/ssl/certs... [2021-05-10T22:09:24.355Z] 23 added, 27 removed; done. [2021-05-10T22:09:24.617Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T22:09:24.617Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T22:09:24.617Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-10T22:09:24.617Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-10T22:09:24.617Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-10T22:09:24.877Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:24.878Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T22:09:24.878Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:24.878Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:24.878Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:24.878Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:24.878Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:24.878Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-10T22:09:24.878Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-10T22:09:25.139Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-10T22:09:25.139Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-10T22:09:25.139Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-10T22:09:25.139Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:25.139Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T22:09:25.139Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-10T22:09:25.139Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-10T22:09:25.139Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-10T22:09:25.399Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T22:09:25.399Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T22:09:25.399Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-10T22:09:25.400Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-10T22:09:25.400Z] Updating certificates in /etc/ssl/certs... [2021-05-10T22:09:25.971Z] 0 added, 0 removed; done. [2021-05-10T22:09:25.971Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-10T22:09:25.971Z] done. [2021-05-10T22:09:26.546Z] Reading package lists... [2021-05-10T22:09:26.806Z] Building dependency tree... [2021-05-10T22:09:26.806Z] Reading state information... [2021-05-10T22:09:27.068Z] The following NEW packages will be installed: [2021-05-10T22:09:27.068Z] apt-transport-https [2021-05-10T22:09:27.330Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T22:09:27.330Z] Need to get 1692 B of archives. [2021-05-10T22:09:27.330Z] After this operation, 154 kB of additional disk space will be used. [2021-05-10T22:09:27.330Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-10T22:09:27.330Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T22:09:27.330Z] Fetched 1692 B in 0s (8322 B/s) [2021-05-10T22:09:27.595Z] Selecting previously unselected package apt-transport-https. [2021-05-10T22:09:27.595Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-10T22:09:27.595Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-10T22:09:27.595Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-10T22:09:27.595Z] Setting up apt-transport-https (1.6.13) ... [2021-05-10T22:09:27.857Z] Waiting for network to be ready... [2021-05-10T22:09:34.477Z] 2021-05-10T22:09:31Z INFO Waiting for automatic snapd restart... [2021-05-10T22:09:34.477Z] snapd 2.49.2 from Canonical* installed [2021-05-10T22:09:35.058Z] "snapd" switched to the "latest/stable" channel [2021-05-10T22:09:35.058Z] [2021-05-10T22:09:36.416Z] ---> 3b5bca04da5e [2021-05-10T22:09:36.416Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T22:09:36.416Z] ---> 45b936e5ff93 [2021-05-10T22:09:36.416Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T22:09:36.416Z] ---> Running in 45b02a55027c [2021-05-10T22:09:36.416Z] ---> 386afe63f919 [2021-05-10T22:09:36.416Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T22:09:36.416Z] ---> ea41c802741d [2021-05-10T22:09:36.416Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T22:09:36.416Z] ---> 67bf35a48699 [2021-05-10T22:09:36.417Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T22:09:36.417Z] ---> Running in d0f8fce46f74 [2021-05-10T22:09:36.417Z] ---> Running in 8e7854f9394a [2021-05-10T22:09:36.417Z] ---> Running in f9d32c246708 [2021-05-10T22:09:36.417Z] ---> Running in 71dc9c19f57b [2021-05-10T22:09:36.693Z] CGO_ENABLED=1 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-05-10T22:09:37.295Z] CGO_ENABLED=1 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-05-10T22:09:37.895Z] CGO_ENABLED=1 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-05-10T22:09:38.172Z] CGO_ENABLED=1 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-05-10T22:09:38.172Z] CGO_ENABLED=1 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-05-10T22:09:39.287Z] core18 20210309 from Canonical* installed [2021-05-10T22:09:39.549Z] "core18" switched to the "latest/stable" channel [2021-05-10T22:09:39.549Z] [2021-05-10T22:09:44.841Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T22:09:44.841Z] "snapcraft" switched to the "latest/stable" channel [2021-05-10T22:09:44.841Z] [2021-05-10T22:09:49.064Z] 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-05-10T22:09:49.064Z] - README.md [2021-05-10T22:09:49.064Z] [2021-05-10T22:09:49.064Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T22:09:55.650Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T22:09:55.650Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T22:09:55.650Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T22:09:55.650Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T22:09:57.570Z] Reading package lists... [2021-05-10T22:09:57.570Z] 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-05-10T22:10:04.273Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T22:10:04.273Z] Reading package lists... [2021-05-10T22:10:04.273Z] Building dependency tree... [2021-05-10T22:10:04.273Z] Reading state information... [2021-05-10T22:10:04.273Z] Suggested packages: [2021-05-10T22:10:04.273Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-10T22:10:04.273Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-10T22:10:04.273Z] Recommended packages: [2021-05-10T22:10:04.273Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-10T22:10:04.273Z] The following NEW packages will be installed: [2021-05-10T22:10:04.273Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-10T22:10:04.273Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-10T22:10:04.273Z] pkg-config zip [2021-05-10T22:10:04.273Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T22:10:04.273Z] Need to get 7663 kB of archives. [2021-05-10T22:10:04.273Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-10T22:10:04.273Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-10T22:10:04.273Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-10T22:10:04.273Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-10T22:10:04.273Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-10T22:10:04.535Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-10T22:10:04.535Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-10T22:10:04.535Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-10T22:10:04.535Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-10T22:10:04.535Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-10T22:10:04.804Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-10T22:10:04.804Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-10T22:10:04.804Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-10T22:10:04.804Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-10T22:10:04.804Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-10T22:10:04.804Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-10T22:10:05.069Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T22:10:05.069Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-05-10T22:10:05.330Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-10T22:10:05.330Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-10T22:10:05.330Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-10T22:10:05.330Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T22:10:05.330Z] Selecting previously unselected package libpsl5:amd64. [2021-05-10T22:10:05.330Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-10T22:10:05.330Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T22:10:05.592Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-10T22:10:05.592Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-10T22:10:05.592Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T22:10:05.592Z] Selecting previously unselected package librtmp1:amd64. [2021-05-10T22:10:05.592Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-10T22:10:05.592Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T22:10:05.592Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-10T22:10:05.592Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-10T22:10:05.592Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T22:10:05.857Z] Selecting previously unselected package liberror-perl. [2021-05-10T22:10:05.857Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-10T22:10:05.857Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-10T22:10:05.857Z] Selecting previously unselected package git-man. [2021-05-10T22:10:05.857Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-10T22:10:05.857Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T22:10:06.120Z] Selecting previously unselected package git. [2021-05-10T22:10:06.120Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-10T22:10:06.120Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T22:10:07.068Z] Selecting previously unselected package libnorm1:amd64. [2021-05-10T22:10:07.068Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-10T22:10:07.068Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T22:10:07.068Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-10T22:10:07.068Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-10T22:10:07.068Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T22:10:07.068Z] Selecting previously unselected package libsodium23:amd64. [2021-05-10T22:10:07.068Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-10T22:10:07.068Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-10T22:10:07.068Z] Selecting previously unselected package libzmq5:amd64. [2021-05-10T22:10:07.068Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T22:10:07.335Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T22:10:07.335Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-10T22:10:07.335Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T22:10:07.335Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T22:10:07.335Z] Selecting previously unselected package pkg-config. [2021-05-10T22:10:07.335Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-10T22:10:07.335Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T22:10:07.597Z] Selecting previously unselected package zip. [2021-05-10T22:10:07.597Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-10T22:10:07.597Z] Unpacking zip (3.0-11build1) ... [2021-05-10T22:10:07.597Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T22:10:07.597Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T22:10:07.597Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T22:10:07.859Z] Setting up liberror-perl (0.17025-1) ... [2021-05-10T22:10:07.859Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T22:10:07.859Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T22:10:07.859Z] No schema files found: doing nothing. [2021-05-10T22:10:07.859Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T22:10:07.859Z] Setting up zip (3.0-11build1) ... [2021-05-10T22:10:07.859Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T22:10:07.859Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-10T22:10:07.859Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T22:10:08.121Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T22:10:08.121Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T22:10:08.121Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T22:10:08.121Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T22:10:08.121Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T22:10:14.712Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T22:10:14.973Z] git set to automatically installed. [2021-05-10T22:10:14.973Z] git-man set to automatically installed. [2021-05-10T22:10:14.973Z] libcurl3-gnutls set to automatically installed. [2021-05-10T22:10:14.973Z] liberror-perl set to automatically installed. [2021-05-10T22:10:14.973Z] libglib2.0-0 set to automatically installed. [2021-05-10T22:10:14.973Z] libnghttp2-14 set to automatically installed. [2021-05-10T22:10:14.973Z] libnorm1 set to automatically installed. [2021-05-10T22:10:14.973Z] libpgm-5.2-0 set to automatically installed. [2021-05-10T22:10:14.973Z] libpsl5 set to automatically installed. [2021-05-10T22:10:14.973Z] librtmp1 set to automatically installed. [2021-05-10T22:10:14.973Z] libsodium23 set to automatically installed. [2021-05-10T22:10:14.973Z] libzmq3-dev set to automatically installed. [2021-05-10T22:10:14.973Z] libzmq5 set to automatically installed. [2021-05-10T22:10:14.973Z] pkg-config set to automatically installed. [2021-05-10T22:10:14.973Z] zip set to automatically installed. [2021-05-10T22:10:16.357Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T22:10:22.943Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T22:10:23.903Z] snap "core18" has no updates available [2021-05-10T22:10:25.818Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T22:10:32.414Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T22:10:50.530Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-10T22:10:50.530Z] Pulling go-build-helper [2021-05-10T22:10:50.530Z] + snapcraftctl pull [2021-05-10T22:10:51.986Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-10T22:10:51.986Z] Skipping pull go-build-helper (already ran) [2021-05-10T22:10:51.986Z] Building go-build-helper [2021-05-10T22:10:51.986Z] + snapcraftctl build [2021-05-10T22:10:54.530Z] Staging go-build-helper [2021-05-10T22:10:54.530Z] + snapcraftctl stage [2021-05-10T22:11:06.783Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T22:11:06.783Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T22:11:06.783Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T22:11:06.783Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T22:11:06.783Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T22:11:06.783Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T22:11:06.783Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T22:11:06.783Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T22:11:06.783Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T22:11:06.783Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T22:11:06.783Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T22:11:06.783Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T22:11:06.783Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T22:11:06.783Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T22:11:06.783Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T22:11:06.783Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T22:11:06.783Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T22:11:06.783Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T22:11:06.783Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2066 kB] [2021-05-10T22:11:06.783Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T22:11:06.783Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-10T22:11:06.783Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T22:11:06.783Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T22:11:06.783Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [343 kB] [2021-05-10T22:11:06.783Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.7 kB] [2021-05-10T22:11:06.783Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-10T22:11:06.783Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T22:11:06.783Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-10T22:11:06.783Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T22:11:06.783Z] Fetched 224 kB in 0s (0 B/s) [2021-05-10T22:11:06.783Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T22:11:06.783Z] Fetched 157 kB in 0s (0 B/s) [2021-05-10T22:11:06.783Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T22:11:06.783Z] Fetched 221 kB in 0s (0 B/s) [2021-05-10T22:11:06.783Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T22:11:06.783Z] Fetched 143 kB in 0s (0 B/s) [2021-05-10T22:11:06.783Z] Pulling app-service-config [2021-05-10T22:11:06.783Z] + snapcraftctl pull [2021-05-10T22:11:07.729Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-10T22:11:08.301Z] Pulling config-common [2021-05-10T22:11:08.301Z] + snapcraftctl pull [2021-05-10T22:11:13.593Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T22:11:13.593Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T22:11:13.593Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T22:11:13.593Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T22:11:13.593Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T22:11:13.593Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T22:11:13.593Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T22:11:13.593Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T22:11:13.593Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T22:11:13.593Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T22:11:13.593Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T22:11:13.593Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T22:11:13.593Z] Pulling edgex-go [2021-05-10T22:11:13.593Z] + snapcraftctl pull [2021-05-10T22:11:40.191Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T22:11:40.191Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T22:11:40.191Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T22:11:40.191Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-10T22:11:40.191Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-10T22:11:40.191Z] Fetched 279 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-10T22:11:40.191Z] Fetched 122 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-10T22:11:40.191Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-10T22:11:40.191Z] Fetched 8848 B in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-10T22:11:40.191Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-10T22:11:40.191Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-10T22:11:40.191Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-10T22:11:40.191Z] Fetched 219 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-10T22:11:40.191Z] Fetched 154 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-10T22:11:40.191Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-10T22:11:40.191Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-10T22:11:40.191Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-10T22:11:40.191Z] Fetched 499 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-10T22:11:40.191Z] Fetched 111 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-10T22:11:40.191Z] Fetched 240 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-10T22:11:40.191Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-10T22:11:40.191Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-10T22:11:40.191Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-10T22:11:40.191Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-10T22:11:40.191Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-10T22:11:40.191Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-10T22:11:40.191Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-10T22:11:40.191Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-10T22:11:40.191Z] Fetched 8720 B in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-10T22:11:40.191Z] Fetched 137 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-10T22:11:40.191Z] Fetched 119 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-10T22:11:40.191Z] Fetched 110 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-10T22:11:40.191Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-10T22:11:40.191Z] Fetched 645 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-10T22:11:40.191Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-10T22:11:40.191Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-10T22:11:40.191Z] Fetched 368 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-10T22:11:40.191Z] Fetched 187 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-10T22:11:40.191Z] Fetched 175 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-10T22:11:40.191Z] Fetched 206 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-10T22:11:40.191Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-10T22:11:40.191Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-10T22:11:40.191Z] Fetched 159 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-10T22:11:40.191Z] Fetched 107 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-10T22:11:40.191Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-10T22:11:40.191Z] Pulling static-packages [2021-05-10T22:11:40.191Z] + snapcraftctl pull [2021-05-10T22:11:40.191Z] Pulling version [2021-05-10T22:11:40.191Z] + cd /root/project [2021-05-10T22:11:40.191Z] + [ -f VERSION ] [2021-05-10T22:11:40.191Z] + PROJECT_VERSION=local-dev [2021-05-10T22:11:40.191Z] + git rev-parse --short HEAD [2021-05-10T22:11:40.191Z] + GIT_REVISION=d01e42c3 [2021-05-10T22:11:40.191Z] + snapcraftctl set-version local-dev [2021-05-10T22:11:40.191Z] Skipping build go-build-helper (already ran) [2021-05-10T22:11:40.192Z] Building app-service-config [2021-05-10T22:11:40.192Z] + make build [2021-05-10T22:11:40.192Z] go mod tidy [2021-05-10T22:11:42.745Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 [2021-05-10T22:11:43.007Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 [2021-05-10T22:11:43.007Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 [2021-05-10T22:11:43.007Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-10T22:11:43.269Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-10T22:11:43.269Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-10T22:11:43.269Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-10T22:11:43.269Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-10T22:11:43.530Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-10T22:11:43.530Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-10T22:11:43.530Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-10T22:11:43.530Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-10T22:11:43.790Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-10T22:11:43.790Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-10T22:11:44.051Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-10T22:11:44.051Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-10T22:11:44.051Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-10T22:11:44.051Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-10T22:11:44.312Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-10T22:11:44.573Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-10T22:11:44.573Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-10T22:11:44.573Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-10T22:11:44.833Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-10T22:11:44.833Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-10T22:11:44.833Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-10T22:11:44.833Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-10T22:11:45.061Z] CGO_ENABLED=1 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-05-10T22:11:45.101Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-10T22:11:45.101Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-10T22:11:45.101Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-10T22:11:45.101Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-10T22:11:45.101Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-10T22:11:45.101Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-10T22:11:45.101Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-10T22:11:45.101Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-10T22:11:45.101Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-10T22:11:45.101Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-10T22:11:45.101Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-10T22:11:45.101Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-10T22:11:45.377Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-10T22:11:45.377Z] go: downloading golang.org/x/text v0.3.2 [2021-05-10T22:11:45.377Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-10T22:11:45.377Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-10T22:11:45.377Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-10T22:11:45.377Z] go: downloading github.com/kr/text v0.1.0 [2021-05-10T22:11:45.377Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-10T22:11:45.377Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-10T22:11:45.377Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-10T22:11:45.377Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-10T22:11:45.377Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-10T22:11:45.377Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-10T22:11:45.377Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-10T22:11:45.639Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-10T22:11:45.639Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-10T22:11:45.640Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-10T22:11:45.900Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-10T22:11:45.900Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-10T22:11:46.845Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-10T22:11:46.845Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-10T22:11:46.845Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-10T22:11:46.845Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-10T22:11:46.845Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-10T22:11:46.845Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-10T22:11:46.845Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-10T22:11:46.845Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-10T22:11:46.845Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-10T22:11:46.845Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-10T22:11:46.845Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-10T22:11:46.845Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-10T22:11:46.845Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-10T22:11:46.845Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-10T22:11:46.845Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-10T22:11:46.845Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-10T22:11:59.112Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-10T22:11:59.112Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-10T22:11:59.112Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-10T22:11:59.112Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-10T22:11:59.112Z] Building config-common [2021-05-10T22:11:59.112Z] + snapcraftctl build [2021-05-10T22:12:02.428Z] Building edgex-go [2021-05-10T22:12:02.690Z] + cd /root/parts/edgex-go/src [2021-05-10T22:12:02.690Z] + make build [2021-05-10T22:12:02.690Z] 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-05-10T22:12:03.262Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-10T22:12:03.262Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.81 [2021-05-10T22:12:03.262Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-10T22:12:03.262Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-10T22:12:03.262Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-10T22:12:03.262Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-10T22:12:03.391Z] Removing intermediate container 45b02a55027c [2021-05-10T22:12:03.391Z] ---> 6bf87ce3dde5 [2021-05-10T22:12:03.391Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T22:12:03.391Z] Removing intermediate container 71dc9c19f57b [2021-05-10T22:12:03.391Z] ---> 8fb6458e042c [2021-05-10T22:12:03.391Z] [2021-05-10T22:12:03.391Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T22:12:03.391Z] ---> Running in eba4c81f631f [2021-05-10T22:12:03.391Z] 3.12: Pulling from library/alpine [2021-05-10T22:12:05.391Z] CGO_ENABLED=1 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-05-10T22:12:05.392Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T22:12:05.392Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T22:12:05.392Z] ---> 9852663dfa18 [2021-05-10T22:12:05.392Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T22:12:05.667Z] ---> Running in adff5fe04272 [2021-05-10T22:12:07.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:12:07.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:12:08.528Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T22:12:08.564Z] CGO_ENABLED=1 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-05-10T22:12:08.865Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T22:12:08.865Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T22:12:08.865Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T22:12:08.865Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T22:12:08.865Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T22:12:08.865Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:12:08.865Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T22:12:09.138Z] OK: 7 MiB in 20 packages [2021-05-10T22:12:10.124Z] Removing intermediate container d0f8fce46f74 [2021-05-10T22:12:10.124Z] ---> 388f4eacc6e2 [2021-05-10T22:12:10.124Z] [2021-05-10T22:12:10.124Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T22:12:10.124Z] ---> 9852663dfa18 [2021-05-10T22:12:10.124Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T22:12:10.732Z] ---> Running in e3a94ab215de [2021-05-10T22:12:10.732Z] Removing intermediate container eba4c81f631f [2021-05-10T22:12:10.732Z] ---> e6f791d895c9 [2021-05-10T22:12:10.732Z] [2021-05-10T22:12:10.732Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T22:12:11.008Z] 20.10.0: Pulling from library/docker [2021-05-10T22:12:11.114Z] CGO_ENABLED=1 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-05-10T22:12:11.292Z] Removing intermediate container 8e7854f9394a [2021-05-10T22:12:11.292Z] ---> ab57e62ab58d [2021-05-10T22:12:11.292Z] [2021-05-10T22:12:11.292Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T22:12:11.292Z] ---> 9852663dfa18 [2021-05-10T22:12:11.292Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T22:12:12.276Z] ---> Running in 79c0034abcb4 [2021-05-10T22:12:12.557Z] Removing intermediate container adff5fe04272 [2021-05-10T22:12:12.557Z] ---> 007f2a6bbd1a [2021-05-10T22:12:12.557Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T22:12:12.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:12:13.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:12:13.124Z] ---> Running in 1da744898776 [2021-05-10T22:12:13.705Z] CGO_ENABLED=1 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-05-10T22:12:13.739Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T22:12:13.739Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:12:13.739Z] OK: 5 MiB in 15 packages [2021-05-10T22:12:14.349Z] Removing intermediate container 1da744898776 [2021-05-10T22:12:14.349Z] ---> 317654690c28 [2021-05-10T22:12:14.349Z] Step 13/25 : WORKDIR / [2021-05-10T22:12:14.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:12:14.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:12:15.220Z] ---> Running in 0d6f079cca9e [2021-05-10T22:12:15.220Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T22:12:15.220Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:12:15.494Z] OK: 5 MiB in 15 packages [2021-05-10T22:12:15.781Z] Removing intermediate container 0d6f079cca9e [2021-05-10T22:12:15.781Z] ---> 0be27d8e9870 [2021-05-10T22:12:15.781Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T22:12:16.052Z] Removing intermediate container e3a94ab215de [2021-05-10T22:12:16.052Z] ---> 72ad444890ba [2021-05-10T22:12:16.052Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T22:12:16.308Z] CGO_ENABLED=1 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-05-10T22:12:16.676Z] ---> Running in e1af5200b5f6 [2021-05-10T22:12:16.882Z] CGO_ENABLED=1 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-05-10T22:12:17.285Z] ---> 0cfbacc0db13 [2021-05-10T22:12:17.285Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T22:12:17.887Z] Removing intermediate container e1af5200b5f6 [2021-05-10T22:12:17.887Z] ---> f05a491630a3 [2021-05-10T22:12:17.887Z] Step 13/23 : ENV APP_PORT=48082Removing intermediate container 79c0034abcb4 [2021-05-10T22:12:17.887Z] ---> 443ac17f11db [2021-05-10T22:12:17.887Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T22:12:17.887Z] [2021-05-10T22:12:18.491Z] ---> Running in c80cdca77636 [2021-05-10T22:12:18.491Z] ---> Running in 17d6687c34b7 [2021-05-10T22:12:18.765Z] ---> 2582faa5f168 [2021-05-10T22:12:18.765Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T22:12:19.793Z] Removing intermediate container 17d6687c34b7 [2021-05-10T22:12:19.793Z] ---> c7ef90397fcf [2021-05-10T22:12:19.793Z] Removing intermediate container c80cdca77636 [2021-05-10T22:12:19.793Z] ---> 0b2a2b4cc76f [2021-05-10T22:12:19.793Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T22:12:19.793Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T22:12:20.069Z] ---> Running in 55e789521a5e [2021-05-10T22:12:20.069Z] ---> Running in 5acc7dbffd71 [2021-05-10T22:12:20.200Z] CGO_ENABLED=1 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-05-10T22:12:20.200Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-10T22:12:20.200Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-10T22:12:20.359Z] ---> d31e0b9549b0 [2021-05-10T22:12:20.359Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T22:12:20.643Z] Removing intermediate container f9d32c246708 [2021-05-10T22:12:20.643Z] ---> 8c54bac0fb36 [2021-05-10T22:12:20.643Z] [2021-05-10T22:12:20.643Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T22:12:20.643Z] ---> 9852663dfa18 [2021-05-10T22:12:20.643Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T22:12:20.643Z] ---> Using cache [2021-05-10T22:12:20.643Z] ---> 443ac17f11db [2021-05-10T22:12:20.643Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T22:12:20.643Z] ---> Using cache [2021-05-10T22:12:20.643Z] ---> c7ef90397fcf [2021-05-10T22:12:20.643Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T22:12:21.268Z] ---> Running in 35e4d020ac94 [2021-05-10T22:12:21.558Z] Removing intermediate container 5acc7dbffd71 [2021-05-10T22:12:21.558Z] ---> 1d3a89947db1 [2021-05-10T22:12:21.558Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T22:12:21.558Z] Removing intermediate container 55e789521a5e [2021-05-10T22:12:21.558Z] ---> ec07ef1e39c8 [2021-05-10T22:12:21.558Z] Step 15/23 : WORKDIR / [2021-05-10T22:12:21.834Z] ---> Running in c308616cec4e [2021-05-10T22:12:21.834Z] ---> e95f7498e95f [2021-05-10T22:12:21.834Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T22:12:22.117Z] ---> Running in 70e14a3bf997 [2021-05-10T22:12:22.391Z] Removing intermediate container 35e4d020ac94 [2021-05-10T22:12:22.392Z] ---> bae747fd33a9 [2021-05-10T22:12:22.392Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T22:12:22.744Z] CGO_ENABLED=1 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-05-10T22:12:22.989Z] ---> Running in 76297aee3e89 [2021-05-10T22:12:23.263Z] Removing intermediate container 70e14a3bf997 [2021-05-10T22:12:23.263Z] ---> 3079e1ba98cf [2021-05-10T22:12:23.263Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:12:23.263Z] Removing intermediate container c308616cec4e [2021-05-10T22:12:23.263Z] ---> 5cef32915cf2 [2021-05-10T22:12:23.263Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:12:23.867Z] ---> b684c13a3c0b [2021-05-10T22:12:23.867Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T22:12:23.867Z] Removing intermediate container 76297aee3e89 [2021-05-10T22:12:23.867Z] ---> 87b28c7df8be [2021-05-10T22:12:23.867Z] Step 15/23 : WORKDIR / [2021-05-10T22:12:24.468Z] ---> Running in f4bc04e76409 [2021-05-10T22:12:24.744Z] ---> e8e2935e7d29 [2021-05-10T22:12:24.745Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T22:12:25.020Z] ---> d1d08d400e88 [2021-05-10T22:12:25.020Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T22:12:25.299Z] CGO_ENABLED=1 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-05-10T22:12:25.299Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-10T22:12:25.618Z] ---> 53b50fade303 [2021-05-10T22:12:25.618Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T22:12:25.618Z] Removing intermediate container f4bc04e76409 [2021-05-10T22:12:25.618Z] ---> dfb7ef6b51a1 [2021-05-10T22:12:25.618Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:12:27.058Z] ---> 7fa9cf3b1286 [2021-05-10T22:12:27.058Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T22:12:27.058Z] ---> b9c40783811e [2021-05-10T22:12:27.058Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T22:12:27.058Z] ---> b4ba2ed408ba [2021-05-10T22:12:27.058Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T22:12:27.058Z] ---> 99234a75606a [2021-05-10T22:12:27.058Z] Step 21/25 : 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-05-10T22:12:27.209Z] CGO_ENABLED=1 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-05-10T22:12:27.350Z] ---> Running in dcb23499bee6 [2021-05-10T22:12:27.350Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T22:12:27.350Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T22:12:27.350Z] ---> eeaf43b92773 [2021-05-10T22:12:27.350Z] 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-05-10T22:12:27.943Z] ---> Running in 9ab2a06a9ebb [2021-05-10T22:12:28.217Z] ---> 0b8534960286 [2021-05-10T22:12:28.217Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T22:12:28.488Z] ---> 57c4e545ece6 [2021-05-10T22:12:28.488Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T22:12:28.488Z] ---> Running in 027e62b48fd8 [2021-05-10T22:12:28.761Z] ---> Running in 72cdbd5127b9 [2021-05-10T22:12:28.761Z] Removing intermediate container 9ab2a06a9ebb [2021-05-10T22:12:28.761Z] ---> 986ee44f04c2 [2021-05-10T22:12:28.761Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T22:12:28.761Z] ---> 23ebeb4af826 [2021-05-10T22:12:28.761Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T22:12:29.034Z] ---> Running in 58e6721c67fa [2021-05-10T22:12:29.309Z] Removing intermediate container 027e62b48fd8 [2021-05-10T22:12:29.309Z] ---> 5837244135f7 [2021-05-10T22:12:29.309Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:12:29.585Z] ---> Running in fb4c17b9153f [2021-05-10T22:12:29.585Z] Removing intermediate container 72cdbd5127b9 [2021-05-10T22:12:29.585Z] ---> 29405afa4acc [2021-05-10T22:12:29.585Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:12:29.585Z] ---> Running in fcf56582d0a9 [2021-05-10T22:12:29.760Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T22:12:29.861Z] ---> dbdaa8d47eba [2021-05-10T22:12:29.861Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T22:12:30.136Z] ---> Running in 58d53b7a946c [2021-05-10T22:12:30.136Z] Removing intermediate container fb4c17b9153f [2021-05-10T22:12:30.136Z] Removing intermediate container dcb23499bee6 [2021-05-10T22:12:30.136Z] ---> c840504b0102 [2021-05-10T22:12:30.136Z] Step 21/23 : LABEL arch=arm64 ---> a60d471666c3 [2021-05-10T22:12:30.136Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T22:12:30.136Z] [2021-05-10T22:12:30.424Z] Removing intermediate container fcf56582d0a9 [2021-05-10T22:12:30.424Z] ---> feb35ee8dc4d [2021-05-10T22:12:30.424Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T22:12:30.424Z] ---> Running in 27b399005657 [2021-05-10T22:12:30.424Z] ---> Running in 963e3f052a90 [2021-05-10T22:12:30.695Z] ---> Running in 84f88862bc80 [2021-05-10T22:12:30.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:12:30.695Z] Removing intermediate container 58d53b7a946c [2021-05-10T22:12:30.695Z] ---> 59c69a67304f [2021-05-10T22:12:30.695Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:12:30.967Z] ---> Running in 07d353ee6543 [2021-05-10T22:12:30.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:12:31.235Z] Removing intermediate container 963e3f052a90 [2021-05-10T22:12:31.235Z] ---> 2278f7b25a54 [2021-05-10T22:12:31.235Z] Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:12:31.235Z] Removing intermediate container 27b399005657 [2021-05-10T22:12:31.235Z] ---> 48ed413b85ec [2021-05-10T22:12:31.235Z] Step 23/25 : LABEL arch=arm64 [2021-05-10T22:12:31.235Z] Removing intermediate container 84f88862bc80 [2021-05-10T22:12:31.235Z] ---> c8860df6f799 [2021-05-10T22:12:31.235Z] Step 21/22 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:12:31.508Z] ---> Running in 26bbf1249656 [2021-05-10T22:12:31.508Z] ---> Running in 57d49bede155 [2021-05-10T22:12:31.508Z] ---> Running in d88d91116372 [2021-05-10T22:12:31.508Z] Removing intermediate container 07d353ee6543 [2021-05-10T22:12:31.508Z] ---> 81a06ecbd270 [2021-05-10T22:12:31.508Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T22:12:31.508Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T22:12:31.683Z] CGO_ENABLED=1 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-05-10T22:12:31.683Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-10T22:12:31.781Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T22:12:31.781Z] Executing bash-5.0.17-r0.post-install [2021-05-10T22:12:31.781Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T22:12:31.781Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T22:12:31.781Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T22:12:31.781Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T22:12:31.781Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T22:12:31.781Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T22:12:31.781Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T22:12:31.781Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T22:12:31.781Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T22:12:31.781Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T22:12:31.781Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T22:12:31.781Z] ---> Running in 6fa8b91415bd [2021-05-10T22:12:32.386Z] Removing intermediate container 57d49bede155 [2021-05-10T22:12:32.386Z] ---> 18789657684d [2021-05-10T22:12:32.386Z] Step 24/25 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:12:32.386Z] Removing intermediate container 26bbf1249656 [2021-05-10T22:12:32.386Z] ---> aca9a2cc999f [2021-05-10T22:12:32.386Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T22:12:32.668Z] Removing intermediate container d88d91116372 [2021-05-10T22:12:32.668Z] ---> 37d0251e65e5 [2021-05-10T22:12:32.668Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T22:12:32.668Z] ---> Running in a172ace48db8 [2021-05-10T22:12:32.668Z] ---> Running in af715a21acca [2021-05-10T22:12:32.668Z] Removing intermediate container 6fa8b91415bd [2021-05-10T22:12:32.668Z] ---> 359e81e57f18 [2021-05-10T22:12:32.668Z] Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:12:32.956Z] ---> Running in cec43c878c20 [2021-05-10T22:12:33.236Z] ---> Running in 3014ee4dd5d6 [2021-05-10T22:12:33.513Z] Removing intermediate container af715a21acca [2021-05-10T22:12:33.513Z] ---> 05203e626912 [2021-05-10T22:12:33.513Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T22:12:33.513Z] Removing intermediate container a172ace48db8 [2021-05-10T22:12:33.513Z] ---> 19780d550f3c [2021-05-10T22:12:33.513Z] [2021-05-10T22:12:33.797Z] Removing intermediate container 3014ee4dd5d6 [2021-05-10T22:12:33.798Z] ---> cae154a0c7cb [2021-05-10T22:12:33.798Z] Removing intermediate container cec43c878c20 [2021-05-10T22:12:33.798Z] ---> f010b9c19097 [2021-05-10T22:12:33.798Z] [2021-05-10T22:12:33.798Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T22:12:34.085Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T22:12:34.085Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T22:12:34.085Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T22:12:34.085Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T22:12:34.085Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T22:12:34.085Z] ---> Running in cfb319bd6eba [2021-05-10T22:12:34.085Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T22:12:34.085Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T22:12:34.085Z] Successfully built 19780d550f3c [2021-05-10T22:12:34.085Z] ---> Running in 9634ac8c3c1c [2021-05-10T22:12:34.085Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T22:12:34.085Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-10T22:12:34.364Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-05-10T22:12:34.364Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T22:12:34.364Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T22:12:34.364Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T22:12:34.364Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T22:12:34.364Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T22:12:34.364Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T22:12:34.364Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T22:12:34.364Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T22:12:34.364Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T22:12:34.364Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T22:12:34.638Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T22:12:34.638Z] Successfully built f010b9c19097 [2021-05-10T22:12:34.638Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T22:12:34.638Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T22:12:34.638Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T22:12:34.638Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T22:12:34.638Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T22:12:34.638Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-10T22:12:34.638Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T22:12:34.638Z]  Building docker-support-scheduler-go ... done (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T22:12:34.638Z] Building docker-security-proxy-setup-go [2021-05-10T22:12:34.911Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T22:12:34.911Z] OK: 72 MiB in 59 packages [2021-05-10T22:12:34.911Z] Removing intermediate container 9634ac8c3c1c [2021-05-10T22:12:34.911Z] ---> 35657c7e4543 [2021-05-10T22:12:34.911Z] [2021-05-10T22:12:34.911Z] Removing intermediate container cfb319bd6eba [2021-05-10T22:12:34.911Z] ---> c24165f83542 [2021-05-10T22:12:34.911Z] [2021-05-10T22:12:34.986Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-10T22:12:34.987Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-10T22:12:34.987Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-10T22:12:34.987Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-10T22:12:34.987Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-10T22:12:34.987Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-10T22:12:34.987Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-10T22:12:34.987Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-10T22:12:34.987Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-10T22:12:34.987Z] + 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-05-10T22:12:34.987Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-10T22:12:34.987Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-10T22:12:34.987Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-10T22:12:34.987Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-10T22:12:34.987Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-10T22:12:34.987Z] + 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-05-10T22:12:35.507Z] Successfully built c24165f83542 [2021-05-10T22:12:35.507Z] Successfully built 35657c7e4543 [2021-05-10T22:12:35.779Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-10T22:12:35.779Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-10T22:12:35.779Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-05-10T22:12:35.779Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-05-10T22:12:38.283Z] Building static-packages [2021-05-10T22:12:38.283Z] + snapcraftctl build [2021-05-10T22:12:39.154Z] Collecting docker-compose==1.23.2 [2021-05-10T22:12:39.154Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T22:12:39.753Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T22:12:39.753Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T22:12:40.825Z] Building version [2021-05-10T22:12:40.825Z] + snapcraftctl build [2021-05-10T22:12:42.374Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T22:12:42.374Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T22:12:42.647Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T22:12:42.647Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T22:12:44.134Z] Skipping stage go-build-helper (already ran) [2021-05-10T22:12:44.134Z] Staging app-service-config [2021-05-10T22:12:44.134Z] + snapcraftctl stage [2021-05-10T22:12:44.704Z] Staging config-common [2021-05-10T22:12:44.704Z] + snapcraftctl stage [2021-05-10T22:12:45.703Z] Staging edgex-go [2021-05-10T22:12:45.703Z] + snapcraftctl stage [2021-05-10T22:12:46.954Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T22:12:46.954Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T22:12:46.954Z] 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-05-10T22:12:46.954Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T22:12:46.954Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T22:12:47.088Z] Staging static-packages [2021-05-10T22:12:47.088Z] + snapcraftctl stage [2021-05-10T22:12:48.380Z] Collecting PyYAML<4,>=3.10 [2021-05-10T22:12:48.380Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T22:12:48.472Z] Staging version [2021-05-10T22:12:48.473Z] + snapcraftctl stage [2021-05-10T22:12:49.415Z] Priming go-build-helper [2021-05-10T22:12:49.415Z] + snapcraftctl prime [2021-05-10T22:12:50.802Z] Priming app-service-config [2021-05-10T22:12:50.802Z] + snapcraftctl prime [2021-05-10T22:12:52.196Z] Priming config-common [2021-05-10T22:12:52.196Z] + snapcraftctl prime [2021-05-10T22:12:52.677Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T22:12:52.677Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T22:12:52.949Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T22:12:52.949Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T22:12:53.220Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T22:12:53.220Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T22:12:53.586Z] Priming edgex-go [2021-05-10T22:12:53.586Z] + snapcraftctl prime [2021-05-10T22:12:54.987Z] Priming static-packages [2021-05-10T22:12:54.987Z] + snapcraftctl prime [2021-05-10T22:12:55.837Z] Collecting idna<2.8,>=2.5 [2021-05-10T22:12:55.837Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T22:12:55.837Z] 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-05-10T22:12:55.837Z] 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-05-10T22:12:56.434Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T22:12:56.434Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T22:12:56.707Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T22:12:56.707Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T22:12:56.977Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T22:12:56.977Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T22:12:56.977Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T22:12:56.977Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T22:12:57.538Z] Priming version [2021-05-10T22:12:57.538Z] + snapcraftctl prime [2021-05-10T22:12:57.949Z] Installing collected packages: dockerpty, cached-property, texttable, idna, urllib3, requests, jsonschema, PyYAML, docker-pycreds, websocket-client, docker, docopt, docker-compose [2021-05-10T22:12:57.949Z] Running setup.py install for dockerpty: started [2021-05-10T22:12:58.481Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-05-10T22:12:59.915Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T22:12:59.915Z] Running setup.py install for texttable: started [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T22:13:01.885Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T22:13:01.885Z] Attempting uninstall: idna [2021-05-10T22:13:01.885Z] Found existing installation: idna 2.9 [2021-05-10T22:13:01.885Z] Uninstalling idna-2.9: [2021-05-10T22:13:01.885Z] Successfully uninstalled idna-2.9 [2021-05-10T22:13:02.489Z] Attempting uninstall: urllib3 [2021-05-10T22:13:02.489Z] Found existing installation: urllib3 1.25.9 [2021-05-10T22:13:02.489Z] Uninstalling urllib3-1.25.9: [2021-05-10T22:13:02.765Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T22:13:03.362Z] Attempting uninstall: requests [2021-05-10T22:13:03.362Z] Found existing installation: requests 2.23.0 [2021-05-10T22:13:03.362Z] Uninstalling requests-2.23.0: [2021-05-10T22:13:03.634Z] Successfully uninstalled requests-2.23.0 [2021-05-10T22:13:04.226Z] Running setup.py install for PyYAML: started [2021-05-10T22:13:07.612Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T22:13:08.589Z] Running setup.py install for docopt: started [2021-05-10T22:13:11.224Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T22:13:13.850Z] 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.59.0 [2021-05-10T22:13:28.943Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:13:28.943Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:13:28.943Z] ---> a6c79a1572a8 [2021-05-10T22:13:28.943Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T22:13:28.943Z] ---> Using cache [2021-05-10T22:13:28.943Z] ---> e81760b87375 [2021-05-10T22:13:28.943Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:13:28.943Z] ---> Using cache [2021-05-10T22:13:28.943Z] ---> 88d980092c59 [2021-05-10T22:13:28.943Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T22:13:28.943Z] ---> Using cache [2021-05-10T22:13:28.943Z] ---> 7fe20a983dcc [2021-05-10T22:13:28.943Z] Step 6/31 : COPY go.mod . [2021-05-10T22:13:28.943Z] ---> Using cache [2021-05-10T22:13:28.943Z] ---> f879fb4bded5 [2021-05-10T22:13:28.943Z] Step 7/31 : RUN go mod download [2021-05-10T22:13:28.943Z] ---> Using cache [2021-05-10T22:13:28.943Z] ---> ccb3bf9e4faa [2021-05-10T22:13:28.943Z] Step 8/31 : COPY . . [2021-05-10T22:13:28.943Z] ---> Using cache [2021-05-10T22:13:28.943Z] ---> ea41c802741d [2021-05-10T22:13:28.944Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T22:13:28.944Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:13:28.944Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:13:28.944Z] ---> a6c79a1572a8 [2021-05-10T22:13:28.944Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> e81760b87375 [2021-05-10T22:13:28.944Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> 88d980092c59 [2021-05-10T22:13:28.944Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T22:13:28.944Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:13:28.944Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:13:28.944Z] ---> a6c79a1572a8 [2021-05-10T22:13:28.944Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> e81760b87375 [2021-05-10T22:13:28.944Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> 88d980092c59 [2021-05-10T22:13:28.944Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T22:13:28.944Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T22:13:28.944Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T22:13:28.944Z] ---> a6c79a1572a8 [2021-05-10T22:13:28.944Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> e81760b87375 [2021-05-10T22:13:28.944Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> 88d980092c59 [2021-05-10T22:13:28.944Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> 7fe20a983dcc [2021-05-10T22:13:28.944Z] Step 6/21 : COPY go.mod . [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> f879fb4bded5 [2021-05-10T22:13:28.944Z] Step 7/21 : RUN go mod download [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> ccb3bf9e4faa [2021-05-10T22:13:28.944Z] Step 8/21 : COPY . . [2021-05-10T22:13:28.944Z] ---> Using cache [2021-05-10T22:13:28.944Z] ---> ea41c802741d [2021-05-10T22:13:28.944Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T22:13:30.367Z] ---> Running in 25d3c903840c [2021-05-10T22:13:30.367Z] ---> Running in 1586fdb44edd [2021-05-10T22:13:30.367Z] ---> Running in 6c274505f488 [2021-05-10T22:13:30.367Z] ---> Running in fe23b1b6ce45 [2021-05-10T22:13:31.364Z] Removing intermediate container 58e6721c67fa [2021-05-10T22:13:31.364Z] ---> 8060a264621f [2021-05-10T22:13:31.364Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T22:13:31.364Z] ---> Running in e64a277d8a6f [2021-05-10T22:13:31.972Z] CGO_ENABLED=1 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-05-10T22:13:32.246Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:13:32.246Z] Removing intermediate container e64a277d8a6f [2021-05-10T22:13:32.246Z] ---> 7b008e199bc3 [2021-05-10T22:13:32.246Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T22:13:32.246Z] CGO_ENABLED=1 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-05-10T22:13:32.520Z] ---> Running in 90172733b017 [2021-05-10T22:13:32.520Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:13:33.132Z] Removing intermediate container 90172733b017 [2021-05-10T22:13:33.132Z] ---> d7e78ed58947 [2021-05-10T22:13:33.132Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T22:13:33.735Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:13:34.338Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:13:35.056Z] ---> 5872b90af5dd [2021-05-10T22:13:35.056Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T22:13:35.355Z] OK: 218 MiB in 52 packages [2021-05-10T22:13:36.383Z] ---> c65e47cbccbf [2021-05-10T22:13:36.383Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T22:13:36.383Z] OK: 218 MiB in 52 packages [2021-05-10T22:13:37.830Z] Removing intermediate container 25d3c903840c [2021-05-10T22:13:37.830Z] ---> 089041b448c3 [2021-05-10T22:13:37.830Z] Step 6/22 : COPY go.mod . [2021-05-10T22:13:38.429Z] ---> 45e92f8932f9 [2021-05-10T22:13:38.429Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T22:13:38.703Z] Removing intermediate container fe23b1b6ce45 [2021-05-10T22:13:38.703Z] ---> 8eeeeffca43f [2021-05-10T22:13:38.703Z] Step 6/23 : COPY go.mod . [2021-05-10T22:13:38.703Z] ---> Running in 905d12084230 [2021-05-10T22:13:39.694Z] ---> 592432424e21 [2021-05-10T22:13:39.694Z] Step 7/22 : RUN go mod download [2021-05-10T22:13:39.694Z] ---> Running in 19d2d42514af [2021-05-10T22:13:39.973Z] Removing intermediate container 905d12084230 [2021-05-10T22:13:39.973Z] ---> 7bed3ef86247 [2021-05-10T22:13:39.973Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:13:40.271Z] ---> Running in fe1467e9fd7d [2021-05-10T22:13:40.271Z] ---> d2ff886e73c0 [2021-05-10T22:13:40.271Z] Step 7/23 : RUN go mod download [2021-05-10T22:13:40.551Z] ---> Running in 9b274a2a9e04 [2021-05-10T22:13:41.156Z] Removing intermediate container fe1467e9fd7d [2021-05-10T22:13:41.156Z] ---> 965efd8a2f11 [2021-05-10T22:13:41.156Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T22:13:41.438Z] ---> Running in edc9e585146f [2021-05-10T22:13:42.888Z] Removing intermediate container edc9e585146f [2021-05-10T22:13:42.888Z] ---> 82041ecb6121 [2021-05-10T22:13:42.888Z] Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:13:42.888Z] ---> Running in f3be6a4bbc84 [2021-05-10T22:13:43.873Z] Removing intermediate container f3be6a4bbc84 [2021-05-10T22:13:43.873Z] ---> a5afaafb8c21 [2021-05-10T22:13:43.873Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T22:13:44.146Z] ---> Running in f788bbad9ae2 [2021-05-10T22:13:45.128Z] Removing intermediate container 19d2d42514af [2021-05-10T22:13:45.128Z] ---> 54d487fae342 [2021-05-10T22:13:45.128Z] Step 8/22 : COPY . . [2021-05-10T22:13:45.128Z] Removing intermediate container f788bbad9ae2 [2021-05-10T22:13:45.128Z] ---> e99afc39a68d [2021-05-10T22:13:45.128Z] [2021-05-10T22:13:45.404Z] Removing intermediate container 9b274a2a9e04 [2021-05-10T22:13:45.679Z] ---> 0f2e34dafb79 [2021-05-10T22:13:45.679Z] Step 8/23 : COPY . . [2021-05-10T22:13:46.282Z] Successfully built e99afc39a68d [2021-05-10T22:13:46.558Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-10T22:14:18.916Z]  Building docker-sys-mgmt-agent-go ... done  ---> adb23ee6fac9 [2021-05-10T22:14:18.916Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T22:14:18.916Z] ---> 582767506f83 [2021-05-10T22:14:18.916Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T22:14:18.916Z] ---> Running in 116e693625a7 [2021-05-10T22:14:18.916Z] ---> Running in c883d0cf83e1 [2021-05-10T22:14:21.558Z] CGO_ENABLED=1 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-05-10T22:14:21.558Z] 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-05-10T22:14:53.942Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T22:15:09.055Z] Removing intermediate container 6c274505f488 [2021-05-10T22:15:09.055Z] ---> 0b31f5cf4790 [2021-05-10T22:15:09.055Z] [2021-05-10T22:15:09.055Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T22:15:09.055Z] ---> 9852663dfa18 [2021-05-10T22:15:09.055Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T22:15:09.055Z] ---> Running in 527dc1c93393 [2021-05-10T22:15:09.055Z] Removing intermediate container 527dc1c93393 [2021-05-10T22:15:09.055Z] ---> b128f73d2e5d [2021-05-10T22:15:09.055Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T22:15:09.055Z] ---> Running in 1c50fb665b2d [2021-05-10T22:15:11.682Z] Removing intermediate container 1586fdb44edd [2021-05-10T22:15:11.682Z] ---> 98fcf99443ac [2021-05-10T22:15:11.682Z] [2021-05-10T22:15:11.682Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T22:15:11.682Z] ---> 9852663dfa18 [2021-05-10T22:15:11.682Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T22:15:11.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:15:11.682Z] ---> Running in 7127f8a330fe [2021-05-10T22:15:11.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:15:12.949Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T22:15:12.949Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T22:15:12.949Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:15:12.949Z] OK: 5 MiB in 16 packages [2021-05-10T22:15:13.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:15:13.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:15:14.480Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T22:15:14.480Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T22:15:14.480Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T22:15:14.480Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T22:15:14.480Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:15:14.480Z] Removing intermediate container 1c50fb665b2d [2021-05-10T22:15:14.480Z] ---> 5e334a9d089c [2021-05-10T22:15:14.480Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T22:15:14.480Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T22:15:14.755Z] ---> Running in 53f8f47332bc [2021-05-10T22:15:14.755Z] OK: 7 MiB in 18 packages [2021-05-10T22:15:15.361Z] Removing intermediate container 53f8f47332bc [2021-05-10T22:15:15.361Z] ---> 9cd5a2e61bb0 [2021-05-10T22:15:15.361Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T22:15:15.955Z] ---> Running in 9c1f74c5e0bc [2021-05-10T22:15:16.560Z] Removing intermediate container 9c1f74c5e0bc [2021-05-10T22:15:16.560Z] ---> 962377139a9d [2021-05-10T22:15:16.560Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T22:15:16.835Z] ---> Running in 31e5c0d099a5 [2021-05-10T22:15:17.813Z] Removing intermediate container 7127f8a330fe [2021-05-10T22:15:17.813Z] ---> e1e9983c9b10 [2021-05-10T22:15:17.813Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T22:15:17.813Z] ---> Running in 0f5980c8ca46 [2021-05-10T22:15:18.799Z] Removing intermediate container 0f5980c8ca46 [2021-05-10T22:15:18.799Z] ---> 684da846f66b [2021-05-10T22:15:18.799Z] Step 13/21 : WORKDIR /edgex [2021-05-10T22:15:18.799Z] ---> Running in b43dec9d07d3 [2021-05-10T22:15:19.789Z] Removing intermediate container b43dec9d07d3 [2021-05-10T22:15:19.789Z] ---> 76b5a4d21fcc [2021-05-10T22:15:19.789Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T22:15:20.772Z] Removing intermediate container 31e5c0d099a5 [2021-05-10T22:15:20.772Z] ---> f90bca3174fc [2021-05-10T22:15:20.772Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T22:15:21.045Z] ---> Running in 98a49b4a486c [2021-05-10T22:15:21.322Z] ---> ee77e75a8cf7 [2021-05-10T22:15:21.322Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T22:15:21.924Z] Removing intermediate container 98a49b4a486c [2021-05-10T22:15:21.924Z] ---> 194f012aa2bc [2021-05-10T22:15:21.924Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T22:15:23.386Z] ---> c3f5db1890bf [2021-05-10T22:15:23.386Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T22:15:23.386Z] ---> 3380319d7084 [2021-05-10T22:15:23.386Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T22:15:23.661Z] ---> Running in c29864ee172a [2021-05-10T22:15:25.684Z] ---> e2d751e96883 [2021-05-10T22:15:25.684Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T22:15:25.684Z] ---> Running in b1b50b721e04 [2021-05-10T22:15:26.677Z] Removing intermediate container b1b50b721e04 [2021-05-10T22:15:26.677Z] ---> 3aa79d4d93f0 [2021-05-10T22:15:26.677Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T22:15:26.677Z] ---> Running in 93b335d25a3c [2021-05-10T22:15:27.657Z] Removing intermediate container 93b335d25a3c [2021-05-10T22:15:27.657Z] ---> 705907c88984 [2021-05-10T22:15:27.657Z] Step 19/21 : LABEL arch=arm64 [2021-05-10T22:15:27.657Z] Removing intermediate container c29864ee172a [2021-05-10T22:15:27.657Z] ---> 26290692d1d8 [2021-05-10T22:15:27.657Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:15:27.938Z] ---> Running in 0a5f06abad06 [2021-05-10T22:15:28.538Z] Removing intermediate container 0a5f06abad06 [2021-05-10T22:15:28.538Z] ---> 8f9b4c22b486 [2021-05-10T22:15:28.538Z] Step 20/21 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:15:28.812Z] ---> Running in b7dbcfb00e70 [2021-05-10T22:15:29.093Z] ---> 2c4cb5befd60 [2021-05-10T22:15:29.093Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T22:15:29.697Z] Removing intermediate container b7dbcfb00e70 [2021-05-10T22:15:29.697Z] ---> d1541864e71f [2021-05-10T22:15:29.697Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T22:15:29.976Z] ---> Running in ace256490fc6 [2021-05-10T22:15:30.963Z] Removing intermediate container ace256490fc6 [2021-05-10T22:15:30.963Z] ---> bd9895d49e28 [2021-05-10T22:15:30.963Z] [2021-05-10T22:15:31.238Z] ---> 2a758ba2c6ed [2021-05-10T22:15:31.238Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T22:15:31.840Z] Successfully built bd9895d49e28 [2021-05-10T22:15:31.840Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-10T22:15:32.440Z]  Building docker-security-proxy-setup-go ... done  ---> 73ff06c09e41 [2021-05-10T22:15:32.440Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T22:15:33.890Z] ---> de4d87e781c0 [2021-05-10T22:15:33.890Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T22:15:34.891Z] ---> 9c4c0e29a13a [2021-05-10T22:15:34.891Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T22:15:35.760Z] ---> Running in 592230de0e57 [2021-05-10T22:15:36.044Z] Removing intermediate container 592230de0e57 [2021-05-10T22:15:36.044Z] ---> 3a61b9e0b9e5 [2021-05-10T22:15:36.044Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T22:15:37.088Z] ---> 4d20d217272f [2021-05-10T22:15:37.088Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T22:15:37.446Z] ---> Running in 1dce934b4541 [2021-05-10T22:15:41.785Z] Removing intermediate container 1dce934b4541 [2021-05-10T22:15:41.785Z] ---> 1fb9e6e0577a [2021-05-10T22:15:41.785Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T22:15:41.785Z] ---> Running in 7ad3ee395c99 [2021-05-10T22:15:42.394Z] Removing intermediate container 7ad3ee395c99 [2021-05-10T22:15:42.394Z] ---> bd6f79623d0d [2021-05-10T22:15:42.394Z] Step 28/31 : CMD ["gate"] [2021-05-10T22:15:42.989Z] ---> Running in 4ad9c2564cc0 [2021-05-10T22:15:43.973Z] Removing intermediate container 4ad9c2564cc0 [2021-05-10T22:15:43.973Z] ---> a722fceefbcd [2021-05-10T22:15:43.973Z] Step 29/31 : LABEL arch=arm64 [2021-05-10T22:15:44.569Z] ---> Running in b4041fe48c8c [2021-05-10T22:15:45.178Z] Removing intermediate container b4041fe48c8c [2021-05-10T22:15:45.178Z] ---> 30367f2a5054 [2021-05-10T22:15:45.178Z] Step 30/31 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:15:45.777Z] ---> Running in 6b641cf190c3 [2021-05-10T22:15:46.371Z] Removing intermediate container 6b641cf190c3 [2021-05-10T22:15:46.372Z] ---> 66e7b1786db6 [2021-05-10T22:15:46.372Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T22:15:46.642Z] ---> Running in 1ef2f5095fa8 [2021-05-10T22:15:47.239Z] Removing intermediate container 1ef2f5095fa8 [2021-05-10T22:15:47.239Z] ---> 38c71797f14b [2021-05-10T22:15:47.239Z] [2021-05-10T22:15:47.840Z] Successfully built 38c71797f14b [2021-05-10T22:15:48.116Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-10T22:16:00.515Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 116e693625a7 [2021-05-10T22:16:00.515Z] ---> cb4891cfe98f [2021-05-10T22:16:00.515Z] [2021-05-10T22:16:00.515Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T22:16:00.515Z] ---> 9852663dfa18 [2021-05-10T22:16:00.515Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T22:16:00.515Z] ---> Running in b188addcae19 [2021-05-10T22:16:00.784Z] Removing intermediate container c883d0cf83e1 [2021-05-10T22:16:00.784Z] ---> 9955aeb6b38f [2021-05-10T22:16:00.784Z] [2021-05-10T22:16:00.784Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T22:16:00.784Z] ---> 9852663dfa18 [2021-05-10T22:16:00.784Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T22:16:01.052Z] ---> Running in 2e91825eb925 [2021-05-10T22:16:01.329Z] Removing intermediate container 2e91825eb925 [2021-05-10T22:16:01.329Z] ---> d5dcbca7b9a2 [2021-05-10T22:16:01.329Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T22:16:01.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:16:01.604Z] ---> Running in 82d2f20e8782 [2021-05-10T22:16:01.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:16:02.198Z] Removing intermediate container 82d2f20e8782 [2021-05-10T22:16:02.198Z] ---> 007b955be262 [2021-05-10T22:16:02.198Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T22:16:02.198Z] ---> Running in cf2354390ffd [2021-05-10T22:16:02.480Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T22:16:02.480Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T22:16:02.480Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:16:02.480Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T22:16:02.755Z] OK: 6 MiB in 16 packages [2021-05-10T22:16:02.755Z] Removing intermediate container cf2354390ffd [2021-05-10T22:16:02.755Z] ---> 790c7f76d866 [2021-05-10T22:16:02.755Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T22:16:03.026Z] ---> Running in 71c7fbf5353b [2021-05-10T22:16:04.455Z] Removing intermediate container b188addcae19 [2021-05-10T22:16:04.455Z] ---> 5d80d1f3e450 [2021-05-10T22:16:04.456Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T22:16:04.731Z] ---> Running in 5897d4fec424 [2021-05-10T22:16:05.001Z] Removing intermediate container 5897d4fec424 [2021-05-10T22:16:05.001Z] ---> f07a0b2cbdf3 [2021-05-10T22:16:05.001Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T22:16:05.273Z] ---> Running in 2d882110fe80 [2021-05-10T22:16:05.544Z] Removing intermediate container 71c7fbf5353b [2021-05-10T22:16:05.544Z] ---> 4c80808351ad [2021-05-10T22:16:05.544Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T22:16:05.815Z] ---> Running in 8290e8cdb3d6 [2021-05-10T22:16:05.815Z] Removing intermediate container 2d882110fe80 [2021-05-10T22:16:05.815Z] ---> e313197cd33e [2021-05-10T22:16:05.815Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T22:16:06.089Z] ---> Running in bcb77e9e703d [2021-05-10T22:16:06.685Z] Removing intermediate container bcb77e9e703d [2021-05-10T22:16:06.685Z] ---> 112fb4bb55d2 [2021-05-10T22:16:06.685Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:16:07.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T22:16:07.555Z] ---> afe2e39c704f [2021-05-10T22:16:07.555Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T22:16:08.526Z] ---> 4143c08af818 [2021-05-10T22:16:08.526Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T22:16:08.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T22:16:09.396Z] ---> 3b940f0acf26 [2021-05-10T22:16:09.396Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T22:16:09.396Z] ---> Running in 0d6687850b67 [2021-05-10T22:16:09.669Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T22:16:09.942Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T22:16:09.942Z] Removing intermediate container 0d6687850b67 [2021-05-10T22:16:09.942Z] ---> 8fbd544c904d [2021-05-10T22:16:09.942Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:16:09.942Z] ---> Running in 1f11b3e6b718 [2021-05-10T22:16:09.942Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T22:16:10.247Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T22:16:10.518Z] Removing intermediate container 1f11b3e6b718 [2021-05-10T22:16:10.518Z] ---> 78ce01671d8b [2021-05-10T22:16:10.518Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T22:16:10.518Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T22:16:10.787Z] ---> Running in 247c2cdf8619 [2021-05-10T22:16:10.787Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T22:16:11.055Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T22:16:11.055Z] OK: 8 MiB in 20 packages [2021-05-10T22:16:11.055Z] Removing intermediate container 247c2cdf8619 [2021-05-10T22:16:11.055Z] ---> 332f9d8b37f3 [2021-05-10T22:16:11.055Z] Step 21/22 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:16:11.330Z] ---> Running in 69d5a3ad37b6 [2021-05-10T22:16:11.925Z] Removing intermediate container 69d5a3ad37b6 [2021-05-10T22:16:11.925Z] ---> 698416c2b3f2 [2021-05-10T22:16:11.925Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T22:16:11.925Z] ---> Running in b4425abd04a8 [2021-05-10T22:16:12.533Z] Removing intermediate container 8290e8cdb3d6 [2021-05-10T22:16:12.533Z] ---> 9426d19f7644 [2021-05-10T22:16:12.533Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T22:16:12.533Z] Removing intermediate container b4425abd04a8 [2021-05-10T22:16:12.533Z] ---> 1b29a9a8d4cd [2021-05-10T22:16:12.533Z] [2021-05-10T22:16:12.806Z] Successfully built 1b29a9a8d4cd [2021-05-10T22:16:13.081Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-10T22:16:13.081Z]  Building docker-support-notifications-go ... done  ---> b298fd54cf4e [2021-05-10T22:16:13.081Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T22:16:14.510Z] ---> 681fde40d1ab [2021-05-10T22:16:14.510Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T22:16:15.104Z] ---> fd8fabcfbb7e [2021-05-10T22:16:15.104Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T22:16:15.104Z] ---> Running in 25edb8005587 [2021-05-10T22:16:15.693Z] Removing intermediate container 25edb8005587 [2021-05-10T22:16:15.693Z] ---> 7b574ec67c4e [2021-05-10T22:16:15.693Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T22:16:15.693Z] ---> Running in 2d02b1e310e6 [2021-05-10T22:16:16.286Z] Removing intermediate container 2d02b1e310e6 [2021-05-10T22:16:16.286Z] ---> 447c73e07d2c [2021-05-10T22:16:16.286Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T22:16:16.286Z] ---> Running in d906b75b8c46 [2021-05-10T22:16:16.878Z] Removing intermediate container d906b75b8c46 [2021-05-10T22:16:16.878Z] ---> 1020a6f39434 [2021-05-10T22:16:16.878Z] Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 [2021-05-10T22:16:16.878Z] ---> Running in e8351cbd6dcd [2021-05-10T22:16:17.471Z] Removing intermediate container e8351cbd6dcd [2021-05-10T22:16:17.471Z] ---> 4a0375d31e71 [2021-05-10T22:16:17.471Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T22:16:17.471Z] ---> Running in 5875455b3ead [2021-05-10T22:16:18.063Z] Removing intermediate container 5875455b3ead [2021-05-10T22:16:18.063Z] ---> f91d33657d36 [2021-05-10T22:16:18.063Z] [2021-05-10T22:16:18.335Z] Successfully built f91d33657d36 [2021-05-10T22:16:18.335Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-10T22:16:18.620Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-10T22:16:18.649Z] $ docker stop --time=1 ddd699bf1a8e03e2e25fd4746fb292f0c8f93b68467bbb74f06900efe415fecd [2021-05-10T22:16:20.635Z] $ docker rm -f ddd699bf1a8e03e2e25fd4746fb292f0c8f93b68467bbb74f06900efe415fecd [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T22:16:21.174Z] + grep docker [2021-05-10T22:16:21.175Z] + docker images [2021-05-10T22:16:21.445Z] docker-core-data-go-arm64 latest f91d33657d36 4 seconds ago 20.3MB [2021-05-10T22:16:21.445Z] docker-support-notifications-go-arm64 latest 1b29a9a8d4cd 9 seconds ago 16.6MB [2021-05-10T22:16:21.445Z] docker-security-bootstrapper-go-arm64 latest 38c71797f14b 35 seconds ago 17.1MB [2021-05-10T22:16:21.445Z] docker-security-proxy-setup-go-arm64 latest bd9895d49e28 51 seconds ago 23.8MB [2021-05-10T22:16:21.445Z] docker-sys-mgmt-agent-go-arm64 latest e99afc39a68d 2 minutes ago 299MB [2021-05-10T22:16:21.445Z] docker-core-metadata-go-arm64 latest 35657c7e4543 3 minutes ago 17.4MB [2021-05-10T22:16:21.445Z] docker-security-secretstore-setup-go-arm64 latest c24165f83542 3 minutes ago 24.2MB [2021-05-10T22:16:21.445Z] docker-core-command-go-arm64 latest 19780d550f3c 3 minutes ago 16MB [2021-05-10T22:16:21.446Z] docker-support-scheduler-go-arm64 latest f010b9c19097 3 minutes ago 16MB [2021-05-10T22:16:21.446Z] docker 20.10.0 eeaf43b92773 5 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-05-10T22:16:21.988Z] ---> job-cost.sh [2021-05-10T22:16:21.989Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-d2S3 [2021-05-10T22:17:00.910Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T22:18:37.707Z] lf-activate-venv(): INFO: Adding /tmp/venv-d2S3/bin to PATH [2021-05-10T22:18:37.707Z] INFO: No Stack... [2021-05-10T22:18:37.707Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T22:18:37.707Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T22:18:38.039Z] + cut -d, -f6 [2021-05-10T22:18:38.039Z] + cat /w/workspace/edgex-go/17/archives/cost.csv [Pipeline] lock [2021-05-10T22:18:38.143Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3422-17-stack-cost] [2021-05-10T22:18:38.171Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3422-17-stack-cost] did not exist. Created. [2021-05-10T22:18:38.172Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3422-17-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T22:18:38.540Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T22:18:38.815Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T22:18:38.827Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3422-17-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-05-10T22:18:39.801Z] provisioning config files... [2021-05-10T22:18:39.813Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config6303625073478238458tmp [Pipeline] { [Pipeline] sh [2021-05-10T22:18:40.147Z] + set +x [2021-05-10T22:18:40.147Z] + curl -s https://codecov.io/bash [2021-05-10T22:18:40.147Z] + bash -s -- [2021-05-10T22:18:40.410Z] [2021-05-10T22:18:40.410Z] _____ _ [2021-05-10T22:18:40.410Z] / ____| | | [2021-05-10T22:18:40.410Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T22:18:40.410Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T22:18:40.410Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T22:18:40.410Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T22:18:40.410Z] Bash-1.0.2 [2021-05-10T22:18:40.410Z] [2021-05-10T22:18:40.410Z] [2021-05-10T22:18:40.410Z] ==> git version 2.24.3 found [2021-05-10T22:18:40.672Z] ==> 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-05-10T22:18:40.672Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T22:18:40.672Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T22:18:40.672Z] ==> Jenkins CI detected. [2021-05-10T22:18:40.672Z] project root: . [2021-05-10T22:18:40.672Z] --> token set from env [2021-05-10T22:18:40.672Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T22:18:40.672Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T22:18:40.672Z] ==> Python coveragepy not found [2021-05-10T22:18:40.672Z] ==> Searching for coverage reports in: [2021-05-10T22:18:40.672Z] + . [2021-05-10T22:18:40.935Z] -> Found 1 reports [2021-05-10T22:18:40.935Z] ==> Detecting git/mercurial file structure [2021-05-10T22:18:40.935Z] ==> Reading reports [2021-05-10T22:18:40.935Z] + ./coverage.out bytes=717673 [2021-05-10T22:18:40.935Z] ==> Appending adjustments [2021-05-10T22:18:40.935Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T22:18:45.148Z] + Found adjustments [2021-05-10T22:18:45.148Z] ==> Gzipping contents [2021-05-10T22:18:45.148Z] 100K /tmp/codecov.G1JEQ5.gz [2021-05-10T22:18:45.148Z] ==> Uploading reports [2021-05-10T22:18:45.149Z] url: https://codecov.io [2021-05-10T22:18:45.149Z] query: branch=PR-3422&commit=d01e42c31d774825d2a5c7d3879b2510314babf8&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3422%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3422&job=&cmd_args= [2021-05-10T22:18:45.149Z] -> Pinging Codecov [2021-05-10T22:18:45.149Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3422&commit=d01e42c31d774825d2a5c7d3879b2510314babf8&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3422%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3422&job=&cmd_args= [2021-05-10T22:18:45.149Z] -> Uploading to [2021-05-10T22:18:45.149Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/00271124DB129430A58F1EEE437C3FCB/d01e42c31d774825d2a5c7d3879b2510314babf8/a4740c77-fe79-4d9d-aeae-78ff6d2709a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T221845Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db0fcb3ed52af9721476f197eca2f5f33f4d6e355f30205e944c2e34584d9673 [2021-05-10T22:18:45.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T22:18:45.149Z] Dload Upload Total Spent Left Speed [2021-05-10T22:18:45.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 226k --:--:-- --:--:-- --:--:-- 226k 100 99k 0 0 100 99k 0 226k --:--:-- --:--:-- --:--:-- 226k [2021-05-10T22:18:45.722Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d01e42c31d774825d2a5c7d3879b2510314babf8 [Pipeline] } [2021-05-10T22:18:45.732Z] 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-05-10T22:18:46.552Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:18:47.447Z] ---> package-listing.sh [2021-05-10T22:18:47.447Z] ++ facter osfamily [2021-05-10T22:18:47.447Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T22:18:47.447Z] + OS_FAMILY=redhat [2021-05-10T22:18:47.447Z] + workspace=/w/workspace/edgex-go/17 [2021-05-10T22:18:47.447Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T22:18:47.447Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T22:18:47.447Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T22:18:47.447Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T22:18:47.447Z] + '[' /w/workspace/edgex-go/17 ']' [2021-05-10T22:18:47.447Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T22:18:47.447Z] + case "${OS_FAMILY}" in [2021-05-10T22:18:47.447Z] + rpm -qa [2021-05-10T22:18:47.447Z] + sort [2021-05-10T22:18:52.771Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T22:18:52.771Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T22:18:52.771Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T22:18:52.771Z] + '[' /w/workspace/edgex-go/17 ']' [2021-05-10T22:18:52.771Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2021-05-10T22:18:52.771Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2021-05-10T22:18:52.785Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T22:18:53.086Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:18:53.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T22:18:53.396Z] [2021-05-10T22:18:53.396Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T22:18:53.721Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T22:18:53.721Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T22:18:53.721Z] df20fa9351a1: Pulling fs layer [2021-05-10T22:18:53.721Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T22:18:53.721Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T22:18:53.721Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T22:18:53.721Z] 93b61091891f: Pulling fs layer [2021-05-10T22:18:53.721Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T22:18:53.721Z] 5e14af77c1be: Pulling fs layer [2021-05-10T22:18:53.721Z] 01666e4c0597: Pulling fs layer [2021-05-10T22:18:53.721Z] aa168da1d23b: Pulling fs layer [2021-05-10T22:18:53.721Z] 46f8f816bc3b: Waiting [2021-05-10T22:18:53.721Z] 93b61091891f: Waiting [2021-05-10T22:18:53.721Z] 93b9cdb0e59b: Waiting [2021-05-10T22:18:53.721Z] 5e14af77c1be: Waiting [2021-05-10T22:18:53.721Z] 01666e4c0597: Waiting [2021-05-10T22:18:53.721Z] aa168da1d23b: Waiting [2021-05-10T22:18:53.721Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T22:18:53.721Z] 36b3adc4ff6f: Download complete [2021-05-10T22:18:53.721Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T22:18:53.721Z] 46f8f816bc3b: Download complete [2021-05-10T22:18:53.721Z] df20fa9351a1: Download complete [2021-05-10T22:18:53.986Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T22:18:53.986Z] 93b9cdb0e59b: Download complete [2021-05-10T22:18:53.986Z] 5e14af77c1be: Verifying Checksum [2021-05-10T22:18:53.986Z] 5e14af77c1be: Download complete [2021-05-10T22:18:53.986Z] 01666e4c0597: Verifying Checksum [2021-05-10T22:18:53.986Z] 01666e4c0597: Download complete [2021-05-10T22:18:53.986Z] 93b61091891f: Verifying Checksum [2021-05-10T22:18:53.986Z] 93b61091891f: Download complete [2021-05-10T22:18:53.986Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T22:18:53.986Z] 8ad3a11d3b57: Download complete [2021-05-10T22:18:54.259Z] df20fa9351a1: Pull complete [2021-05-10T22:18:54.537Z] 36b3adc4ff6f: Pull complete [2021-05-10T22:18:55.124Z] 8ad3a11d3b57: Pull complete [2021-05-10T22:18:55.391Z] 46f8f816bc3b: Pull complete [2021-05-10T22:18:56.341Z] aa168da1d23b: Verifying Checksum [2021-05-10T22:18:56.341Z] aa168da1d23b: Download complete [2021-05-10T22:18:58.267Z] 93b61091891f: Pull complete [2021-05-10T22:18:58.267Z] 93b9cdb0e59b: Pull complete [2021-05-10T22:18:58.267Z] 5e14af77c1be: Pull complete [2021-05-10T22:18:58.530Z] 01666e4c0597: Pull complete [2021-05-10T22:19:08.596Z] aa168da1d23b: Pull complete [2021-05-10T22:19:08.596Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T22:19:08.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T22:19:08.596Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T22:19:08.821Z] prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container [2021-05-10T22:19:08.880Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T22:19:14.408Z] $ docker top fbf13dcf9c38c653de4a0e1852b993390be9281708b7ab8ca000a9b6dcc36d36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T22:19:14.920Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T22:19:15.226Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T22:19:15.532Z] + ls /var/log/sa-host [2021-05-10T22:19:15.533Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T22:19:15.533Z] file_magic: OK [2021-05-10T22:19:15.533Z] HZ: Using current value: 100 [2021-05-10T22:19:15.533Z] file_header: OK [2021-05-10T22:19:15.533Z] 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-05-10T22:19:15.533Z] Statistics: [2021-05-10T22:19:15.533Z] 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... [2021-05-10T22:19:15.533Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T22:19:15.533Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T22:19:15.533Z] file_magic: OK [2021-05-10T22:19:15.533Z] HZ: Using current value: 100 [2021-05-10T22:19:15.533Z] file_header: OK [2021-05-10T22:19:15.533Z] 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-05-10T22:19:15.533Z] Statistics: [2021-05-10T22:19:15.533Z] Hnuu...uuuununununu... [2021-05-10T22:19:15.533Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T22:19:15.771Z] provisioning config files... [2021-05-10T22:19:15.822Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config8629052449407995143tmp [Pipeline] { [Pipeline] echo [2021-05-10T22:19:15.844Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:19:16.145Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T22:19:16.154Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T22:19:16.178Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:19:16.478Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T22:19:16.490Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:19:16.867Z] ---> sudo-logs.sh [2021-05-10T22:19:16.867Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T22:19:16.908Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:19:17.259Z] ---> job-cost.sh [2021-05-10T22:19:17.259Z] lf-activate-venv: SKIPPING [2021-05-10T22:19:17.259Z] DEBUG: total: 0.20999999344348907 [2021-05-10T22:19:17.259Z] INFO: Retrieving Stack Cost... [2021-05-10T22:19:18.658Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T22:19:18.923Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T22:19:18.942Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T22:19:19.240Z] ---> logs-deploy.sh [2021-05-10T22:19:19.240Z] lf-activate-venv: SKIPPING [2021-05-10T22:19:19.240Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/17 [2021-05-10T22:19:19.240Z] INFO: archiving workspace using pattern(s): [2021-05-10T22:19:20.630Z] Archives upload complete. [2021-05-10T22:19:20.892Z] INFO: archiving logs to Nexus [2021-05-10T22:19:21.851Z] ---> uname -a: [2021-05-10T22:19:21.851Z] Linux prd-centos7-docker-4c-2g-4219.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-05-10T22:19:21.851Z] [2021-05-10T22:19:21.851Z] [2021-05-10T22:19:21.851Z] ---> lscpu: [2021-05-10T22:19:21.851Z] Architecture: x86_64 [2021-05-10T22:19:21.851Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-10T22:19:21.851Z] Byte Order: Little Endian [2021-05-10T22:19:21.851Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-10T22:19:21.851Z] CPU(s): 4 [2021-05-10T22:19:21.851Z] On-line CPU(s) list: 0-3 [2021-05-10T22:19:21.851Z] Thread(s) per core: 1 [2021-05-10T22:19:21.851Z] Core(s) per socket: 1 [2021-05-10T22:19:21.851Z] Socket(s): 4 [2021-05-10T22:19:21.851Z] NUMA node(s): 1 [2021-05-10T22:19:21.851Z] Vendor ID: GenuineIntel [2021-05-10T22:19:21.851Z] CPU family: 6 [2021-05-10T22:19:21.851Z] Model: 44 [2021-05-10T22:19:21.851Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-10T22:19:21.851Z] Stepping: 1 [2021-05-10T22:19:21.851Z] CPU MHz: 2933.438 [2021-05-10T22:19:21.851Z] BogoMIPS: 5866.87 [2021-05-10T22:19:21.851Z] Virtualization: VT-x [2021-05-10T22:19:21.851Z] Hypervisor vendor: KVM [2021-05-10T22:19:21.851Z] Virtualization type: full [2021-05-10T22:19:21.851Z] L1d cache: 128 KiB [2021-05-10T22:19:21.851Z] L1i cache: 128 KiB [2021-05-10T22:19:21.851Z] L2 cache: 16 MiB [2021-05-10T22:19:21.851Z] L3 cache: 64 MiB [2021-05-10T22:19:21.851Z] NUMA node0 CPU(s): 0-3 [2021-05-10T22:19:21.851Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-10T22:19:21.851Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-10T22:19:21.851Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-10T22:19:21.851Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-10T22:19:21.851Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-10T22:19:21.851Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-10T22:19:21.851Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-10T22:19:21.851Z] Vulnerability Srbds: Not affected [2021-05-10T22:19:21.851Z] Vulnerability Tsx async abort: Not affected [2021-05-10T22:19:21.851Z] 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-05-10T22:19:21.851Z] [2021-05-10T22:19:21.851Z] [2021-05-10T22:19:21.851Z] ---> nproc: [2021-05-10T22:19:21.851Z] 4 [2021-05-10T22:19:21.851Z] [2021-05-10T22:19:21.851Z] [2021-05-10T22:19:21.851Z] ---> df -h: [2021-05-10T22:19:21.851Z] Filesystem Size Used Available Use% Mounted on [2021-05-10T22:19:21.851Z] overlay 50.0G 11.0G 39.0G 22% / [2021-05-10T22:19:21.851Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-10T22:19:21.851Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-10T22:19:21.852Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /facter-os [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /etc/resolv.conf [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hostname [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hosts [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/auth.log [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /run/cloud-init/result.json [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/sa-host [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/secure [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/17 [2021-05-10T22:19:21.852Z] /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/17@tmp [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] ---> free -m: [2021-05-10T22:19:21.852Z] total used free shared buff/cache available [2021-05-10T22:19:21.852Z] Mem: 1837 690 127 0 1019 1064 [2021-05-10T22:19:21.852Z] Swap: 1023 116 907 [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] ---> ip addr: [2021-05-10T22:19:21.852Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-10T22:19:21.852Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-10T22:19:21.852Z] inet 127.0.0.1/8 scope host lo [2021-05-10T22:19:21.852Z] valid_lft forever preferred_lft forever [2021-05-10T22:19:21.852Z] inet6 ::1/128 scope host [2021-05-10T22:19:21.852Z] valid_lft forever preferred_lft forever [2021-05-10T22:19:21.852Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-10T22:19:21.852Z] link/ether fa:16:3e:23:9a:05 brd ff:ff:ff:ff:ff:ff [2021-05-10T22:19:21.852Z] inet 10.30.123.46/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-10T22:19:21.852Z] valid_lft 84950sec preferred_lft 84950sec [2021-05-10T22:19:21.852Z] inet6 fe80::f816:3eff:fe23:9a05/64 scope link [2021-05-10T22:19:21.852Z] valid_lft forever preferred_lft forever [2021-05-10T22:19:21.852Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-10T22:19:21.852Z] link/ether 02:42:35:ea:96:72 brd ff:ff:ff:ff:ff:ff [2021-05-10T22:19:21.852Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-10T22:19:21.852Z] valid_lft forever preferred_lft forever [2021-05-10T22:19:21.852Z] inet6 fe80::42:35ff:feea:9672/64 scope link [2021-05-10T22:19:21.852Z] valid_lft forever preferred_lft forever [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] ---> sar -b -r -n DEV: [2021-05-10T22:19:21.852Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] 21:55:00 LINUX RESTART (4 CPU) [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] 21:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-10T22:19:21.852Z] 21:57:01 219.56 97.74 121.82 0.00 11544.11 46113.42 0.00 [2021-05-10T22:19:21.852Z] 21:58:01 256.95 111.48 145.47 0.00 4591.98 19776.21 0.00 [2021-05-10T22:19:21.852Z] 21:59:01 120.59 32.01 88.58 0.00 1236.18 13122.53 0.00 [2021-05-10T22:19:21.852Z] 22:00:02 150.49 76.76 73.73 0.00 3646.81 9796.59 0.00 [2021-05-10T22:19:21.852Z] 22:01:01 292.53 113.77 178.76 0.00 40338.58 112850.43 0.00 [2021-05-10T22:19:21.852Z] 22:02:02 2555.08 2214.99 340.09 0.00 171770.03 179089.60 0.00 [2021-05-10T22:19:21.852Z] 22:03:02 1043.59 838.81 204.78 0.00 57154.34 52054.44 0.00 [2021-05-10T22:19:21.852Z] 22:04:01 960.83 614.60 346.23 0.00 73931.48 126010.61 0.00 [2021-05-10T22:19:21.852Z] 22:05:02 1459.77 1149.31 310.46 0.00 82556.62 84631.86 0.00 [2021-05-10T22:19:21.852Z] 22:06:01 196.99 48.89 148.10 0.00 4499.04 18913.33 0.00 [2021-05-10T22:19:21.852Z] 22:07:02 4.28 0.22 4.06 0.00 3.46 123.44 0.00 [2021-05-10T22:19:21.852Z] 22:08:01 0.22 0.02 0.20 0.00 0.27 2.39 0.00 [2021-05-10T22:19:21.852Z] 22:09:01 0.38 0.13 0.25 0.00 1.73 3.61 0.00 [2021-05-10T22:19:21.852Z] 22:10:01 2.65 2.40 0.25 0.00 171.75 3.35 0.00 [2021-05-10T22:19:21.852Z] 22:11:01 1.25 0.12 1.13 0.00 5.33 18.33 0.00 [2021-05-10T22:19:21.852Z] 22:12:01 0.38 0.02 0.37 0.00 0.53 3.53 0.00 [2021-05-10T22:19:21.852Z] 22:13:01 0.30 0.02 0.28 0.00 0.53 3.51 0.00 [2021-05-10T22:19:21.852Z] 22:14:01 0.23 0.00 0.23 0.00 0.00 3.56 0.00 [2021-05-10T22:19:21.852Z] 22:15:01 0.37 0.13 0.23 0.00 1.73 3.48 0.00 [2021-05-10T22:19:21.852Z] 22:16:01 0.40 0.03 0.37 0.00 0.27 5.73 0.00 [2021-05-10T22:19:21.852Z] 22:17:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 [2021-05-10T22:19:21.852Z] 22:18:01 0.27 0.02 0.25 0.00 0.13 3.48 0.00 [2021-05-10T22:19:21.852Z] 22:19:01 99.95 72.07 27.88 0.00 5531.56 6886.81 0.00 [2021-05-10T22:19:21.852Z] Average: 321.86 235.05 86.81 0.00 19953.16 29151.56 0.00 [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] 21:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-10T22:19:21.852Z] 21:57:01 99904 0 739252 39.29 1492 1040896 1456096 49.69 584216 955124 26896 [2021-05-10T22:19:21.852Z] 21:58:01 109444 0 847636 45.05 828 923636 1817696 62.03 670632 820980 85500 [2021-05-10T22:19:21.852Z] 21:59:01 162812 0 831120 44.17 468 887144 1829432 62.44 716564 716052 30708 [2021-05-10T22:19:21.852Z] 22:00:02 210100 0 751816 39.96 444 919184 1350260 46.08 578172 797112 9828 [2021-05-10T22:19:21.852Z] 22:01:01 52760 0 844436 44.88 16 984332 2272992 77.57 742416 872376 18476 [2021-05-10T22:19:21.852Z] 22:02:02 72952 0 876656 46.59 16 931920 2352772 80.30 688500 877892 87300 [2021-05-10T22:19:21.852Z] 22:03:02 557856 0 814928 43.31 4 508756 2411440 82.30 503236 566800 5192 [2021-05-10T22:19:21.852Z] 22:04:01 534704 0 700024 37.20 4 646812 1756888 59.96 475584 646456 12 [2021-05-10T22:19:21.852Z] 22:05:02 325572 0 763088 40.56 4 792880 1939824 66.20 608220 684408 11292 [2021-05-10T22:19:21.852Z] 22:06:01 369280 0 614952 32.68 4 897308 1218324 41.58 486952 773700 20 [2021-05-10T22:19:21.852Z] 22:07:02 373548 0 610604 32.45 4 897388 1177312 40.18 484624 773084 16 [2021-05-10T22:19:21.852Z] 22:08:01 374660 0 609472 32.39 4 897408 1177204 40.18 483932 773108 12 [2021-05-10T22:19:21.852Z] 22:09:01 373920 0 610204 32.43 4 897416 1177312 40.18 484500 773160 8 [2021-05-10T22:19:21.852Z] 22:10:01 368616 0 611348 32.49 4 901576 1177324 40.18 484732 777600 28 [2021-05-10T22:19:21.852Z] 22:11:01 369084 0 610712 32.46 4 901744 1177240 40.18 484364 777728 20 [2021-05-10T22:19:21.852Z] 22:12:01 369988 0 609844 32.41 4 901708 1177156 40.17 483680 777728 12 [2021-05-10T22:19:21.852Z] 22:13:01 369692 0 610116 32.43 4 901732 1177156 40.17 483804 777760 8 [2021-05-10T22:19:21.852Z] 22:14:01 369872 0 609928 32.42 4 901740 1177156 40.17 483812 777760 8 [2021-05-10T22:19:21.852Z] 22:15:01 369880 0 609916 32.42 4 901744 1177156 40.17 483816 777812 8 [2021-05-10T22:19:21.852Z] 22:16:01 369208 0 610580 32.45 4 901752 1177288 40.18 484556 777820 8 [2021-05-10T22:19:21.852Z] 22:17:01 369880 0 609904 32.42 4 901756 1177156 40.17 483824 777820 8 [2021-05-10T22:19:21.852Z] 22:18:01 369052 0 610724 32.46 4 901764 1177264 40.18 484284 777824 8 [2021-05-10T22:19:21.852Z] 22:19:01 71964 0 697576 37.07 4 1112000 1604872 54.77 629232 910008 177044 [2021-05-10T22:19:21.852Z] Average: 304989 0 687167 36.52 145 889243 1484231 50.65 543202 780005 19670 [2021-05-10T22:19:21.852Z] [2021-05-10T22:19:21.852Z] 21:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-10T22:19:21.852Z] 21:57:01 eth0 1058.58 1146.71 5821.96 151.72 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:57:01 vethf050478 34.55 44.53 2.56 115.78 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:57:01 docker0 872.67 725.55 72.34 2801.33 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:58:01 veth202f5b4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:58:01 eth0 247.93 172.03 765.79 25.16 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:58:01 docker0 150.67 199.72 10.22 729.22 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:59:01 veth202f5b4 1.93 1.93 0.16 0.17 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:59:01 eth0 25.79 14.02 20.01 10.70 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 21:59:01 docker0 1.93 1.93 0.13 0.17 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:00:02 veth202f5b4 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:00:02 eth0 44.70 36.09 19.58 82.88 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:00:02 docker0 0.60 0.60 0.04 0.05 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:01:01 vethe169023 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:01:01 eth0 185.26 143.48 1705.46 63.97 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:02:02 vethe169023 0.00 0.68 0.00 0.04 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:02:02 eth0 87.15 65.88 179.54 14.67 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:02:02 docker0 56.02 67.65 3.69 165.05 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:03:02 vethe169023 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:03:02 veth55950ce 0.02 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:03:02 eth0 9.01 4.71 7.37 3.87 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:04:01 vethbe34601 31.18 47.40 2.22 341.44 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:04:01 vethe169023 0.00 0.54 0.00 0.02 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:04:01 veth365e954 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:04:01 eth0 207.74 140.96 1789.61 25.77 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:05:02 vethf42743c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:05:02 vethe169023 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:05:02 vethd9659de 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:05:02 veth01f464f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:06:01 eth0 2952.56 2451.14 14124.95 646.02 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:06:01 docker0 1168.92 1113.52 92.09 4358.59 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:07:02 eth0 0.98 0.50 0.32 0.18 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:08:01 eth0 0.53 0.12 0.09 0.04 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:09:01 eth0 1.32 0.35 0.35 0.20 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:10:01 eth0 0.52 0.27 0.27 0.19 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:11:01 eth0 0.35 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:13:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.852Z] 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:15:01 eth0 0.53 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:16:01 eth0 0.68 0.43 0.40 0.27 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:17:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:18:01 eth0 0.87 0.27 0.31 0.20 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:19:01 eth0 206.50 162.44 2161.65 20.40 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] Average: eth0 97.08 87.21 550.25 24.58 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] Average: docker0 50.11 47.73 3.95 186.84 0.00 0.00 0.00 0.00 [2021-05-10T22:19:21.853Z] [2021-05-10T22:19:21.853Z] [2021-05-10T22:19:21.853Z] ---> sar -P ALL: [2021-05-10T22:19:21.853Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) [2021-05-10T22:19:21.853Z] [2021-05-10T22:19:21.853Z] 21:55:00 LINUX RESTART (4 CPU) [2021-05-10T22:19:21.853Z] [2021-05-10T22:19:21.853Z] 21:56:01 CPU %user %nice %system %iowait %steal %idle [2021-05-10T22:19:21.853Z] 21:57:01 all 17.14 0.00 9.74 1.99 0.30 70.84 [2021-05-10T22:19:21.853Z] 21:57:01 0 16.99 0.00 11.01 1.01 0.24 70.75 [2021-05-10T22:19:21.853Z] 21:57:01 1 24.92 0.00 9.89 1.72 0.29 63.17 [2021-05-10T22:19:21.853Z] 21:57:01 2 13.45 0.00 8.64 1.19 0.31 76.41 [2021-05-10T22:19:21.853Z] 21:57:01 3 13.20 0.00 9.41 4.01 0.34 73.03 [2021-05-10T22:19:21.853Z] 21:58:01 all 20.73 0.00 8.46 7.23 0.46 63.13 [2021-05-10T22:19:21.853Z] 21:58:01 0 20.57 0.00 8.90 8.73 0.50 61.31 [2021-05-10T22:19:21.853Z] 21:58:01 1 20.32 0.00 8.12 9.66 0.48 61.41 [2021-05-10T22:19:21.853Z] 21:58:01 2 22.16 0.00 8.41 4.50 0.43 64.50 [2021-05-10T22:19:21.853Z] 21:58:01 3 19.84 0.00 8.40 6.02 0.41 65.32 [2021-05-10T22:19:21.853Z] 21:59:01 all 47.91 0.00 13.46 4.13 0.15 34.35 [2021-05-10T22:19:21.853Z] 21:59:01 0 48.91 0.00 13.07 4.10 0.17 33.75 [2021-05-10T22:19:21.853Z] 21:59:01 1 45.98 0.00 13.52 3.88 0.16 36.46 [2021-05-10T22:19:21.853Z] 21:59:01 2 47.88 0.00 13.88 3.01 0.16 35.08 [2021-05-10T22:19:21.853Z] 21:59:01 3 48.87 0.00 13.37 5.52 0.11 32.13 [2021-05-10T22:19:21.853Z] 22:00:02 all 47.59 0.00 15.44 3.80 0.15 33.02 [2021-05-10T22:19:21.853Z] 22:00:02 0 46.87 0.00 15.37 2.21 0.12 35.44 [2021-05-10T22:19:21.853Z] 22:00:02 1 46.25 0.00 15.77 4.07 0.16 33.75 [2021-05-10T22:19:21.853Z] 22:00:02 2 47.58 0.00 15.25 4.50 0.18 32.49 [2021-05-10T22:19:21.853Z] 22:00:02 3 49.67 0.00 15.37 4.42 0.16 30.38 [2021-05-10T22:19:21.853Z] 22:01:01 all 16.98 0.00 15.12 6.41 0.45 61.03 [2021-05-10T22:19:21.853Z] 22:01:01 0 17.53 0.00 14.79 6.37 0.37 60.95 [2021-05-10T22:19:21.853Z] 22:01:01 1 18.01 0.00 14.97 4.84 0.44 61.75 [2021-05-10T22:19:21.853Z] 22:01:01 2 14.70 0.00 15.29 8.38 0.42 61.21 [2021-05-10T22:19:21.853Z] 22:01:01 3 17.69 0.00 15.44 6.06 0.60 60.22 [2021-05-10T22:19:21.853Z] 22:02:02 all 20.87 0.00 28.01 25.01 0.64 25.47 [2021-05-10T22:19:21.853Z] 22:02:02 0 20.25 0.00 27.82 24.41 0.61 26.91 [2021-05-10T22:19:21.853Z] 22:02:02 1 21.41 0.00 28.53 24.52 0.63 24.92 [2021-05-10T22:19:21.853Z] 22:02:02 2 20.30 0.00 25.85 26.37 0.84 26.65 [2021-05-10T22:19:21.853Z] 22:02:02 3 21.51 0.00 29.85 24.75 0.49 23.40 [2021-05-10T22:19:21.853Z] 22:03:02 all 64.21 0.00 18.00 9.75 0.33 7.71 [2021-05-10T22:19:21.853Z] 22:03:02 0 64.50 0.00 17.70 11.41 0.32 6.08 [2021-05-10T22:19:21.853Z] 22:03:02 1 63.83 0.00 18.73 9.50 0.32 7.62 [2021-05-10T22:19:21.853Z] 22:03:02 2 62.82 0.00 17.81 8.82 0.40 10.16 [2021-05-10T22:19:21.853Z] 22:03:02 3 65.67 0.00 17.77 9.26 0.29 7.02 [2021-05-10T22:19:21.853Z] 22:04:01 all 21.58 0.00 20.72 28.60 0.74 28.36 [2021-05-10T22:19:21.853Z] 22:04:01 0 21.56 0.00 21.13 28.55 0.72 28.04 [2021-05-10T22:19:21.853Z] 22:04:01 1 21.31 0.00 19.59 28.70 0.63 29.78 [2021-05-10T22:19:21.853Z] 22:04:01 2 20.63 0.00 20.40 29.18 0.93 28.86 [2021-05-10T22:19:21.853Z] 22:04:01 3 22.82 0.00 21.76 27.97 0.70 26.75 [2021-05-10T22:19:21.853Z] 22:05:02 all 52.34 0.00 24.12 17.79 0.44 5.31 [2021-05-10T22:19:21.853Z] 22:05:02 0 51.93 0.00 24.99 19.24 0.40 3.43 [2021-05-10T22:19:21.853Z] 22:05:02 1 52.83 0.00 22.55 16.99 0.46 7.18 [2021-05-10T22:19:21.853Z] 22:05:02 2 53.20 0.00 23.35 16.95 0.45 6.04 [2021-05-10T22:19:21.853Z] 22:05:02 3 51.40 0.00 25.58 17.96 0.46 4.60 [2021-05-10T22:19:21.853Z] 22:06:01 all 20.63 0.00 8.12 4.74 0.18 66.33 [2021-05-10T22:19:21.853Z] 22:06:01 0 21.53 0.00 7.76 2.52 0.16 68.03 [2021-05-10T22:19:21.853Z] 22:06:01 1 19.13 0.00 9.37 6.16 0.12 65.22 [2021-05-10T22:19:21.853Z] 22:06:01 2 20.18 0.00 7.91 3.50 0.23 68.19 [2021-05-10T22:19:21.853Z] 22:06:01 3 21.68 0.00 7.44 6.80 0.21 63.87 [2021-05-10T22:19:21.853Z] 22:07:02 all 0.16 0.00 0.04 0.20 0.00 99.60 [2021-05-10T22:19:21.853Z] 22:07:02 0 0.52 0.00 0.05 0.77 0.00 98.67 [2021-05-10T22:19:21.853Z] 22:07:02 1 0.08 0.00 0.05 0.02 0.00 99.85 [2021-05-10T22:19:21.853Z] 22:07:02 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-10T22:19:21.853Z] 22:07:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-10T22:19:21.853Z] [2021-05-10T22:19:21.853Z] 22:07:02 CPU %user %nice %system %iowait %steal %idle [2021-05-10T22:19:21.853Z] 22:08:01 all 0.19 0.00 0.14 0.00 0.01 99.66 [2021-05-10T22:19:21.853Z] 22:08:01 0 0.52 0.00 0.12 0.00 0.00 99.36 [2021-05-10T22:19:21.853Z] 22:08:01 1 0.05 0.00 0.14 0.00 0.02 99.80 [2021-05-10T22:19:21.853Z] 22:08:01 2 0.10 0.00 0.17 0.00 0.02 99.71 [2021-05-10T22:19:21.853Z] 22:08:01 3 0.07 0.00 0.15 0.00 0.00 99.78 [2021-05-10T22:19:21.853Z] 22:09:01 all 0.11 0.00 0.03 0.00 0.00 99.85 [2021-05-10T22:19:21.853Z] 22:09:01 0 0.40 0.00 0.05 0.00 0.00 99.55 [2021-05-10T22:19:21.853Z] 22:09:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-10T22:19:21.853Z] 22:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-10T22:19:21.853Z] 22:09:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2021-05-10T22:19:21.853Z] 22:10:01 all 0.18 0.00 0.08 0.04 0.02 99.68 [2021-05-10T22:19:21.853Z] 22:10:01 0 0.52 0.00 0.07 0.00 0.02 99.40 [2021-05-10T22:19:21.853Z] 22:10:01 1 0.08 0.00 0.12 0.15 0.05 99.60 [2021-05-10T22:19:21.853Z] 22:10:01 2 0.05 0.00 0.07 0.00 0.02 99.87 [2021-05-10T22:19:21.853Z] 22:10:01 3 0.05 0.00 0.07 0.02 0.00 99.87 [2021-05-10T22:19:21.853Z] 22:11:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-05-10T22:19:21.853Z] 22:11:01 0 0.53 0.00 0.02 0.00 0.02 99.43 [2021-05-10T22:19:21.853Z] 22:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-10T22:19:21.853Z] 22:11:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-05-10T22:19:21.853Z] 22:11:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-05-10T22:19:21.853Z] 22:12:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-05-10T22:19:21.853Z] 22:12:01 0 0.15 0.00 0.05 0.00 0.00 99.80 [2021-05-10T22:19:21.853Z] 22:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-10T22:19:21.853Z] 22:12:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-05-10T22:19:21.853Z] 22:12:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2021-05-10T22:19:21.853Z] 22:13:01 all 0.11 0.00 0.03 0.00 0.00 99.87 [2021-05-10T22:19:21.853Z] 22:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-10T22:19:21.853Z] 22:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-05-10T22:19:21.853Z] 22:13:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-05-10T22:19:21.853Z] 22:13:01 3 0.33 0.00 0.03 0.00 0.00 99.63 [2021-05-10T22:19:21.853Z] 22:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-05-10T22:19:21.853Z] 22:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-05-10T22:19:21.853Z] 22:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-10T22:19:21.853Z] 22:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-10T22:19:21.853Z] 22:14:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-05-10T22:19:21.853Z] 22:15:01 all 0.16 0.00 0.02 0.01 0.00 99.81 [2021-05-10T22:19:21.853Z] 22:15:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-10T22:19:21.853Z] 22:15:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2021-05-10T22:19:21.853Z] 22:15:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-10T22:19:21.853Z] 22:15:01 3 0.52 0.00 0.02 0.02 0.00 99.45 [2021-05-10T22:19:21.853Z] 22:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-05-10T22:19:21.853Z] 22:16:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-05-10T22:19:21.853Z] 22:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-10T22:19:21.853Z] 22:16:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-10T22:19:21.853Z] 22:16:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-05-10T22:19:21.853Z] 22:17:01 all 0.13 0.00 0.03 0.00 0.00 99.83 [2021-05-10T22:19:21.853Z] 22:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-05-10T22:19:21.853Z] 22:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-10T22:19:21.853Z] 22:17:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-05-10T22:19:21.853Z] 22:17:01 3 0.45 0.00 0.07 0.00 0.00 99.48 [2021-05-10T22:19:21.853Z] 22:18:01 all 0.03 0.00 0.03 0.00 0.01 99.93 [2021-05-10T22:19:21.853Z] 22:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-10T22:19:21.853Z] 22:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-10T22:19:21.853Z] 22:18:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-05-10T22:19:21.853Z] 22:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-10T22:19:21.853Z] [2021-05-10T22:19:21.853Z] 22:18:01 CPU %user %nice %system %iowait %steal %idle [2021-05-10T22:19:21.853Z] 22:19:01 all 4.95 0.00 3.37 2.85 0.05 88.78 [2021-05-10T22:19:21.853Z] 22:19:01 0 4.78 0.00 3.80 1.19 0.05 90.18 [2021-05-10T22:19:21.853Z] 22:19:01 1 3.79 0.00 2.91 2.12 0.05 91.13 [2021-05-10T22:19:21.853Z] 22:19:01 2 5.05 0.00 3.24 4.93 0.05 86.72 [2021-05-10T22:19:21.853Z] 22:19:01 3 6.17 0.00 3.55 3.17 0.05 87.06 [2021-05-10T22:19:21.853Z] Average: all 14.20 0.00 6.95 4.72 0.17 73.96 [2021-05-10T22:19:21.853Z] Average: 0 14.30 0.00 7.04 4.64 0.16 73.86 [2021-05-10T22:19:21.853Z] Average: 1 14.26 0.00 6.92 4.71 0.16 73.94 [2021-05-10T22:19:21.853Z] Average: 2 13.86 0.00 6.78 4.69 0.19 74.49 [2021-05-10T22:19:21.853Z] Average: 3 14.37 0.00 7.08 4.86 0.16 73.54 [2021-05-10T22:19:21.853Z] [2021-05-10T22:19:21.853Z] [2021-05-10T22:19:21.853Z]